Chris
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with
4892 additions and
4879 deletions
-
.editorconfig
-
bibtexbrowser.php
|
|
@ -0,0 +1,13 @@ |
|
|
|
root = true |
|
|
|
|
|
|
|
; applies to all files |
|
|
|
[*] |
|
|
|
end_of_line = lf |
|
|
|
charset = utf-8 |
|
|
|
trim_trailing_whitespace = true |
|
|
|
insert_final_newline = true |
|
|
|
|
|
|
|
; applies only to PHP files |
|
|
|
[**.php] |
|
|
|
indent_style = space |
|
|
|
indent_size = 4 |
|
|
@ -1,4 +1,5 @@ |
|
|
|
<?php /* bibtexbrowser: publication lists with bibtex and PHP |
|
|
|
<?php |
|
|
|
/* bibtexbrowser: publication lists with bibtex and PHP |
|
|
|
<!--this is version from commit __GITHUB__ --> |
|
|
|
URL: http://www.monperrus.net/martin/bibtexbrowser/ |
|
|
|
Questions & Bug Reports: https://github.com/monperrus/bibtexbrowser/issues |
|
|
@ -4783,4 +4784,3 @@ function bibtexbrowser_cli($arguments) { |
|
|
|
$class = BIBTEXBROWSER_MAIN;// extension point
|
|
|
|
$main = new $class(); |
|
|
|
$main->main(); |
|
|
|
?>
|