Don't store demo page titles as filename
Created by: edg2s
As discussed when this feature was merged (#95) there are problems with storing the page title as the filename:
- Windows doesn't like colons
:
and probably other punctuation that is valid in a page title - All OSes won't allow
/
in a filename, i.e. subpages
Other options:
- Use a descriptive filename, then store the title in the first line of the file
- Easy to read/create
- Requires a more complex script to import
- Use the [[Special:Export]] XML format
- Can be imported using existing scripts
- Can store author/page history if required