Changes between Version 11 and Version 12 of TracZoteroPlugin


Ignore:
Timestamp:
Nov 24, 2015, 1:00:34 PM (8 years ago)
Author:
figaro
Comment:

Cosmetic changes

Legend:

Unmodified
Added
Removed
Modified
  • TracZoteroPlugin

    v11 v12  
    55== Description
    66
    7 TracZoteroPlugin is 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.
    88
    99Key features:
     
    1313 * Cross links to authors, year, publisher.
    1414 * Clouds for authors, year, publisher, which based on tags clouds in TagsPlugin.
    15  * Cite item(s) in the WIKIs and tickets.
    16  * [http://trac.edgewall.org/wiki/TracLinks TracLink] provider. Examples: `[zot:key], [zot:RAXETNDM see], [zot:0_RAXETNDM see]`.
     15 * Cite item(s) in the Wikis and tickets.
     16 * [t:TracLinks TracLink] provider. Examples: `[zot:key], [zot:RAXETNDM see], [zot:0_RAXETNDM see]`.
    1717 * Search database.
    1818
     
    2929== Download
    3030
    31 Download the zipped source from [download:traczoteroplugin here].
     31Download the zipped source from [export:traczoteroplugin here].
    3232
    3333== Source
    3434
    35 You can check out TracZoteroPlugin from [http://trac-hacks.org/svn/traczoteroplugin here] using Subversion, or [source:traczoteroplugin browse the source] with Trac.
     35You can check out TracZoteroPlugin from [/svn/traczoteroplugin here] using Subversion, or [source:traczoteroplugin browse the source] with Trac.
    3636
    3737== Installation
    3838
    39  * Install as follows:
    40   * Grab the source from [http://trac-hacks.org/svn/traczoteroplugin SVN].
    41   * Build and install an egg from this source.
    42  * Configure
    43   * The Zotero database (folder including zotero.sqlite) must be located in the htdocs of your Trac environment
    44   * Add section '[zotero]' section in your `trac.ini` file, in which you set the path of the Zotero database:
     39Install as follows:
     40 * Grab the source from [/svn/traczoteroplugin SVN].
     41 * Build and install an egg from this source.
     42
     43== Configuration
     44
     45 * The Zotero database (folder including zotero.sqlite) must be located in the `htdocs` directory of your Trac environment.
     46 * Add section '[zotero]' section in your `trac.ini` file, in which you set the path of the Zotero database:
    4547{{{#!ini
    4648[zotero]
     
    5355dbname = zotero.sqlite
    5456}}}
    55   * The columns to show items could be specified by 'fields' and 'labels'.
     57  * The columns to show items could be specified by 'fields' and 'labels':
    5658{{{#!ini
    5759columns = firstCreator, year, publicationTitle, title
    5860}}}
    59   * The links of attachments are rendered in two ways: `http://` and `zotero://`. The default is `http://`. You can set 'attachmentlink' as 'locat' to render attachment as `zotero://`:
     61  * The links of attachments are rendered in two ways: `http://` and `zotero://`. The default is `http://`. You can set 'attachmentlink' as 'local' to render attachment as `zotero://`:
    6062{{{#!ini
    6163attachmentlink = local
     
    6668'''Start page'''
    6769
    68 [[Image(start.png,height=200px)]]
     70[[Image(start.png, height=200px)]]
    6971
    7072''' Collection '''
    7173
    72 [[Image(collections.png,height=250px)]]
     74[[Image(collections.png, height=250px)]]
    7375
    7476''' Item '''
    7577
    76 [[Image(item.png,height=200px)]]
     78[[Image(item.png, height=200px)]]
    7779
    7880''' Publisher cloud '''
    7981
    80 [[Image(cloud.png,height=200px)]]
     82[[Image(cloud.png, height=200px)]]
    8183
    8284''' Cite list '''
    8385
    84 [[Image(cite.png,height=100px)]]
     86[[Image(cite.png, height=100px)]]
    8587
    86 == Cite in the WIKI pages
     88== Example
    8789
    88  * Cite a reference with key
     90 * Cite a reference with key:
    8991{{{
    9092[[ZotCite(TTQ685TT)]]
    9193}}}
    92  * Cite multiple references with keys separated by comma ','. The keys can also start with '0_'
     94 * Cite multiple references with keys separated by comma ','. The keys can also start with '0_':
    9395{{{
    9496[[ZotCite(TTQ685TT, GCSENNQ8, 0_CVJBVNCN)]]
    9597}}}
    96  * You can add any other words except comma after keys to let them easier to look.
     98 * You can add any other words except comma after keys to let them easier to look:
    9799{{{
    98100[[ZotCite(CVJBVNCN(Marcellos&Single1975))]]
    99101}}}
    100  * Add argument 'ait' or 'authorintext' to cite them as 'Author (year)'
     102 * Add argument 'ait' or 'authorintext' to cite them as 'Author (year)':
    101103{{{
    102104[[ZotCite(GCSENNQ8(Rebbecketal.2007),ait)]]
    103105}}}
    104  * Show reference list
     106 * Show reference list:
    105107{{{
    106108[[ZotRef]]
    107109}}}
    108  * Show all related items
     110 * Show all related items:
    109111{{{
    110112[[ZotRelated(5RUPZP36)]]