Changes between Version 13 and Version 14 of TracZoteroPlugin


Ignore:
Timestamp:
Dec 21, 2016, 11:07:55 AM (7 years ago)
Author:
figaro
Comment:

Moved example to functional description

Legend:

Unmodified
Added
Removed
Modified
  • TracZoteroPlugin

    v13 v14  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Zotero integration into Trac
     3= Integrate Zotero sources into Trac wiki pages
    44
    55== Description
    66
    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.
     7This 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.
    88
    99Key features:
     
    3737[[Image(cite.png, height=150px, border=2)]]
    3838
     39This 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
    3966== Bugs/Feature Requests
    4067
     
    6491
    6592 * The Zotero database (folder including zotero.sqlite) must be located in the `htdocs` directory of your Trac environment.
    66  * Add section '[zotero]' section in 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:
    6794{{{#!ini
    6895[zotero]
     
    84111}}}
    85112
    86 == Example
    87 
    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 
    113113== Recent Changes
    114114