Adding back in the webpage
authorEd Page <eopage@byu.net>
Sat, 18 Dec 2010 21:22:45 +0000 (15:22 -0600)
committerEd Page <eopage@byu.net>
Sat, 18 Dec 2010 21:22:45 +0000 (15:22 -0600)
.gitignore [new file with mode: 0644]
www/.htaccess [new file with mode: 0644]
www/download.html [new file with mode: 0644]
www/index.html [new file with mode: 0644]
www/screenshots.html [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..0d20b64
--- /dev/null
@@ -0,0 +1 @@
+*.pyc
diff --git a/www/.htaccess b/www/.htaccess
new file mode 100644 (file)
index 0000000..3de015b
--- /dev/null
@@ -0,0 +1,7 @@
+Redirect permanent /index.html http://wiki.maemo.org/Nqaap
+Redirect 301 /index.html http://wiki.maemo.org/Nqaap
+Redirect permanent /download.html http://wiki.maemo.org/Nqaap
+Redirect 301 /download.html http://wiki.maemo.org/Nqaap
+Redirect permanent /screenshots.html http://wiki.maemo.org/Nqaap
+Redirect 301 /screenshots.html http://wiki.maemo.org/Nqaap
+
diff --git a/www/download.html b/www/download.html
new file mode 100644 (file)
index 0000000..252d02d
--- /dev/null
@@ -0,0 +1,9 @@
+<html>
+       <head>
+               <meta http-equiv="Refresh" content="0; url=http://wiki.maemo.org/Nqaap" />
+       </head>
+       <body>
+               <p>Please follow <a href="http://wiki.maemo.org/Nqaap">link</a>!</p>
+       </body>
+</html>
+
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..252d02d
--- /dev/null
@@ -0,0 +1,9 @@
+<html>
+       <head>
+               <meta http-equiv="Refresh" content="0; url=http://wiki.maemo.org/Nqaap" />
+       </head>
+       <body>
+               <p>Please follow <a href="http://wiki.maemo.org/Nqaap">link</a>!</p>
+       </body>
+</html>
+
diff --git a/www/screenshots.html b/www/screenshots.html
new file mode 100644 (file)
index 0000000..252d02d
--- /dev/null
@@ -0,0 +1,9 @@
+<html>
+       <head>
+               <meta http-equiv="Refresh" content="0; url=http://wiki.maemo.org/Nqaap" />
+       </head>
+       <body>
+               <p>Please follow <a href="http://wiki.maemo.org/Nqaap">link</a>!</p>
+       </body>
+</html>
+