diff --git a/editions/codemirrordemo/tiddlywiki.info b/editions/codemirrordemo/tiddlywiki.info index a7d6bc947..6ec827bad 100644 --- a/editions/codemirrordemo/tiddlywiki.info +++ b/editions/codemirrordemo/tiddlywiki.info @@ -7,5 +7,9 @@ "tiddlywiki/snowwhite" ], "includeWikis": [ - ] + ], + "build": { + "index": [ + "--rendertiddler","$:/core/save/all","codemirrordemo.html","text/plain"] + } } diff --git a/editions/d3demo/tiddlywiki.info b/editions/d3demo/tiddlywiki.info index 65e8fa412..1c756289f 100644 --- a/editions/d3demo/tiddlywiki.info +++ b/editions/d3demo/tiddlywiki.info @@ -7,5 +7,9 @@ "tiddlywiki/snowwhite" ], "includeWikis": [ - ] + ], + "build": { + "index": [ + "--rendertiddler","$:/core/save/all","d3demo.html","text/plain"] + } } \ No newline at end of file diff --git a/editions/de-AT-DE/tiddlywiki.info b/editions/de-AT-DE/tiddlywiki.info index 368e08235..6ac10e934 100644 --- a/editions/de-AT-DE/tiddlywiki.info +++ b/editions/de-AT-DE/tiddlywiki.info @@ -15,5 +15,9 @@ "en-GB", "de-AT", "de-DE" - ] + ], + "build": { + "index": [ + "--rendertiddler","$:/core/save/all","de-at-demo.html","text/plain"] + } } diff --git a/editions/empty/tiddlywiki.info b/editions/empty/tiddlywiki.info index e2c97c0ac..5e83224a3 100644 --- a/editions/empty/tiddlywiki.info +++ b/editions/empty/tiddlywiki.info @@ -5,5 +5,14 @@ "themes": [ "tiddlywiki/vanilla", "tiddlywiki/snowwhite" - ] + ], + "build": { + "index": [ + "--rendertiddler","$:/core/save/all","index.html","text/plain"], + "static": [ + "--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain", + "--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain", + "--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain", + "--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain"] + } } \ No newline at end of file diff --git a/editions/fr-FR/tiddlywiki.info b/editions/fr-FR/tiddlywiki.info index f4e381011..f01cfe879 100644 --- a/editions/fr-FR/tiddlywiki.info +++ b/editions/fr-FR/tiddlywiki.info @@ -13,5 +13,9 @@ ], "languages": [ "fr-FR" - ] + ], + "build": { + "index": [ + "--rendertiddler","$:/core/save/all","fr-fr-demo.html","text/plain"] + } } \ No newline at end of file diff --git a/editions/highlightdemo/tiddlywiki.info b/editions/highlightdemo/tiddlywiki.info index 6f898b038..304067204 100644 --- a/editions/highlightdemo/tiddlywiki.info +++ b/editions/highlightdemo/tiddlywiki.info @@ -7,5 +7,9 @@ "tiddlywiki/snowwhite" ], "includeWikis": [ - ] + ], + "build": { + "index": [ + "--rendertiddler","$:/core/save/all","highlightdemo.html","text/plain"] + } } diff --git a/editions/markdowndemo/tiddlywiki.info b/editions/markdowndemo/tiddlywiki.info index 4c33621ca..bc6c0366f 100644 --- a/editions/markdowndemo/tiddlywiki.info +++ b/editions/markdowndemo/tiddlywiki.info @@ -7,5 +7,9 @@ "tiddlywiki/snowwhite" ], "includeWikis": [ - ] + ], + "build": { + "index": [ + "--rendertiddler","$:/core/save/all","markdowndemo.html","text/plain"] + } } diff --git a/editions/tahoelafs/tiddlywiki.info b/editions/tahoelafs/tiddlywiki.info index 2a264be00..c56c82b27 100644 --- a/editions/tahoelafs/tiddlywiki.info +++ b/editions/tahoelafs/tiddlywiki.info @@ -5,5 +5,9 @@ "themes": [ "tiddlywiki/vanilla", "tiddlywiki/snowwhite" - ] + ], + "build": { + "index": [ + "--rendertiddler","$:/core/save/all","tahoelafs.html","text/plain"] + } } \ No newline at end of file diff --git a/editions/test/tiddlywiki.info b/editions/test/tiddlywiki.info index e9375582a..88e26eb9d 100644 --- a/editions/test/tiddlywiki.info +++ b/editions/test/tiddlywiki.info @@ -5,5 +5,9 @@ "themes": [ "tiddlywiki/vanilla", "tiddlywiki/snowwhite" - ] + ], + "build": { + "index": [ + "--rendertiddler","$:/core/save/all","test.html","text/plain"] + } } \ No newline at end of file diff --git a/editions/tw5.com/tiddlywiki.info b/editions/tw5.com/tiddlywiki.info index 5218099fd..d3049654f 100644 --- a/editions/tw5.com/tiddlywiki.info +++ b/editions/tw5.com/tiddlywiki.info @@ -40,7 +40,8 @@ "readmes": [ "--rendertiddler","ReadMe","readme.md","text/html", "--rendertiddler","ContributingTemplate","contributing.md","text/html", - "--rendertiddler","$:/core/copyright.txt","licenses/copyright.md","text/html"], + "--rendertiddler","$:/core/copyright.txt","licenses/copyright.md","text/plain", + "--rendertiddler","TiddlyWiki2ReadMe","tw2/readme.md","text/html"], "empty": [ "--rendertiddler","$:/editions/tw5.com/download-empty","empty.html","text/plain", "--rendertiddler","$:/editions/tw5.com/download-empty","empty.hta","text/plain"], diff --git a/editions/tw5tank/tiddlywiki.info b/editions/tw5tank/tiddlywiki.info index 3312630e6..2d7b074de 100644 --- a/editions/tw5tank/tiddlywiki.info +++ b/editions/tw5tank/tiddlywiki.info @@ -6,5 +6,9 @@ "themes": [ "tiddlywiki/vanilla", "tiddlywiki/snowwhite" - ] + ], + "build": { + "index": [ + "--rendertiddler","$:/core/save/all","tw5tank.html","text/plain"] + } } \ No newline at end of file diff --git a/editions/tw5tiddlyweb/tiddlywiki.info b/editions/tw5tiddlyweb/tiddlywiki.info index 3312630e6..77a6cceb2 100644 --- a/editions/tw5tiddlyweb/tiddlywiki.info +++ b/editions/tw5tiddlyweb/tiddlywiki.info @@ -6,5 +6,9 @@ "themes": [ "tiddlywiki/vanilla", "tiddlywiki/snowwhite" - ] + ], + "build": { + "index": [ + "--rendertiddler","$:/core/save/all","tw5tiddlyweb.html","text/plain"] + } } \ No newline at end of file