-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
89 lines (87 loc) · 4.25 KB
/
index.html
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<html>
<head>
<title>TiddlyWeb</title>
<link rel="stylesheet" href="tiddlyweb.css" type="text/css" />
<link rel="stylesheet" href="ribbon.css" type="text/css" />
</head>
<body>
<div id='header'>
<h1>TiddlyWeb</h1>
<div class="right ribbon-holder">
<a href="http://github.com/tiddlyweb" class="red ribbon">
<span class="text">Fork me on GitHub</span>
</a>
</div>
</div>
<div id='content'>
<p>TiddlyWeb is an <a href="http://en.wikipedia.org/wiki/Open_source">open
source</a> <a
href="http://docs.tiddlyweb.com/HTTP%20API">HTTP
API</a> for storing and accessing
flexible and composable microcontent. It is also a toolkit for
<a
href="http://docs.tiddlyweb.com/tiddler">tiddlers</a>
on the web and a robust server side for <a
href="http://tiddlywiki.com">TiddlyWiki</a>.</p>
<ul class='listing'>
<div id='twitter'>
<div id="twitter_div">
<a class="twitter-timeline" href="https://twitter.com/tiddlyweb"
data-widget-id="276368638427144192">Tweets by @tiddlyweb</a>
<script>!function(d,s,id){var
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<table border=0 cellspacing=0>
<tr><td>
</td></tr>
<tr><td style="padding-left: 5px">
<b>Subscribe to TiddlyWeb Google Group</b>
</td></tr>
<form action="http://groups.google.com/group/tiddlyweb/boxsubscribe">
<tr><td style="padding-left: 5px;">
Email: <input type=text name=email>
<input type=submit name="sub" value="Subscribe">
</td></tr>
</form>
<tr><td align=right>
<a href="http://groups.google.com/group/tiddlyweb">Visit this group</a>
</td></tr>
</table>
<li><strong>Free Hosting Options</strong><ul>
<li><a href="https://tank.peermore.com/">Tank</a></li>
<li><a href="http://hoster.peermore.com/">TiddlyHoster</a></li>
</ul></li>
<li><strong>Host Your Own</strong><ul>
<li><a href="http://docs.tiddlyweb.com/Installing%20TiddlyWeb">Installation</a>
<li><a href="http://docs.tiddlyweb.com/">How to use TiddlyWeb Documentation</a></li>
<li><a href="http://tiddlyweb.readthedocs.org/">TiddlyWeb Code Documentation at Read The Docs</a></li>
<li>Tutorials:<ul>
<li><a
href="http://docs.tiddlyweb.com/TiddlyWeb%20Plugin%20Tutorial">Making a Simple Plugin</a></li>
</ul> </li>
<li><a
href="http://github.com/tiddlyweb/tiddlyweb/issues">Bugs, Tickets, Issues</a></li>
<li><a href="http://pypi.python.org/pypi/tiddlyweb">TiddlyWeb at PyPI</a></li>
<li><a href="http://pypi.python.org/pypi?%3Aaction=search&term=tiddlywebplugins&submit=search">TiddlyWeb Plugins</a></li>
</ul></li>
</ul>
<p><a href="http://github.com/tiddlyweb">Follow and Fork on Github</a> |
<a href="http://groups.google.com/group/tiddlyweb">Discuss on Groups</a> |
<a href="irc://irc.freenode.net/tiddlyweb">Chat on IRC</a></p>
</div>
<div id='footer'>
TiddlyWeb is a production of <a href="http://unamesa.org/">UnaMesa</a>, <a href="http://osmosoft.com">Osmosoft</a> and <a href="http://peermore.com/">Peermore Ltd.</a> under a <a href="http://www.opensource.org/licenses/bsd-license.html">BSD License</a>.
</div>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-5027473-7");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>