isso/isso
Martin Zimmermann 0d07515c18 override HTML title parsing with a data-title="... attribute
If you don't use a <h1> to markup your post's title (but h2), it
is no longer possible to reliable detect the site's title.

E.g. you have a single page with only one <h1> and that's the
*real* title of that page. But on the other hand, it is also
possible, that the <h1> tag is just your website's name and the
actual post title is marked up in <h2>.
2013-11-02 18:21:27 +01:00
..
css use SVG to render identicon so the browser can auto-resize the image 2013-10-29 16:58:38 +01:00
db remove stale threads after all comments have been deleted 2013-10-31 11:08:00 +01:00
js only create a reply box when needed 2013-11-01 15:25:44 +01:00
utils override HTML title parsing with a data-title="... attribute 2013-11-02 18:21:27 +01:00
views use cache.delete a) with an actual key and b) only on delete 2013-11-01 17:02:08 +01:00
__init__.py replace abort(code) with proper exceptions and refactor request dispatch 2013-11-01 12:46:51 +01:00
compat.py improve doctests and refactor title extraction 2013-10-29 12:01:45 +01:00
core.py cache PBKDF2 hash, closes #18 2013-11-01 15:08:16 +01:00
crypto.py support for Python 3.3 2013-10-09 16:33:49 +02:00
migrate.py skip empty Disqus threads 2013-10-19 12:45:10 +02:00
notify.py fix unittest for 1358fac and extend internal documentation 2013-10-31 10:44:46 +01:00
wsgi.py re-license to MIT 2013-09-19 18:44:40 +02:00