A Python content management system designed for kirsle.net featuring a blog, comments and photo albums. https://rophako.kirsle.net/
 
 
 
 
 
Go to file
Noah cea93cbf34 Moved documentation to the GitHub Wiki 2014-09-11 23:25:37 -07:00
rophako Add the ability to edit users' comments 2014-09-11 22:26:45 -07:00
scripts Add endpoint to delete entire photo album 2014-06-20 19:37:48 -07:00
site/www Add dummy photo folder, so uploads won't crash 2014-04-09 22:18:30 +00:00
.gitignore Ignore local site uploaded images 2014-04-10 05:41:42 +00:00
LICENSE Make site root configurable for easier setup 2014-04-09 15:14:40 -07:00
README.md Moved documentation to the GitHub Wiki 2014-09-11 23:25:37 -07:00
app.wsgi Update uwsgi wrapper 2014-07-23 19:42:29 +00:00
config-sample.py Refactor modules into a plugin-based system 2014-07-23 14:21:53 -07:00
kirsle_legacy.py Refactor modules into a plugin-based system 2014-07-23 14:21:53 -07:00
requirements.txt Add Markdown support to blogs, comments, pages 2014-04-18 21:55:37 -07:00
runserver.py Reorganize module structure 2014-07-23 12:39:58 -07: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 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