A Python content management system designed for kirsle.net featuring a blog, comments and photo albums.
https://rophako.kirsle.net/
Noah Petherbridge
812378ea94
When editing an existing blog post, and clicking on "Preview" instead of just saving directly, the blog post would have its date/time updated to "now" instead of keeping its original time (and regardless of the checkbox to reset time not being checked). The fix was to catch the post ID from the submission so it can load the existing data first; previously it was only getting the post ID from the query string, which isn't used when previewing the post. |
||
---|---|---|
etc | ||
rophako | ||
scripts | ||
site/www | ||
.gitignore | ||
app.wsgi | ||
defaults.yml | ||
LICENSE | ||
Makefile | ||
README.md | ||
requirements.txt | ||
runserver.py | ||
wsgi_gunicorn.py |
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