Update README.md
This commit is contained in:
parent
a01ae608f6
commit
f1492ba217
1 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
[](https://www.python.org/) [](https://flask.palletsprojects.com) [](https://docs.peewee-orm.com/)
|
||||||
|
|
||||||
## Stacosys
|
## Stacosys
|
||||||
|
|
||||||
Stacosys (aka STAtic blog COmment SYStem) is a fork of [Pecosys](http://github.com/kianby/pecosys) trying to fix Pecosys design drawbacks and to provide an humble alternative to comment hosting services like Disqus. Stacosys protects your readers's privacy.
|
Stacosys (aka STAtic blog COmment SYStem) is a fork of [Pecosys](http://github.com/kianby/pecosys) trying to fix Pecosys design drawbacks and to provide an humble alternative to comment hosting services like Disqus. Stacosys protects your readers's privacy.
|
||||||
|
@ -37,14 +39,14 @@ Stacosys can be hosted on the same server or on a different server than the blog
|
||||||
|
|
||||||
*Which technologies are used?*
|
*Which technologies are used?*
|
||||||
|
|
||||||
- [Python 3.9](https://www.python.org)
|
- [Python](https://www.python.org)
|
||||||
- [Flask](http://flask.pocoo.org)
|
- [Flask](http://flask.pocoo.org)
|
||||||
- [Peewee ORM](http://docs.peewee-orm.com)
|
- [Peewee ORM](http://docs.peewee-orm.com)
|
||||||
- [Markdown](http://daringfireball.net/projects/markdown)
|
- [Markdown](http://daringfireball.net/projects/markdown)
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
Build is based on [Poetry](https://python-poetry.org/) but you can also use [published releases on GitHub](https://github.com/kianby/stacosys/releases) or the [Docker image](https://hub.docker.com/repository/docker/kianby/stacosys).
|
Build is based on [Poetry](https://python-poetry.org/) but you can also use [published releases](https://github.com/kianby/stacosys/releases) or [Docker image](https://hub.docker.com/repository/docker/kianby/stacosys).
|
||||||
|
|
||||||
### Improvements
|
### Improvements
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue