Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 05-Apr-2025 | - | ||||
tests/ | H | 01-Aug-2018 | - | 264 | 228 | |
FeedZoteroRepository.php | H A D | 05-Feb-2016 | 3.4 KiB | 138 | 112 | |
ImportZoteroFeedReader.php | H A D | 05-Feb-2016 | 2.5 KiB | 103 | 85 | |
IniZoteroConfig.php | H A D | 05-Feb-2016 | 245 | 13 | 11 | |
README.md | H A D | 05-Feb-2016 | 953 | 21 | 17 | |
TextZoteroRepository.php | H A D | 05-Feb-2016 | 3.3 KiB | 146 | 124 | |
WebZoteroFeedReader.php | H A D | 05-Feb-2016 | 705 | 32 | 26 | |
ZoteroConfig.php | H A D | 05-Feb-2016 | 3 KiB | 96 | 82 | |
ZoteroConfigException.php | H A D | 05-Feb-2016 | 57 | 4 | 4 | |
ZoteroEntries.txt.dist | H A D | 05-Feb-2016 | 70 | 2 | 1 | |
ZoteroEntry.php | H A D | 05-Feb-2016 | 2 KiB | 110 | 94 | |
ZoteroEntryNotFoundException.php | H A D | 05-Feb-2016 | 64 | 4 | 4 | |
ZoteroFeedReader.php | H A D | 05-Feb-2016 | 60 | 6 | 6 | |
ZoteroParserException.php | H A D | 05-Feb-2016 | 58 | 5 | 4 | |
ZoteroRepository.php | H A D | 05-Feb-2016 | 989 | 54 | 41 | |
config.ini.dist | H A D | 05-Feb-2016 | 890 | 24 | 21 | |
importAllEntries.php | H A D | 05-Feb-2016 | 718 | 25 | 16 | |
syntax.php | H A D | 05-Feb-2016 | 4 KiB | 181 | 144 | |
version | H A D | 05-Feb-2016 | 4 | 2 | 1 |
README.md
1dokuwiki-zotero-plugin 2====================== 3 4Plugin for DokuWiki to display bibliography entries from Zotero. 5 6Installation 7============ 8 91. Extract archive to `[DokuWikiRoot]/lib/plugins/zotero` or use the plugin 10 manager and point to http://f.macke.it/ZoteroPlugin for an automatic 11 installation. 122. Enter your Zotero username, key, and user ID into `config.ini`. 133. Create a new wiki page for the cached Zotero entries and enter its name 14 into `config.ini` (e.g. `zotero:sources`). 154. Enter your Zotero entries into the cache file (the newly created wiki page 16 or `ZoteroEntries.txt` if you don't want to use the wiki page). This can be 17 automated by calling `importAllEntries.php` from the command line. 185. If you cite a source that is not already in the cache, the plugin will 19 automatically download your latest Zotero entries and add them to the 20 cache. For this to work you have to set `autoupdating` in `config.ini` to `1`. 21