Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 750 Bytes

File metadata and controls

27 lines (20 loc) · 750 Bytes

Felix

A flat-file CMS aiming for performance and flexibility.

For more information and documentation, go to timseverien.nl/projects/felix

Changelog

0.3.1

  • Added 'recursive' option to the get_posts() function
  • get_posts() options argument is now optional entirely
  • Deleted archive.html from theme because it's not used

0.3

  • Fixed link prefixer (no pun intended)
  • More accurate errors in install.php

0.2

  • Added auto-installer to generate files and create directories
  • Made $felix a global variable for various of reasons
  • The automatic URL-prefixer now prevents prefixing extern URL's
  • Fix missing 'plugin' directory errors
  • Added license

0.1

  • Initial commit