mostly filebased Content Presentation System
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
Dominik Schmidt-Philipp 54f5e9b895 remove references to nav-external.htm vor 4 Jahren
app remove references to nav-external.htm vor 4 Jahren
doc write documentation: menus vor 4 Jahren
rsc copy from a local branch (initial commit) vor 5 Jahren
.gitignore make files more generic vor 4 Jahren
.htaccess copy from a local branch (initial commit) vor 5 Jahren
.rsyncignore tidy views vor 4 Jahren
README.md make files more generic vor 4 Jahren
composer.json copy from a local branch (initial commit) vor 5 Jahren
deploy.sample make files more generic vor 4 Jahren
emptycache.php add emptychache.php vor 4 Jahren
index.php rewrite menu building code vor 4 Jahren
main.cfg.sample make files more generic vor 4 Jahren

README.md

freaCMS

mostly filebased Content Presentation System

installation

download sources

git clone https://git.freakaria.com:3000/dom/freaCMS.git
cd freaCMS

configure

edit main.cfg and deploy

main.cgf:

SITE_URL = public URL where website is reachable (used in links, etc...)
title = give your site a title

deploy:

USER = ssh user on server
SERVER = server address for ssh login
LIVE_DIR = relative path (from ssh login) to live site
DEV_DIR = relative path to development site (so you can try out without breaking stuff)