diff --git a/bibtexbrowser-documentation.wiki b/bibtexbrowser-documentation.wiki index cffce94..f612c47 100755 --- a/bibtexbrowser-documentation.wiki +++ b/bibtexbrowser-documentation.wiki @@ -553,6 +553,14 @@ In your project's `composer.json`, just add this
"monperrus/bibtexbrowser":
 }
 
+With composer, a test server can be started with this command: +
composer serve
, which runs this script: +
php -S localhost:29896 bibtexbrowser.php
+ +Now, to display a particular bibtex file in your browser, the URI should be of this form: +
localhost:29896/?bib=bibfile.bib
+Note the forward slash following the port number. + ====How to add a banner to the main view in frameset mode?==== For instance, if you want to add a "home page" button in the main view of the frameset mode, add a banner function in ''bibtexbrowser.local.php'' as follows: