Config/dictionary file format.
-One entry per line
-empty lines and lines with only whitespace are ignored
-entries are ^key:value.......$
-there is no space between key and : or : and value
-lines beginning with a # are comments
-as such, any request involving a key beginning with a # will fail
-other characters that may not be part of a key include the : and
 newline, for obvious reasons!
-As such, a line "a:b:c" means value "b:c" stored under key a.
-characters other than letters, numbers, and a few characters
 such as _-+. are frowned upon but will probably not cause a failure.
 They're just hard for the scripts to deal with. Clipcode itself
 shouldn't have any problems.

