diff --git a/dbld.sh b/dbld.sh deleted file mode 100755 index 86642dc29..000000000 --- a/dbld.sh +++ /dev/null @@ -1,33 +0,0 @@ -#!/bin/bash - -# build TiddlyWiki5 in the Sky for Dropbox - -# Copy the dummy content - -rm ../../../Apps/TiddlyWiki5/My\ TiddlyWiki/tiddlers/*.* -cp tw5dropbox/dummycontent/*.* ../../../Apps/TiddlyWiki5/My\ TiddlyWiki/tiddlers - -# Build the app wiki - -pushd editions/tw5dropbox/appwiki > /dev/null - -node ../../tiddlywiki.js \ - --verbose \ - --savetiddler $:/plugins/dropbox/tw5dropbox.template.js ../../../../../../Apps/Static\ Web\ Apps/TiddlyWiki5/public/tw5dropbox.js text/plain \ - --savetiddler $:/plugins/dropbox/index.template.html ../../../../../../Apps/TiddlyWiki5/My\ TiddlyWiki/index.html text/plain \ - --savetiddler $:/plugins/dropbox/index.template.html ../../../../../../Apps/Static\ Web\ Apps/TiddlyWiki5/public/apptemplate.html text/plain \ - --savetiddler $:/plugins/dropbox/styles.template.css ../../../../../../Apps/Static\ Web\ Apps/TiddlyWiki5/public/styles.css text/plain \ - || exit 1 - -popd > /dev/null - -# Build the main wiki - -pushd editions/tw5dropbox/mainwiki > /dev/null - -node ../../tiddlywiki.js \ - --verbose \ - --savetiddler $:/plugins/dropbox/index.template.html ../../../../../../Apps/Static\ Web\ Apps/TiddlyWiki5/public/index.html text/plain \ - || exit 1 - -popd > /dev/null diff --git a/editions/tw5dropbox/appwiki/tiddlywiki.info b/editions/tw5dropbox/appwiki/tiddlywiki.info deleted file mode 100644 index 2f912aa7d..000000000 --- a/editions/tw5dropbox/appwiki/tiddlywiki.info +++ /dev/null @@ -1,7 +0,0 @@ -{ - "plugins": [ - "tiddlywiki/fullscreen", - "tiddlywiki/dropbox", - "tiddlywiki/dropbox-app" - ] -} \ No newline at end of file diff --git a/editions/tw5dropbox/appwiki/wiki/AllTiddlers.tid b/editions/tw5dropbox/appwiki/wiki/AllTiddlers.tid deleted file mode 100644 index 455bd2266..000000000 --- a/editions/tw5dropbox/appwiki/wiki/AllTiddlers.tid +++ /dev/null @@ -1,6 +0,0 @@ -title: AllTiddlers -tags: navigation - -Current tiddlers: - -{{{ [!is[system]sort[title]] }}
<>
} diff --git a/editions/tw5dropbox/appwiki/wiki/DefaultTiddlers.tid b/editions/tw5dropbox/appwiki/wiki/DefaultTiddlers.tid deleted file mode 100644 index 8e7370cfb..000000000 --- a/editions/tw5dropbox/appwiki/wiki/DefaultTiddlers.tid +++ /dev/null @@ -1,3 +0,0 @@ -title: $:/DefaultTiddlers - -AllTiddlers diff --git a/editions/tw5dropbox/appwiki/wiki/PageTemplate.tid b/editions/tw5dropbox/appwiki/wiki/PageTemplate.tid deleted file mode 100644 index 4cf95b380..000000000 --- a/editions/tw5dropbox/appwiki/wiki/PageTemplate.tid +++ /dev/null @@ -1,50 +0,0 @@ -title: $:/templates/PageTemplate - - -<< - - - - - -
-<> -
- ->> - diff --git a/editions/tw5dropbox/appwiki/wiki/SiteSubtitle.tid b/editions/tw5dropbox/appwiki/wiki/SiteSubtitle.tid deleted file mode 100644 index 85b1e8136..000000000 --- a/editions/tw5dropbox/appwiki/wiki/SiteSubtitle.tid +++ /dev/null @@ -1,4 +0,0 @@ -title: SiteSubtitle -type: application/x-tiddler - -for Dropbox \ No newline at end of file diff --git a/editions/tw5dropbox/appwiki/wiki/SiteTitle.tid b/editions/tw5dropbox/appwiki/wiki/SiteTitle.tid deleted file mode 100644 index 5ef449a9a..000000000 --- a/editions/tw5dropbox/appwiki/wiki/SiteTitle.tid +++ /dev/null @@ -1,4 +0,0 @@ -title: SiteTitle -type: application/x-tiddler - -TiddlyWiki5 in the Sky \ No newline at end of file diff --git a/editions/tw5dropbox/appwiki/wiki/index.template.html.tid b/editions/tw5dropbox/appwiki/wiki/index.template.html.tid deleted file mode 100644 index 5d31f07c5..000000000 --- a/editions/tw5dropbox/appwiki/wiki/index.template.html.tid +++ /dev/null @@ -1,29 +0,0 @@ -title: $:/plugins/dropbox/index.template.html -type: text/vnd.tiddlywiki-html - - - - - - - - - - - - -> -" /> -<<tiddler "$:/core/wiki/title">> -<> - - - - - - - - \ No newline at end of file diff --git a/editions/tw5dropbox/appwiki/wiki/styles.template.css.tid b/editions/tw5dropbox/appwiki/wiki/styles.template.css.tid deleted file mode 100644 index f3961a010..000000000 --- a/editions/tw5dropbox/appwiki/wiki/styles.template.css.tid +++ /dev/null @@ -1,5 +0,0 @@ -title: $:/plugins/dropbox/styles.template.css -type: text/vnd.tiddlywiki-html - -/* utf8beacon: éçñøåá— */ -<> diff --git a/editions/tw5dropbox/appwiki/wiki/tw5dropbox.template.js.tid b/editions/tw5dropbox/appwiki/wiki/tw5dropbox.template.js.tid deleted file mode 100644 index ad90fac2d..000000000 --- a/editions/tw5dropbox/appwiki/wiki/tw5dropbox.template.js.tid +++ /dev/null @@ -1,10 +0,0 @@ -title: $:/plugins/dropbox/tw5dropbox.template.js -type: text/vnd.tiddlywiki-html - -/* utf8beacon: éçñøåá— */ -<> -<> -<> -<> -<> - diff --git a/editions/tw5dropbox/dummycontent/AllTiddlers.tid b/editions/tw5dropbox/dummycontent/AllTiddlers.tid deleted file mode 100644 index 8cf670f71..000000000 --- a/editions/tw5dropbox/dummycontent/AllTiddlers.tid +++ /dev/null @@ -1,6 +0,0 @@ -title: AllTiddlers -tags: navigation - -Current tiddlers: - -<> diff --git a/editions/tw5dropbox/dummycontent/HelloThere.tid b/editions/tw5dropbox/dummycontent/HelloThere.tid deleted file mode 100644 index 4e70f7c02..000000000 --- a/editions/tw5dropbox/dummycontent/HelloThere.tid +++ /dev/null @@ -1,20 +0,0 @@ -title: HelloThere -modifier: JeremyRuston -tags: introduction greetings -type: text/vnd.tiddlywiki - -Welcome to TiddlyWiki5, a reboot of TiddlyWiki, the reusable non-linear personal web notebook [[first released in 2004|History]]. It is a complete interactive wiki in JavaScript that can be run from a single HTML file in the browser or as a powerful [[node.js application|node.js]]. - -TiddlyWiki is designed to fit around your brain, giving you a better way of managing data compared to traditional documents and emails. The fundamental idea is that information is more useful and reusable if we cut it up into the smallest semantically meaningful chunks -- [[tiddlers|Tiddlers]] -- and give them titles so that they can be structured with links, tags and macros. TiddlyWiki aims to provide a fluid interface for working with tiddlers, allowing them to be aggregated and composed into longer narratives. - -TiddlyWiki5 has many [[improvements|Improvements]] over the original. It is currently labelled alpha, meaning it is working but incomplete. It is the best possible time to get involved and support its future development. You can: - -* Explore its features online at http://five.tiddlywiki.com/ -* Get involved in the [[development on GitHub|https://github.com/Jermolene/TiddlyWiki5]] -* Join the discussions on [[the TiddlyWikiDev Google Group|http://groups.google.com/group/TiddlyWikiDev]] -* Follow [[@TiddlyWiki on Twitter|http://twitter.com/#!/TiddlyWiki]] for the latest news - -<< -<> - ->> diff --git a/editions/tw5dropbox/dummycontent/Kitten.png b/editions/tw5dropbox/dummycontent/Kitten.png deleted file mode 100644 index dcf01f82d..000000000 Binary files a/editions/tw5dropbox/dummycontent/Kitten.png and /dev/null differ diff --git a/editions/tw5dropbox/dummycontent/Motovun Jack.jpg b/editions/tw5dropbox/dummycontent/Motovun Jack.jpg deleted file mode 100644 index 5a593c4ed..000000000 Binary files a/editions/tw5dropbox/dummycontent/Motovun Jack.jpg and /dev/null differ diff --git a/editions/tw5dropbox/dummycontent/Motovun Jack.jpg.meta b/editions/tw5dropbox/dummycontent/Motovun Jack.jpg.meta deleted file mode 100644 index b7b740138..000000000 --- a/editions/tw5dropbox/dummycontent/Motovun Jack.jpg.meta +++ /dev/null @@ -1,4 +0,0 @@ -title: Motovun Jack.jpg -type: image/jpeg -source: http://www.flickr.com/photos/jermy/6292279493/in/photostream -tags: picture cats cat diff --git a/editions/tw5dropbox/dummycontent/Motovun Jack.svg b/editions/tw5dropbox/dummycontent/Motovun Jack.svg deleted file mode 100644 index a2f6ea51d..000000000 --- a/editions/tw5dropbox/dummycontent/Motovun Jack.svg +++ /dev/null @@ -1,3 +0,0 @@ - - -2012-05-10 07:32ZCanvas 1Layer 1 diff --git a/editions/tw5dropbox/dummycontent/Motovun Jack.svg.meta b/editions/tw5dropbox/dummycontent/Motovun Jack.svg.meta deleted file mode 100644 index 65f54c13e..000000000 --- a/editions/tw5dropbox/dummycontent/Motovun Jack.svg.meta +++ /dev/null @@ -1,3 +0,0 @@ -title: Motovun Jack.svg -type: image/svg+xml -tags: picture diff --git a/editions/tw5dropbox/dummycontent/UnicodeTests.tid b/editions/tw5dropbox/dummycontent/UnicodeTests.tid deleted file mode 100644 index 634b6698f..000000000 --- a/editions/tw5dropbox/dummycontent/UnicodeTests.tid +++ /dev/null @@ -1,4 +0,0 @@ -title: UnicodeTests -type: application/x-tiddler - -This is somé interñátional chøråcters! diff --git a/editions/tw5dropbox/mainwiki/tiddlers/TiddlyWiki5 in the Sky with Dropbox.tid b/editions/tw5dropbox/mainwiki/tiddlers/TiddlyWiki5 in the Sky with Dropbox.tid deleted file mode 100644 index 9effd9167..000000000 --- a/editions/tw5dropbox/mainwiki/tiddlers/TiddlyWiki5 in the Sky with Dropbox.tid +++ /dev/null @@ -1,17 +0,0 @@ -title: TiddlyWiki5 in the Sky with Dropbox - -This [[beta|Beta]] app enables you to edit [[TiddlyWikis|TiddlyWiki]] in your [[Dropbox]]. The wikis are stored as separate folders within the `Apps/TiddlyWiki5/` folder sandbox in your Dropbox. - -This service is entirely hosted by Dropbox, and your information never leaves the secure channel between your browser and Dropbox. - -<< -Loading your wikis from Dropbox ->> - -<< -!!! Your ~TiddlyWikis - -<> - -<> ->> diff --git a/editions/tw5dropbox/mainwiki/tiddlers/WikiTemplate.tid b/editions/tw5dropbox/mainwiki/tiddlers/WikiTemplate.tid deleted file mode 100644 index 67545aa00..000000000 --- a/editions/tw5dropbox/mainwiki/tiddlers/WikiTemplate.tid +++ /dev/null @@ -1,4 +0,0 @@ -title: WikiTemplate - -
<> - <> <> -
diff --git a/editions/tw5dropbox/mainwiki/tiddlywiki.info b/editions/tw5dropbox/mainwiki/tiddlywiki.info deleted file mode 100644 index 41253f612..000000000 --- a/editions/tw5dropbox/mainwiki/tiddlywiki.info +++ /dev/null @@ -1,7 +0,0 @@ -{ - "plugins": [ - "tiddlywiki/fullscreen", - "tiddlywiki/dropbox", - "tiddlywiki/dropbox-main" - ] -} \ No newline at end of file diff --git a/editions/tw5dropbox/mainwiki/wiki/DefaultTiddlers.tid b/editions/tw5dropbox/mainwiki/wiki/DefaultTiddlers.tid deleted file mode 100644 index 6b000ce49..000000000 --- a/editions/tw5dropbox/mainwiki/wiki/DefaultTiddlers.tid +++ /dev/null @@ -1,3 +0,0 @@ -title: $:/DefaultTiddlers - -[[TiddlyWiki5 in the Sky with Dropbox]] diff --git a/editions/tw5dropbox/mainwiki/wiki/PageTemplate.tid b/editions/tw5dropbox/mainwiki/wiki/PageTemplate.tid deleted file mode 100644 index eeeb2b9be..000000000 --- a/editions/tw5dropbox/mainwiki/wiki/PageTemplate.tid +++ /dev/null @@ -1,29 +0,0 @@ -title: $:/templates/PageTemplate - - -<< - - - - - -
-<> -
- ->> - diff --git a/editions/tw5dropbox/mainwiki/wiki/SiteSubtitle.tid b/editions/tw5dropbox/mainwiki/wiki/SiteSubtitle.tid deleted file mode 100644 index 85b1e8136..000000000 --- a/editions/tw5dropbox/mainwiki/wiki/SiteSubtitle.tid +++ /dev/null @@ -1,4 +0,0 @@ -title: SiteSubtitle -type: application/x-tiddler - -for Dropbox \ No newline at end of file diff --git a/editions/tw5dropbox/mainwiki/wiki/SiteTitle.tid b/editions/tw5dropbox/mainwiki/wiki/SiteTitle.tid deleted file mode 100644 index 5ef449a9a..000000000 --- a/editions/tw5dropbox/mainwiki/wiki/SiteTitle.tid +++ /dev/null @@ -1,4 +0,0 @@ -title: SiteTitle -type: application/x-tiddler - -TiddlyWiki5 in the Sky \ No newline at end of file diff --git a/editions/tw5dropbox/mainwiki/wiki/apptemplate/tiddlywiki.files b/editions/tw5dropbox/mainwiki/wiki/apptemplate/tiddlywiki.files deleted file mode 100644 index f4246606f..000000000 --- a/editions/tw5dropbox/mainwiki/wiki/apptemplate/tiddlywiki.files +++ /dev/null @@ -1,11 +0,0 @@ -{ - "tiddlers": [ - { - "file": "../../../../../../../Apps/Static Web Apps/TiddlyWiki5/public/apptemplate.html", - "fields": { - "title": "$:/plugins/dropbox/apptemplate.html", - "type": "text/html" - } - } - ] -} \ No newline at end of file diff --git a/editions/tw5dropbox/mainwiki/wiki/index.template.html.tid b/editions/tw5dropbox/mainwiki/wiki/index.template.html.tid deleted file mode 100644 index 068fe72e6..000000000 --- a/editions/tw5dropbox/mainwiki/wiki/index.template.html.tid +++ /dev/null @@ -1,62 +0,0 @@ -title: $:/plugins/dropbox/index.template.html -type: text/vnd.tiddlywiki-html - - - - - - - - - - - - -> -" /> - -<<tiddler "$:/core/wiki/title">> - - - -<> - - - -
-<> -
- - - - - - - - - - - - - - - -