Docs: TiddlySpot and Ruby saver tweaks

print-window-tiddler
Jermolene 2018-05-14 15:01:38 +01:00
rodzic 38b24906c1
commit 4fd980debe
2 zmienionych plików z 7 dodań i 6 usunięć

Wyświetl plik

@ -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.

Wyświetl plik

@ -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.