From 192a5660a0b7bb4c849d92ceed892e4caaf7d079 Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sat, 5 May 2012 14:48:41 +0100 Subject: [PATCH] Remove the residual recipe stuff --- rabbithole/tiddlywiki5.recipe | 27 ---------------- rabbithole/tiddlywiki5.template.html | 46 ---------------------------- rabbithole/tw5.com/tw5.com.recipe | 8 ----- 3 files changed, 81 deletions(-) delete mode 100644 rabbithole/tiddlywiki5.recipe delete mode 100644 rabbithole/tiddlywiki5.template.html delete mode 100644 rabbithole/tw5.com/tw5.com.recipe diff --git a/rabbithole/tiddlywiki5.recipe b/rabbithole/tiddlywiki5.recipe deleted file mode 100644 index e83a5da7a..000000000 --- a/rabbithole/tiddlywiki5.recipe +++ /dev/null @@ -1,27 +0,0 @@ -template: tiddlywiki5.template.html -copyright: core/copyright.txt -version: core/version.txt - -jsbootstart: core/bootprefix.js -jsbootend: core/boot.js - -shadow: core/tiddlywiki5.template.html.tid - title: $:/core/tiddlywiki5.template.html -shadow: core/copyright.txt - title: $:/core/copyright.txt -shadow: core/version.txt - title: $:/core/version.txt -shadow: core/bootprefix.js - title: $:/core/bootprefix.js -shadow: core/boot.js - title: $:/core/boot.js - -pluginmodule: core/modules/*.js -pluginmodule: core/modules/commands/*.js -pluginmodule: core/modules/macros/*.js -pluginmodule: core/modules/macros/edit/*.js -pluginmodule: core/modules/macros/edit/editors/*.js -pluginmodule: core/modules/treenodes/*.js -pluginmodule: core/modules/parsers/*.js -pluginmodule: core/modules/parsers/wikitextparser/*.js -pluginmodule: core/modules/parsers/wikitextparser/rules/*.js diff --git a/rabbithole/tiddlywiki5.template.html b/rabbithole/tiddlywiki5.template.html deleted file mode 100644 index f0d226056..000000000 --- a/rabbithole/tiddlywiki5.template.html +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - - - - - - -<!--@@title@@--> - - - - - - - - - - - - - diff --git a/rabbithole/tw5.com/tw5.com.recipe b/rabbithole/tw5.com/tw5.com.recipe deleted file mode 100644 index 8b962dfad..000000000 --- a/rabbithole/tw5.com/tw5.com.recipe +++ /dev/null @@ -1,8 +0,0 @@ -recipe: ../tiddlywiki5.recipe - -style: shadows/*.css - -shadow: shadows/*.tid - -pluginmodule: plugins/*.js -pluginmodule: plugins/demoplugin/*.js