A Python content management system designed for kirsle.net featuring a blog, comments and photo albums. https://rophako.kirsle.net/
 
 
 
 
 
Go to file
Noah 61dce0f90f Blog avatars take priority over user photos 2014-04-07 08:59:50 -07:00
rophako Blog avatars take priority over user photos 2014-04-07 08:59:50 -07:00
scripts Enhancements to the Siikir migrator 2014-04-06 18:36:26 -07:00
.gitignore Initial structure of web app 2014-02-18 22:30:21 -08:00
Apache.md More docs on Apache 2014-04-06 21:20:57 -07:00
README.md Remove link in blog, add documentation 2014-04-06 21:15:59 -07:00
config-sample.py Add RSS feed, contact page, Kirsle.net stuff 2014-04-06 18:02:34 -07:00
requirements.txt Add photo albums and hook them up to the blog 2014-04-05 00:47:43 -07:00
runserver.py Initial structure of web app 2014-02-18 22:30:21 -08:00

README.md

Rophako

A simplistic content management system designed for kirsle.net.

Rophako is Azulian for "website." Pronounce it however you like. I pronounce it "roe-fa-koe."

This project is under heavy construction.

Installation

pip install -r requirements.txt

These may need to be installed for the dependencies to build:

Fedora: libffi-devel libjpeg-devel libpng-devel

Configuration

See Apache.md for Apache setup information.