-
Notifications
You must be signed in to change notification settings - Fork 0
/
whythisiscool.html
27 lines (26 loc) · 1.23 KB
/
whythisiscool.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
<!DOCTYPE html>
<html>
<head>
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<meta charset="utf-8">
<title>Why this is cool?</title>
</head>
<body>
<h1>Why this is is cool?</h1>
<ul>
<li>Light</li>
<li>Self-hosted</li>
<li>Radically raw</li>
<li>Browser-based</li>
<li>This is universal</li>
<li>Highly customisable</li>
<li><a href="http://en.wikipedia.org/wiki/Finger_protocol">Finger protocol</a> compatible</li>
<li>The page’s body content can be anything</li>
<li>The tab’s favicon can be used as personal picture</li>
<p>This demo is an experiment. It will certainly not replace your twitter activity but it may enlarge the definition of microblogging. Twab can be improved for sure while remaining radically simple. If you want to to try it yourself, i’ll be happy to “subscribe” to your tabs!</p>
<p>The code of this project has been written in 40 minutes, forgive me if it is far from perfect, but it is still <a href="https://github.com/raphaelbastide/twab">open source</a>.</p>
<p>And of course, do whatever you want with the idea itself and <a href="mailto:[email protected]">let me know if inspires you</a>!</p>
</ul>
<a href="./">Back</a>
</body>
</html>