mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-17 03:20:02 +00:00
Change references to editions/clientserver into editions/server
This commit is contained in:
parent
7783378603
commit
f81df69395
2
lazy.cmd
2
lazy.cmd
@ -5,7 +5,7 @@ rem serve TiddlyWiki5 over HTTP with lazily loaded images
|
||||
rem Optional parameter is the username for signing edits
|
||||
|
||||
node .\tiddlywiki.js ^
|
||||
editions\clientserver ^
|
||||
editions\server ^
|
||||
--verbose ^
|
||||
--server 8080 $:/core/save/lazy-images text/plain text/html %1 %2^
|
||||
|| exit 1
|
||||
|
2
lazy.sh
2
lazy.sh
@ -5,7 +5,7 @@
|
||||
# Optional parameter is the username for signing edits
|
||||
|
||||
node ./tiddlywiki.js \
|
||||
editions/clientserver \
|
||||
editions/server \
|
||||
--verbose \
|
||||
--server 8080 $:/core/save/lazy-images text/plain text/html $1 $2\
|
||||
|| exit 1
|
||||
|
@ -23,4 +23,4 @@ Host configuration: <$edit-text tiddler="$:/config/tiddlyweb/host" tag="input" d
|
||||
|
||||
Download an offline copy of this wiki:
|
||||
|
||||
{{$:/editions/clientserver/download-offline-button}}
|
||||
{{$:/editions/server/download-offline-button}}
|
@ -1,3 +1,3 @@
|
||||
title: $:/editions/clientserver/download-offline-button
|
||||
title: $:/editions/server/download-offline-button
|
||||
|
||||
<$button message="tw-download-file" param="$:/editions/clientserver/download-offline" class="btn-big-green">Download Offline Snapshot {{$:/core/images/save-button}}</$button>
|
||||
<$button message="tw-download-file" param="$:/editions/server/download-offline" class="btn-big-green">Download Offline Snapshot {{$:/core/images/save-button}}</$button>
|
@ -1,4 +1,4 @@
|
||||
title: $:/editions/clientserver/download-offline
|
||||
title: $:/editions/server/download-offline
|
||||
|
||||
\define saveTiddlerFilter()
|
||||
[is[tiddler]] -[[$:/boot/boot.css]] -[type[application/javascript]library[yes]] -[[$:/boot/boot.js]] -[[$:/boot/bootprefix.js]] -[[$:/plugins/tiddlywiki/filesystem]] -[[$:/plugins/tiddlywiki/tiddlyweb]] +[sort[title]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user