diff --git a/bin/2bld.cmd b/bin/2bld.cmd index bf2a64ae4..9d18f6327 100644 --- a/bin/2bld.cmd +++ b/bin/2bld.cmd @@ -2,15 +2,6 @@ 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 ^ - --output editions\tw2 ^ - --rendertiddler TiddlyWiki2ReadMe readme.md text/html ^ - || exit 1 - rem cook the TiddlyWiki 2.x.x index file node .\tiddlywiki.js ^ diff --git a/bin/2bld.sh b/bin/2bld.sh index e0b8d30c1..530466540 100755 --- a/bin/2bld.sh +++ b/bin/2bld.sh @@ -2,15 +2,6 @@ # build TiddlyWiki 2.x -# Prepare the readme file from the revelant content in the tw5.com wiki - -node ./tiddlywiki.js \ - editions/tw5.com \ - --verbose \ - --output editions/tw2 \ - --rendertiddler TiddlyWiki2ReadMe readme.md text/html \ - || exit 1 - # cook the TiddlyWiki 2.x.x index file node ./tiddlywiki.js \ diff --git a/editions/tw2/readme.md b/editions/tw2/readme.md deleted file mode 100644 index 5eaadaea2..000000000 --- a/editions/tw2/readme.md +++ /dev/null @@ -1,5 +0,0 @@ -
TiddlyWiki5 can be used to build older 2.x.x versions of TiddlyWikiClassic from their constituent components. Doing so involves these features:
tiddlywiki/classictools plugin, containing a deserializer module which allows tiddlers to be loaded from TiddlyWiki 2.x.x .recipe filesstripcomments format for the ViewWidget, which strips single line JavaScript comments starting //#stripTitlePrefix='yes' attribute of the FieldsWidget, which removes prefixes wrapped in curly braces from the title attribute{tiddler}HelloThere would be transformed to HelloThereTiddlyWikiClassic is built from the command line by running TiddlyWiki on Node.js. A typical usage would be:
node ../../tiddlywiki.js \
- --verbose \
- --load <path_to_recipe_file> \
- --rendertiddler $:/core/templates/tiddlywiki2.template.html <path_to_write_index_file> text/plain \
- || exit 1
\ No newline at end of file