diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..251b5a4
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,20 @@
+Copyright (c) 2012 Yoran Heling
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
+CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
+TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
+SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README b/README
new file mode 100644
index 0000000..50309c0
--- /dev/null
+++ b/README
@@ -0,0 +1,38 @@
+The Manned.org Source Code
+--------------------------
+
+ This repository holds the source code of Manned.org. For a description of the
+ site, check out http://manned.org/info/about.
+
+ Ironically, documentation about how things work is completely lacking.
+
+
+
+Requirements
+
+ General:
+ perl: A somewhat recent version (no idea which, due to my XS usage)
+ postgresql: Also a somewhat recent version
+ DBI
+ DBD::Pg
+
+ www/: (Website)
+ TUWF
+ JSON::XS
+
+ util/: (DB updating and package synchronisation stuff)
+ bash (probably)
+ curl
+ psql
+ GNU tar
+ gzip, bzip2, xz
+ Compress::Raw::Bzip2
+ Compress::Raw::Lzma
+ GNU ar (For Debian)
+
+
+
+Contact
+
+ contact@manned.org
+
diff --git a/www/index.pl b/www/index.pl
index ac30b57..694ca10 100755
--- a/www/index.pl
+++ b/www/index.pl
@@ -597,7 +597,9 @@ sub htmlFooter {
end;
div id => 'footer';
lit 'All manual pages are copyrighted by their respective authors.
- | About manned.org | Contact';
+ | About manned.org
+ | Contact
+ | Source (github)';
end;
if($o{js}) {
script type => 'text/javascript';