1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-01 07:48:12 +03:00
Commit graph

149 commits

Author SHA1 Message Date
Pelle Nilsson df7ea9838a Added test for listing only sections with some tag.
Noted that unfortunately a missingto setting is required for this to work,
and the missingto section will be included in the list.
Not ideal perhaps for things like listening todo-tagged sections.
2014-02-28 22:59:10 +01:00
Pelle Nilsson a144e3cc94 Removed htmlbook.out that should not be expected. 2014-02-28 22:57:36 +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 51798b3928 New list option. 2014-02-28 22:18:56 +01:00
Pelle Nilsson 3ace9a743a Expected output with htmlbook option. 2014-02-28 22:17:55 +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 e43f58135d Slightly improved error-message for broken reference. 2013-11-19 19:02:34 +01: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 f21c1f725d todo 2013-11-17 00:44:48 +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 de5f1971a3 todo 2013-10-08 23:42:25 +02:00
Pelle Nilsson 213008aa2b Templates for footnotes in gamebooks.
Only rendered well in LaTeX (PDF). Just shown in parenthesis in other formats.
Should be possible, I think, to render in RTF as well, and HTML probably.
Only needed them for PDF output at the moment though.
2013-10-08 23:35:09 +02:00
Pelle Nilsson 275294ea6b Expect DOT files following new templates. 2013-08-15 21:56:44 +02:00
Pelle Nilsson 370530222e Merge branch 'master' of rn:git/gamebookformat 2013-08-15 21:55:42 +02:00
Pelle Nilsson d67604822e Option to add extra map-files for parsing. 2013-08-15 21:55:17 +02:00
Pelle Nilsson f6716ef69d Improved LaTeX titlepage layout. 2013-08-15 21:27:01 +02:00
Pelle Nilsson 7f6b5a01fd Merge branch 'master' of rn:git/gamebookformat 2013-08-04 00:16:17 +02:00
Pelle Nilsson 6fa4245e02 Initial value for counters (something it is not reset to when revisiting).
Also fixed DOT output that was quite broken.
2013-08-04 00:16:02 +02:00
Pelle Nilsson a1abcccc53 todo 2013-07-29 21:17:34 +02:00
Pelle Nilsson 4d1e513752 Correct expected output after RTF image bugfix in previous commit. 2013-07-28 18:59:40 +02:00
Pelle Nilsson f5e555e3cf Workaround for image filename being displayed in RTF output bug. 2013-07-28 18:57:57 +02:00
Pelle Nilsson e5723bdf70 Named references.
Instead of just [[section]] you can  have [[section][name]] and
depending on format the name will be displayed instead of or
in addition to the section number referred to.
2013-07-28 18:45:02 +02:00
Pelle Nilsson cc58cc0580 Expect a letter.map file to be generated. 2013-07-28 17:56:42 +02:00
Pelle Nilsson d92b5847d4 Added option (-o static) to make static HTML output. 2013-06-29 22:21:06 +02:00
Pelle Nilsson 600728e793 Removed debug print options. 2013-06-29 22:15:15 +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 03acdf1938 Print command-line used when building example gamebook. 2013-06-29 22:05:12 +02:00
Pelle Nilsson 5aa26167b5 Optional templates to select PDF (LaTeX) paper format (A5, A4, or Letter). 2013-06-29 21:43:59 +02:00
Pelle Nilsson c9a63c080f Removed test for found references, code now being removed. 2013-06-26 18:48:19 +02:00
Pelle Nilsson 0936c768c3 DOT templates no longer relying on hack to get refs.
Also fixed bug in template for img that resulted in filename being
visible in some output formats.
2013-06-26 18:47:14 +02:00
Pelle Nilsson 6897e5e11a Template for plain non-tagged text. 2013-06-26 11:37:48 +02:00
Pelle Nilsson 47a663e014 Added example gamebook to post to BGG.
Showing only the simplest of markup features, that should be enough
to do a paragraph-driven boardgame.
2013-06-25 23:18:54 +02:00
Pelle Nilsson a949a60094 Expected output for counters examples updated. 2013-06-24 01:23:39 +02:00
Pelle Nilsson f1d2f933ba Cost tag that sets a price on something found. 2013-06-24 01:14:30 +02:00
Pelle Nilsson 17257b7970 Removed counter names from html and default templates.
It didn't work for writing some things, even though often correct.
2013-06-24 00:00:00 +02:00
Pelle Nilsson 1a6c6d3d15 Attempt to make checkexpected test more stable. 2013-06-23 22:51:09 +02:00
Pelle Nilsson 834dd92358 Todo entries for some things needed for wh13. 2013-06-21 00:00:10 +02:00
Pelle Nilsson 431357a85c Fixed problem with section used for missing.
It was handled at parse time, but must be done at
output time to be sure the section to use has been parsed.
2013-06-20 22:59:25 +02:00
Pelle Nilsson b9025d92a5 Upload also CSS and JavaScript. 2013-06-19 07:32:17 +02:00
Pelle Nilsson 123617ea75 todo 2013-06-19 00:09:16 +02:00
Pelle Nilsson 9280be8e38 Disabling everything after enabled auto link.
This means that if forced to follow instructions to turn to
some section, nothing else later in the current section will
have an effect (eg counters or collections), which should
be what the player expects.
2013-06-18 23:40:27 +02:00
Pelle Nilsson 6b2b16555f Python 2.7 hardcoded. 2013-06-18 23:39:07 +02:00
Pelle Nilsson 9f9e613d4d HTML output now playable with JavaScript disabled or missing js file. 2013-06-18 22:59:13 +02:00
Pelle Nilsson 25fb3ec60c Checking counters to enable or disable HTML links. 2013-06-18 22:41:50 +02:00
Pelle Nilsson 4cfcc4888f Counters. 2013-06-18 22:21:40 +02:00
Pelle Nilsson 4928bd0f14 Correct A5 size output in LaTeX template. 2013-06-18 20:38:55 +02:00
Pelle Nilsson e404e877ac Testing and fixing include only tag feature. 2013-06-18 20:38:32 +02:00
Pelle Nilsson fcf41b9869 Option to only include sections with specific tag. 2013-06-16 23:43:45 +02:00