# the # denotes a comment and will be ignored, as will blank lines
# when adding entries make sure to not have any blank spaces around the equal signs
# * Code written by Roy Cunningham - March 17, 2008 (rc<numberone> at hesperides dot ca)
# * This is licensed under the GPL - feel free to use and redistribute, but keep this license disclaimer intact.
# * Have fun!
#
[test]
foo=bar
[test2]
foo1=bar1
foo2=bar2
foo bar=something else
|