From 3f37b6ff24697424c43ea0383a174bf9d5b26d96 Mon Sep 17 00:00:00 2001 From: Martin Zimmermann Date: Thu, 5 Sep 2013 19:52:51 +0200 Subject: [PATCH] fix typos, link a screenshot --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 956743e..586f35f 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ better off with a comment system that is under your control. This is, were Isso comes into play. [1]: https://github.com/posativ/acrylamid -[2]: http://disqus.com/ +[2]: https://disqus.com/ Features -------- -* [CRUD][https://en.wikipedia.org/wiki/Create,_read,_update_and_delete] comments +* [CRUD](https://en.wikipedia.org/wiki/Create,_read,_update_and_delete) comments * SQLite * quite nice, but unfinished client-side JS @@ -33,7 +33,7 @@ Installation ------------ Probably `git clone https://github.com/posativ/isso.git`, `python setup.py develop` -inside a virtualenv. Then start `isso` with +inside a virtualenv. Then start `isso` with: ~> isso run @@ -41,6 +41,8 @@ You can now leave a comment at hopefull The admin interface password is `p@$$w0rd`, you may change this with a custom cfg file that I'll document later. You find the admin interface at . +**[Screenshot](http://posativ.org/~tmp/isso-preview.png)** + Migration from Disqus ---------------------