Browse Source

*** empty log message ***

replace/c24a8d1de403113542ba0936e844151de2785013
Martin Monperrus 17 years ago
parent
commit
32660c9881
  1. 4
      bibtexbrowser.php

4
bibtexbrowser.php

@ -20,6 +20,10 @@ bibtexbrowser is a PHP script to browse and search bib entries from BibTex files
You can also include your publications list into your home page:
<?php
session_start(); //should be at the very top of the script
// => avoid reparsing the bib file for each request;
// => run faster;
// the bib file
$_GET['bib']='mybib.bib';
// the request

Loading…
Cancel
Save