commit cc6cbd19adfa9e550510d1385d84201be0748c28 Author: Daniel Kraus Date: Sat May 19 03:56:27 2012 -0700 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8438a62 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +tmp/* +config/database.php +app/tmp/* +app/config/database.php +!empty \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..660ea94 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +LinkTitles +========== + +MediaWiki extension that automatically adds links to words that match titles of existing pages. \ No newline at end of file