1The plugin requires the sqlite plugin. 2 3It also requires an intial git, the path to which is set in in the Dokuwiki 4Configuration Manager 5 6It has an administrative panel which enables the user to create databases of 7commits from gits specified in the configuration manager and in a config file 8named default.local.ini, located in the conf directory. This file contains an 9explanation of how to set up the configuration. The gits must be fully readable 10by the web server, including their .git directories. 11 12 13The databases created by this plugin can be queried from the admin panel and 14from a syntax plugin. The HOW-TO is described on the DOkuwiki site for this 15plugin: http://www.dokuwiki.org/plugin:dwcommits 16 17Please read the documentation in the admin panel or on the plugin web site 18concerning web server access. 19 20The initial impetus behind this plugin is to help determine recent changes to 21Dokuwiki which might impact on plugin authors. 22 23