-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
76 lines (59 loc) · 2.1 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
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<title>tiddlyspace.com</title>
<style>
html {
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", "DejaVu Sans", sans-serif;
}
body {
background-color: #CCEBFC;
margin: 1em;
max-width: 960px;
line-height: 1.6;
}
.notice {
border: 4px solid #e484a3;
padding: 0.5em;
background: #fff;
margin: 0.5em 0;
}
</style>
</head>
<body>
<h1>So long, and thanks for all the tiddlers</h1>
<p>
The service at <strong>tiddlyspace.com</strong> has now ceased operation. It was created in 2010 by the Osmosoft team at BT, and generously operated for the community by them and their successors until December 9th 2016.
</p>
<p>
TiddlySpace has always been an open source project, and the code is <a href="https://github.com/TiddlySpace">available on GitHub</a> so that anyone can host their own instance.
</p>
<p>
Please use the <a href="http://groups.google.com/group/TiddlySpace">TiddlySpace mailing list</a> if you have any questions.
</p>
<h2>Notices from Space Owners</h2>
<div class="notice">
<h3>Anna Freud National Centre for Children and Families' AMBIT Manuals</h3>
<p>
The AMBIT manual, and other treatment manuals from the Anna Freud National Centre for Children and Families, are now hosted at <a href="https://manuals.annafreud.org/">https://manuals.annafreud.org/</a>
</p>
</div>
<div class="notice">
<h3>André de Carvalho Software development thoughts and more...</h3>
<p>
The site has moved to <a href="http://acarvalho.tiddlyhost.com/">http://acarvalho.tiddlyhost.com/</a>
</p>
</div>
<h2>Technical Details</h2>
<p>
<ul>
<li>This is a single page static site hosted on GitHub Pages</li>
<li>DNS entries for subdomains of tiddlyspace.com are managed openly in their <a href="https://github.com/TiddlySpace/tiddlyspace.com-redirects">own GitHub repository</a></li>
</ul>
</p>
<p>
This page is hosted on GitHub at <a href="https://github.com/TiddlySpace/tiddlyspace.github.io">https://github.com/TiddlySpace/tiddlyspace.github.io</a>. We welcome pull requests to improve it.
</p>
</body>
</html>