From e46d3d74be8b54833564c6f08262bc96e88be4ca Mon Sep 17 00:00:00 2001 From: Jermolene Date: Tue, 10 Mar 2015 16:54:53 +0000 Subject: [PATCH] Rename node-webkit to NW.js --- editions/de-AT/tiddlers/intro/ErsteSchritte.tid | 2 +- .../tiddlers/lexikon/TiddlyWiki on node-webkit.tid | 4 ++-- editions/dev/tiddlers/HelloThere.tid | 4 ++-- .../from tw5.com/TiddlyWiki on node-webkit.tid | 12 ++++++------ .../from tw5.com/package.json for node-webkit.tid | 2 +- editions/tw5.com/tiddlers/definitions/NW.js.tid | 10 ++++++++++ .../tw5.com/tiddlers/definitions/TiddlyDesktop.tid | 4 ++-- .../tw5.com/tiddlers/definitions/node-webkit.tid | 8 ++------ plugins/tiddlywiki/nodewebkitsaver/nodewebkit.js | 2 +- plugins/tiddlywiki/nodewebkitsaver/plugin.info | 2 +- 10 files changed, 28 insertions(+), 22 deletions(-) create mode 100644 editions/tw5.com/tiddlers/definitions/NW.js.tid diff --git a/editions/de-AT/tiddlers/intro/ErsteSchritte.tid b/editions/de-AT/tiddlers/intro/ErsteSchritte.tid index ba796e032..8f1d762b8 100644 --- a/editions/de-AT/tiddlers/intro/ErsteSchritte.tid +++ b/editions/de-AT/tiddlers/intro/ErsteSchritte.tid @@ -19,4 +19,4 @@ ErsteSchritte - $(browser-name)$ * [[Speichern mit Verschlüsselung]]: ~TiddlyWiki kann verschlüsselt gespeichert werden. Wichtig: Vergessen Sie das Passwort nicht! * [[Speichern auf TiddlySpot]]: TiddlySpot ist ein freier Service, mit dem Sie Ihr Wiki online stellen können. * [[TiddlyWiki und TiddlyDesktop]]: TiddlyDesktop ist eine "echte" Applikation mit der Sie mehrere Wikis verwalten und speichern können. -* Running [[TiddlyWiki on node-webkit]], turning a single TiddlyWiki into a native application on your desktop +* Running [[TiddlyWiki on NW.js]], turning a single TiddlyWiki into a native application on your desktop diff --git a/editions/de-AT/tiddlers/lexikon/TiddlyWiki on node-webkit.tid b/editions/de-AT/tiddlers/lexikon/TiddlyWiki on node-webkit.tid index 6541054db..fa05351ed 100644 --- a/editions/de-AT/tiddlers/lexikon/TiddlyWiki on node-webkit.tid +++ b/editions/de-AT/tiddlers/lexikon/TiddlyWiki on node-webkit.tid @@ -3,7 +3,7 @@ creator: pmario modified: 20140913190306933 modifier: pmario tags: Lexikon -title: TiddlyWiki on node-webkit +title: TiddlyWiki on NW.js type: text/vnd.tiddlywiki -Siehe: http://tiddlywiki.com/#node-webkit \ No newline at end of file +Siehe: http://tiddlywiki.com/#NW.js \ No newline at end of file diff --git a/editions/dev/tiddlers/HelloThere.tid b/editions/dev/tiddlers/HelloThere.tid index 5e4172ba7..e28f9f075 100644 --- a/editions/dev/tiddlers/HelloThere.tid +++ b/editions/dev/tiddlers/HelloThere.tid @@ -13,8 +13,8 @@ Welcome to the developer documentation for TiddlyWiki (http://tiddlywiki.com/). ** [[Developing plugins using Node.js and GitHub]] ** [[How to create a translation for TiddlyWiki]] ** [[JavaScript Macros]] -** [[TiddlyWiki on node-webkit]] -** [[package.json for node-webkit]] +** [[TiddlyWiki on NW.js]] +** [[package.json for NW.js]] ** [[How to create plugins in the browser]] ** [[Contributing to the TiddlyWiki Core]] ** [[Contributing to the TiddlyWiki Plugin Library]] diff --git a/editions/dev/tiddlers/from tw5.com/TiddlyWiki on node-webkit.tid b/editions/dev/tiddlers/from tw5.com/TiddlyWiki on node-webkit.tid index c22cd9fae..b85c8a51a 100644 --- a/editions/dev/tiddlers/from tw5.com/TiddlyWiki on node-webkit.tid +++ b/editions/dev/tiddlers/from tw5.com/TiddlyWiki on node-webkit.tid @@ -1,23 +1,23 @@ created: 20140101174035140 modified: 20140101175304016 -title: TiddlyWiki on node-webkit +title: TiddlyWiki on NW.js type: text/vnd.tiddlywiki -[[node-webkit|http://tiddlywiki.com/#node-webkit]] allows TiddlyWiki to be set up as a native application for Windows, Mac OS X or Linux. +[[NW.js|http://tiddlywiki.com/#NW.js]] (previously known as "node-webkit") allows TiddlyWiki to be set up as a native application for Windows, Mac OS X or Linux. ! Setting up # Create a folder with the following contents: -## The appropriate copy of [[node-webkit]] for your platform, downloaded from https://github.com/rogerwang/node-webkit +## The appropriate copy of [[NW.js]] for your platform, downloaded from https://github.com/nwjs/nw.js ## Your TiddlyWiki HTML file as `index.html` ## A file called `package.json` with the following content: -##> {{package.json for node-webkit}} -# Run the [[node-webkit]] application +##> {{package.json for NW.js}} +# Run the [[NW.js]] application #* If it doesn't work, you may need to unblock the application before your operating system will run it #** OS X: see http://support.apple.com/kb/PH14369 # Try saving changes in the usual way ! Limitations -MP3 audio and H264 video are not supported without special steps [[described on the node-webkit wiki|https://github.com/rogerwang/node-webkit/wiki/Support-mp3-and-h264-in-video-and-audio-tag]]. +MP3 audio and H264 video are not supported without special steps [[described on the NW.js wiki|https://github.com/nwjs/nw.js/wiki/Using-MP3-%26-MP4-%28H.264%29-using-the--video--%26--audio--tags.]]. diff --git a/editions/dev/tiddlers/from tw5.com/package.json for node-webkit.tid b/editions/dev/tiddlers/from tw5.com/package.json for node-webkit.tid index 3355ac4e5..9b5d93cd4 100644 --- a/editions/dev/tiddlers/from tw5.com/package.json for node-webkit.tid +++ b/editions/dev/tiddlers/from tw5.com/package.json for node-webkit.tid @@ -1,6 +1,6 @@ created: 20140101174749409 modified: 20140101174811711 -title: package.json for node-webkit +title: package.json for NW.js type: text/plain { diff --git a/editions/tw5.com/tiddlers/definitions/NW.js.tid b/editions/tw5.com/tiddlers/definitions/NW.js.tid new file mode 100644 index 000000000..df21f07e7 --- /dev/null +++ b/editions/tw5.com/tiddlers/definitions/NW.js.tid @@ -0,0 +1,10 @@ +created: 20150310165059118 +modified: 20150310165059118 +tags: Definitions +title: NW.js +type: text/vnd.tiddlywiki + +NW.js is an OpenSource application that fuses the functionality of a web browser with that of [[Node.js]]. It makes it possible to use web applications as though they were native apps, with full access to the file system and other native facilities. Learn more from the [[official site|https://github.com/nwjs/nw.js]] or [[this introductory blog post|http://net.tutsplus.com/tutorials/javascript-ajax/introduction-to-html5-desktop-apps-with-node-webkit/]]. + +See [[TiddlyWiki on NW.js]] for details of how to use TiddlyWiki with NW.js. + diff --git a/editions/tw5.com/tiddlers/definitions/TiddlyDesktop.tid b/editions/tw5.com/tiddlers/definitions/TiddlyDesktop.tid index f5f9bd7f4..b3ef19627 100644 --- a/editions/tw5.com/tiddlers/definitions/TiddlyDesktop.tid +++ b/editions/tw5.com/tiddlers/definitions/TiddlyDesktop.tid @@ -1,5 +1,5 @@ created: 20140126125259638 -modified: 20140916131440645 +modified: 20150310165059118 tags: Definitions Features Saving Editions title: TiddlyDesktop type: text/vnd.tiddlywiki @@ -17,7 +17,7 @@ See the [[Introducing TiddlyDesktop Video]] ! Source -TiddlyDesktop is based on the OpenSource project [[node-webkit]]. The source is on GitHub: +TiddlyDesktop is based on the OpenSource project [[NW.js]]. The source is on GitHub: https://github.com/Jermolene/TiddlyDesktop/ diff --git a/editions/tw5.com/tiddlers/definitions/node-webkit.tid b/editions/tw5.com/tiddlers/definitions/node-webkit.tid index 7c81b0dcc..af161f8ff 100644 --- a/editions/tw5.com/tiddlers/definitions/node-webkit.tid +++ b/editions/tw5.com/tiddlers/definitions/node-webkit.tid @@ -1,10 +1,6 @@ created: 20140101164042231 -modified: 20140113170100899 -tags: Definitions +modified: 20150310165059118 title: node-webkit type: text/vnd.tiddlywiki -node-webkit is an OpenSource application that fuses the functionality of a web browser with that of [[Node.js]]. It makes it possible to use web applications as though they were native apps, with full access to the file system and other native facilities. Learn more from the [[official site|https://github.com/rogerwang/node-webkit]] or [[this introductory blog post|http://net.tutsplus.com/tutorials/javascript-ajax/introduction-to-html5-desktop-apps-with-node-webkit/]]. - -See [[TiddlyWiki on node-webkit]] for details of how to use TiddlyWiki with node-webkit. - +"node-webkit" was the original name for the project now known as [[NW.js]]. diff --git a/plugins/tiddlywiki/nodewebkitsaver/nodewebkit.js b/plugins/tiddlywiki/nodewebkitsaver/nodewebkit.js index ae36dea1f..73cbd2f10 100644 --- a/plugins/tiddlywiki/nodewebkitsaver/nodewebkit.js +++ b/plugins/tiddlywiki/nodewebkitsaver/nodewebkit.js @@ -3,7 +3,7 @@ title: $:/core/modules/savers/nodewebkit.js type: application/javascript module-type: saver -Handles saving changes in the node-webkit environment. Not required by TiddlyDesktop, which re-uses the TiddlyFox saver, but useful if you're embedding a single TiddlyWiki document into a node-webkit app. +Handles saving changes in the NW.js environment. Not required by TiddlyDesktop, which re-uses the TiddlyFox saver, but useful if you're embedding a single TiddlyWiki document into a NW.js app. \*/ (function(){ diff --git a/plugins/tiddlywiki/nodewebkitsaver/plugin.info b/plugins/tiddlywiki/nodewebkitsaver/plugin.info index e33cb984d..d8abde61e 100644 --- a/plugins/tiddlywiki/nodewebkitsaver/plugin.info +++ b/plugins/tiddlywiki/nodewebkitsaver/plugin.info @@ -1,6 +1,6 @@ { "title": "$:/plugins/tiddlywiki/nodewebkitsaver", - "description": "Node-webkit saver", + "description": "NW.js saver", "author": "JeremyRuston", "core-version": ">=5.0.0" }