1
0
Derivar 0
A Python content management system designed for kirsle.net featuring a blog, comments and photo albums. https://rophako.kirsle.net/
 
 
 
 
 
Ir para o ficheiro
Noah c948822a0c
Add migration note.
2018-05-01 12:32:08 -07:00
etc Add gunicorn, supervisor and nginx configs 2015-06-17 03:34:17 +00:00
rophako Use gzip compression wherever possible 2017-05-08 17:31:11 +00:00
scripts Support Python 3 for running the app 2015-07-10 00:27:13 -07:00
site/www Add dummy photo folder, so uploads won't crash 2014-04-09 22:18:30 +00:00
.gitignore Add timezone offsetter and strftime template function 2015-07-26 15:13:25 -07:00
LICENSE Make site root configurable for easier setup 2014-04-09 15:14:40 -07:00
Makefile Add timezone offsetter and strftime template function 2015-07-26 15:13:25 -07:00
README.md Add migration note. 2018-05-01 12:32:08 -07:00
app.wsgi Make settings.ini path configurable via env variable 2015-05-14 22:41:58 +00:00
defaults.yml Various improvements to commenting system 2017-01-02 19:49:47 -08:00
requirements.txt Use gzip compression wherever possible 2017-05-08 17:31:11 +00:00
runserver.py Support Python 3 for running the app 2015-07-10 00:27:13 -07:00
wsgi_gunicorn.py Add gunicorn, supervisor and nginx configs 2015-06-17 03:34:17 +00:00

README.md

Rophako

🚨 This repo has migrated: https://git.kirsle.net/apps/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