Markus Koch e8827ce7d4 Fix post pagebreak
Before, the older entries button showed if the amount of posts
was equal to the pagesize, even though there were no more entries
to be shown after clicking the button.
2018-04-30 09:42:53 +02:00
2017-11-25 12:28:56 +01:00
2017-05-27 11:45:08 +02:00
2017-01-27 20:35:47 +01:00
2017-01-27 20:29:27 +01:00
2017-01-27 20:35:47 +01:00
2018-04-30 09:42:53 +02:00
2017-01-27 20:29:27 +01:00
2017-05-27 11:51:36 +02:00
2017-09-30 16:09:46 +02:00
2017-10-08 18:03:50 +02:00
2017-01-27 20:29:27 +01:00

[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

  • /b/pimg: Must be writable by www-data, will contain auto-generated thumbnails

  • /s/: Resources for pages

License

This code is released under the Mozilla Public License Version 2.0.

Description
A simple CMS for nerds.
Readme 84 KiB
Languages
PHP 81.9%
CSS 14.3%
HTML 3.8%