diff --git a/rabbithole/core/boot.js b/core/boot.js similarity index 100% rename from rabbithole/core/boot.js rename to core/boot.js diff --git a/rabbithole/core/bootprefix.js b/core/bootprefix.js similarity index 100% rename from rabbithole/core/bootprefix.js rename to core/bootprefix.js diff --git a/rabbithole/core/copyright.txt b/core/copyright.txt similarity index 100% rename from rabbithole/core/copyright.txt rename to core/copyright.txt diff --git a/rabbithole/core/modules/commander.js b/core/modules/commander.js similarity index 100% rename from rabbithole/core/modules/commander.js rename to core/modules/commander.js diff --git a/rabbithole/core/modules/commands/dump.js b/core/modules/commands/dump.js similarity index 100% rename from rabbithole/core/modules/commands/dump.js rename to core/modules/commands/dump.js diff --git a/rabbithole/core/modules/commands/load.js b/core/modules/commands/load.js similarity index 100% rename from rabbithole/core/modules/commands/load.js rename to core/modules/commands/load.js diff --git a/rabbithole/core/modules/commands/savetiddler.js b/core/modules/commands/savetiddler.js similarity index 100% rename from rabbithole/core/modules/commands/savetiddler.js rename to core/modules/commands/savetiddler.js diff --git a/rabbithole/core/modules/commands/verbose.js b/core/modules/commands/verbose.js similarity index 100% rename from rabbithole/core/modules/commands/verbose.js rename to core/modules/commands/verbose.js diff --git a/rabbithole/core/modules/commands/version.js b/core/modules/commands/version.js similarity index 100% rename from rabbithole/core/modules/commands/version.js rename to core/modules/commands/version.js diff --git a/rabbithole/core/modules/commands/wikitest.js b/core/modules/commands/wikitest.js similarity index 100% rename from rabbithole/core/modules/commands/wikitest.js rename to core/modules/commands/wikitest.js diff --git a/rabbithole/core/modules/config.js b/core/modules/config.js similarity index 100% rename from rabbithole/core/modules/config.js rename to core/modules/config.js diff --git a/rabbithole/core/modules/dependencies.js b/core/modules/dependencies.js similarity index 100% rename from rabbithole/core/modules/dependencies.js rename to core/modules/dependencies.js diff --git a/rabbithole/core/modules/deserializers.js b/core/modules/deserializers.js similarity index 100% rename from rabbithole/core/modules/deserializers.js rename to core/modules/deserializers.js diff --git a/rabbithole/core/modules/macros/button.js b/core/modules/macros/button.js similarity index 100% rename from rabbithole/core/modules/macros/button.js rename to core/modules/macros/button.js diff --git a/rabbithole/core/modules/macros/chooser.js b/core/modules/macros/chooser.js similarity index 100% rename from rabbithole/core/modules/macros/chooser.js rename to core/modules/macros/chooser.js diff --git a/rabbithole/core/modules/macros/comment.js b/core/modules/macros/comment.js similarity index 100% rename from rabbithole/core/modules/macros/comment.js rename to core/modules/macros/comment.js diff --git a/rabbithole/core/modules/macros/echo.js b/core/modules/macros/echo.js similarity index 100% rename from rabbithole/core/modules/macros/echo.js rename to core/modules/macros/echo.js diff --git a/rabbithole/core/modules/macros/edit/edit.js b/core/modules/macros/edit/edit.js similarity index 100% rename from rabbithole/core/modules/macros/edit/edit.js rename to core/modules/macros/edit/edit.js diff --git a/rabbithole/core/modules/macros/edit/editors/bitmapeditor.js b/core/modules/macros/edit/editors/bitmapeditor.js similarity index 100% rename from rabbithole/core/modules/macros/edit/editors/bitmapeditor.js rename to core/modules/macros/edit/editors/bitmapeditor.js diff --git a/rabbithole/core/modules/macros/edit/editors/texteditor.js b/core/modules/macros/edit/editors/texteditor.js similarity index 100% rename from rabbithole/core/modules/macros/edit/editors/texteditor.js rename to core/modules/macros/edit/editors/texteditor.js diff --git a/rabbithole/core/modules/macros/image.js b/core/modules/macros/image.js similarity index 100% rename from rabbithole/core/modules/macros/image.js rename to core/modules/macros/image.js diff --git a/rabbithole/core/modules/macros/include.js b/core/modules/macros/include.js similarity index 100% rename from rabbithole/core/modules/macros/include.js rename to core/modules/macros/include.js diff --git a/rabbithole/core/modules/macros/link.js b/core/modules/macros/link.js similarity index 100% rename from rabbithole/core/modules/macros/link.js rename to core/modules/macros/link.js diff --git a/rabbithole/core/modules/macros/list.js b/core/modules/macros/list.js similarity index 100% rename from rabbithole/core/modules/macros/list.js rename to core/modules/macros/list.js diff --git a/rabbithole/core/modules/macros/slider.js b/core/modules/macros/slider.js similarity index 100% rename from rabbithole/core/modules/macros/slider.js rename to core/modules/macros/slider.js diff --git a/rabbithole/core/modules/macros/story.js b/core/modules/macros/story.js similarity index 100% rename from rabbithole/core/modules/macros/story.js rename to core/modules/macros/story.js diff --git a/rabbithole/core/modules/macros/tiddler.js b/core/modules/macros/tiddler.js similarity index 100% rename from rabbithole/core/modules/macros/tiddler.js rename to core/modules/macros/tiddler.js diff --git a/rabbithole/core/modules/macros/version.js b/core/modules/macros/version.js similarity index 100% rename from rabbithole/core/modules/macros/version.js rename to core/modules/macros/version.js diff --git a/rabbithole/core/modules/macros/video.js b/core/modules/macros/video.js similarity index 100% rename from rabbithole/core/modules/macros/video.js rename to core/modules/macros/video.js diff --git a/rabbithole/core/modules/macros/view.js b/core/modules/macros/view.js similarity index 100% rename from rabbithole/core/modules/macros/view.js rename to core/modules/macros/view.js diff --git a/rabbithole/core/modules/macros/zoomer.js b/core/modules/macros/zoomer.js similarity index 100% rename from rabbithole/core/modules/macros/zoomer.js rename to core/modules/macros/zoomer.js diff --git a/rabbithole/core/modules/parsers/imageparser.js b/core/modules/parsers/imageparser.js similarity index 100% rename from rabbithole/core/modules/parsers/imageparser.js rename to core/modules/parsers/imageparser.js diff --git a/rabbithole/core/modules/parsers/javascriptparser/tiddlywiki.plugin b/core/modules/parsers/javascriptparser/tiddlywiki.plugin similarity index 100% rename from rabbithole/core/modules/parsers/javascriptparser/tiddlywiki.plugin rename to core/modules/parsers/javascriptparser/tiddlywiki.plugin diff --git a/rabbithole/core/modules/parsers/jsonparser.js b/core/modules/parsers/jsonparser.js similarity index 100% rename from rabbithole/core/modules/parsers/jsonparser.js rename to core/modules/parsers/jsonparser.js diff --git a/rabbithole/core/modules/parsers/plaintextparser.js b/core/modules/parsers/plaintextparser.js similarity index 100% rename from rabbithole/core/modules/parsers/plaintextparser.js rename to core/modules/parsers/plaintextparser.js diff --git a/rabbithole/core/modules/parsers/tiddlytextparser.js b/core/modules/parsers/tiddlytextparser.js similarity index 100% rename from rabbithole/core/modules/parsers/tiddlytextparser.js rename to core/modules/parsers/tiddlytextparser.js diff --git a/rabbithole/core/modules/parsers/wikitextparser/rules/wikitextrules.js b/core/modules/parsers/wikitextparser/rules/wikitextrules.js similarity index 100% rename from rabbithole/core/modules/parsers/wikitextparser/rules/wikitextrules.js rename to core/modules/parsers/wikitextparser/rules/wikitextrules.js diff --git a/rabbithole/core/modules/parsers/wikitextparser/wikitextparser.js b/core/modules/parsers/wikitextparser/wikitextparser.js similarity index 100% rename from rabbithole/core/modules/parsers/wikitextparser/wikitextparser.js rename to core/modules/parsers/wikitextparser/wikitextparser.js diff --git a/rabbithole/core/modules/renderer.js b/core/modules/renderer.js similarity index 100% rename from rabbithole/core/modules/renderer.js rename to core/modules/renderer.js diff --git a/rabbithole/core/modules/serializers.js b/core/modules/serializers.js similarity index 100% rename from rabbithole/core/modules/serializers.js rename to core/modules/serializers.js diff --git a/rabbithole/core/modules/startup.js b/core/modules/startup.js similarity index 100% rename from rabbithole/core/modules/startup.js rename to core/modules/startup.js diff --git a/rabbithole/core/modules/tiddler.js b/core/modules/tiddler.js similarity index 100% rename from rabbithole/core/modules/tiddler.js rename to core/modules/tiddler.js diff --git a/rabbithole/core/modules/tree.js b/core/modules/tree.js similarity index 100% rename from rabbithole/core/modules/tree.js rename to core/modules/tree.js diff --git a/rabbithole/core/modules/tree.utils.js b/core/modules/tree.utils.js similarity index 100% rename from rabbithole/core/modules/tree.utils.js rename to core/modules/tree.utils.js diff --git a/rabbithole/core/modules/treenodes/element.js b/core/modules/treenodes/element.js similarity index 100% rename from rabbithole/core/modules/treenodes/element.js rename to core/modules/treenodes/element.js diff --git a/rabbithole/core/modules/treenodes/entity.js b/core/modules/treenodes/entity.js similarity index 100% rename from rabbithole/core/modules/treenodes/entity.js rename to core/modules/treenodes/entity.js diff --git a/rabbithole/core/modules/treenodes/macro.js b/core/modules/treenodes/macro.js similarity index 100% rename from rabbithole/core/modules/treenodes/macro.js rename to core/modules/treenodes/macro.js diff --git a/rabbithole/core/modules/treenodes/node.js b/core/modules/treenodes/node.js similarity index 100% rename from rabbithole/core/modules/treenodes/node.js rename to core/modules/treenodes/node.js diff --git a/rabbithole/core/modules/treenodes/raw.js b/core/modules/treenodes/raw.js similarity index 100% rename from rabbithole/core/modules/treenodes/raw.js rename to core/modules/treenodes/raw.js diff --git a/rabbithole/core/modules/treenodes/text.js b/core/modules/treenodes/text.js similarity index 100% rename from rabbithole/core/modules/treenodes/text.js rename to core/modules/treenodes/text.js diff --git a/rabbithole/core/modules/utils.argparser.js b/core/modules/utils.argparser.js similarity index 100% rename from rabbithole/core/modules/utils.argparser.js rename to core/modules/utils.argparser.js diff --git a/rabbithole/core/modules/utils.js b/core/modules/utils.js similarity index 100% rename from rabbithole/core/modules/utils.js rename to core/modules/utils.js diff --git a/rabbithole/core/modules/wiki.filters.js b/core/modules/wiki.filters.js similarity index 100% rename from rabbithole/core/modules/wiki.filters.js rename to core/modules/wiki.filters.js diff --git a/rabbithole/core/modules/wiki.js b/core/modules/wiki.js similarity index 100% rename from rabbithole/core/modules/wiki.js rename to core/modules/wiki.js diff --git a/rabbithole/core/static.template.html.tid b/core/static.template.html.tid similarity index 100% rename from rabbithole/core/static.template.html.tid rename to core/static.template.html.tid diff --git a/rabbithole/core/tiddlywiki5.template.html.tid b/core/tiddlywiki5.template.html.tid similarity index 100% rename from rabbithole/core/tiddlywiki5.template.html.tid rename to core/tiddlywiki5.template.html.tid diff --git a/rabbithole/core/version.txt b/core/version.txt similarity index 100% rename from rabbithole/core/version.txt rename to core/version.txt diff --git a/rabbithole/readme.md b/readme.md similarity index 100% rename from rabbithole/readme.md rename to readme.md diff --git a/rabbithole/wikitests/EighthTiddler.html b/tests/wikitests/EighthTiddler.html similarity index 100% rename from rabbithole/wikitests/EighthTiddler.html rename to tests/wikitests/EighthTiddler.html diff --git a/rabbithole/wikitests/EighthTiddler.tid b/tests/wikitests/EighthTiddler.tid similarity index 100% rename from rabbithole/wikitests/EighthTiddler.tid rename to tests/wikitests/EighthTiddler.tid diff --git a/rabbithole/wikitests/EighthTiddler.txt b/tests/wikitests/EighthTiddler.txt similarity index 100% rename from rabbithole/wikitests/EighthTiddler.txt rename to tests/wikitests/EighthTiddler.txt diff --git a/rabbithole/wikitests/Fifth Tiddler.html b/tests/wikitests/Fifth Tiddler.html similarity index 100% rename from rabbithole/wikitests/Fifth Tiddler.html rename to tests/wikitests/Fifth Tiddler.html diff --git a/rabbithole/wikitests/Fifth Tiddler.tid b/tests/wikitests/Fifth Tiddler.tid similarity index 100% rename from rabbithole/wikitests/Fifth Tiddler.tid rename to tests/wikitests/Fifth Tiddler.tid diff --git a/rabbithole/wikitests/Fifth Tiddler.txt b/tests/wikitests/Fifth Tiddler.txt similarity index 100% rename from rabbithole/wikitests/Fifth Tiddler.txt rename to tests/wikitests/Fifth Tiddler.txt diff --git a/rabbithole/wikitests/FirstTiddler.html b/tests/wikitests/FirstTiddler.html similarity index 100% rename from rabbithole/wikitests/FirstTiddler.html rename to tests/wikitests/FirstTiddler.html diff --git a/rabbithole/wikitests/FirstTiddler.tid b/tests/wikitests/FirstTiddler.tid similarity index 100% rename from rabbithole/wikitests/FirstTiddler.tid rename to tests/wikitests/FirstTiddler.tid diff --git a/rabbithole/wikitests/FirstTiddler.txt b/tests/wikitests/FirstTiddler.txt similarity index 100% rename from rabbithole/wikitests/FirstTiddler.txt rename to tests/wikitests/FirstTiddler.txt diff --git a/rabbithole/wikitests/Fourth Tiddler.html b/tests/wikitests/Fourth Tiddler.html similarity index 100% rename from rabbithole/wikitests/Fourth Tiddler.html rename to tests/wikitests/Fourth Tiddler.html diff --git a/rabbithole/wikitests/Fourth Tiddler.tid b/tests/wikitests/Fourth Tiddler.tid similarity index 100% rename from rabbithole/wikitests/Fourth Tiddler.tid rename to tests/wikitests/Fourth Tiddler.tid diff --git a/rabbithole/wikitests/Fourth Tiddler.txt b/tests/wikitests/Fourth Tiddler.txt similarity index 100% rename from rabbithole/wikitests/Fourth Tiddler.txt rename to tests/wikitests/Fourth Tiddler.txt diff --git a/rabbithole/wikitests/SecondTiddler.html b/tests/wikitests/SecondTiddler.html similarity index 100% rename from rabbithole/wikitests/SecondTiddler.html rename to tests/wikitests/SecondTiddler.html diff --git a/rabbithole/wikitests/SecondTiddler.tid b/tests/wikitests/SecondTiddler.tid similarity index 100% rename from rabbithole/wikitests/SecondTiddler.tid rename to tests/wikitests/SecondTiddler.tid diff --git a/rabbithole/wikitests/SecondTiddler.txt b/tests/wikitests/SecondTiddler.txt similarity index 100% rename from rabbithole/wikitests/SecondTiddler.txt rename to tests/wikitests/SecondTiddler.txt diff --git a/rabbithole/wikitests/SeventhTiddler.html b/tests/wikitests/SeventhTiddler.html similarity index 100% rename from rabbithole/wikitests/SeventhTiddler.html rename to tests/wikitests/SeventhTiddler.html diff --git a/rabbithole/wikitests/SeventhTiddler.tid b/tests/wikitests/SeventhTiddler.tid similarity index 100% rename from rabbithole/wikitests/SeventhTiddler.tid rename to tests/wikitests/SeventhTiddler.tid diff --git a/rabbithole/wikitests/SeventhTiddler.txt b/tests/wikitests/SeventhTiddler.txt similarity index 100% rename from rabbithole/wikitests/SeventhTiddler.txt rename to tests/wikitests/SeventhTiddler.txt diff --git a/rabbithole/wikitests/SixthTiddler.html b/tests/wikitests/SixthTiddler.html similarity index 100% rename from rabbithole/wikitests/SixthTiddler.html rename to tests/wikitests/SixthTiddler.html diff --git a/rabbithole/wikitests/SixthTiddler.tid b/tests/wikitests/SixthTiddler.tid similarity index 100% rename from rabbithole/wikitests/SixthTiddler.tid rename to tests/wikitests/SixthTiddler.tid diff --git a/rabbithole/wikitests/SixthTiddler.txt b/tests/wikitests/SixthTiddler.txt similarity index 100% rename from rabbithole/wikitests/SixthTiddler.txt rename to tests/wikitests/SixthTiddler.txt diff --git a/rabbithole/wikitests/ThirdTiddler.html b/tests/wikitests/ThirdTiddler.html similarity index 100% rename from rabbithole/wikitests/ThirdTiddler.html rename to tests/wikitests/ThirdTiddler.html diff --git a/rabbithole/wikitests/ThirdTiddler.tid b/tests/wikitests/ThirdTiddler.tid similarity index 100% rename from rabbithole/wikitests/ThirdTiddler.tid rename to tests/wikitests/ThirdTiddler.tid diff --git a/rabbithole/wikitests/ThirdTiddler.txt b/tests/wikitests/ThirdTiddler.txt similarity index 100% rename from rabbithole/wikitests/ThirdTiddler.txt rename to tests/wikitests/ThirdTiddler.txt diff --git a/rabbithole/tw5.com/bld.sh b/tw5.com/bld.sh similarity index 100% rename from rabbithole/tw5.com/bld.sh rename to tw5.com/bld.sh diff --git a/rabbithole/tw5.com/plugins/demoplugin/demoplugin.js b/tw5.com/plugins/demoplugin/demoplugin.js similarity index 100% rename from rabbithole/tw5.com/plugins/demoplugin/demoplugin.js rename to tw5.com/plugins/demoplugin/demoplugin.js diff --git a/rabbithole/tw5.com/run.sh b/tw5.com/run.sh similarity index 100% rename from rabbithole/tw5.com/run.sh rename to tw5.com/run.sh diff --git a/rabbithole/tw5.com/shadows/BaseColour.tid b/tw5.com/shadows/BaseColour.tid similarity index 100% rename from rabbithole/tw5.com/shadows/BaseColour.tid rename to tw5.com/shadows/BaseColour.tid diff --git a/rabbithole/tw5.com/shadows/EditTemplate.tid b/tw5.com/shadows/EditTemplate.tid similarity index 100% rename from rabbithole/tw5.com/shadows/EditTemplate.tid rename to tw5.com/shadows/EditTemplate.tid diff --git a/rabbithole/tw5.com/shadows/PageTemplate.tid b/tw5.com/shadows/PageTemplate.tid similarity index 100% rename from rabbithole/tw5.com/shadows/PageTemplate.tid rename to tw5.com/shadows/PageTemplate.tid diff --git a/rabbithole/tw5.com/shadows/StoryTiddlers.tid b/tw5.com/shadows/StoryTiddlers.tid similarity index 100% rename from rabbithole/tw5.com/shadows/StoryTiddlers.tid rename to tw5.com/shadows/StoryTiddlers.tid diff --git a/rabbithole/tw5.com/shadows/StyleSheet.tid b/tw5.com/shadows/StyleSheet.tid similarity index 100% rename from rabbithole/tw5.com/shadows/StyleSheet.tid rename to tw5.com/shadows/StyleSheet.tid diff --git a/rabbithole/tw5.com/shadows/ViewTemplate.tid b/tw5.com/shadows/ViewTemplate.tid similarity index 100% rename from rabbithole/tw5.com/shadows/ViewTemplate.tid rename to tw5.com/shadows/ViewTemplate.tid diff --git a/rabbithole/tw5.com/shadows/bootstrap.css b/tw5.com/shadows/bootstrap.css similarity index 100% rename from rabbithole/tw5.com/shadows/bootstrap.css rename to tw5.com/shadows/bootstrap.css diff --git a/rabbithole/tw5.com/shadows/splash.tid b/tw5.com/shadows/splash.tid similarity index 100% rename from rabbithole/tw5.com/shadows/splash.tid rename to tw5.com/shadows/splash.tid diff --git a/rabbithole/tw5.com/shadows/styles.css b/tw5.com/shadows/styles.css similarity index 100% rename from rabbithole/tw5.com/shadows/styles.css rename to tw5.com/shadows/styles.css diff --git a/rabbithole/tw5.com/tiddlers/Command Line Sketch.jpg b/tw5.com/tiddlers/Command Line Sketch.jpg similarity index 100% rename from rabbithole/tw5.com/tiddlers/Command Line Sketch.jpg rename to tw5.com/tiddlers/Command Line Sketch.jpg diff --git a/rabbithole/tw5.com/tiddlers/Command Line Sketch.jpg.meta b/tw5.com/tiddlers/Command Line Sketch.jpg.meta similarity index 100% rename from rabbithole/tw5.com/tiddlers/Command Line Sketch.jpg.meta rename to tw5.com/tiddlers/Command Line Sketch.jpg.meta diff --git a/rabbithole/tw5.com/tiddlers/CommandLineInterface.tid b/tw5.com/tiddlers/CommandLineInterface.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/CommandLineInterface.tid rename to tw5.com/tiddlers/CommandLineInterface.tid diff --git a/rabbithole/tw5.com/tiddlers/HelloThere.tid b/tw5.com/tiddlers/HelloThere.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/HelloThere.tid rename to tw5.com/tiddlers/HelloThere.tid diff --git a/rabbithole/tw5.com/tiddlers/ImageTests.tid b/tw5.com/tiddlers/ImageTests.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/ImageTests.tid rename to tw5.com/tiddlers/ImageTests.tid diff --git a/rabbithole/tw5.com/tiddlers/Introduction.tid b/tw5.com/tiddlers/Introduction.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/Introduction.tid rename to tw5.com/tiddlers/Introduction.tid diff --git a/rabbithole/tw5.com/tiddlers/JackSlider.tid b/tw5.com/tiddlers/JackSlider.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/JackSlider.tid rename to tw5.com/tiddlers/JackSlider.tid diff --git a/rabbithole/tw5.com/tiddlers/Main Screen Sketch.jpg b/tw5.com/tiddlers/Main Screen Sketch.jpg similarity index 100% rename from rabbithole/tw5.com/tiddlers/Main Screen Sketch.jpg rename to tw5.com/tiddlers/Main Screen Sketch.jpg diff --git a/rabbithole/tw5.com/tiddlers/Main Screen Sketch.jpg.meta b/tw5.com/tiddlers/Main Screen Sketch.jpg.meta similarity index 100% rename from rabbithole/tw5.com/tiddlers/Main Screen Sketch.jpg.meta rename to tw5.com/tiddlers/Main Screen Sketch.jpg.meta diff --git a/rabbithole/tw5.com/tiddlers/Motovun Jack.jpg b/tw5.com/tiddlers/Motovun Jack.jpg similarity index 100% rename from rabbithole/tw5.com/tiddlers/Motovun Jack.jpg rename to tw5.com/tiddlers/Motovun Jack.jpg diff --git a/rabbithole/tw5.com/tiddlers/Motovun Jack.jpg.meta b/tw5.com/tiddlers/Motovun Jack.jpg.meta similarity index 100% rename from rabbithole/tw5.com/tiddlers/Motovun Jack.jpg.meta rename to tw5.com/tiddlers/Motovun Jack.jpg.meta diff --git a/rabbithole/tw5.com/tiddlers/NewWikiTextFeatures.tid b/tw5.com/tiddlers/NewWikiTextFeatures.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/NewWikiTextFeatures.tid rename to tw5.com/tiddlers/NewWikiTextFeatures.tid diff --git a/rabbithole/tw5.com/tiddlers/PluginMechanism.tid b/tw5.com/tiddlers/PluginMechanism.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/PluginMechanism.tid rename to tw5.com/tiddlers/PluginMechanism.tid diff --git a/rabbithole/tw5.com/tiddlers/ReadMe.tid b/tw5.com/tiddlers/ReadMe.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/ReadMe.tid rename to tw5.com/tiddlers/ReadMe.tid diff --git a/rabbithole/tw5.com/tiddlers/RecipeFiles.tid b/tw5.com/tiddlers/RecipeFiles.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/RecipeFiles.tid rename to tw5.com/tiddlers/RecipeFiles.tid diff --git a/rabbithole/tw5.com/tiddlers/SampleData.tid b/tw5.com/tiddlers/SampleData.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/SampleData.tid rename to tw5.com/tiddlers/SampleData.tid diff --git a/rabbithole/tw5.com/tiddlers/SampleJavaScript.tid b/tw5.com/tiddlers/SampleJavaScript.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/SampleJavaScript.tid rename to tw5.com/tiddlers/SampleJavaScript.tid diff --git a/rabbithole/tw5.com/tiddlers/SampleJavaScriptWithError.tid b/tw5.com/tiddlers/SampleJavaScriptWithError.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/SampleJavaScriptWithError.tid rename to tw5.com/tiddlers/SampleJavaScriptWithError.tid diff --git a/rabbithole/tw5.com/tiddlers/ShadowTiddlers.tid b/tw5.com/tiddlers/ShadowTiddlers.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/ShadowTiddlers.tid rename to tw5.com/tiddlers/ShadowTiddlers.tid diff --git a/rabbithole/tw5.com/tiddlers/SiteSubtitle.tid b/tw5.com/tiddlers/SiteSubtitle.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/SiteSubtitle.tid rename to tw5.com/tiddlers/SiteSubtitle.tid diff --git a/rabbithole/tw5.com/tiddlers/SiteTitle.tid b/tw5.com/tiddlers/SiteTitle.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/SiteTitle.tid rename to tw5.com/tiddlers/SiteTitle.tid diff --git a/rabbithole/tw5.com/tiddlers/SliderTests.tid b/tw5.com/tiddlers/SliderTests.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/SliderTests.tid rename to tw5.com/tiddlers/SliderTests.tid diff --git a/rabbithole/tw5.com/tiddlers/Tiddler Fishes.svg b/tw5.com/tiddlers/Tiddler Fishes.svg similarity index 100% rename from rabbithole/tw5.com/tiddlers/Tiddler Fishes.svg rename to tw5.com/tiddlers/Tiddler Fishes.svg diff --git a/rabbithole/tw5.com/tiddlers/Tiddler Fishes.svg.meta b/tw5.com/tiddlers/Tiddler Fishes.svg.meta similarity index 100% rename from rabbithole/tw5.com/tiddlers/Tiddler Fishes.svg.meta rename to tw5.com/tiddlers/Tiddler Fishes.svg.meta diff --git a/rabbithole/tw5.com/tiddlers/TiddlerFiles.tid b/tw5.com/tiddlers/TiddlerFiles.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/TiddlerFiles.tid rename to tw5.com/tiddlers/TiddlerFiles.tid diff --git a/rabbithole/tw5.com/tiddlers/TiddlyWiki.tid b/tw5.com/tiddlers/TiddlyWiki.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/TiddlyWiki.tid rename to tw5.com/tiddlers/TiddlyWiki.tid diff --git a/rabbithole/tw5.com/tiddlers/TiddlyWikiArchitecture.tid b/tw5.com/tiddlers/TiddlyWikiArchitecture.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/TiddlyWikiArchitecture.tid rename to tw5.com/tiddlers/TiddlyWikiArchitecture.tid diff --git a/rabbithole/tw5.com/tiddlers/TypedBlockTests.tid b/tw5.com/tiddlers/TypedBlockTests.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/TypedBlockTests.tid rename to tw5.com/tiddlers/TypedBlockTests.tid diff --git a/rabbithole/tw5.com/tiddlers/UserInterfaceSketches.tid b/tw5.com/tiddlers/UserInterfaceSketches.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/UserInterfaceSketches.tid rename to tw5.com/tiddlers/UserInterfaceSketches.tid diff --git a/rabbithole/tw5.com/tiddlers/VideoTests.tid b/tw5.com/tiddlers/VideoTests.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/VideoTests.tid rename to tw5.com/tiddlers/VideoTests.tid diff --git a/rabbithole/tw5.com/tiddlers/View Switcher Sketch.jpg b/tw5.com/tiddlers/View Switcher Sketch.jpg similarity index 100% rename from rabbithole/tw5.com/tiddlers/View Switcher Sketch.jpg rename to tw5.com/tiddlers/View Switcher Sketch.jpg diff --git a/rabbithole/tw5.com/tiddlers/View Switcher Sketch.jpg.meta b/tw5.com/tiddlers/View Switcher Sketch.jpg.meta similarity index 100% rename from rabbithole/tw5.com/tiddlers/View Switcher Sketch.jpg.meta rename to tw5.com/tiddlers/View Switcher Sketch.jpg.meta diff --git a/rabbithole/tw5.com/tiddlers/WaysToUseTiddlyWiki.tid b/tw5.com/tiddlers/WaysToUseTiddlyWiki.tid similarity index 100% rename from rabbithole/tw5.com/tiddlers/WaysToUseTiddlyWiki.tid rename to tw5.com/tiddlers/WaysToUseTiddlyWiki.tid diff --git a/rabbithole/tw5.com/upload.sh b/tw5.com/upload.sh similarity index 100% rename from rabbithole/tw5.com/upload.sh rename to tw5.com/upload.sh