1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-05-04 18:18:19 +03:00
Commit graph

29 commits

Author SHA1 Message Date
Pelle Nilsson 7b11888164 Made twine2 its own output format instead of option for html. 2014-12-22 16:55:12 +01:00
Pelle Nilsson ff60c5826b Changed name of format from debug to json. 2014-09-24 22:01:02 +02:00
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 cf19888209 Experimental HTMLBook support (--option htmlbook when generating HTML).
See https://github.com/oreillymedia/HTMLBook.
make xmllinthtmlbook to verify examples/htmlbook.html (requires HTMLBook cloned to parent directory).
Not really sure how to use this or if it is useful in practice.
2013-11-19 19:02:13 +01:00
Pelle Nilsson d67604822e Option to add extra map-files for parsing. 2013-08-15 21:55:17 +02:00
Pelle Nilsson 1a6c6d3d15 Attempt to make checkexpected test more stable. 2013-06-23 22:51:09 +02:00
Pelle Nilsson b9025d92a5 Upload also CSS and JavaScript. 2013-06-19 07:32:17 +02:00
Pelle Nilsson 6b2b16555f Python 2.7 hardcoded. 2013-06-18 23:39:07 +02:00
Pelle Nilsson 4cfcc4888f Counters. 2013-06-18 22:21:40 +02:00
Pelle Nilsson e404e877ac Testing and fixing include only tag feature. 2013-06-18 20:38:32 +02:00
Pelle Nilsson e41df907fd Ignore js and css files when checking expected output. 2013-06-16 22:26:31 +02:00
Pelle Nilsson f96565e83c node test script working with new html scripts 2013-06-16 22:25:16 +02:00
Pelle Nilsson 3a75168d02 Split out html gamebook scripts (most of them) and style. 2013-06-16 22:12:53 +02:00
Pelle Nilsson 45cbf9ab7f Disable shuffling replaces setting random seed. 2013-06-16 21:25:50 +02:00
Pelle Nilsson 0bad58abe3 Stubs for testing html template javascript using node.js. 2013-06-16 09:41:32 +02:00
Pelle Nilsson 7a2f1d66b8 Rule to make readme.html.
Approximates what the readme will look like on github.
2013-06-15 18:45:31 +02:00
Pelle Nilsson b0f70ff39f Adding first output unit tests. Doing some refactoring to improve testability. 2013-06-14 22:49:22 +02:00
Pelle Nilsson d1845d2a1a Flag --random instead of --seed.
Hoping that will be slightly easier to understand.
2013-06-14 07:00:05 +02:00
Pelle Nilsson 155c0ab2f3 Fixed some problems with make clean and expectedcheck. 2013-06-14 00:24:33 +02:00
Pelle Nilsson 4806ac05ef unittest 2013-06-13 23:35:51 +02:00
Pelle Nilsson ca4b8389a8 Checking generated examples against saved expected outputs. 2013-06-13 23:21:34 +02:00
Pelle Nilsson 5a468bdd65 Makefile upload target. 2013-06-11 21:56:21 +02:00
Pelle Nilsson 160519e7e5 Make plain text txt from all rule. 2013-06-10 23:58:33 +02:00
Pelle Nilsson 54e03105e7 Default templates. Added plain text output.
Made default section template constisting of sectionheader and sectionbody.
Improved Makefile with more dependencies to rebuild examples when needed.
2013-06-10 22:15:54 +02:00
Pelle Nilsson d1e67a2532 Rules to build all examples of specific type. 2013-06-08 19:59:55 +02:00
Pelle Nilsson 84243fafa8 Examples structure. New examples. Verification stub. Tags parsing. 2013-06-04 22:36:09 +02:00
Pelle Nilsson ad1bbe65ae LaTeX with cross-references.
Seems to work, but following links in PDF brings you to the top
of the section below the heading, sometimes meaning that the
number is not visible on screen. Also section headings could
perhaps have better layout with less empty space above and below.
2013-06-04 00:57:45 +02:00
Pelle Nilsson f8ba31300a Target to find FIXMEs in code. 2013-06-04 00:02:02 +02:00
Pelle Nilsson 81f27d0648 Created GNU Makefile to help build files. 2013-06-03 21:48:28 +02:00