An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![](sr.jpg)
# Subrosa

v.0.3

[![Build Status](https://travis-ci.org/exaroth/subrosa.png?branch=master)](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:

![](sr_admin_thumb.jpg)
![](sr_thumb_gall.jpg)
![](sr_thumb_edit.jpg)

* 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)