2013-11-17 22:54:12 +00:00
|
|
|
@echo off
|
|
|
|
|
|
|
|
rem build TiddlyWiki 2.x
|
|
|
|
|
|
|
|
rem Prepare the readme file from the revelant content in the tw5.com wiki
|
|
|
|
|
|
|
|
node .\tiddlywiki.js ^
|
|
|
|
editions\tw5.com ^
|
|
|
|
--verbose ^
|
2014-04-27 07:28:21 +00:00
|
|
|
--output editions\tw2 ^
|
|
|
|
--rendertiddler TiddlyWiki2ReadMe readme.md text/html ^
|
2013-11-17 22:54:12 +00:00
|
|
|
|| exit 1
|
|
|
|
|
|
|
|
rem cook the TiddlyWiki 2.x.x index file
|
|
|
|
|
|
|
|
node .\tiddlywiki.js ^
|
|
|
|
editions\tw2 ^
|
|
|
|
--verbose ^
|
2014-04-27 07:28:21 +00:00
|
|
|
--output tmp\tw2 ^
|
2013-11-17 22:54:12 +00:00
|
|
|
--load editions\tw2\source\tiddlywiki.com\index.html.recipe ^
|
2014-04-27 07:28:21 +00:00
|
|
|
--rendertiddler $:/core/templates/tiddlywiki2.template.html index.html text/plain ^
|
2013-11-17 22:54:12 +00:00
|
|
|
|| exit 1
|
|
|
|
|
|
|
|
fc tmp\tw2\index.html editions\tw2\target\prebuilt.html
|