1; This file enables you to specify multiple gits and dates.  They will be added to the
2; default git and date in the plugin's configuration files
3; The dates are used when contructing a new database and determine the date from which
4; the database will begin storing data
5;
6; The format of these entries follows this format:
7;      identifier[]="value"
8; There can be multiple identifiers sf the same name, enabling the listing of more
9; than one value for a particular item.  So if you have several gits, you can do this
10; dwc_gits[] = "git_1"
11; dwc_gits[] = "git_2"
12; dwc_gits[] = "git_3"
13;
14; See: http://ca.php.net/manual/en/function.parse-ini-file.php
15;
16
17
18;dates[] = "mm-dd-yyyy"
19dates[] = "12-01-2010"
20
21; directory names of gits in dwcommits/db directory
22; the path to 'lib/plugins/dwcommits/db/' will be prepended to these names
23; notice that these directory names do not start with a forward slash !
24; dwc_gits[] = "dirname"
25; dwc_gits[] = "subdirectory/dirname"
26dwc_gits[] = "dokuwiki"
27
28
29; gits outside dwcommits/db --these require the full path to the git:
30;other_gits[] = "/path/to/git"
31;other_gits[] = "/usr/local/mygit"
32
33