From b798743b3e42d72551dc365957f0ff990385f178 Mon Sep 17 00:00:00 2001 From: Bram Chen Date: Mon, 20 Apr 2015 11:21:50 +0800 Subject: [PATCH] Improve metadata of chinese editions --- editions/zh-Hans/tiddlywiki.info | 16 ++++++++++++++-- editions/zh-Hant/tiddlywiki.info | 16 ++++++++++++++-- 2 files changed, 28 insertions(+), 4 deletions(-) diff --git a/editions/zh-Hans/tiddlywiki.info b/editions/zh-Hans/tiddlywiki.info index b2c6adb6c..f584583ad 100644 --- a/editions/zh-Hans/tiddlywiki.info +++ b/editions/zh-Hans/tiddlywiki.info @@ -5,7 +5,6 @@ "themes": [ "tiddlywiki/vanilla", "tiddlywiki/snowwhite", - "tiddlywiki/nighttime", "tiddlywiki/starlight", "tiddlywiki/seamless", "tiddlywiki/centralised", @@ -14,8 +13,21 @@ "languages": [ "zh-Hans" ], + "includeWikis": [ + {"path": "../tw5.com", "read-only": true} + ], "build": { "index": [ - "--rendertiddler","$:/core/save/all","zh-hans-demo.html","text/plain"] + "--rendertiddler","$:/core/save/all","index.html","text/plain"], + "empty": [ + "--rendertiddler","$:/editions/zh-Hans/download-empty","empty.html","text/plain", + "--rendertiddler","$:/editions/zh-Hans/download-empty","empty.hta","text/plain"], + "favicon": [ + "--savetiddler","$:/favicon.ico","favicon.ico"], + "static": [ + "--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain", + "--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain", + "--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain", + "--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"] } } \ No newline at end of file diff --git a/editions/zh-Hant/tiddlywiki.info b/editions/zh-Hant/tiddlywiki.info index 037095e06..26b4e9d89 100644 --- a/editions/zh-Hant/tiddlywiki.info +++ b/editions/zh-Hant/tiddlywiki.info @@ -5,7 +5,6 @@ "themes": [ "tiddlywiki/vanilla", "tiddlywiki/snowwhite", - "tiddlywiki/nighttime", "tiddlywiki/starlight", "tiddlywiki/seamless", "tiddlywiki/centralised", @@ -14,8 +13,21 @@ "languages": [ "zh-Hant" ], + "includeWikis": [ + {"path": "../tw5.com", "read-only": true} + ], "build": { "index": [ - "--rendertiddler","$:/core/save/all","zh-hant-demo.html","text/plain"] + "--rendertiddler","$:/core/save/all","index.html","text/plain"], + "empty": [ + "--rendertiddler","$:/editions/zh-Hant/download-empty","empty.html","text/plain", + "--rendertiddler","$:/editions/zh-Hant/download-empty","empty.hta","text/plain"], + "favicon": [ + "--savetiddler","$:/favicon.ico","favicon.ico"], + "static": [ + "--rendertiddler","$:/core/templates/static.template.html","static.html","text/plain", + "--rendertiddler","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain", + "--rendertiddlers","[!is[system]]","$:/core/templates/static.tiddler.html","static","text/plain", + "--rendertiddler","$:/core/templates/static.template.css","static/static.css","text/plain"] } } \ No newline at end of file