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