diff --git a/.arcconfig b/.arcconfig new file mode 100644 index 0000000..78894b7 --- /dev/null +++ b/.arcconfig @@ -0,0 +1,3 @@ +{ + "phabricator.uri" : "https://gitpull.it/" +} diff --git a/README.md b/README.md new file mode 100644 index 0000000..53c37e7 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# WikiCAPTCHA - Control Room + +Welcome in the WikiCAPTCHA Control Room, part of the [WikiCAPTCHA project](https://gitpull.it/w/wikicaptcha/). + +The WikiCAPTCHA Control Room is a backend to handle the WikiCAPTCHA service provider. + +## Hacking and Pull Requests + +``` +git clone https://gitpull.it/source/wikicaptcha-controlroom/ +``` + +Do some edits and then just run `arcanist`: + +``` +arc diff +``` + +For more informations just contact us on the project page.