Log out whether or not the server reports success
[blerg.git] / www / index.html
1 <!DOCTYPE html>
2 <!-- Blerg is (C) 2011 The Dominion of Awesome, and is distributed under a
3      BSD-style license.  Please see the COPYING file for details.
4   --> 
5 <html>
6 <head>
7 <title>Blërg!</title>
8 <link rel="stylesheet" href="css/blerg.css">
9 <script type="text/javascript" src="js/prototype.js"></script>
10 <script type="text/javascript" src="js/Bytex64.FX.js"></script>
11 <script type="text/javascript" src="js/blerg.js"></script>
12 <meta http-equiv="content-type" content="text/html; charset=utf-8">
13 <meta name="viewport" content="width=device-width, user-scalable=no, maximum-scale=1.0"/>
14 </head>
15 <body onload="init()">
16
17 <div id="header">
18   <div id="siteid">
19     <img src="/images/blerglogo.png" class="logo" width="125" height="122">
20     <h1><a href="/">Blërg!</a></h1>
21     <h2><span name="section">Welcome</span></h2>
22     <div id="usercontrols" style="display:none">
23       <a href="#" name="user.reflink" onclick="return qlink()">[chatter]</a>
24       <a href="#" name="user.subscribelink" onclick="subscribe(); return false" style="display: none">[stalk]</a>
25       <a href="#" name="user.unsubscribelink" onclick="unsubscribe(); return false" style="display: none">[stop stalking]</a>
26     </div>
27   </div>
28   <div id="controls">
29     <form style="font-size: small" id="login" onsubmit="loginStatus.login($('login.username').value, $('login.password').value); return false">
30       username: <input type="text" id="login.username" size="10">
31       password: <input type="password" id="login.password" size="10">
32       <input type="submit" value="login">
33       <p style="font-size: large"><a href="#" onclick="$('welcome').hide(); $('items').hide(); $('post').hide(); $('signup').show(); return false;">I want to blërg!</a></p>
34     </form>
35     <div id="logout" style="display: none">
36       Hello, <a href="#" id="userlink" onclick="return qlink()"></a>. <a href="#" onclick="loginStatus.logout(); return false">logout</a><br>
37       <a href="#" onclick="postPopup(); return false">Write new entry</a><br>
38       <a href="#" id="reflink" onclick="return qlink()">Chatter about me</a><br>
39       <a href="/#/feed" onclick="return qlink()">Stalk your victims</a>
40     </div>
41     <div id="rss" style="display:none"><a id="rsslink" href=""><img src="/images/rss.png" width="16" height="16"> RSS</a></div>
42   </div>
43   <div style="clear:both"></div>
44   <div id="post" style="display:none">
45     <h2>What's on your mind?</h2>
46     <form onsubmit="loginStatus.post($('post.content').value); return false">
47       <textarea rows="3" id="post.content" onkeydown="resizePostContent()"></textarea>
48       <div id="post.buttons">
49         <input type="submit" value="close" onclick="$('post').hide(); return false">
50         <input type="submit" value="post">
51       </div>
52     </form>
53   </div>
54 </div>
55
56
57 <div id="main">
58   <div id="items" style="display:none">
59   </div>
60
61   <div id="welcome">
62
63   <div id="latest">
64     <h2>Latest posts</h2>
65     <div id="latest-posts"></div>
66     <h2>Latest tags</h2>
67     <div id="latest-tags"></div>
68   </div>
69
70   <h2>I am 12 and what is this</h2>
71
72   <p>Blërg is a microblogging platform.  Or maybe a miniblogging
73   platform.  Blërg is not sure.  Blërg is a lot like <a
74   href="http://twitter.com/">Twitter</a>, but aims to fix some of its
75   idiosyncracies.  Blërg does not want to be a full blogging platform
76   like <a href="http://wordpress.com/">Wordpress</a> or <a
77   href="http://livejournal.com/">Livejournal</a>.  Blërg is also an <a
78   href="/doc/">open source tagged text database engine</a> written in C
79   that does the back-end work. Blërg's author finds it entertaining to
80   anthropomorphize Blërg in the third person.</p>
81
82   <h2>But what's wrong with Twitter?</h2>
83
84   <p>I'M GLAD YOU ASKED. There are two aspects of Twitter that just bug
85   me as an engineer:</p>
86   
87   <ol>
88   <li><strong>Ruby on Rails</strong> - Using rails to prototype a system is
89   fine &mdash; scaling up to a million hits a day with it is just a bad
90   idea. As the service grew, I'm sure it cost them a lot more time than
91   it saved.</li>
92   <li><strong>140 characters is not enough</strong> - I routinely write
93   sentences longer than 140 characters, so I can't even begin to imagine
94   making a point in such a small space.  This textual confinement has
95   led to the rise of URL shorteners, which are <a
96   href="http://bytex64.net/blog/e2256">breaking the internet</a>.
97   </ol>
98
99   <p>Blërg solves these problems by applying absurd reactionary
100   engineering. Blërg's database backend is a custom C program that
101   handles requests over HTTP and stores data in a very small and
102   efficient indexed log-structured database. The frontend is done
103   entirely in client-side Javascript. A single post can be up to 65535
104   bytes in length.</p> 
105
106   <p>Which is not to say that I believe writing your service in C is the
107   solution to all your problems.  Clearly, this approach has just as
108   many hairy problems that will bite you in the ass sooner or later.
109   The best way, as with most things, lies somewhere in the middle of
110   high-level abstraction and ZOMGHARDCORE OPTIMIZATION.</p>
111
112   <h2>Is this a joke?</h2>
113
114   <p>Yes. No. Maybe.  Blërg is an exercise in constructive satire &mdash; a
115   fully functional service created in a fit of hubris to poke fun at Twitter's
116   engineering.  It's just for fun, but no one is going to keep you from using
117   it seriously. :]</p>
118
119   <h2>Tell me more about this database engine.</h2>
120
121   <p>Here, take a look at the <a href="/doc/#design">design docs</a>.</p>
122
123   <h2>I'm a social media whore and I want to share links!</h2>
124
125   <p>I've created a bookmarklet just for you: <a href="javascript:location.href='http://blerg.dominionofawesome.com/?post/'+encodeURIComponent(document.title)+'/'+encodeURIComponent(location.href)">Blërg it!</a></p>
126
127   </div>
128
129   <div id="navigation">
130     <a id="newer_link" href="#" onclick="return qlink()" style="display:none">&lt;&lt; newer</a>
131     <a id="older_link" href="#" onclick="return qlink()" style="display:none">older &gt;&gt;</a>
132   </div>
133
134   <div id="signup" style="display:none">
135     <h2>Sign Up</h2>
136     <table>
137       <tr><td>Username:</td><td><input type="text" id="signup.username" width="40"></td>
138       <tr><td>Password:</td><td><input type="password" id="signup.password" width="40"></td>
139     </table>
140     <button onclick="signup()">Signup</button> <button onclick="signup_cancel()">Cancel</button>
141   </div>
142 </div>
143
144 </body>
145 </html>