Added the manual page.
authorJeremiah Foster <jeremiah@test.maemo.org>
Tue, 2 Jun 2009 14:27:41 +0000 (17:27 +0300)
committerJeremiah Foster <jeremiah@test.maemo.org>
Tue, 2 Jun 2009 14:27:41 +0000 (17:27 +0300)
www/index.html
www/manual.html [new file with mode: 0644]

index b47a83b..828ae88 100644 (file)
@@ -18,5 +18,6 @@ the code and hack on it, you can clone the repository this way:<br>
 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.
+surf on by if you want to get involved. 
+<p>Until I organize these web pages a little more clearly, you can use <a href="http://maemian.garage.maemo.org/manual.html">the maemian manual</a>.
 </body></html>
diff --git a/www/manual.html b/www/manual.html
new file mode 100644 (file)
index 0000000..6a0bc94
--- /dev/null
@@ -0,0 +1,18 @@
+<!DOCTYPE HTML>
+<head>
+<title>Maemian | Manual</title>
+  <meta name="keywords" content="Web site for Maemian" />
+  <meta name="author" content="jeremiah foster" />
+  <meta name="copyright" content="Jeremiah Foster 2009" />
+  <meta name="license" content="Copyright (c) 2009 JEREMIAH FOSTER" />
+<style>
+body { margin: 1em; }
+</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.
+
+
+</body></html>