-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
31 lines (21 loc) · 763 Bytes
/
README
File metadata and controls
31 lines (21 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Intro
=====
tiddlywebplugins.status is a [TiddlyWeb](http://tiddlyweb.com)
plugin which gives a JSON or JavaScript report on the current
state of the TiddlyWeb server including:
* current user
* TiddlyWeb version
* available challengers
Other plugins can override the data gathering mechanisms to add
additional information such as:
* store being used
* available serializations
* available extractors
[TiddlySpace](https://github.com/tiddlyspace/tiddlyspace) is an
example plugin that extends the capabilities.
For more information on TiddlyWeb see http://tiddlyweb.com
Installation
============
To install from PyPI, run `pip install -U tiddlywebplugins.status`.
After installation to get configuration guidelines run
`pydoc tiddlywebplugins.status`.