diff --git a/editions/clientserver/tiddlers/Saving with InternetExplorer.tid b/editions/clientserver/tiddlers/Saving with InternetExplorer.tid deleted file mode 100644 index 92d253298..000000000 --- a/editions/clientserver/tiddlers/Saving with InternetExplorer.tid +++ /dev/null @@ -1,7 +0,0 @@ -created: 20131212182652334 -modified: 20131212184252971 -tags: howto -title: Saving with InternetExplorer -type: text/vnd.tiddlywiki - -TiddlyWiki can save changes directly under InternetExplorer as long as the HTML file is renamed to have the extension `*.hta`. diff --git a/editions/tw5.com/tiddlers/Features.tid b/editions/tw5.com/tiddlers/Features.tid index fc1dd94ad..99f71870b 100644 --- a/editions/tw5.com/tiddlers/Features.tid +++ b/editions/tw5.com/tiddlers/Features.tid @@ -1,5 +1,5 @@ created: 20130822172800000 -modified: 20131203112520519 +modified: 20131213100612914 tags: introduction title: Features type: text/vnd.tiddlywiki @@ -20,8 +20,8 @@ type: text/vnd.tiddlywiki * Many internal improvements: ** TiddlyWiki can now be run under [[Node.js]] as well as in the browser, allowing it to be used as a personal web server ** An elegant [[microkernel architecture|PluginMechanism]], that allows infinite customisation by replacing and augmenting the core modules -** TiddlyWiki5 can directly build both itself and previous (2.x.x) versions of TiddlyWiki from their constituent separate files, without needing external tools -** Run the TiddlyWiki5 [[test suite|TestingMechanism]] from http://five.tiddlywiki.com/test.html +** TiddlyWiki version 5 can directly build both itself and previous (2.x.x) versions of TiddlyWiki from their constituent separate files, without needing external tools +** Run the TiddlyWiki [[test suite|TestingMechanism]] from http://five.tiddlywiki.com/test.html * Last but not least, TiddlyWiki is a rare example of a practical [[quine|Quine]] -The deep internal changes mean that TiddlyWiki5 is not compatible with previous versions, using different plugins, themes and so on. Content prepared for previous versions of TiddlyWiki will need massaging to work properly in TiddlyWiki5. When asking or searching for help be sure to specify TiddlyWiki5 (or TW5). +The deep internal changes mean that TiddlyWiki version 5 is not compatible with previous versions, using different plugins, themes and so on. Content prepared for previous versions of TiddlyWiki will need massaging to work properly. When asking or searching for help be sure to specify TiddlyWiki5 (or TW5). diff --git a/editions/tw5.com/tiddlers/Future of TiddlyWiki.tid b/editions/tw5.com/tiddlers/Future of TiddlyWiki.tid new file mode 100644 index 000000000..886314af4 --- /dev/null +++ b/editions/tw5.com/tiddlers/Future of TiddlyWiki.tid @@ -0,0 +1,7 @@ +created: 20131213101024997 +modified: 20131213101420914 +title: Future of TiddlyWiki +type: text/vnd.tiddlywiki + +TiddlyWiki is designed with the long term needs of its users in mind. Because it is OpenSource and needs no infrastructure, we can be confident that all we'll need to access a TiddlyWiki file even in the far future is an ordinary HTML browser. If you're starting to use TiddlyWiki at the beginning of your career you can be confident that it will carry you through to retirement. + diff --git a/editions/tw5.com/tiddlers/HelloThere.tid b/editions/tw5.com/tiddlers/HelloThere.tid index 32520e779..4d64ca43f 100644 --- a/editions/tw5.com/tiddlers/HelloThere.tid +++ b/editions/tw5.com/tiddlers/HelloThere.tid @@ -1,12 +1,12 @@ created: 20130822170200000 -modified: 20131212094254697 +modified: 20131213101007165 tags: introduction title: HelloThere type: text/vnd.tiddlywiki Welcome to TiddlyWiki, a complete interactive wiki in JavaScript. It can be used as a [[single HTML file in the browser|SingleFileApplication]] or as a powerful [[Node.js application|Node.js]]. It is highly customisable: the entire user interface is itself implemented in hackable WikiText. -This is version <> of TiddlyWiki, a major reboot currently in beta (see the detailed ReleaseHistory). There is a RoadMap for moving to the full release. It is a great time to get involved and support the future development of TiddlyWiki. +This is version <> of TiddlyWiki, a major reboot designed [[for the next 25 years|Future of TiddlyWiki]]. It is currently in beta (see the detailed ReleaseHistory). There is a RoadMap for moving to the full release. It is a great time to get involved and support the future development of TiddlyWiki. //TiddlyWiki is a free, open source project that depends on [[your love and support|HelpingTiddlyWiki]] for their survival//. diff --git a/editions/tw5.com/tiddlers/dev/Building TiddlyWikiClassic.tid b/editions/tw5.com/tiddlers/dev/Building TiddlyWikiClassic.tid index 651cf72fe..a6c19e091 100644 --- a/editions/tw5.com/tiddlers/dev/Building TiddlyWikiClassic.tid +++ b/editions/tw5.com/tiddlers/dev/Building TiddlyWikiClassic.tid @@ -1,10 +1,10 @@ created: 20131129094452285 -modified: 20131212094211044 +modified: 20131213100714351 tags: howto title: Building TiddlyWikiClassic type: text/vnd.tiddlywiki -TiddlyWiki version 5 can be used to build older 2.x.x versions of TiddlyWikiClassic from their constituent components. Doing so involves these features: +TiddlyWiki5 can be used to build older 2.x.x versions of TiddlyWikiClassic from their constituent components. Doing so involves these features: * The `tiddlywiki/classictools` plugin, containing a deserializer module which allows tiddlers to be loaded from TiddlyWiki 2.x.x `.recipe` files * The `stripcomments` format for the ViewWidget, which strips single line JavaScript comments starting `//#` diff --git a/editions/clientserver/tiddlers/Windows HTA Hack.tid b/editions/tw5.com/tiddlers/howtos/Windows HTA Hack.tid similarity index 100% rename from editions/clientserver/tiddlers/Windows HTA Hack.tid rename to editions/tw5.com/tiddlers/howtos/Windows HTA Hack.tid diff --git a/editions/clientserver/tiddlers/PopupMechanism.tid b/editions/tw5.com/tiddlers/mechanisms/PopupMechanism.tid similarity index 100% rename from editions/clientserver/tiddlers/PopupMechanism.tid rename to editions/tw5.com/tiddlers/mechanisms/PopupMechanism.tid diff --git a/editions/clientserver/tiddlers/Saving on InternetExplorer.tid b/editions/tw5.com/tiddlers/saving/Saving on InternetExplorer.tid similarity index 100% rename from editions/clientserver/tiddlers/Saving on InternetExplorer.tid rename to editions/tw5.com/tiddlers/saving/Saving on InternetExplorer.tid diff --git a/readme.md b/readme.md index 046931690..0184325e5 100644 --- a/readme.md +++ b/readme.md @@ -1,3 +1,3 @@ -

Welcome to TiddlyWiki5

Welcome to TiddlyWiki, a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText.

This is version 5.0.2-prerelease of TiddlyWiki, a major reboot currently in beta (see the detailed ReleaseHistory). There is a RoadMap for moving to the full release. It is a great time to get involved and support the future development of TiddlyWiki.

TiddlyWiki is a free, open source project that depends on your love and support for their survival.

TiddlyWikiClassic - http://classic.tiddlywiki.com

On this site, unless noted otherwise, "TiddlyWiki" refers to the new version 5, and TiddlyWikiClassic is used to identify the older version.

The deep internal improvements mean that the new version of TiddlyWiki is not fully compatible with TiddlyWikiClassic. Existing content will need massaging, while plugins and themes will have to be completely rewritten. The upgrade path will get smoother as the new version matures. +

Welcome to TiddlyWiki5

Welcome to TiddlyWiki, a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText.

This is version 5.0.2-prerelease of TiddlyWiki, a major reboot designed for the next 25 years. It is currently in beta (see the detailed ReleaseHistory). There is a RoadMap for moving to the full release. It is a great time to get involved and support the future development of TiddlyWiki.

TiddlyWiki is a free, open source project that depends on your love and support for their survival.

TiddlyWikiClassic - http://classic.tiddlywiki.com

On this site, unless noted otherwise, "TiddlyWiki" refers to the new version 5, and TiddlyWikiClassic is used to identify the older version.

The deep internal improvements mean that the new version of TiddlyWiki is not fully compatible with TiddlyWikiClassic. Existing content will need massaging, while plugins and themes will have to be completely rewritten. The upgrade path will get smoother as the new version matures.

Getting started with TiddlyWiki under Node.js

This readme file was automatically generated by TiddlyWiki5

\ No newline at end of file