Starting up a website for us
authorepage <eopage@byu.net>
Fri, 7 May 2010 03:03:55 +0000 (03:03 +0000)
committerepage <eopage@byu.net>
Fri, 7 May 2010 03:03:55 +0000 (03:03 +0000)
git-svn-id: file:///svnroot/nqaap/www@8 00ff6f12-f5ab-46b1-af0e-967c86d3154f

download.html [new file with mode: 0644]
index.html [new file with mode: 0644]
screenshots.html [new file with mode: 0644]

diff --git a/download.html b/download.html
new file mode 100644 (file)
index 0000000..a2b137b
--- /dev/null
@@ -0,0 +1,36 @@
+<html>
+       <head>
+               <title></title>
+       </head>
+       <body>
+               <h1>
+               </h1>
+               <h2></h2>
+               <h3><a href="index.html">[About]</a> <a href="screenshots.html">[Screenshots]</a> <a href="download.html">[Download]</a>
+               <h3>Download</h3>
+
+               <h4>Packages</h4>
+               <p>Maemo 5 and Later: Go to the application installer, enable Extras, and download</p>
+
+               <p>Maemo 4.1 and Earlier: Add the <a href="http://wiki.maemo.org/Extras">Extras Repository</a> and check the App Manager</p>
+
+               <p>Linux: <a href="">.deb files</a></p>
+
+               <h3>Development</h3>
+               <h4>Source</h4>
+               <p>For the most up to date version check out <a href="">git</a>.
+               </p>
+               <p>Requires</p>
+               <ul>
+                       <li>PyGTK / Glade</li>
+                       <li>Python bindings for hildon, osso, dbus, and conic</li>
+               </ul>
+
+               <h4>Bugs</h4>
+
+               <p>Discuss your issue on <a href="">Maemo.Org Talk</a></p>
+
+               <p>File a <a href="">bug report</a></p>
+               <p>View  <a href="">existing bug reports</a></p>
+       </body>
+</html>
diff --git a/index.html b/index.html
new file mode 100644 (file)
index 0000000..b794594
--- /dev/null
@@ -0,0 +1,30 @@
+<html>
+       <head>
+               <title></title>
+       </head>
+       <body>
+               <h1>
+               </h1>
+               <h2></h2>
+
+               <h3><a href="">[About]</a> <a href="screenshots.html">[Screenshots]</a> <a href="download.html">[Download]</a>
+
+               <h3>About</h3>
+               <p>
+               </p>
+
+
+               <p>This has been tested on Maemo 5, Maemo 4.1, and Ubuntu 9.04.  Go check out some <a href="">reviews</a>  or join the <a href="">conversation</a></p>
+
+               <p>This is Free Software and available under the <a href="http://www.gnu.org/licenses/lgpl-2.1.html">LGPLv2.1</a>.
+
+               <h4>Features</h4>
+
+               <p>(See <a href="">Maemo.Org Talk</a>)</p>
+
+               <ul>
+                       <li></li>
+               </ul>
+
+       </body>
+</html>
diff --git a/screenshots.html b/screenshots.html
new file mode 100644 (file)
index 0000000..a7bdf98
--- /dev/null
@@ -0,0 +1,14 @@
+<html>
+       <head>
+               <title></title>
+       </head>
+       <body>
+               <h1>
+               </h1>
+               <h2></h2>
+               <h3><a href="index.html">[About]</a> <a href="screenshots.html">[Screenshots]</a> <a href="download.html">[Download]</a>
+
+               <h3>Screen shots</h3>
+
+       </body>
+</html>