Better example files for development #163
mkoskim
started this conversation in
Development
Replies: 1 comment 6 replies
|
Done this. examples/ folder now includes Frankenstein as .mawe file. Some other classics could be also converted, although before that, it would be good to take a look for issues raised when converting Frankenstein. |
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
It could be a good idea to get some copyright free stories and convert them to MaweJS format. This way you could use actual stories as a test bench when developing features.
There is at least Project Gutenberg: https://www.gutenberg.org/
The best possibility would find these stories as plain ASCII or very close to it (Project Gutenberg offers them as plain UTF-8). Currently, "importing" stories to MaweJS works best by opening a text with suitable editor, press Ctrl-A to select all, and copy-paste it to MaweJS. Splitting the pasted text to scenes and such is manual work.
One thing that these examples would miss, are metadata: synopses, missing and comment blocks. We might need artificially add these, if we like to use these for testing metadata features.
Update: Need to take some closer look what Project Gutenberg has. As a speculative fiction writer, there might be some classics like Frankenstein, Dracula or something.
All reactions