diff --git a/augur.cabal b/augur.cabal
--- a/augur.cabal
+++ b/augur.cabal
@@ -1,5 +1,5 @@
 Name:           augur
-Version:        2008.10.20
+Version:        2008.10.20.1
 Copyright:      2008, Lemmih
 Build-Depends:  base, filepath, directory, bytestring, HaXml,
                 containers, mtl, process, classify
@@ -8,15 +8,13 @@
 License-File:   LICENSE
 Author:         Lemmih <lemmih@gmail.com>
 Maintainer:     Lemmih <lemmih@gmail.com>
-Synopsis:       Program for renaming media files.
-Description:    Augur is a tool for parsing and renaming TV episodes. Examples:
-                >  The.4400.S04E02.DSR.XviD-ORENJi.avi
-                >   -> The 4400 - 4x02 - Fear Itself.avi
-                >  24.S06E01.6AM.TO.7AM.PROPER.DVDRip.XviD-MEMETiC.avi
-                >   -> 24 - 6x01 - Day 6: 6:00 AM - 7:00 AM.avi
+Synopsis:       Renaming media collections in a breeze.
+Description:    Augur is a tool for parsing and renaming TV episodes. It can recognise a wide
+                variety of formats, like: @The.4400.S04E02.DSR.XviD-ORENJi.avi@ which translates
+                to @The 4400 - 4x02 - Fear Itself.avi@. Or: @24.S06E01.6AM.TO.7AM.PROPER.DVDRip.XviD-MEMETiC.avi@
+                to @24 - 6x01 - Day 6: 6:00 AM - 7:00 AM.avi@. Dates are also supported as the episode number.
                 The pretty printing format is configurable with the default being @%S - %sx%2e - %E.%l@.
-Category:       Tool
-
+Category:       Text
 
 Executable:     augur
 Main-is:        Main.hs
