View Single Post
  #7   (View Single Post)  
Old 25th January 2011
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,128
Default

Quote:
Originally Posted by Mantazz View Post
That is what I've been doing so far. The result is now my blog is four pages of plain text. Eventually the flat files just become a royal PITA to try to maintain; I think I've reached that point.
If I wanted to maintain a simple blog I would use make(1).

Each blog entry is a separate file with a name like 'blog2011-01-24_2210.txt'
The write some tiny scripts and/or Makefiles rules to generate a page with HTML links to each entry.

You also could have 'make' collect all entries for Janary 2011 in one file, those of Feb 2011 in another.
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote