pharc v.5.0 released
       Wednesday Sep  2  9:21:15 2015
       
       Today I released pharc v.5.0. YAY!
       
       From a developer's point of view, this has been the shortest release 
       cycle in terms of time devoted to the program. I only added one more 
       option -A|--all which can archive all the remaining unarchived post 
       at once.
       
       So far, there was only one -a|--archive option with which you could 
       specify different years to archive. For example, to archive phlog 
       posts from the year 2012 and 2015 you could use it like this:
       
        $ pharc -a 2012 2015
       
       This option, which is still pretty useful, had the inconvenience that 
       if you had post five years old you had to specify all those five 
       years at the command line. This was not really handy from a user's 
       point of view. You had to do it like this:
       
        $ pharc -a 2011 2012 2013 2014 2015
       
       But now, with the new option -A|--all you can archive all your 
       unarchived years in just one go, like this:
       
        $ pharc -A 
       
       And be done with it :)
       
       
       But anyway, this is only useful when used interatively. pharc was 
       born and still is meant to be used non-interactively, in combination 
       with a cronjob to make your life easier. At least it is the only way 
       I use it. And believe me; I know what I'm talking about ;)
       
       See the wiki to know more about it at:
       
 (HTM) pharc wiki
       
       As I stated somewhere else (allow me to quote myself this time):
       
       "pharc has now all the features and options I envisioned through all 
       these years of development. From now on I only intend to make bug 
       fixes and minor changes."
       
       Thanks for using pharc!