2013-11-10 21:53:39 +00:00
title: $:/plugins/tiddlywiki/tiddlyweb/ServerControlPanel
caption: Server
tags: $:/tags/ControlPanel
2013-04-16 10:17:27 +00:00
<$reveal state="$:/status/IsLoggedIn" type="nomatch" text="yes">
Log in to ~TiddlyWeb: <$button message="tw-login" class="btn btn-info">Login</$button>
</$reveal>
<$reveal state="$:/status/IsLoggedIn" type="match" text="yes">
2013-11-15 22:09:06 +00:00
Logged in as {{$:/status/UserName}} <$button message="tw-logout" class="btn btn-warning">Logout</$button>
2013-04-16 10:17:27 +00:00
</$reveal>
2013-12-19 16:28:42 +00:00
----
2013-11-10 23:28:03 +00:00
Host configuration: <$edit-text tiddler="$:/config/tiddlyweb/host" tag="input" default=""/>
<blockquote>//for example, `$protocol$//$host$/folder`, where `$protocol$` is replaced by the protocol (typically `http` or `https`), and `$host$` by the host name//</blockquote>
2013-12-19 16:28:42 +00:00
----
2013-04-16 10:17:27 +00:00
<$button message="tw-server-refresh" class="btn btn-warning">Refresh</$button> to fetch changes from the server immediately
2013-12-19 16:28:42 +00:00
----
Download an offline copy of this wiki:
2014-05-03 11:10:36 +00:00
{{$:/editions/server/download-offline-button}}