Styling index.html, wiki link
authorJeremiah Foster <jeremiah@test.maemo.org>
Fri, 29 May 2009 14:22:39 +0000 (17:22 +0300)
committerJeremiah Foster <jeremiah@test.maemo.org>
Fri, 29 May 2009 14:22:39 +0000 (17:22 +0300)
www/index.html

index 8099477..d292ae2 100644 (file)
@@ -9,7 +9,9 @@
       <!--[if lte IE 6]>
           <link rel="stylesheet" href="http://static.maemo.org/style_maemo2009/css/ie.css" type="text/css" media="screen">
       <![endif]-->
-
+<style>
+body { margin: 1em; }
+</style>
 </head><body>
 <h4>Hello and welcome to Maemian, the policy checker for Maemo.</h4>
 <p>You can browse the repo here <a href="https://git.maemo.org/projects/maemian/gitweb?p=maemian">git repo</a><br>If you want to check out 
@@ -19,4 +21,6 @@ the code and hack on it, you can clone the repository this way:<br>
 <p>Maemian is designed to be a tool to check policy in maemo packages like lintian does for debian packages. The 
 overall aim is to increase quality in maemo applications. There is a <a href="http://wiki.maemo.org/Extras_repository_process_definition">
 wiki page which defines</a> some of the current issues and ideas reagarding quality assuarance in maemo.
+<p>Maemian <a href="http://wiki.maemo.org/Maemian#Maemian_-_The_maemo_policy_checker">has its own wiki page</a> on the Maemo.org wiki, 
+surf on by if you want to get involved.
 </body></html>