https://github.com/exaroth/subrosa
Small and elegant blogging platform.
https://github.com/exaroth/subrosa
Last synced: about 1 year ago
JSON representation
Small and elegant blogging platform.
- Host: GitHub
- URL: https://github.com/exaroth/subrosa
- Owner: exaroth
- License: gpl-3.0
- Archived: true
- Created: 2014-01-09T01:11:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2016-09-26T20:54:12.000Z (over 9 years ago)
- Last Synced: 2024-08-01T22:52:57.428Z (almost 2 years ago)
- Language: CSS
- Homepage: subrosa.readthedocs.org
- Size: 4.49 MB
- Stars: 76
- Watchers: 6
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README

# Subrosa
v.0.3
[](https://travis-ci.org/exaroth/subrosa)
You can see working example under [konradwasowicz.com/subrosa](http://konradwasowicz.com/subrosa)
Subrosa is simple and elegant blogging platform written in Python, meant to be easy to use and deploy. Features:



* Supported Python versions: 2.6, 2.7, 3.3, 3.4
* Supported databases: MySQL, PostgreSQL, SQLite
* Autogenerated table of contents for each article
* Code highlighting via Pygments
* Comments via Disqus
* Responsive layout
* RSS Channel
* IE9+ compatible
* Caching with no external dependencies
##### For installation and configuration instructions please refer to official documentation at [http://subrosa.readthedocs.org/en/latest/](http://subrosa.readthedocs.org/en/latest/)
## Software used
##### [Flask microframework](http://flask.pocoo.org/)
##### [Peewee ORM](https://github.com/coleifer/peewee)
##### [Flask-Cache](https://github.com/thadeusb/flask-cache)
##### [Python-Markdown](https://github.com/waylan/Python-Markdown)
##### [magnific-popup](http://dimsemenov.com/plugins/magnific-popup/)
##### [jquery-nested](http://suprb.com/apps/nested/)
##### [jquery-lazyload](http://www.appelsiini.net/projects/lazyload)