=== Plugin Name === Contributors: bpiwowar Tags: formatting, bibtex Requires at least: 3.0 Tested up to: 3.5 Stable tag: 0.4.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Papercite helps to format bibtex entries to display a bibliography or cite papers. == Description == papercite format bibtex entries as HTML so they can be inserted in WordPress pages and posts. The input data is a bibtex file (either local or remote) and entries can be formatted by default using various predefined styles. Bibtex source file and a link to the publication are also available from the HTML. *Input*: Sources files are BibTex files that can be: * Stored into a WordPress folder (with multi-site support); * An URL (e.g., from citeulike.org and bibsonomy.org); * (Since 0.4.1) A custom field when local to a post/page *Efficiency*: * (Since 0.4.0) *Database backend* to speed up the processing by caching the bibtex entries for big BibTeX files. * Fast OsBiB-based parser *Filtering and grouping*: * Possibility of filtering the bibtex entries based on their type (allow, deny) * Possibility to access the single bibtex entry source code to enable copy&paste (toggle-enabled visualization) * Possibility of editing the bibtex file directly from the wordpress administration page * Publications can be grouped and sorted in various ways *Output*: * Easy output customisation with the use of two templates: one for each entry, one for the list of entries * Auto-detection of PDF files based on the BibTeX key (or on the PDF entry) * Citation mode: use references in the text and print the citations at the end of a block, page or post **Documentation can be found from within WordPress plugin list (click on the documentation link)**. You can see the documentation of the plugin as installed on my site here. To report bugs or request features, please go to https://github.com/bpiwowar/papercite == Installation == Follow these step or use the plugin installer from WordPress to install papercite: 1. download the zip file and extract the content of the zip file into a local folder 2. upload the folder papercite into your wp-content/plugins/ directory 3. log in the wordpress administration page and access the Plugins menu Then, you should activate papercite, and follow the instructions given in the *documentation* that you can access through the plugin list (click on the documentation link). == Frequently Asked Questions == = Where is the documentation? = The documentation is now bundled with the plug-in. Go to the plug-in list page in the WordPress dashboard, and click on the documentation link. = How can I edit my bibtex files? = If your file is local to the blog installation, you have two options: - via FTP client with text editor - via Wordpress Admin interface: Manage->Files->Other Files -- use wp-content/papercite-data/bib/mybibfile.bib as a path Alternatively, you can maintain your updated biblilography by using systems such as citeulike.org and bibsonomy.org; specify the bib file using as a URL (e.g., in citeulike, you should use http://www.citeulike.org/bibtex/user/username) = How are the entries sorted? = Entries are sorted by year by default. = How can I personalize the HTML rendering? = The HTML rendering is isolated in two template files, located in the subfolders tpl (citation list rendering) and format (entry rendering). == Screenshots == 1. With the bibshow & bibcite commands 2. With the bibtex command == Changelog == = 0.4.2 = * Fixes fatal error in PHP 5.4 (bug #37) * Improved accent support - bug #36 (josemmoya) = 0.4.1 = * Post/page BibTeX entries from custom fields * Bug fixes and information for database backend = 0.4.0 = * Optional database backend * New style "plain" (thanks to Andrius Velykis) * New template "av-bibtex" (thanks to Andrius Velykis) * Improved compatibility with the highlight plugin (thanks to Andrius Velykis) = 0.3.21 = * Fixed issue #26 (newlines stripped from bibtex) * Fixed bug #32 (thanks to petrosb) = 0.3.20 = * OSBib now returns a correct entry type (closes #28) = 0.3.19 = * Improved parsing for the OSBib parser (closes #29, #27) * Handles properly authors initials : closes #31 (thanks to petrosb) = 0.3.18 = * Enhancement #25 (display the bibliography at the end if no bibshow is given) = 0.3.17 = * Fixed a small bug in the OSBiB parser = 0.3.16 = * Updated the documentation about how papercite searches for PDFs * Added the OSBiB bibtex parser which should be much fadster than the previous (pear) one (note that it is not actived by default for the moment, so you should go to the plugin preferences page to set it as your bibtex parser). = 0.3.15 = * Corrected "Bootitle" to "booktitle" in all formats (thanks to Enkerli@github) * Corrected a numbering bug that skipped numbers from 1 to 20 (issue #11) = 0.3.14 = * The HTML code produced has been cleaned up (valid HTML) [bug 28] = 0.3.13 = * Enhancement (bug 26): several bibtex files can be given * New (optional) bibtex parser handles larger bibtex files (bug 23) * Master thesis is now properly handled (bug 27) = 0.3.12 = * Fix missing