mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 01:56:20 +00:00
5e236d35a5
Mention TiddlyHost and link to some documentation on the configuration options. Also remove the TiddlySpot control panel and backups links since they no longer work. Notes: * The last three fields are no use for TiddlySpot or TiddlyHost, but it's possible that someone, somewhere is still using the old store.php from Bidix's UploadPlugin, and would miss them if they were removed. I'd be happy to remove them in a future PR, if it's decided they can be retired. (If they were removed, I could delete the last row here:) https://github.com/simonbaird/tiddlyhost/wiki/TiddlySpot-Saver-configuration-for-Tiddlyhost-and-Tiddlyspot * It's still called "TiddlySpot Saver" which I think is fine for now. TiddlyHost might use a different saving method in future so keeping the existing name seems best.
42 lines
1.3 KiB
Plaintext
42 lines
1.3 KiB
Plaintext
title: $:/core/ui/ControlPanel/Saving/TiddlySpot
|
|
tags: $:/tags/ControlPanel/Saving
|
|
caption: {{$:/language/ControlPanel/Saving/TiddlySpot/Caption}}
|
|
|
|
\define lingo-base() $:/language/ControlPanel/Saving/TiddlySpot/
|
|
|
|
\define siteURL(path)
|
|
http://$(userName)$.tiddlyspot.com/$path$/
|
|
\end
|
|
\define siteLink(path)
|
|
<$reveal type="nomatch" state="$:/UploadName" text="">
|
|
<$set name="userName" value={{$:/UploadName}}>
|
|
<$reveal type="match" state="$:/UploadURL" text="">
|
|
<<siteURL $path$>>
|
|
</$reveal>
|
|
<$reveal type="nomatch" state="$:/UploadURL" text="">
|
|
<$macrocall $name=resolvePath source={{$:/UploadBackupDir}} root={{$:/UploadURL}}>>
|
|
</$reveal>
|
|
</$set>
|
|
</$reveal>
|
|
\end
|
|
|
|
<div class="tc-message-box">
|
|
|
|
<<lingo ReadOnly>>
|
|
|
|
</div>
|
|
|
|
<<lingo Description>>
|
|
|
|
|<<lingo UserName>> |<$edit-text tiddler="$:/UploadName" default="" tag="input"/> |
|
|
|<<lingo Password>> |<$password name="upload"/> |
|
|
|
|
''<<lingo Advanced/Heading>>''
|
|
|
|
|<<lingo ServerURL>> |<$edit-text tiddler="$:/UploadURL" default="" tag="input"/> |
|
|
|<<lingo Filename>> |<$edit-text tiddler="$:/UploadFilename" default="index.html" tag="input"/> |
|
|
|<<lingo UploadDir>> |<$edit-text tiddler="$:/UploadDir" default="." tag="input"/> |
|
|
|<<lingo BackupDir>> |<$edit-text tiddler="$:/UploadBackupDir" default="." tag="input"/> |
|
|
|
|
<<lingo TiddlySpot/Hint>>
|