Contents
TracZoteroPlugin
Description
TracZoteroPlugin is used to show and cite a local Zotero database.
Features:
- Collection tree is created and always shown, which based on jQuery plugin: Treeview
- Show all items in a collection
- Show a item with all fields, attachment, and related items
- Cross links to authors, year, publisher
- Clouds for authors, year, publisher, which based on tags clouds in TagsPlugin
- Cite item(s) in the WIKIs and tickets
- TracLink provider. Examples: [zot:key], [zot:RAXETNDM see], [zot:0_RAXETNDM see]
- Search datadase
Bugs/Feature Requests
Existing bugs and feature requests for TracZoteroPlugin are here.
If you have any issues, create a new ticket.
Download
Download the zipped source from here.
Source
You can check out TracZoteroPlugin from here using Subversion, or browse the source with Trac.
Installing
- Install
- grab the source from SVN.
- Build and install an egg from this source.
- Configure
- The Zotero database (folder including zotero.sqlite) must be located in the htdocs of your Trac environment
- Add section '[zotero]' section in you trac.ini file, then setting the path of zotero database
[zotero] path = Reference
- if you have different database name other than 'zotero.sqlite', you can set 'dbname'
[zotero] path = Reference dbname = zotero.sqlite
- The columns to show items could be specified by 'fields' and 'lables'.
columns = firstCreator, year, publicationTitle, title
- The links of attachments are rendered as two ways, http:// and zotero://. The default way is http://. you can set 'attachmentlink' as 'locat' to render attachment as 'zotero://'
attachmentlink = local
Screenshots
Start page
Collection
Item
Publisher cloud
Cite list
Cite in the WIKI pages
- Cite a reference with key
[[ZotCite(TTQ685TT)]]
- Cite multiple references with keys separated by comma ','. The keys can also start with '0_'
[[ZotCite(TTQ685TT, GCSENNQ8, 0_CVJBVNCN)]]
- You can add any other words except comma after keys to let them easier to look.
[[ZotCite(CVJBVNCN(Marcellos&Single1975))]]
- Add argument 'ait' or 'authorintext' to cite them as 'Author (year)'
[[ZotCite(GCSENNQ8(Rebbecketal.2007),ait)]]
- Show reference list
[[ZotRef]]
- Show all related items
[[ZotRelated(5RUPZP36)]]
Recent Changes
[10361] by helend on 06/21/11 15:43:06
Add util.py and bug fix
[10360] by helend on 06/21/11 15:26:29
Add basic search module
[10359] by helend on 06/21/11 15:13:31
Add basic search module
[10321] by helend on 06/18/11 13:01:36
TracWikiMenuPlugin: Add permission to view attachments
Author/Contributors
Attachments
- cite.png (25.0 kB) - added by helend on 06/17/11 17:19:44.
- cloud.png (34.5 kB) - added by helend on 06/17/11 17:20:01.
- collections.png (68.7 kB) - added by helend on 06/17/11 17:20:15.
- item.png (32.8 kB) - added by helend on 06/17/11 17:20:29.
- start.png (53.9 kB) - added by helend on 06/17/11 17:20:42.






