1# catlist DokuWiki plugin.
2
3Static tree-like page listing plugin for DokuWiki.
4
5For detailed description and documentation, see the [plugin page](https://www.dokuwiki.org/plugin:catlist).
6
7### Contribution
8
9Do what you want. Any help to add features or refactor the code is welcome. The only requirement is backwards compatibility and some consistence.
10
11The plugin is not actively developped, but still somewhat maintained. Some features may be added if it is not too much work. As I'm not a user of DokuWiki anymore, I'm looking for a new maintainer for this plugin. Please step in if you're interested.
12
13### Security
14
15The plugin directly scans the file system for pages, and does not use the tree-walking DokuWiki primitive. DokuWiki permissions should be respected, but there is *no absolute guarantee*, as there may be unexplored corner cases. Use with care.
16