by: Michael Gatto |
on: 2009-03-02 17:22:55
I had to decide today what's the simplest way to make a file-based blog system. I also do not want to throw away the sqlite db work I've already done with this blog. A RDBMS is the best way to store the blog entries, but a yaml / markdown file is the best way to write it and upload it to the application.
So, I'm going to need
- A script to process the entry file,
- A trigger for that script,
- A querying and display sub-system.
Tags: