From: Ed Page Date: Tue, 28 Sep 2010 00:04:00 +0000 (-0500) Subject: Renaming the deb and adding a webpage X-Git-Url: http://git.maemo.org/git/?p=watersofshiloah;a=commitdiff_plain;h=6819cd034344f737bd46a49b90034e9499c931bd;ds=sidebyside Renaming the deb and adding a webpage --- diff --git a/support/builddeb.py b/support/builddeb.py index c997e36..05ffb31 100755 --- a/support/builddeb.py +++ b/support/builddeb.py @@ -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 index e69de29..0000000 diff --git a/www/download.html b/www/download.html new file mode 100644 index 0000000..4241235 --- /dev/null +++ b/www/download.html @@ -0,0 +1,36 @@ + + + Waters of Shiloah + + +

Waters of Shiloah +

+

Streaming media player for inspirational content

+

[About] [Screenshots] [Download]

+

Download

+ +

Packages

+

Maemo 5 and Later: Go to the application installer, enable Extras, and download

+ +

Maemo 4.1 and Earlier: Add the Extras Repository and check the App Manager

+ +

Linux: .deb files

+ +

Development

+

Source

+

For the most up to date version check out git. +

+

Requires

+ + +

Bugs

+ +

Discuss your issue on Maemo.Org Talk

+ +

File a bug report

+

View existing bug reports

+ + diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..67e5226 --- /dev/null +++ b/www/index.html @@ -0,0 +1,38 @@ + + + Waters of Shiloah + + +

Waters of Shiloah +

+

Streaming media player for inspirational content

+ +

[About] [Screenshots] [Download]

+ +

About

+

5 The Lord spake also unto me again, saying,

+

6 Forasmuch as this people refuseth the waters of Shiloah that go softly, and rejoice in Rezin and Remaliah's son;

+

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:

+

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.

+

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.

+

10 Take acounsel together, and it shall come to nought; speak the word, and it shall not stand: for bGod is with us.

+

Isaiah 8:5-10 (KJV)

+ +

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 Mormon Channel clients that the LDSTech community 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. +

+ + +

This has been tested on Maemo 5, Maemo 4.1, and Ubuntu 10.04. Go check out some reviews or join the conversation

+ +

This is Free Software and available under the LGPLv2.1. + +

Features

+ +

(See Maemo.Org Talk)

+ + + + + diff --git a/www/screenshots.html b/www/screenshots.html new file mode 100644 index 0000000..47b8373 --- /dev/null +++ b/www/screenshots.html @@ -0,0 +1,14 @@ + + + Waters of Shiloah + + +

Waters of Shiloah +

+

Streaming media player for inspirational content

+

[About] [Screenshots] [Download]

+ +

Screen shots

+ + + diff --git a/www/watersofshiloah.deb b/www/watersofshiloah.deb new file mode 100644 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 index 436701a..0000000 Binary files a/www/watersofshiloah_1.0.0-0_all.deb and /dev/null differ