WCF / LRC

May those who say to me, "Aha! Aha!" turn back because of their shame.
http://ohai.ca/bible/
0 stars 1 forks source link

Feature/templating engine #2

Closed 1337 closed 11 years ago

1337 commented 11 years ago

This branch drops in a premade php library to serve dynamic pages.

To render a page with the default template, include pop.php at the beginning of the file:

<?php require_once('pop/pop.php'); ?>

(more content)

It also contains a filesystem database, but we will only be using its templating engine for now.

1337 commented 11 years ago

14 days have passed with no comments - it will be merged with #1 .