A Python content management system designed for kirsle.net featuring a blog, comments and photo albums. https://rophako.kirsle.net/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Noah bf18978195 Fix bug in JsonDB.list_docs when folder doesn't exist 8 years ago
etc Add gunicorn, supervisor and nginx configs 8 years ago
rophako Fix bug in JsonDB.list_docs when folder doesn't exist 8 years ago
scripts Support Python 3 for running the app 8 years ago
site/www Add dummy photo folder, so uploads won't crash 9 years ago
.gitignore Migrate config system to YamlSettings 8 years ago
LICENSE Make site root configurable for easier setup 9 years ago
README.md Moved documentation to the GitHub Wiki 9 years ago
app.wsgi Make settings.ini path configurable via env variable 8 years ago
defaults.yml Add support for X-Forwarded-For 8 years ago
kirsle_legacy.py Add metacity redirect 8 years ago
requirements.txt Migrate config system to YamlSettings 8 years ago
runserver.py Support Python 3 for running the app 8 years ago
wsgi_gunicorn.py Add gunicorn, supervisor and nginx configs 8 years ago

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 currently in "beta" status. It is currently powering kirsle.net and a couple other small sites.

Check out Rophako's official homepage and example site: rophako.kirsle.net

Documentation

For all documentation, including installation, configuration and how to build your own site using the Rophako CMS, please see the Rophako Wiki on GitHub.

Copyright

Rophako CMS
Copyright (C) 2014 Noah Petherbridge

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA