For serving a PPUB based weblog in PHP

Billy Barrow 7aaaeec826 Add date to RSS feed před 3 roky
.gitignore 15e5e32ea3 Initial commit před 4 roky
.htaccess 2037eb573e Add readme, publish před 3 roky
404.php 2037eb573e Add readme, publish před 3 roky
LICENSE 0618a32b29 Create LICENSE před 3 roky
Parsedown.php 2037eb573e Add readme, publish před 3 roky
README.md 2037eb573e Add readme, publish před 3 roky
config.php 2037eb573e Add readme, publish před 3 roky
content_template.php 2037eb573e Add readme, publish před 3 roky
index.php 2037eb573e Add readme, publish před 3 roky
index_template.php 2037eb573e Add readme, publish před 3 roky
ppix.php 2037eb573e Add readme, publish před 3 roky
ppub.php 2037eb573e Add readme, publish před 3 roky
router.php 15e5e32ea3 Initial commit před 4 roky
rss_template.php 7aaaeec826 Add date to RSS feed před 3 roky
vanilla.css 15e5e32ea3 Initial commit před 4 roky

README.md

php-ppub

Portable PUBlications for PHP

This is a simple blog engine using PPUB and PPIX formats that started with PyPPUB. It is minimalistic but configurable. It makes use of Vanilla CSS and generates some very simple and standards compliant HTML.

It can show an index based on a raw folder of ppub files, or it can be configured to use a PPIX index file to enable tags and searching.