mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Docs: TiddlySpot and Ruby saver tweaks
This commit is contained in:
parent
38b24906c1
commit
4fd980debe
@ -3,6 +3,10 @@ modified: 20160610082610879
|
|||||||
tags: Saving Android Chrome Firefox InternetExplorer iOS Linux Mac Opera PHP Safari Windows
|
tags: Saving Android Chrome Firefox InternetExplorer iOS Linux Mac Opera PHP Safari Windows
|
||||||
title: Saving on TiddlySpot
|
title: Saving on TiddlySpot
|
||||||
type: text/vnd.tiddlywiki
|
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.
|
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.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
caption: Ruby Server
|
caption: Ruby Server
|
||||||
created: 20180514011710789
|
created: 20180514011710789
|
||||||
delivery: DIY
|
delivery: Server-side Script
|
||||||
description: DIY script you can run as a server
|
description: DIY script you can run as a server
|
||||||
method: save
|
method: save
|
||||||
modified: 20180513222628883
|
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.
|
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
|
https://gist.github.com/jimfoltz/ee791c1bdd30ce137bc23cce826096da
|
||||||
|
|
||||||
for script.
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user