Adding a dummy webpage
authorEd Page <eopage@byu.net>
Fri, 19 Mar 2010 03:39:45 +0000 (22:39 -0500)
committerEd Page <eopage@byu.net>
Fri, 19 Mar 2010 03:39:45 +0000 (22:39 -0500)
Makefile
www/download.html [new file with mode: 0644]
www/index.html [new file with mode: 0644]

index 72cbae0..e1897c6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -86,7 +86,7 @@ package: $(OBJ) build_mo
 upload:
        dput fremantle-extras-builder $(BUILD_PATH)/fremantle/$(PROJECT_NAME)*.changes
        dput diablo-extras-builder $(BUILD_PATH)/diablo/$(PROJECT_NAME)*.changes
-       cp $(BUILD_PATH)/debian/*.deb ../www/$(PROJECT_NAME).deb
+       cp $(BUILD_PATH)/debian/*.deb www/$(PROJECT_NAME).deb
 
 lint: $(OBJ)
        $(foreach file, $(SOURCE), $(LINT) $(file) ; )
diff --git a/www/download.html b/www/download.html
new file mode 100644 (file)
index 0000000..b777415
--- /dev/null
@@ -0,0 +1,37 @@
+<html>
+       <head>
+               <title>Multilist</title>
+       </head>
+       <body>
+               <h1>
+                       Multilist
+               </h1>
+               <h2>Simple checklist program</h2>
+               <h3><a href="index.html">[About]</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 Dialcentral (Note: technically its still in extras-testing because people haven't been reviewing it)</p>
+
+               <p>Maemo 4.1 and Earlier: Add the <a href="http://wiki.maemo.org/Extras">Extras Repository</a> and check the App Manager for DialCentral</p>
+
+               <p>Linux: <a href="quicknote.deb">.deb files</a></p>
+
+               <h3>Development</h3>
+               <h4>Source</h4>
+               <p>For the most up to date version check out <a href="https://garage.maemo.org/scm/?group_id=457">svn</a>.
+               </p>
+               <p>Requires</p>
+               <ul>
+                       <li>PyGTK / Glade</li>
+                       <li>Python bindings for hildon, and osso</li>
+               </ul>
+
+               <h4>Bugs</h4>
+
+               <p>Discuss your issue on <a href="">Maemo.Org Talk</a></p>
+
+               <p>File a <a href="https://bugs.maemo.org/enter_bug.cgi?product=multilist">bug report</a> against Extras-&gt;ejpi</p>
+               <p>View  <a href="https://bugs.maemo.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=multilist&content=">existing bug reports</a></p>
+       </body>
+</html>
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..2c1bdd1
--- /dev/null
@@ -0,0 +1,33 @@
+<html>
+       <head>
+               <title>Multilist</title>
+       </head>
+       <body>
+               <h1>
+                       Multilist
+               </h1>
+               <h2>Simple checklist program</h2>
+               <h3><a href="index.html">[About]</a> <a href="download.html">[Download]</a>
+
+               <h3>Documentation</h3>
+
+               <h3>About</h3>
+               <p></p>
+
+               <p>Multilist has been tested on Ubuntu 9.05, Maemo 5, and Maemo 4.1</p>
+
+               <p>See also Multilist's <a href="http://axique.de/?f=Multilist">old webpage</a></p>
+
+               <p>Quicknote is Free Software and available under the <a href="http://www.gnu.org/licenses/gpl-2.1.html">GPLv2.1</a>.
+
+               <h4>Features</h4>
+               <p>Multilist 0.3.1 (See <a href="">t.m.o Thread</a>)</p>
+
+               <ul>
+                       <li></li>
+               </ul>
+
+               <h4>Sample Screenshots</h4>
+
+       </body>
+</html>