A simple CMS for nerds.
 
 
 
Go to file
Markus Koch 1c1b8da0e5 core: Fix typo and URL 2021-11-02 21:24:08 +01:00
b doc: Update documentation to reflect thumbnail changes 2021-11-02 21:23:02 +01:00
img Added an RSS news feed for blog posts 2017-05-27 11:45:08 +02:00
p Properly set the HTTP response code on a 404 2020-01-02 22:40:22 +01:00
pimg doc: Update documentation to reflect thumbnail changes 2021-11-02 21:23:02 +01:00
.gitignore Added missing files 2017-01-27 20:35:47 +01:00
README.MD doc: Update documentation to reflect thumbnail changes 2021-11-02 21:23:02 +01:00
_index.html Initial commit 2017-01-27 20:29:27 +01:00
blog.php Only render postSeparator if appropriate 2020-05-22 12:39:34 +02:00
control.php Initial commit 2017-01-27 20:29:27 +01:00
index.php core: Fix typo and URL 2021-11-02 21:24:08 +01:00
page.php page: Improve compatibility with dillo 2017-08-17 18:03:35 +02:00
privacy-controls.php Add privacy control options 2018-05-30 19:24:30 +02:00
rss.php Fix bug causing no date in RSS posts 2017-09-30 16:09:46 +02:00
shared.php includeGraphics: Clean up thumbnail generation 2021-11-02 21:17:56 +01:00
sitemap.php Add basic sitemap 2018-07-25 22:55:30 +02:00
style.css css: Add margin at the bottom of videoframe 2018-12-26 15:16:46 +01:00
userstyle.css Initial commit 2017-01-27 20:29:27 +01:00

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.