Add COPYING, README and link to the public git repo

Copyright info and a README are kinda necessary for a public repo.
This commit is contained in:
Yorhel 2012-08-15 18:22:49 +02:00
parent ed393a8fae
commit 56854e2438
3 changed files with 61 additions and 1 deletions

View file

@ -597,7 +597,9 @@ sub htmlFooter {
end;
div id => 'footer';
lit 'All manual pages are copyrighted by their respective authors.
| <a href="/info/about">About manned.org</a> | <a href="mailto:contact@manned.org">Contact</a>';
| <a href="/info/about">About manned.org</a>
| <a href="mailto:contact@manned.org">Contact</a>
| <a href="http://g.blicky.net/manned.git/">Source</a> (<a href="https://github.com/yorhel/manned">github</a>)';
end;
if($o{js}) {
script type => 'text/javascript';