Blog Rebuild (2nd December 2006)
At the moment this blog (and this whole site) is made from static HTML pages. I want to migrate it to use a simple PHP include()
system. Doing that to Calthorpe Park School has made maintaining it much easier and I’d like those same benefits here.
I think each news entry would be set up as a small PHP file and I’ll use the URL structure to decide what navigation and suchlike will be produced.
I’d like index pages to automatically produce a list of entry titles which occur in that time period. By putting the PHP files in folders I can use the URLs to give the physical organisation for this, but I’m not sure how to get the titles out of each file. I don’t think I’m ready to make a database system for this yet.