fix typos, link a screenshot

This commit is contained in:
Martin Zimmermann 2013-09-05 19:52:51 +02:00
parent 690e642afb
commit 3f37b6ff24

View File

@ -8,13 +8,13 @@ better off with a comment system that is under your control. This is, were
Isso comes into play. Isso comes into play.
[1]: https://github.com/posativ/acrylamid [1]: https://github.com/posativ/acrylamid
[2]: http://disqus.com/ [2]: https://disqus.com/
Features 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 * SQLite
* quite nice, but unfinished client-side JS * 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` 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 ~> isso run
@ -41,6 +41,8 @@ You can now leave a comment at <http://localhost:8080/static/post.html> hopefull
The admin interface password is `p@$$w0rd`, you may change this with a custom cfg 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 <http://localhost:8080/admin/>. file that I'll document later. You find the admin interface at <http://localhost:8080/admin/>.
**[Screenshot](http://posativ.org/~tmp/isso-preview.png)**
Migration from Disqus Migration from Disqus
--------------------- ---------------------