Changes between Version 13 and Version 14 of TracZoteroPlugin
- Timestamp:
- Dec 21, 2016, 11:07:55 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracZoteroPlugin
v13 v14 1 1 [[PageOutline(2-5,Contents,pullout)]] 2 2 3 = Zotero integration into Trac3 = Integrate Zotero sources into Trac wiki pages 4 4 5 5 == Description 6 6 7 This is a plugin used to show and cite a local [http://www.zotero.org/ Zotero] database. Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite , and share your research sources.7 This is a plugin used to show and cite a local [http://www.zotero.org/ Zotero] database. Zotero [zoh-TAIR-oh] is a free, easy-to-use tool to help you collect, organize, cite and share your research sources. This plugin adds an item '''Zotero''' to the main navigation bar. 8 8 9 9 Key features: … … 37 37 [[Image(cite.png, height=150px, border=2)]] 38 38 39 This plugin implements the following 3 macros: '''ZotCite''', '''ZotRef''' and '''ZotRelated'''. 40 41 * Cite a reference with key: 42 {{{ 43 [[ZotCite(TTQ685TT)]] 44 }}} 45 * Cite multiple references with keys separated by comma ','. The keys can also start with '0_': 46 {{{ 47 [[ZotCite(TTQ685TT, GCSENNQ8, 0_CVJBVNCN)]] 48 }}} 49 * You can add any other words except comma after keys to let them easier to look: 50 {{{ 51 [[ZotCite(CVJBVNCN(Marcellos&Single1975))]] 52 }}} 53 * Add argument 'ait' or 'authorintext' to cite them as 'Author (year)': 54 {{{ 55 [[ZotCite(GCSENNQ8(Rebbecketal.2007),ait)]] 56 }}} 57 * Show reference list: 58 {{{ 59 [[ZotRef]] 60 }}} 61 * Show all related items: 62 {{{ 63 [[ZotRelated(5RUPZP36)]] 64 }}} 65 39 66 == Bugs/Feature Requests 40 67 … … 64 91 65 92 * The Zotero database (folder including zotero.sqlite) must be located in the `htdocs` directory of your Trac environment. 66 * Add section '[zotero]' sectionin your `trac.ini` file, in which you set the path of the Zotero database:93 * Add a section `[zotero]` in your `trac.ini` file, in which you set the path of the Zotero database: 67 94 {{{#!ini 68 95 [zotero] … … 84 111 }}} 85 112 86 == Example87 88 * Cite a reference with key:89 {{{90 [[ZotCite(TTQ685TT)]]91 }}}92 * Cite multiple references with keys separated by comma ','. The keys can also start with '0_':93 {{{94 [[ZotCite(TTQ685TT, GCSENNQ8, 0_CVJBVNCN)]]95 }}}96 * You can add any other words except comma after keys to let them easier to look:97 {{{98 [[ZotCite(CVJBVNCN(Marcellos&Single1975))]]99 }}}100 * Add argument 'ait' or 'authorintext' to cite them as 'Author (year)':101 {{{102 [[ZotCite(GCSENNQ8(Rebbecketal.2007),ait)]]103 }}}104 * Show reference list:105 {{{106 [[ZotRef]]107 }}}108 * Show all related items:109 {{{110 [[ZotRelated(5RUPZP36)]]111 }}}112 113 113 == Recent Changes 114 114