Style and content changes to html pages.
authorJeremiah Foster <jeremiah@test.maemo.org>
Tue, 2 Jun 2009 14:39:22 +0000 (17:39 +0300)
committerJeremiah Foster <jeremiah@test.maemo.org>
Tue, 2 Jun 2009 14:39:22 +0000 (17:39 +0300)
www/index.html
www/manual.html

index 828ae88..8cbfaae 100644 (file)
@@ -6,7 +6,7 @@
   <meta name="copyright" content="Jeremiah Foster 2009" />
   <meta name="license" content="Copyright (c) 2009 JEREMIAH FOSTER" />
 <style>
-body { margin: 1em; }
+body { margin: 1em; font:normal 1em/1.71em 'Helvetica Neue', helvetica, sans-serif; }
 </style>
 </head><body>
 <h2>Hello and welcome to Maemian, the policy checker for Maemo.</h2>
index 6a0bc94..64b1187 100644 (file)
@@ -6,13 +6,19 @@
   <meta name="copyright" content="Jeremiah Foster 2009" />
   <meta name="license" content="Copyright (c) 2009 JEREMIAH FOSTER" />
 <style>
-body { margin: 1em; }
+body { margin: 1em; font:normal 1em/1.71em 'Helvetica Neue', helvetica, sans-serif; }
 </style>
 </head><body>
 <h2>Maemian manual</h2>
 <p>This page describes how one uses maemian to check your package for the maemo platform. There is more info on the 
 <a href="http://lintian.debian.org/manual/">lintian manual</a> page but of course, lintian is debian specific. This means
 that you will not find information that is necessarily relative to maemian there, but they should be pretty close.
-
+<h3>Maemian command line options</h3>
+These are the options that have been imported from lintian and tested with maemian so far:
+<ul>
+<li>-S or --setup-lab: used for setting up a lab for unpacking packages</li>
+<li>-R or --remove-lab: used for removing lab</li>
+<li>--lab (takes a string): the location of your lab</li>
+</ul>
 
 </body></html>