xref: /plugin/siteexport/README.md (revision 7d101cc131696cb3a0de345d8044a69fb2ef70e9)
1Dokuwiki Site Export
2====================
3
4Site Export is an admin plugin that offers a convenient way to download your dokuwiki site as a standalone version. It cycles through your namespaces - a starting point can be given at run-time - and packs the result into a zip file.
5The result can be unpacked at any place and viewed without having an internet connection. That makes the plugin perfect for providing static documentation to customers on a CD or DVD.
6
7**Attention:** You have to have the [zip compression library of your php](http://de.php.net/manual/en/book.zip.php) installation activated.
8