Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 23-Apr-2025 | - | ||||
README.md | H A D | 02-Sep-2020 | 1.4 KiB | 67 | 57 | |
plugin.info.txt | H A D | 02-Sep-2020 | 196 | 8 | 7 | |
syntax.php | H A D | 02-Sep-2020 | 2.4 KiB | 77 | 42 |
README.md
1# Dokuwiki Plugin XKCD 2 3<table> 4 <tr> 5 <th align="left">Description</th> 6 <td>The Plugin display the lastest xkcd comic</td> 7 </tr> 8 <tr> 9 <th align="left">Author</th> 10 <td>Zahno Silvan</td> 11 </tr> 12 <tr> 13 <th align="left">Email</th> 14 <td>zaswiki@gmail.com</td> 15 </tr> 16 <tr> 17 <th align="left">Type</th> 18 <td>syntax</td> 19 </tr> 20 <tr> 21 <th align="left">Lastupdate</th> 22 <td>2020-09-02</td> 23 </tr> 24 <tr> 25 <th align="left">Tags</th> 26 <td>comic, rss, xkcd, strip</td> 27 </tr> 28</table> 29 30## Download 31* Download to Dokuwiki plugin folder 32* File : https://github.com/tschinz/dokuwiki_xkcd_plugin/zipball/master 33 34## Versions 35* **2012-01-06** 36 * Initial release 37* **2012-09-25** 38 * Patch from kenneth 39* **2012-10-22** 40 * Moved repo to github 41* **2013-04-16** 42 * xkcd changed xml format, adapted for new format 43* **2020-09-02** 44 * updated to new version of DokuHTTPClient 45 * Patch from R.Strittmatter 46 47## Syntax 48The Comic is displayed with the following syntax: 49``` 50[xkcd] 51``` 52 53## Thanks 54* Xkcd for amazing comics 55* Kenneth for the patch 56* R.Strittmatter for the patch 57* Jeff Sacco for the old plugin 58 59## Documentation 60 61All documentation for the XKCD Plugin is available online at: 62 63 * [Dokuwiki Plugin Page](http://dokuwiki.org/plugin:xkcd) 64 * [Github Project Page](https://github.com/tschinz/dokuwiki_xkcd_plugin) 65 662020 by Zahno Silvan <zaswiki@gmail.com> 67