Super simple blog using text files
Posted in Programming on October 18th, 2008 by Mat – Be the first to commentHere’s something I made in php to run a blog without a database. The posts are written in text files and the filename contains the post number and date. I wanted something I could put on my webspace at university that would allow me to keep a diary of everything I do for my final year project.
Features:
Umm… it has permalinks or you can view recent posts 10 at a time. And it automagically inserts the html for paragraphs for you. That’s pretty much it.