i-net-software / dokuwiki-plugin-siteexport

DokuWiki plugin to export pages or namespaces to static html
https://www.dokuwiki.org/plugin:siteexport
GNU General Public License v2.0
24 stars 12 forks source link

SiteExport multilevel export type does not work (Results in only one level) #132

Open rgleason opened 1 month ago

rgleason commented 1 month ago

When Export Type: is set to all sub namespaces or specified depth (3,4 or 5) we do not get a usable multilevel zip file, when trying all of the alternatives in render engine. From this website https://opencpn.org/wiki/dokuwiki/doku.php?id=opencpn:manual_basic:toc

Thinking that the problem was recent changes in indexmenu plugin, we created a sub sidebar under opencpn:manual_user:sidebar which is a manually created flat TOC and when that is used as the starting namespace instead of opencpn:manual_user:toc

Neither approach seems to produce full depth document, even though I've tried both indexmenu or a flat TOC within the namespace opencpn:manual_basic .

Building from the namespace "opencpn:manual_basic" with ";toc" or ":sidebar" with a specified depth of "3" should cover all of the this namespace, but it only covers the first level!! (Which is just 22 pages when we have about 110 pages for the full document)

For example, using xhtml render engine, this is the result.

siteexport-16.zip

rgleason commented 3 weeks ago

https://github.com/i-net-software/dokuwiki-plugin-siteexport/pull/124

https://github.com/i-net-software/dokuwiki-plugin-siteexport/issues/122

See https://github.com/i-net-software/dokuwiki-plugin-siteexport/pull/124/commits/f161d4fba03cb6d24d9cc13577cad50481efcf26