zipodt Convert all files within subnamespace to odt (open office) format then download a zip of the files. https://github.com/unfoldingWord-dev/dw-zipodt usfmimport
Category: wiki
Dokuwiki Plugin Name Rules
I always forget how exactly to name my plugins. So here are the rules copied from Dokuwiki web site for
Dokuwiki search and list all files under a directory
depth=1 will just show one level depth=0 will show all levels under a namespace $pagearrays = array(); $depth=0; search($pagearrays, $conf[‘datadir’],
DokuWiki Useful Links
To check php version: doku.php?do=check DokuWiki environment variables https://www.dokuwiki.org/devel:environment Tutorial for beginners http://tech.surveypoint.com/posts/dokuwiki-tutorial-part-1-install-and-first-pages/ Syntax https://www.dokuwiki.org/wiki:syntax Code Reference http://xref.dokuwiki.org/reference/dokuwiki/nav.html?index.html Export Export
USFM Tags Rendering
A while ago, I’ve ported media wiki plugin rending USFM Tags to Dokuwiki. The source code is HERE. How to