From 686500afe280c323ce437314c7db906bae561001 Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Sat, 9 Oct 2010 22:23:10 +0200 Subject: [PATCH] improved documentation --- bibtexbrowser.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 83b049a..63560c9 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -2,7 +2,7 @@ bibtexbrowser is a PHP script that creates publication lists from Bibtex files. - bibtexbrowser is stable, mature and easy to install. It is used in [[users|40+ different universities]] around the globe and powers [[http://www.publications.li]]. + bibtexbrowser is stable, mature and easy to install. It is used in [[users|50+ different universities]] around the globe. +++TOC+++ @@ -66,7 +66,7 @@ It is a common practice to create one file for the @string, and another one with ''bibtexbrowser.php?bib=strings.bib;csgroup2008.bib'' -=====How to include your publication list in your home page===== +=====How to embed your publication list in your home page===== @@ -102,13 +102,10 @@ $_GET['author']='Martin Monperrus'; $_GET['academic']=1; include( 'bibtexbrowser.php' ); ?> - -
Sorted by year Sorted by publication type
- And tailor it with a CSS style, for example: <style> .date { background-color: blue; } @@ -241,7 +238,7 @@ License, or (at your option) any later version. // in embedded mode, we still need a URL for displaying bibtex entries alone // this is usually resolved to bibtexbrowser.php // but can be overridden in bibtexbrowser.local.php -// this is useful if a symlink is used for bibtexbrowser.php +// for instance with @define('BIBTEXBROWSER',''); // links to the current page with ? @define('BIBTEXBROWSER',basename(__FILE__)); // *************** END CONFIGURATION