; This file enables you to specify multiple gits and dates. They will be added to the ; default git and date in the plugin's configuration files ; The dates are used when contructing a new database and determine the date from which ; the database will begin storing data ; ; The format of these entries follows this format: ; identifier[]="value" ; There can be multiple identifiers sf the same name, enabling the listing of more ; than one value for a particular item. So if you have several gits, you can do this ; dwc_gits[] = "git_1" ; dwc_gits[] = "git_2" ; dwc_gits[] = "git_3" ; ; See: http://ca.php.net/manual/en/function.parse-ini-file.php ; ;dates[] = "mm-dd-yyyy" dates[] = "12-01-2010" ; directory names of gits in dwcommits/db directory ; the path to 'lib/plugins/dwcommits/db/' will be prepended to these names ; notice that these directory names do not start with a forward slash ! ; dwc_gits[] = "dirname" ; dwc_gits[] = "subdirectory/dirname" dwc_gits[] = "dokuwiki" ; gits outside dwcommits/db --these require the full path to the git: ;other_gits[] = "/path/to/git" ;other_gits[] = "/usr/local/mygit"