Changes between Version 10 and Version 11 of TracZoteroPlugin


Ignore:
Timestamp:
Jun 9, 2015, 7:03:28 PM (9 years ago)
Author:
figaro
Comment:

Cosmetic changes, tagged with license

Legend:

Unmodified
Added
Removed
Modified
  • TracZoteroPlugin

    v10 v11  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = TracZoteroPlugin =
     3= Zotero integration into Trac
    44
    5 == Description ==
     5== Description
    66
    7 TracZoteroPlugin is used to show and cite a local [http://www.zotero.org/ Zotero] database.
     7TracZoteroPlugin 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.
    88
    9 '''Features:'''
    10  * Collection tree is created and always shown, which based on [http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ jQuery plugin: Treeview]
    11  * Show all items in a collection
    12  * Show a item with all fields, attachment, and related items
    13  * Cross links to authors, year, publisher
    14  * 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]`
    17  * Search datadase
     9Key features:
     10 * Collection tree is created and always shown, which based on [http://bassistance.de/jquery-plugins/jquery-plugin-treeview/ jQuery plugin: Treeview].
     11 * Show all items in a collection.
     12 * Show a item with all fields, attachment, and related items.
     13 * Cross links to authors, year, publisher.
     14 * 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]`.
     17 * Search database.
    1818
    19 == Bugs/Feature Requests ==
     19== Bugs/Feature Requests
    2020
    2121Existing bugs and feature requests for TracZoteroPlugin are
     
    2323
    2424If you have any issues, create a
    25 [http://trac-hacks.org/newticket?component=TracZoteroPlugin&owner=helend new ticket].
     25[/newticket?component=TracZoteroPlugin new ticket].
    2626
    27 == Download ==
     27[[TicketQuery(component=TracZoteroPlugin&group=type,format=progress)]]
     28
     29== Download
    2830
    2931Download the zipped source from [download:traczoteroplugin here].
    3032
    31 == Source ==
     33== Source
    3234
    3335You can check out TracZoteroPlugin from [http://trac-hacks.org/svn/traczoteroplugin here] using Subversion, or [source:traczoteroplugin browse the source] with Trac.
    3436
    35 == Installing ==
    36  * Install
    37   * grab the source from [http://trac-hacks.org/svn/traczoteroplugin SVN].
     37== Installation
     38
     39 * Install as follows:
     40  * Grab the source from [http://trac-hacks.org/svn/traczoteroplugin SVN].
    3841  * Build and install an egg from this source.
    3942 * Configure
    4043  * The Zotero database (folder including zotero.sqlite) must be located in the htdocs of your Trac environment
    41   * Add section '[zotero]' section in you trac.ini file, then setting the path of zotero database
    42 {{{
     44  * Add section '[zotero]' section in your `trac.ini` file, in which you set the path of the Zotero database:
     45{{{#!ini
    4346[zotero]
    4447path = Reference
    4548}}}
    46   * if you have different database name other than 'zotero.sqlite', you can set 'dbname'
    47 {{{
     49  * if you have different database name other than 'zotero.sqlite', you can set 'dbname':
     50{{{#!ini
    4851[zotero]
    4952path = Reference
    5053dbname = zotero.sqlite
    5154}}}
    52   * The columns to show items could be specified by 'fields' and 'lables'.
    53 {{{
     55  * The columns to show items could be specified by 'fields' and 'labels'.
     56{{{#!ini
    5457columns = firstCreator, year, publicationTitle, title
    5558}}}
    56   * 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://'
    57 {{{
     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://`:
     60{{{#!ini
    5861attachmentlink = local
    5962}}}
    6063
    61 == Screenshots ==
     64== Screenshots
     65
    6266'''Start page'''
    6367
     
    8084[[Image(cite.png,height=100px)]]
    8185
    82 == Cite in the WIKI pages ==
     86== Cite in the WIKI pages
     87
    8388 * Cite a reference with key
    8489{{{
     
    105110[[ZotRelated(5RUPZP36)]]
    106111}}}
    107 == Recent Changes ==
     112
     113== Recent Changes
    108114
    109115[[ChangeLog(traczoteroplugin, 3)]]
    110116
    111 == Author/Contributors ==
     117== Author/Contributors
    112118
    113119'''Author:''' [wiki:helend] [[BR]]
    114 '''Maintainer:''' [wiki:helend] [[BR]]
     120'''Maintainer:''' [[Maintainer]] [[BR]]
    115121'''Contributors:'''