i-net-software / i-net-software/dokuwiki-plugin-siteexport
How to export the whole page seen in the browser (ie from a template) ?
- Dominant language
- PHP
- Stars
- 26
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
Hallo,
This is more a question than an issue even if I don't really know if this is.
As of today, I tried to export statically a single webpage as I see it in the browser while navigating (meaning included sidebar, page header, page footer from a template).
It seems that the URL of the page exported looks like that (found at [action/ajax.php line 578](https://github.com/i-net-software/dokuwiki-plugin-siteexport/blob/master/action/ajax.php#L578))
```
http://host/pageid?do=export_xhtml&template=mytemplate
```
It means then their is no use of the [main.php](https://www.dokuwiki.org/devel:templates:main.php) file of the template
and therefore we don't get the whole html page but only the generated content of the dokuwiki page (ie without the sidebar, etc ...)
Am I right ?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.