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.
|
1 year ago | |
---|---|---|
b | 1 year ago | |
img | 6 years ago | |
p | 3 years ago | |
pimg | 1 year ago | |
.gitignore | 6 years ago | |
README.MD | 1 year ago | |
_index.html | 6 years ago | |
blog.php | 3 years ago | |
control.php | 6 years ago | |
index.php | 1 year ago | |
page.php | 6 years ago | |
privacy-controls.php | 5 years ago | |
rss.php | 5 years ago | |
shared.php | 1 year ago | |
sitemap.php | 5 years ago | |
style.css | 4 years ago | |
userstyle.css | 6 years ago |
README.MD
[Simpub CMS] - A Simple CMS for Nerds
Directories and Files
-
index.php: Main page, assembles layout and loads sub pages
-
shared.php: Shared functions and global settings
-
blog.php: Blog core (include from page in /p/ to use)
-
page.php: Page core (include from page in /p/ to use)
-
control.php: Admin interface
-
style.css: Main style file
-
userstyle.css: User-defined styles used on content pages
-
/p/: User content (use 404.php as error handler)
-
/b/: User blog posts. Create subdirectory with year, then drop .php blog posts into there
-
/b/img: Again, create subfolder with year, drop images in there
-
/pimg: Must be writable by the web server, will contain auto-generated thumbnails
-
/s/: Resources for pages
License
This code is released under the Mozilla Public License Version 2.0.