Renaming the deb and adding a webpage
authorEd Page <eopage@byu.net>
Tue, 28 Sep 2010 00:04:00 +0000 (19:04 -0500)
committerEd Page <eopage@byu.net>
Tue, 28 Sep 2010 00:04:00 +0000 (19:04 -0500)
support/builddeb.py
welcome [deleted file]
www/download.html [new file with mode: 0644]
www/index.html [new file with mode: 0644]
www/screenshots.html [new file with mode: 0644]
www/watersofshiloah.deb [new file with mode: 0644]
www/watersofshiloah_1.0.0-0_all.deb [deleted file]

index c997e36..05ffb31 100755 (executable)
@@ -34,6 +34,10 @@ Initial release
 __postinstall__ = """#!/bin/sh -e
 
 gtk-update-icon-cache -f /usr/share/icons/hicolor
+rm -f ~/.%(name)s/%(name)s.log
+""" % {"name": constants.__app_name__}
+
+__preremove__ = """#!/bin/sh -e
 """
 
 
@@ -68,7 +72,6 @@ def build_package(distribution):
        p.prettyName = constants.__pretty_app_name__
        p.description = __description__
        p.bugTracker = "https://bugs.maemo.org/enter_bug.cgi?product=Waters%%20of%%20Shiloah"
-       p.upgradeDescription = __changelog__.split("\n\n", 1)[0]
        p.author = __author__
        p.mail = __email__
        p.license = "lgpl"
diff --git a/welcome b/welcome
deleted file mode 100644 (file)
index e69de29..0000000
diff --git a/www/download.html b/www/download.html
new file mode 100644 (file)
index 0000000..4241235
--- /dev/null
@@ -0,0 +1,36 @@
+<html>
+       <head>
+               <title>Waters of Shiloah</title>
+       </head>
+       <body>
+               <h1>Waters of Shiloah
+               </h1>
+               <h2>Streaming media player for inspirational content</h2>
+               <h3><a href="index.html">[About]</a> <a href="screenshots.html">[Screenshots]</a> <a href="download.html">[Download]</a></h3>
+               <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="watersofshiloah">.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=1868">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="https://bugs.maemo.org/enter_bug.cgi?product=Waters%20Of%20Shiloah">bug report</a></p>
+               <p>View  <a href="https://bugs.maemo.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Waters%20Of%20Shiloah&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..67e5226
--- /dev/null
@@ -0,0 +1,38 @@
+<html>
+       <head>
+               <title>Waters of Shiloah</title>
+       </head>
+       <body>
+               <h1>Waters of Shiloah
+               </h1>
+               <h2>Streaming media player for inspirational content</h2>
+
+               <h3><a href="">[About]</a> <a href="screenshots.html">[Screenshots]</a> <a href="download.html">[Download]</a></h3>
+
+               <h3>About</h3>
+               <p>5 The Lord spake also unto me again, saying,</p>
+               <p>6 Forasmuch as this people refuseth the waters of Shiloah that go softly, and rejoice in Rezin and Remaliah's son;</p>
+               <p>7 Now therefore, behold, the Lord bringeth up upon them the waters of the river, strong and many, even the king of Assyria, and all his glory: and he shall come up over all his channels, and go over all his banks:</p>
+               <p>8 And he shall pass through Judah; he shall overflow and go over, he shall rech even to the neck; and the stretching out of his wings shall fill the breadth of thy land, O Immanuel.</p>
+               <p>9 Associate yourselves, O ye people, and ye shall be broken in pieces; and give ear, all ye of far countries: gird yourselves, and ye shall be broken in pieces; gird yourselves, and ye shall be broken in pieces.</p>
+               <p>10 Take acounsel together, and it shall come to nought; speak the word, and it shall not stand: for bGod is with us.</p>
+               <p>Isaiah 8:5-10 (KJV)</p>
+
+               <p>Waters of Shiloah is named after the beautiful imagery used in describing the Lord and His counsels.  It is meant to be in imitation of the <a href="http://radio.lds.org/eng/how-to-listen/mobile-applications">Mormon Channel clients</a> that the <a href="https://tech.lds.org/wiki/index.php/LDS_Mobile_application">LDSTech community</a> for the Church of Jesus Christ of Latter-day Saints.  Waters of Shiloah is not endorsed, supported, or affiliated to the LDS Church in any other way besides imitation of existing applications.
+               </p>
+
+
+               <p>This has been tested on Maemo 5, Maemo 4.1, and Ubuntu 10.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/www/screenshots.html b/www/screenshots.html
new file mode 100644 (file)
index 0000000..47b8373
--- /dev/null
@@ -0,0 +1,14 @@
+<html>
+       <head>
+               <title>Waters of Shiloah</title>
+       </head>
+       <body>
+               <h1>Waters of Shiloah
+               </h1>
+               <h2>Streaming media player for inspirational content</h2>
+               <h3><a href="index.html">[About]</a> <a href="screenshots.html">[Screenshots]</a> <a href="download.html">[Download]</a></h3>
+
+               <h3>Screen shots</h3>
+
+       </body>
+</html>
diff --git a/www/watersofshiloah.deb b/www/watersofshiloah.deb
new file mode 100644 (file)
index 0000000..436701a
Binary files /dev/null and b/www/watersofshiloah.deb differ
diff --git a/www/watersofshiloah_1.0.0-0_all.deb b/www/watersofshiloah_1.0.0-0_all.deb
deleted file mode 100644 (file)
index 436701a..0000000
Binary files a/www/watersofshiloah_1.0.0-0_all.deb and /dev/null differ