Fork of bibtexbrowser for static publications lists on the website of the ZRD Saar
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

27 lines
551 B

<?PHP
// have this assume same directory as thing
$_GET['bib'] = "bibacid-utf8.bib";
// first step is to get relative reference correct
require_once "../src/bibtexbrowser.php";
//require_once "../vendor/autoload.php";
// use Monperrus\BibtexBrowser\Bibliography;
// $config = array("bib" => "bibacid-utf8.bib",
// "all" => 1,
// "author" => "",
// "academic" => 1
// );
// $_GET['menu']=1;
// $browser = new Monperrus\BibtexBrowser\Bibliography($config);
// $browser->print();
//s($_SERVER);