Help:Export
The export functionality allows to extract parts of the Wiki as off-line documentation. It is possible to export single pages or entire category structures, including subcategories.
Only users listed in the EXPORT user group are allowed to export pages.
Contents
Usage
Export can be started with the Export link in the navigation sidebar.
- To export a single wiki page, navigate to it and press Export.
- For category export, navigate to the category and press then Export.
Your personal password must be entered for security reasons.
The export process will start after pressing the Export button. Depending on the page number, the process can take a long time.
Options
- Default page
- If a category is exported, with this option it is possible to select the default (home) page.
- Include subcategories
- If set, all sub-categories will also be exported (recursively).
- This option is only available, if a category is exported.
- Include linked files
- If set, links to the File namespace (e.g. all referenced files) will also be included.
- Export format
- Select one of the available export formats.
Export formats
This format is not currently supported.
HTML
In this format a .html file is generated for every exported page. Additionally the file index.html is created, which suits as an entry point for the exported documentation. These files are delivered all together in a single ZIP archive.
This format is suitable for off-line documentation, which will be integrated into other software systems.
Index.html API
When the index.html file is opened directly (without any parameters), it redirects to the default page.
Parameters can be given to the index.html file in the following way:
-
file:///<path>/index.html?param1=value1¶m2=value2&...
The supported parameters are:
- title
- Index of the page, to which the redirect will go.
- Example, in which a page in the Category:Help is referenced:
-
file:///<path>/index.html?title=Help:Editing pages
CHM
Microsoft help file format (extension .chm) is very easy to handle, because it combines all exported pages into one file. Further advantages of this format are:
- Integrated full-text search
- Index overview in the sidebar
This format is recommended as off-line documentation, which will be used on Windows systems.
IMPORTANT | |
When the newly exported .CHM file is opened for the first time, the windows system displays a security warning. |
Content Exclusion
The template {{noexport}} can be used to exclude content from being exported within pages.
Indexing
For every page, an index entry is created from the page name (displaytitle).
Logging
Every page export is logged to Special:log!