Browse Source

eprints metatags are off by by default\nI first want to know who (which crawler / application) uses them

hg/35a367e65a464cf6cdf277c73f977a6828b723fe/bookmarks/master
Martin Monperrus 15 years ago
parent
commit
79843da9f6
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -274,7 +274,7 @@ License, or (at your option) any later version.
@define('MULTIPLE_BIB_SEPARATOR',';');
@define('METADATA_GS',true);
@define('METADATA_DC',true);
@define('METADATA_EPRINTS',true);
@define('METADATA_EPRINTS',false);
// in embedded mode, we still need a URL for displaying bibtex entries alone
// this is usually resolved to bibtexbrowser.php

Loading…
Cancel
Save