Downloads
Download tar.gz
58.51 KB
MD5: ba926f4cb37dbea4776126cc90931db7
SHA-1: 318e41331b16bae584f2cf9c4970efd0b1396a11
SHA-256: af868efd952adec4fcfa0d157e4b89aa40542248dd94ff987a0620d4fed6517c
Download zip
66.16 KB
MD5: 4fcb445bcfa829ee9df184c4a200b510
SHA-1: 4918d4ee96940c8fc26b5251e63ce950cef43550
SHA-256: fc6431d7d82c2b10f978a2d88e34993232f700e0dbe2cfcd1bd59227ef778c10
Release notes
New features in this version...
- added the ability to set the number of entries in an RSS feed (admin/settings/biblio, in the syndication section)
- added the ability to have links to authors and titles open in a new browser window (admin/settings/biblio in the style section)
- changed the keyword and author filtering to use regular expressions. This should solve the short keyword problem, and gives the full power of regular expressions.
- fixed the OpenURL image include problem
- fixed a typo and a couple of other minor issues
- added filter by taxonomy term ID, currently only available via url like this... /biblio/term_id/n, where n is the taxonomy term id from the database.
- added filter by taxonomy term, currently only available via url like this... /biblio/term/xxxx
- added user access permission "view full text" to restrict which user groups can view the full text output.
- fixed a typo in the theme_biblio_short function which would cause the style to be ignored if supplied.
- added function theme_biblio_add_css which will allow users to override the default biblio.css file, thanks to jeromev for the idea.
- added COinS information which (while invisible to the user) allows programs such as Zotero to harvest information from the biblio list
- added OpenURL link generation (Submitted by Chad Fennel)
- added integration with the footnotes module, this allows a mixture of bib and fn tags to be numbered sequentially.
Features (in previous versions) include:
- EndNote (7 - 10) tagged and XML import
- RIS import
- bibTex import
- in-line citing of references in "page" or "story" node types (builds a reference list at the end of the node body)
- selectable output styles (original, CSE, APA and IEEE so far)
- taxonomy integration: register keywords as taxonomy and/or assign an entry to an existing vocabulary
- sorting
- filtering
- "autocomplete" enabled input form (turn it on for specific fields on the 'admin/settings/biblio/defaults' page)
- rss feeds (enabled on the admin/settings/bibio page)