1# Dirpictures Plugin for DokuWiki
2Show namespaces with small pictures
3
4- Version: 0.1
5- Date: 31/05/2016
6- Contact: jerome_at_reso-nance.org
7- Website: https://www.dokuwiki.org/plugin:dirpictures
8- Licence: GNU/GPL v3
9
10
11## Usage
12Choose one of these options and write it into a wiki page.
13
14	// Sort by name
15	~~DIRPICTURES~~
16
17	// Sort by date (ascendant)
18	~~DIRPICTURES sortByDate~~
19
20	// Sort by date (descendant)
21	~~DIRPICTURES sortByDate sortDesc~~
22
23
24## Install
25If you install this plugin manually, make sure it is installed in
26lib/plugins/dirpictures/ - if the folder is called different it
27will not work!
28
29Please refer to http://www.dokuwiki.org/plugins for additional info
30on how to install plugins in DokuWiki.
31
32
33## Licence
34CopyrightToLeft (Cto)) jerome <jerome_at_reso-nance.org>
35
36This program is free software; you can redistribute it and/or modify
37it under the terms of the GNU General Public License as published by
38the Free Software Foundation; version 2 of the License
39
40This program is distributed in the hope that it will be useful,
41but WITHOUT ANY WARRANTY; without even the implied warranty of
42MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
43GNU General Public License for more details.
44
45See the COPYING file in your DokuWiki folder for details
46