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

21 commits

Author SHA1 Message Date
Pelle Nilsson 23999c2373 Include multiple tags. Now also exclude tags. 2014-02-28 23:23:18 +01:00
Pelle Nilsson 80f2f50d88 Correct parameter to include tag in list is with -i. 2014-02-28 22:43:59 +01:00
Pelle Nilsson c17d336baa Removed some whitespace from output. 2014-02-28 22:14:22 +01:00
Pelle Nilsson 68834df8b4 Added htmlbook option to readme file. 2013-11-19 19:12:47 +01:00
Pelle Nilsson f3922fe7f3 More external links in readme. 2013-10-10 22:02:55 +02:00
Pelle Nilsson 75c2196e4f Graphviz link in readme file. 2013-10-10 21:58:04 +02:00
Pelle Nilsson d67604822e Option to add extra map-files for parsing. 2013-08-15 21:55:17 +02:00
Pelle Nilsson 2ce0cd6f6d Added -o to add format overrides from the options subdirectory. 2013-06-29 22:07:27 +02:00
Pelle Nilsson fcf41b9869 Option to only include sections with specific tag. 2013-06-16 23:43:45 +02:00
Pelle Nilsson a1057b81c9 Removed verify code. Will have to add somehow later, but not sure how. 2013-06-16 22:24:59 +02:00
Pelle Nilsson 0bad58abe3 Stubs for testing html template javascript using node.js. 2013-06-16 09:41:32 +02:00
Pelle Nilsson 83d1ab0880 Windhammer Prize link. 2013-06-14 07:02:43 +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 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 f723ee0a9c Text format brackets.
Switched to text mark-up even more similar to org-mode, also more
similar to typical wiki mark-up, removing python-style format from
sections (but not from the templates).
2013-06-05 00:19:57 +02:00
Pelle Nilsson 7c255b2bab Usage documentation. 2013-06-04 00:27:32 +02:00
Pelle Nilsson 5d42472385 Use term section instead of paragraph.
Because it will become confusing later when there is support
for sections split up in several paragraphs otherwise.
2013-06-03 21:57:55 +02:00
Pelle Nilsson 707d5692cb Switched from JSON to simpler format.
Code is a bit of a mess at the moment. Might have to generate some JSON
later anyway to make it easier to make playable game in browser.
2013-05-30 00:18:05 +02:00
Pelle Nilsson bdc101a6db Added simple HTML output support. 2013-05-29 00:01:17 +02:00
Pelle Nilsson 3791e8c688 readme 2013-05-28 23:28:13 +02:00