diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-12 14:12:47 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-12 14:12:47 +0000 |
commit | 3243584c80c0a48961239431e43903c7763ff2e8 (patch) | |
tree | 5fceae7548ca77b6eb7e5c4f01d38f344362f248 | |
parent | 65298a273e71c6576aca51b75495315f3edeaead (diff) | |
download | mgapeople-3243584c80c0a48961239431e43903c7763ff2e8.tar mgapeople-3243584c80c0a48961239431e43903c7763ff2e8.tar.gz mgapeople-3243584c80c0a48961239431e43903c7763ff2e8.tar.bz2 mgapeople-3243584c80c0a48961239431e43903c7763ff2e8.tar.xz mgapeople-3243584c80c0a48961239431e43903c7763ff2e8.zip |
Add link to source code repository on index page
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | tmpl/index.html | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,5 @@ - fix Makefile to also install txt template files +- Add link to source code repository on index page Version 0.3 diff --git a/tmpl/index.html b/tmpl/index.html index 14d155d..dada85f 100644 --- a/tmpl/index.html +++ b/tmpl/index.html @@ -9,5 +9,7 @@ <h2><a href="g/">Groups</a></h2> <h2><a href="u/">Users</a></h2> + + Source code for this website is available on <a href="http://svnweb.mageia.org/soft/mgapeople/">svn://svn.mageia.org/svn/soft/mgapeople/</a>. </body> </html> |