Moved templates in the title hierarchy

print-window-tiddler
Jeremy Ruston 2012-05-20 15:20:21 +01:00
rodzic 503f60f64c
commit 82f7a547fe
3 zmienionych plików z 4 dodań i 4 usunięć

4
bld.sh
Wyświetl plik

@ -13,8 +13,8 @@ pushd tw5.com > /dev/null
node ../core/boot.js \
--verbose \
--savetiddler ReadMe ../readme.md text/html \
--savetiddler $:/core/tiddlywiki5.template.html ../tmp/tw5/index.html text/plain \
--savetiddler $:/core/static.template.html ../tmp/tw5/static.html text/plain \
--savetiddler $:/core/templates/tiddlywiki5.template.html ../tmp/tw5/index.html text/plain \
--savetiddler $:/core/templates/static.template.html ../tmp/tw5/static.html text/plain \
|| exit 1
popd > /dev/null

Wyświetl plik

@ -1,4 +1,4 @@
title: $:/core/static.template.html
title: $:/core/templates/static.template.html
type: text/x-tiddlywiki-html
<!doctype html>

Wyświetl plik

@ -1,4 +1,4 @@
title: $:/core/tiddlywiki5.template.html
title: $:/core/templates/tiddlywiki5.template.html
type: text/x-tiddlywiki-html
<!doctype html>