Changes:

germ-0.3.1 (quick fix release)

what's been fixed:
-comment text and leave a comment text now wrap at 70 columns.  
-dates are now printed with each comment.  Version 0.3 broke this.

germ-0.3 (Back to school release)

I've incorporated many of the features and a good portion of code from 
slugmax@sdf.org's version of germ (germ 0.2), so in deference this release is 
germ 0.3.

what's been added:
-ability to include links within gopherlog posts (in 0.2)
-ability to shorten posts (in 0.2)
-ability to include tags, with spaces if so desired (in 0.2, partially)
-a comment counter

what's been fixed:
-put Configurable Variables in a more logical order, with the one variable
 that must be changed at the top, followed by customization variables,
 then more technical variables (that SDF users don't need to change) 
 toward the bottom of the list.
-added comments 
-cut out a lot of excess lines of code.  With all the added features and 
 comments germ-0.3 is only 22 lines longer than germ 0.1.
 
 what's been broken:
 -I chose, for this release at least, not to implement germ 0.2's ability to
  change the post extension.  
 
 The new features are documented in the file USAGE, portions of which were
 also authored by slugmax@sdf.org, the example post (again partially authored
 by slugmax@sdf.org) has been altered to demonstrate germ's new features.

