Webpage update
[gc-dialer] / index.html
1 <html>
2         <head>
3                 <title>DialCentral - An Interface for GrandCentral</title>
4         </head>
5         <body>
6                 <h1>
7                         DialCentral
8                 </h1>
9                 <h2>An Interface for Grandcentral</h2>
10
11                 <h3>Documentation</h3>
12
13                 <h3>About</h3>
14                 <p>
15                 DialCentral (formerly called GC Dialer) is meant as an interface to Google's GrandCentral service that integrates with your Maemo device or Linux computer.
16                 </p>
17
18
19                 <p>DialCentral has been tested on Ubuntu 8.10, OS2008, and other releases of Maemo.  You can see reviews at <a href="http://maemo.org/downloads/product/OS2008/dialcentral/">Maemo download page</a> (Note download link on that page is old)
20                 </p>
21
22                 <p>DialCentral is Free Software and available under the <a href="http://www.gnu.org/licenses/lgpl-2.1.html">LGPLv2.1</a>.  For further details on DialCentral development, check the <a href="https://garage.maemo.org/projects/gc-dialer/">Project Page</a>.</p>
23
24                 <h4>Features</h4>
25
26                 <p>DialCentral v0.9.7 (See <a href="http://www.internettablettalk.com/forums/showthread.php?p=269320#post269320">ITT Thread</a>)</p>
27
28                 <ul>
29                         <li>Dialpad interface to click-to-call</li>
30                         <li>Ability to send SMS messages through GoogleVoice</li>
31                         <li>Recent calls list for easily calling people back</li>
32                         <li>History of voicemail transcripts and sms conversations</li>
33                         <li>Contacts list, pulling from GrandCentral, Evolution, and CSV Files (like GrandCentral and GoogleContact exports)</li>
34                         <li>Supports both GrandCentral and GoogleVoice</li>
35                         <li>Tested on Ubuntu and Maemo 4.1 (Diablo)</li>
36                 </ul>
37
38                 <h4>Screen shots</h4>
39
40                 <div>
41                         <p><img src="./images/ubuntu_dc_0.9.7_dialpad.png" alt="Screenshot of DialCentral v0.9.7's Dialpad on Ubuntu"/></p>
42                         <p>Dialcentral 0.9.7 on Startup</p>
43                 </div>
44
45                 <div>
46                         <p><img src="./images/ubuntu_dc_0.9.7_messages.png" alt="Screenshot of DialCentral v0.9.7's Messages View on Ubuntu"/></p>
47                         <p>After switching to the new Messages View</p>
48                 </div>
49
50                 <div>
51                         <p><img src="./images/ubuntu_dc_0.9.7_selector.png" alt="Screenshot of DialCentral v0.9.7's Selector for how to respond to the message"/></p>
52                         <p>Selecting a conversation brings up a selector for which phone number and how to respond</p>
53                 </div>
54
55                 <div>
56                         <p><img src="./images/ubuntu_dc_0.9.7_sendsms.png" alt="Screenshot of DialCentral v0.9.7's SMS Send Dialog"/></p>
57                         <p>Sending an SMS was chosen, so now we type a highly intellectual response</p>
58                 </div>
59
60                 <h3>Download</h3>
61
62                 <h4>Packages</h4>
63                 <p>Maemo: Add the <a href="http://wiki.maemo.org/Extras">Extras Repository</a> and check the App Manager for DialCentral</p>
64
65                 <p>Browse for <a href="http://repository.maemo.org/extras/pool/diablo/free/d/dialcentral/">.deb files</a></p>
66
67                 <h4>Source</h4>
68                 <p>For the most up to date version check out <a href="https://garage.maemo.org/scm/?group_id=657">svn</a>.
69                 </p>
70                 <p>Requires</p>
71                 <ul>
72                         <li>PyGTK / Glade</li>
73                         <li>Python bindings for hildon, osso, conic, and evolution (optional)</li>
74                 </ul>
75
76         </body>
77 </html>