From cc6cbd19adfa9e550510d1385d84201be0748c28 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Sat, 19 May 2012 03:56:27 -0700 Subject: [PATCH] Initial commit --- .gitignore | 5 +++++ README.md | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100644 README.md 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