1numberof Plugin for DokuWiki
2=========
3
4Simple plugin that counts the number of pages & media files in your Dokuwiki
5
6All documentation for this plugin can be found at
7
8  * http://openwiki.kr/tech/numberof (korean)
9  * https://www.dokuwiki.org/plugin:numberof  (English)
10
11
12If you install this plugin manually, make sure it is installed in
13lib/plugins/numberof/ - if the folder is called different it
14will not work!
15
16Please refer to http://www.dokuwiki.org/plugins for additional info
17on how to install plugins in DokuWiki.
18
19
20Copyright (C) S.C. Yoo <dryoo@live.com>
21
22This program is free software; you can redistribute it and/or modify
23it under the terms of the GNU General Public License as published by
24the Free Software Foundation; version 2 of the License
25
26This program is distributed in the hope that it will be useful,
27but WITHOUT ANY WARRANTY; without even the implied warranty of
28MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29GNU General Public License for more details.
30
31
32Usage
33-----
34
35  {{NUMBEROFPAGES}}
36
37  {{NUMBEROFMEDIAS}}
38
39
40
41  {{NUMBEROFPAGES>:game}}
42
43  {{NUMBEROFMEDIAS>:game}}
44
45 * The counting is performed when you save the page. So values are not real-time.
46