How should I structure a very simple blog type web page?
I am not keen on using a framework as it is going to very simple. There will be no online editing I just want to put up another entry every month or so by deploying a new xml file.
I want to render an html page with multiple 'blog' entires that will have a date, title and body.
I was thinking of defining the entries in an XML document. However what can I do about paragraph breaks and font formatting in the body text?
Should I just reference another html file for each 'blog' entry or is there a sexy way to do this with xsl or something else?
I guess what I am really asking for is how to structure a mini cms.
I am not keen on using a framework as it is going to very simple. There will be no online editing I just want to put up another entry every month or so by deploying a new xml file.
I want to render an html page with multiple 'blog' entires that will have a date, title and body.
I was thinking of defining the entries in an XML document. However what can I do about paragraph breaks and font formatting in the body text?
Should I just reference another html file for each 'blog' entry or is there a sexy way to do this with xsl or something else?
I guess what I am really asking for is how to structure a mini cms.
Comment