1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-28 20:55:13 +03:00
Commit graph

11 commits

Author SHA1 Message Date
Pelle Nilsson 43b6e93ea6 Tests to check output of checkgamebook.py.
Make-rules for checking with and without verbose flag for all example files.
Generated .check and .vcheck files are compared to known ok versions in expected dir.
2014-09-23 23:51:51 +02:00
Pelle Nilsson 0bad58abe3 Stubs for testing html template javascript using node.js. 2013-06-16 09:41:32 +02:00
Pelle Nilsson d431d1f47e Ignore generated readme.html. 2013-06-16 09:06:40 +02:00
Pelle Nilsson f60a650598 More formatting options. 2013-06-11 21:59:39 +02:00
Pelle Nilsson 5a468bdd65 Makefile upload target. 2013-06-11 21:56:21 +02:00
Pelle Nilsson 8e1ac6353d Export and import JSON mapping of section numbers.
Except if flag -M is given.
2013-06-03 23:46:11 +02:00
Pelle Nilsson 4e9312e4e0 Ignore some leftovers from working in another branch. 2013-06-03 21:30:00 +02:00
Pelle Nilsson bdc101a6db Added simple HTML output support. 2013-05-29 00:01:17 +02:00
Pelle Nilsson f0ad6ea094 Halfway through refactoring output formats.
The idea now is that only simple plain-text template files are used
for all formats, rather than having a Python class for each one.
At least for the currently supported formats this seems to work very well.
Need to clean up and remove all the reduntant class definitions sometime.
2013-05-28 23:31:09 +02:00
Pelle Nilsson 7e140e0990 Ignore *.out and *.png files. 2013-05-27 23:49:07 +02:00
Pelle Nilsson 4986b40cf0 Initial basic version of gamebook formatter.
Reused old paragraphs.py and test_paragraphs.py.
Implemented very basic output for Graphviz DOT and LaTeX files.
Basic plain-text debug output.
2013-05-27 23:33:36 +02:00