diff --git a/editions/tw5.com/tiddlers/saving/Saving on TiddlySpot.tid b/editions/tw5.com/tiddlers/saving/Saving on TiddlySpot.tid index f0558534e..607ae87ae 100644 --- a/editions/tw5.com/tiddlers/saving/Saving on TiddlySpot.tid +++ b/editions/tw5.com/tiddlers/saving/Saving on TiddlySpot.tid @@ -3,6 +3,10 @@ modified: 20160610082610879 tags: Saving Android Chrome Firefox InternetExplorer iOS Linux Mac Opera PHP Safari Windows title: Saving on TiddlySpot type: text/vnd.tiddlywiki +delivery: Service +method: save +caption: TiddlySpot +description: Free online service for hosting TiddlyWiki files TiddlySpot is a free hosting service for TiddlyWiki documents from Simon and Daniel Baird. The easiest way to get started is to sign up for a new wiki at http://tiddlyspot.com - by default you'll get the latest release of TiddlyWiki Classic. diff --git a/editions/tw5.com/tiddlers/saving/Saving via minimal Ruby server.tid b/editions/tw5.com/tiddlers/saving/Saving via minimal Ruby server.tid index 05bab4044..6b5222013 100644 --- a/editions/tw5.com/tiddlers/saving/Saving via minimal Ruby server.tid +++ b/editions/tw5.com/tiddlers/saving/Saving via minimal Ruby server.tid @@ -1,6 +1,6 @@ caption: Ruby Server created: 20180514011710789 -delivery: DIY +delivery: Server-side Script description: DIY script you can run as a server method: save modified: 20180513222628883 @@ -10,11 +10,8 @@ type: text/vnd.tiddlywiki This is a minimal server using Ruby Webrick. It just serves up files from the same folder and handles saving. -Once running, just point your web browser at localhost:8000 to view the folder listing, and click on your wiki html file. +Once running, just point your web browser at http://localhost:8000 to view the folder listing, and click on your wiki html file. -See: +See the script at: https://gist.github.com/jimfoltz/ee791c1bdd30ce137bc23cce826096da - -for script. -