Add obsess/unobsess functionality
[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">[chatter]</a>
24       <a href="#" name="user.obsesslink" onclick="obsess(); return false" style="display: none">[obsess]</a>
25       <a href="#" name="user.unobsesslink" onclick="unobsess(); return false" style="display: none">[stop obsessing]</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"></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">Chatter about me</a>
39     </div>
40     <div id="rss" style="display:none"><a id="rsslink" href=""><img src="/images/rss.png" width="16" height="16"> RSS</a></div>
41   </div>
42   <div style="clear:both"></div>
43   <div id="post" style="display:none">
44     <h2>What's on your mind?</h2>
45     <form onsubmit="loginStatus.post($('post.content').value); return false">
46       <textarea rows="3" id="post.content" onkeydown="resizePostContent()"></textarea>
47       <div id="post.buttons">
48         <input type="submit" value="close" onclick="$('post').hide(); return false">
49         <input type="submit" value="post">
50       </div>
51     </form>
52   </div>
53 </div>
54
55
56 <div id="main">
57   <div id="items" style="display:none">
58   </div>
59
60   <div id="welcome">
61
62   <div id="latest">
63     <h2>Latest posts</h2>
64     <div id="latest-posts"></div>
65     <h2>Latest tags</h2>
66     <div id="latest-tags"></div>
67   </div>
68
69   <h2>I am 12 and what is this</h2>
70
71   <p>Blërg is a microblogging platform.  Or maybe a miniblogging
72   platform.  Blërg is not sure.  Blërg is a lot like <a
73   href="http://twitter.com/">Twitter</a>, but aims to fix some of its
74   idiosyncracies.  Blërg does not want to be a full blogging platform
75   like <a href="http://wordpress.com/">Wordpress</a> or <a
76   href="http://livejournal.com/">Livejournal</a>.  Blërg is also an <a
77   href="/doc/">open source tagged text database engine</a> written in C
78   that does the back-end work. Blërg's author finds it entertaining to
79   anthropomorphize Blërg in the third person.</p>
80
81   <h2>But what's wrong with Twitter?</h2>
82
83   <p>I'M GLAD YOU ASKED. There are two aspects of Twitter that just bug
84   me as an engineer:</p>
85   
86   <ol>
87   <li><strong>Ruby on Rails</strong> - Using rails to prototype a system is
88   fine &mdash; scaling up to a million hits a day with it is just a bad
89   idea. As the service grew, I'm sure it cost them a lot more time than
90   it saved.</li>
91   <li><strong>140 characters is not enough</strong> - I routinely write
92   sentences longer than 140 characters, so I can't even begin to imagine
93   making a point in such a small space.  This textual confinement has
94   led to the rise of URL shorteners, which are <a
95   href="http://bytex64.net/blog/e2256">breaking the internet</a>.
96   </ol>
97
98   <p>Blërg solves these problems by applying absurd reactionary
99   engineering. Blërg's database backend is a custom C program that
100   handles requests over HTTP and stores data in a very small and
101   efficient indexed log-structured database. The frontend is done
102   entirely in client-side Javascript. A single post can be up to 65535
103   bytes in length.</p> 
104
105   <p>Which is not to say that I believe writing your service in C is the
106   solution to all your problems.  Clearly, this approach has just as
107   many hairy problems that will bite you in the ass sooner or later.
108   The best way, as with most things, lies somewhere in the middle of
109   high-level abstraction and ZOMGHARDCORE OPTIMIZATION.</p>
110
111   <h2>Is this a joke?</h2>
112
113   <p>Yes. No. Maybe.  Blërg is an exercise in constructive satire &mdash; a
114   fully functional service created in a fit of hubris to poke fun at Twitter's
115   engineering.  It's just for fun, but no one is going to keep you from using
116   it seriously. :]</p>
117
118   <h2>Tell me more about this database engine.</h2>
119
120   <p>Here, take a look at the <a href="/doc/#design">design docs</a>.</p>
121
122   <h2>I'm a social media whore and I want to share links!</h2>
123
124   <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>
125
126   </div>
127
128   <div id="navigation">
129     <a id="newer_link" href="#" onclick="newer_page(); return false" style="display:none">&lt;&lt; newer</a>
130     <a id="older_link" href="#" onclick="older_page(); return false" style="display:none">older &gt;&gt;</a>
131   </div>
132
133   <div id="signup" style="display:none">
134     <h2>Sign Up</h2>
135     <table>
136       <tr><td>Username:</td><td><input type="text" id="signup.username" width="40"></td>
137       <tr><td>Password:</td><td><input type="password" id="signup.password" width="40"></td>
138     </table>
139     <button onclick="signup()">Signup</button> <button onclick="signup_cancel()">Cancel</button>
140   </div>
141 </div>
142
143 </body>
144 </html>