|
@ -11,6 +11,7 @@ This documentation is collaborative, you can improve it using a [[https://github |
|
|
+++TOC+++ |
|
|
+++TOC+++ |
|
|
|
|
|
|
|
|
=====Features===== |
|
|
=====Features===== |
|
|
|
|
|
* **(01/2017)** support basic composer support |
|
|
* **(02/2016)** support for [[http://ogp.me/|OpenGraph metadata]] |
|
|
* **(02/2016)** support for [[http://ogp.me/|OpenGraph metadata]] |
|
|
* **(10/2015)** support for filtering bibtex fields |
|
|
* **(10/2015)** support for filtering bibtex fields |
|
|
* **(10/2013)** support for localization (see below) |
|
|
* **(10/2013)** support for localization (see below) |
|
@ -513,6 +514,18 @@ Use ''bibtexbrowser-cli.php''. For instance: |
|
|
php bibtexbrowser-cli.php mybib.bib --id classical --set-title \"a new title\" --id with_abstract --set-title \"a new title\" --set-year 1990 |
|
|
php bibtexbrowser-cli.php mybib.bib --id classical --set-title \"a new title\" --id with_abstract --set-title \"a new title\" --set-year 1990 |
|
|
</pre> |
|
|
</pre> |
|
|
|
|
|
|
|
|
|
|
|
====How to use with composer?==== |
|
|
|
|
|
Bibtexbrowser can now be downloaded from packagist with composer. |
|
|
|
|
|
|
|
|
|
|
|
In your project's `composer.json`, just add this <pre>"monperrus/bibtexbrowser": "dev-master"</pre>. E.G.: |
|
|
|
|
|
<pre> |
|
|
|
|
|
{ |
|
|
|
|
|
"require": { |
|
|
|
|
|
"monperrus/bibtexbrowser": "dev-master" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
</pre> |
|
|
|
|
|
|
|
|
=====Related tools===== |
|
|
=====Related tools===== |
|
|
|
|
|
|
|
|
Old-fashioned: |
|
|
Old-fashioned: |
|
|