things almost work
[encyclr.git] / html / index.html
blobfe4b0591b14bf7da033fd8ae6ea6a1ebeeb873ef
1 {% spaceless %}
2 {% include "html/TOP.html" %}
3 <title>encyclr</title>
4 {% include "html/BODY.html" %}
5 {% include "html/LOG.html" %}
6 <div class="d">
7 <p>this is encyclr, an online encyclopedia w/ entries limited to 140 chars, co-ordinated through microblogging semantics. create an account and start contributing!</p>
8 <p>the site is currently pre-alpha (hobby) level. real search, sms &amp; microblogging integration are planned.</p>
9 <p>tech we rely on:</p>
10 <ul>
11 <li><a href="http://www.dabeaz.com/ply/">lightcloud</a></li>
12 <li><a href="http://www.lighttpd.net/">lighttpd</a></li>
13 <li><a href="http://www.djangoproject.com/">django</a></li>
14 <li><a href="http://opensource.plurk.com/LightCloud/">ply</a></li>
15 <li><a href="http://recaptcha.net/">recaptcha</a></li>
16 <li><a href="http://lucene.apache.org/solr/">solr</a></li>
17 </ul>
18 <p>encyclr <a href="http://repo.or.cz/w/encyclr.git">src</a></p>
19 <br><br>
20 </div>
21 {% include "html/END.html" %}
22 {% endspaceless %}