From e604900738745efe2fe141d1cce2ee7e23c93fbc Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Wed, 14 Mar 2012 18:12:41 +0000 Subject: [PATCH] Further tiddler reorganisations --- tiddlywiki5/{ => boot}/BootLoader.js | 0 tiddlywiki5/{ => boot}/BootStart.js | 0 tiddlywiki5/{ => shadows/css}/bootstrap.css | 0 tiddlywiki5/{ => shadows/css}/styles.css | 0 .../{tiddlers => shadows/templates}/PageTemplate.tid | 0 .../templates}/SimpleTemplate.tid | 0 tiddlywiki5/tiddlywiki5.recipe | 12 +++++------- 7 files changed, 5 insertions(+), 7 deletions(-) rename tiddlywiki5/{ => boot}/BootLoader.js (100%) rename tiddlywiki5/{ => boot}/BootStart.js (100%) rename tiddlywiki5/{ => shadows/css}/bootstrap.css (100%) rename tiddlywiki5/{ => shadows/css}/styles.css (100%) rename tiddlywiki5/{tiddlers => shadows/templates}/PageTemplate.tid (100%) rename tiddlywiki5/{tiddlers => shadows/templates}/SimpleTemplate.tid (100%) diff --git a/tiddlywiki5/BootLoader.js b/tiddlywiki5/boot/BootLoader.js similarity index 100% rename from tiddlywiki5/BootLoader.js rename to tiddlywiki5/boot/BootLoader.js diff --git a/tiddlywiki5/BootStart.js b/tiddlywiki5/boot/BootStart.js similarity index 100% rename from tiddlywiki5/BootStart.js rename to tiddlywiki5/boot/BootStart.js diff --git a/tiddlywiki5/bootstrap.css b/tiddlywiki5/shadows/css/bootstrap.css similarity index 100% rename from tiddlywiki5/bootstrap.css rename to tiddlywiki5/shadows/css/bootstrap.css diff --git a/tiddlywiki5/styles.css b/tiddlywiki5/shadows/css/styles.css similarity index 100% rename from tiddlywiki5/styles.css rename to tiddlywiki5/shadows/css/styles.css diff --git a/tiddlywiki5/tiddlers/PageTemplate.tid b/tiddlywiki5/shadows/templates/PageTemplate.tid similarity index 100% rename from tiddlywiki5/tiddlers/PageTemplate.tid rename to tiddlywiki5/shadows/templates/PageTemplate.tid diff --git a/tiddlywiki5/tiddlers/SimpleTemplate.tid b/tiddlywiki5/shadows/templates/SimpleTemplate.tid similarity index 100% rename from tiddlywiki5/tiddlers/SimpleTemplate.tid rename to tiddlywiki5/shadows/templates/SimpleTemplate.tid diff --git a/tiddlywiki5/tiddlywiki5.recipe b/tiddlywiki5/tiddlywiki5.recipe index 8254ce8a0..8edcc6830 100644 --- a/tiddlywiki5/tiddlywiki5.recipe +++ b/tiddlywiki5/tiddlywiki5.recipe @@ -1,14 +1,12 @@ template: tiddlywiki5.template.html copyright: ../copyright.txt -style: bootstrap.css -style: styles.css +style: shadows/css/*.css tiddler: tiddlers/*.tid tiddler: tiddlers/*.jpg +tiddler: tiddlers/*.png tiddler: tiddlers/*.svg -tiddler: ../docs/*.svg -tiddler: ../docs/*.png -tiddler: ../docs/*.jpg +tiddler: shadows/templates/*.tid #tiddler: http://wikitext.tiddlyspace.com/fractalveg.jpg # type: image/jpeg @@ -21,6 +19,6 @@ jsmodule: ../js/macros/*.js jsmodule: ../node_modules/esprima/esprima.js title: esprima -jsbootstart: BootStart.js -jsbootend: BootLoader.js +jsbootstart: boot/BootStart.js +jsbootend: boot/BootLoader.js