Added send sms button to detail window and better error handling. Converted gui's...
[jenirok] / www / index.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
2 \r
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
4 \r
5 <head>\r
6 \r
7 <title>Jenirok</title>\r
8 \r
9 <meta http-equiv="content-type" content="text/html; charset=utf-8" />\r
10 <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>\r
11 <script type="text/javascript" src="fancybox/jquery.mousewheel-3.0.2.pack.js"></script>\r
12 <script type="text/javascript" src="fancybox/jquery.fancybox-1.3.1.js"></script>\r
13 <script type="text/javascript" src="script.js"></script>\r
14 <link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.1.css" media="all" />\r
15 <link rel="stylesheet" type="text/css" href="style.css" media="all" />\r
16 \r
17 </head>\r
18         \r
19 <body>\r
20 \r
21 <h1>Jenirok</h1>\r
22 \r
23 <ul>\r
24         <li><a href="#license">License</a></li>\r
25         <li><a href="#screenshots">Screenshots</a></li>\r
26         <li><a href="#download">Download</a></li>\r
27         <li><a href="https://garage.maemo.org/projects/jenirok/">Project page</a></li>\r
28 </ul>\r
29 \r
30 <p>Jenirok is an open source Maemo 5 application that shows unknown callers' details automatically on screen. Caller details are fetched using <a href="http://henkilot.eniro.fi/">Eniro person search</a> which means that Jenirok is mainly usable for Finnish, Swedish and Danish users. Currently Jenirok is available in English and Finnish, but I'm looking for Swedish and Danish translators. <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#106;&#101;&#115;&#115;&#101;&#104;&#97;&#107;&#97;&#110;&#101;&#110;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;">Contact me</a> if you are interested.</p>\r
31 \r
32 <p>Jenirok consists of a background daemon which listens to incoming calls and a gui application which can be used for manual searching and configuring the daemon. Eniro account is needed for manual search. Searches are automatically cached so network is used as little as possible. Searching is only done when the caller's number is not found from the address book.</p>\r
33 \r
34 <p>For bug reports and feature requests you can use the <a href="https://garage.maemo.org/tracker/?group_id=1530">tracker page</a> found in garage.</p>\r
35 \r
36 <h2 id="license">License</h2>\r
37 <p>Jenirok is licensed under the terms of the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License</a>.</p>\r
38 \r
39 <h2 id="screenshots">Screenshots</h2>\r
40 \r
41 <p>\r
42 <a href="screenshot1.png" class="thumb"><img src="screenshot1_thumb.png" alt="Main window" /></a>\r
43 <a href="screenshot3.png" class="thumb"><img src="screenshot3_thumb.png" alt="Search dialog" /></a>\r
44 <a href="screenshot2.png" class="thumb"><img src="screenshot2_thumb.png" alt="Details window" /></a>\r
45 <a href="screenshot4.png" class="thumb"><img src="screenshot4_thumb.png" alt="Settings dialog" /></a>\r
46 </p>\r
47 \r
48 <h2 id="download">Download</h2>\r
49 \r
50 <p>Jenirok is compiled with PR 1.2 SDK and Qt 4.6.2 which is not completely compatible with PR 1.1, so there is no deb package available yet. Package will be available on <a href="https://garage.maemo.org/projects/jenirok/">project page</a> and extras-devel as soon as PR 1.2 becomes available to end users.</p>\r
51 \r
52 <p>Meanwhile the source code can be obtained from <a href="https://garage.maemo.org/plugins/ggit/browse.php/?p=jenirok;a=tree">git repository</a>:</p>\r
53 <pre>git clone https://vcs.maemo.org/git/jenirok</pre>\r
54 \r
55 <p>Compilation on scratchbox is pretty straightforward when you have the required dependencies:</p>\r
56 <pre>fakeroot apt-get install libqt4-dev libebook-dev</pre>\r
57 <p>And the compilation:</p>\r
58 <pre>make\r
59 fakeroot make install</pre>\r
60 \r
61 <hr/>\r
62 \r
63 <p>Copyright (C) 2010 <a href="&#109;&#97;&#105;&#108;&#116;&#111;&#58;&#106;&#101;&#115;&#115;&#101;&#104;&#97;&#107;&#97;&#110;&#101;&#110;&#64;&#103;&#109;&#97;&#105;&#108;&#46;&#99;&#111;&#109;">Jesse Hakanen</a></p>\r
64 \r
65 <p><a href="https://garage.maemo.org/projects/jenirok/">Jenirok project page on garage</a></p>\r
66 \r
67 </body>\r
68         \r
69 </html>