Adding back in the website which the conversion lost
authorEd Page <eopage@byu.net>
Sat, 16 Jan 2010 00:07:59 +0000 (18:07 -0600)
committerEd Page <eopage@byu.net>
Sat, 16 Jan 2010 00:07:59 +0000 (18:07 -0600)
17 files changed:
Makefile
www/dialcentral.deb [new file with mode: 0644]
www/download.html [new file with mode: 0644]
www/images/Dialcentral - Accounts - 1.0.7-12 Fremantle.png [new file with mode: 0644]
www/images/Dialcentral - Accounts Callback - 1.0.7-12 Fremantle.png [new file with mode: 0644]
www/images/Dialcentral - Contacts - 1.0.7-12 Fremantle.png [new file with mode: 0644]
www/images/Dialcentral - Contacts Phone Select - 1.0.7-12 Fremantle.png [new file with mode: 0644]
www/images/Dialcentral - Contacts Response - 1.0.7-12 Fremantle.png [new file with mode: 0644]
www/images/Dialcentral - Dialpad - 1.0.7-12 Fremantle.png [new file with mode: 0644]
www/images/Dialcentral - Messages - 1.0.7-12 Fremantle.png [new file with mode: 0644]
www/images/Dialcentral - Messages Response Down - 1.0.7-12 Fremantle.png [new file with mode: 0644]
www/images/Dialcentral - Messages Response Start - 1.0.7-12 Fremantle.png [new file with mode: 0644]
www/images/Dialcentral - Messages Response Up - 1.0.7-12 Fremantle.png [new file with mode: 0644]
www/images/Dialcentral - Recent - 1.0.7-12 Fremantle.png [new file with mode: 0644]
www/images/Dialcentral - Recent Response - 1.0.7-12 Fremantle.png [new file with mode: 0644]
www/index.html [new file with mode: 0644]
www/screenshots.html [new file with mode: 0644]

index b55cea5..d225807 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -74,7 +74,7 @@ upload:
        dput fremantle-extras-builder $(BUILD_PATH)/fremantle/$(PROJECT_NAME)*.changes
        dput diablo-extras-builder $(BUILD_PATH)/diablo/$(PROJECT_NAME)*.changes
        dput chinook-extras-builder $(BUILD_PATH)/chinook/$(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/dialcentral.deb b/www/dialcentral.deb
new file mode 100644 (file)
index 0000000..552cd30
Binary files /dev/null and b/www/dialcentral.deb differ
diff --git a/www/download.html b/www/download.html
new file mode 100644 (file)
index 0000000..83d9221
--- /dev/null
@@ -0,0 +1,39 @@
+<html>
+       <head>
+               <title>DialCentral - An Interface for GoogleVoice</title>
+       </head>
+       <body>
+               <h1>
+                       DialCentral
+               </h1>
+               <h2>An Interface for GoogleVoice</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 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="dialcentral.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=657">svn</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="http://talk.maemo.org/showthread.php?p=293533">Maemo.Org Talk</a></p>
+
+               <p>Check out a list of helpful <a href="http://talk.maemo.org/showpost.php?p=293533&postcount=1">troubleshooting tips</a></p>
+
+               <p>File a <a href="https://bugs.maemo.org/enter_bug.cgi?product=Dialcentral">bug report</a> against Extras-&gt;Dialcentral</p>
+               <p>View  <a href="https://bugs.maemo.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Dialcentral&content=">existing bug reports</a></p>
+       </body>
+</html>
diff --git a/www/images/Dialcentral - Accounts - 1.0.7-12 Fremantle.png b/www/images/Dialcentral - Accounts - 1.0.7-12 Fremantle.png
new file mode 100644 (file)
index 0000000..5e606c5
Binary files /dev/null and b/www/images/Dialcentral - Accounts - 1.0.7-12 Fremantle.png differ
diff --git a/www/images/Dialcentral - Accounts Callback - 1.0.7-12 Fremantle.png b/www/images/Dialcentral - Accounts Callback - 1.0.7-12 Fremantle.png
new file mode 100644 (file)
index 0000000..472ce8b
Binary files /dev/null and b/www/images/Dialcentral - Accounts Callback - 1.0.7-12 Fremantle.png differ
diff --git a/www/images/Dialcentral - Contacts - 1.0.7-12 Fremantle.png b/www/images/Dialcentral - Contacts - 1.0.7-12 Fremantle.png
new file mode 100644 (file)
index 0000000..597f03a
Binary files /dev/null and b/www/images/Dialcentral - Contacts - 1.0.7-12 Fremantle.png differ
diff --git a/www/images/Dialcentral - Contacts Phone Select - 1.0.7-12 Fremantle.png b/www/images/Dialcentral - Contacts Phone Select - 1.0.7-12 Fremantle.png
new file mode 100644 (file)
index 0000000..23cb32d
Binary files /dev/null and b/www/images/Dialcentral - Contacts Phone Select - 1.0.7-12 Fremantle.png differ
diff --git a/www/images/Dialcentral - Contacts Response - 1.0.7-12 Fremantle.png b/www/images/Dialcentral - Contacts Response - 1.0.7-12 Fremantle.png
new file mode 100644 (file)
index 0000000..8f0f3af
Binary files /dev/null and b/www/images/Dialcentral - Contacts Response - 1.0.7-12 Fremantle.png differ
diff --git a/www/images/Dialcentral - Dialpad - 1.0.7-12 Fremantle.png b/www/images/Dialcentral - Dialpad - 1.0.7-12 Fremantle.png
new file mode 100644 (file)
index 0000000..cf5876f
Binary files /dev/null and b/www/images/Dialcentral - Dialpad - 1.0.7-12 Fremantle.png differ
diff --git a/www/images/Dialcentral - Messages - 1.0.7-12 Fremantle.png b/www/images/Dialcentral - Messages - 1.0.7-12 Fremantle.png
new file mode 100644 (file)
index 0000000..8bf1d59
Binary files /dev/null and b/www/images/Dialcentral - Messages - 1.0.7-12 Fremantle.png differ
diff --git a/www/images/Dialcentral - Messages Response Down - 1.0.7-12 Fremantle.png b/www/images/Dialcentral - Messages Response Down - 1.0.7-12 Fremantle.png
new file mode 100644 (file)
index 0000000..5204b2a
Binary files /dev/null and b/www/images/Dialcentral - Messages Response Down - 1.0.7-12 Fremantle.png differ
diff --git a/www/images/Dialcentral - Messages Response Start - 1.0.7-12 Fremantle.png b/www/images/Dialcentral - Messages Response Start - 1.0.7-12 Fremantle.png
new file mode 100644 (file)
index 0000000..6494993
Binary files /dev/null and b/www/images/Dialcentral - Messages Response Start - 1.0.7-12 Fremantle.png differ
diff --git a/www/images/Dialcentral - Messages Response Up - 1.0.7-12 Fremantle.png b/www/images/Dialcentral - Messages Response Up - 1.0.7-12 Fremantle.png
new file mode 100644 (file)
index 0000000..ccd3ffe
Binary files /dev/null and b/www/images/Dialcentral - Messages Response Up - 1.0.7-12 Fremantle.png differ
diff --git a/www/images/Dialcentral - Recent - 1.0.7-12 Fremantle.png b/www/images/Dialcentral - Recent - 1.0.7-12 Fremantle.png
new file mode 100644 (file)
index 0000000..b355983
Binary files /dev/null and b/www/images/Dialcentral - Recent - 1.0.7-12 Fremantle.png differ
diff --git a/www/images/Dialcentral - Recent Response - 1.0.7-12 Fremantle.png b/www/images/Dialcentral - Recent Response - 1.0.7-12 Fremantle.png
new file mode 100644 (file)
index 0000000..f36c470
Binary files /dev/null and b/www/images/Dialcentral - Recent Response - 1.0.7-12 Fremantle.png differ
diff --git a/www/index.html b/www/index.html
new file mode 100644 (file)
index 0000000..e104e24
--- /dev/null
@@ -0,0 +1,53 @@
+<html>
+       <head>
+               <title>DialCentral - An Interface for GoogleVoice</title>
+       </head>
+       <body>
+               <h1>
+                       DialCentral
+               </h1>
+               <h2>An Interface for GoogleVoice</h2>
+
+               <h3><a href="">[About]</a> <a href="screenshots.html">[Screenshots]</a> <a href="download.html">[Download]</a>
+
+               <h3>About</h3>
+               <p>
+               DialCentral (formerly called GC Dialer) is meant as an interface to Google's GoogleVoice service that integrates with your Maemo device or Linux computer.
+               </p>
+
+
+               <p>DialCentral has been tested on Maemo 5, Maemo 4.1, Ubuntu 9.04, and Mer 0.16-testing5.  Go check out some <a href="http://maemo.org/downloads/product/OS2008/dialcentral/">reviews</a> (just don't use that old download link) or join the <a href="http://talk.maemo.org/showthread.php?p=293533">conversation</a></p>
+
+               <p>DialCentral 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>DialCentral v1.0.8-5 (See <a href="http://talk.maemo.org/showthread.php?p=293533">Maemo.Org Talk</a>)</p>
+
+               <ul>
+                       <li>Dialpad interface to click-to-call</li>
+                       <li>Ability to send SMS messages through GoogleVoice</li>
+                       <li>Recent calls list for easily calling people back</li>
+                       <li>History of voicemail transcripts and SMS conversations</li>
+                       <li>Contacts list, pulling from GoogleVoice and CSV Files (like GrandCentral and GoogleContact exports)</li>
+                       <li>Recent Call history, voicemail, and SMS notification (Maemo 4.1 only)</li>
+                       <li>Shortcuts:
+                       <ul>
+                               <li>Hold down any tab to force it to refresh</li>
+                               <li>Dialpad: hold down the back button to change it to clear</li>
+                               <li>Ctrl+c from SMS Dialog to copy message history</li>
+                               <li>Ctrl+v on dialpad to paste a number</li>
+                               <li>Ctrl+l to copy the debug log</li>
+                               <li>Ctrl+enter to toggle fullscreen</li>
+                               </ul>
+                       </li>
+               </ul>
+
+               <h4>Sample Screenshot:</h4>
+               <div>
+                       <p>Dialcentral 1.0.7 on Startup (Maemo): </p>
+                       <p><img src="./images/Dialcentral - Dialpad - 1.0.7-12 Fremantle.png" alt="Screenshot of DialCentral v1.0.7's Dialpad on Maemo 5"/></p>
+               </div>
+
+       </body>
+</html>
diff --git a/www/screenshots.html b/www/screenshots.html
new file mode 100644 (file)
index 0000000..2b8fe09
--- /dev/null
@@ -0,0 +1,65 @@
+<html>
+       <head>
+               <title>DialCentral - An Interface for GoogleVoice</title>
+       </head>
+       <body>
+               <h1>
+                       DialCentral
+               </h1>
+               <h2>An Interface for GoogleVoice</h2>
+               <h3><a href="index.html">[About]</a> <a href="screenshots.html">[Screenshots]</a> <a href="download.html">[Download]</a>
+
+               <h3>Screen shots</h3>
+
+               <div>
+                       <p>Dialcentral 1.0.7 on Startup (Maemo): </p>
+                       <p><img src="./images/Dialcentral - Dialpad - 1.0.7-12 Fremantle.png" alt="Screenshot of DialCentral v1.0.7's Dialpad on Maemo 5"/></p>
+               </div>
+
+               <div>
+                       <p>Dialcentral 1.0.7's list of recent call activity (Maemo): </p>
+                       <p><img src="./images/Dialcentral - Recent - 1.0.7-12 Fremantle.png" alt="Screenshot of DialCentral v1.0.7's List of Recent Call Activity on Maemo 5"/></p>
+               </div>
+
+               <div>
+                       <p>Dialcentral 1.0.7's responding to recent call activity (Maemo):</p>
+                       <p><img src="./images/Dialcentral - Recent Response - 1.0.7-12 Fremantle.png" alt="Screenshot of DialCentral v1.0.7's Responding to a piece of Recent Activity on Maemo 5"/></p>
+               </div>
+
+               <div>
+                       <p>Dialcentral 1.0.7's list of recent messages (Maemo):</p>
+                       <p><img src="./images/Dialcentral - Messages - 1.0.7-12 Fremantle.png" alt="Screenshot of DialCentral v1.0.7's List of Recent Messages on Maemo 5"/></p>
+               </div>
+
+               <div>
+                       <p>Dialcentral 1.0.7's responding to a recent message (Maemo):</p>
+                       <p><img src="./images/Dialcentral - Messages Response Start - 1.0.7-12 Fremantle.png" alt="Screenshot of DialCentral v1.0.7's Responding to a recent message on Maemo 5"/></p>
+               </div>
+
+               <div>
+                       <p>Dialcentral 1.0.7's responding to a recent message and scrolling down for some status or changing the number we are responding to (Maemo):</p>
+                       <p><img src="./images/Dialcentral - Messages Response Down - 1.0.7-12 Fremantle.png" alt="Screenshot of DialCentral v1.0.7's Responding to a recent message on Maemo 5"/></p>
+               </div>
+
+               <div>
+                       <p>Dialcentral 1.0.7's responding to a recent message and scrolling up to see more history (Maemo):</p>
+                       <p><img src="./images/Dialcentral - Messages Response Up - 1.0.7-12 Fremantle.png" alt="Screenshot of DialCentral v1.0.7's Responding to a recent message on Maemo 5"/></p>
+               </div>
+
+               <div>
+                       <p>Dialcentral 1.0.7's list of contacts (Maemo):</p>
+                       <p><img src="./images/Dialcentral - Contacts - 1.0.7-12 Fremantle.png" alt="Screenshot of DialCentral v1.0.7's List of Contacts on Maemo 5"/></p>
+               </div>
+
+               <div>
+                       <p>Dialcentral 1.0.7's choice for which number for a contact(Maemo):</p>
+                       <p><img src="./images/Dialcentral - Contacts Phone Select - 1.0.7-12 Fremantle.png" alt="Screenshot of DialCentral v1.0.7's Choosing which number to use for a contact Maemo 5"/></p>
+               </div>
+
+               <div>
+                       <p>Dialcentral 1.0.7's calling a contact (Maemo):</p>
+                       <p><img src="./images/Dialcentral - Contacts Response - 1.0.7-12 Fremantle.png" alt="Screenshot of DialCentral v1.0.7's Calling a contact Maemo 5"/></p>
+               </div>
+
+       </body>
+</html>