Changelog updated.
[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">
2
3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4
5 <head>
6
7 <title>Jenirok</title>
8
9 <meta http-equiv="content-type" content="text/html; charset=utf-8" />
10 <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
11 <script type="text/javascript" src="fancybox/jquery.mousewheel-3.0.2.pack.js"></script>
12 <script type="text/javascript" src="fancybox/jquery.fancybox-1.3.1.js"></script>
13 <script type="text/javascript" src="script.js"></script>
14 <link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.1.css" media="all" />
15 <link rel="stylesheet" type="text/css" href="style.css" media="all" />
16
17 </head>
18         
19 <body>
20
21 <h1>Jenirok</h1>
22
23 <ul>
24         <li><a href="#license">License</a></li>
25         <li><a href="#screenshots">Screenshots</a></li>
26         <li><a href="#download">Download</a></li>
27         <li><a href="https://garage.maemo.org/projects/jenirok/">Project page</a></li>
28         <li><a href="http://maemo.org/packages/view/jenirok/">Package overview and changelog</a></li>
29 </ul>
30
31 <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>, <a href="http://www.1881.no">1881.no</a> or <a href="http://www.dastelefonbuch.de/">Das Telefonbuch</a> which means that Jenirok is mainly usable for Finnish, Swedish, Danish, Norwegian and German users. Only free phonebook services are used so <strong>using Jenirok is completely free except for the possible gprs data transfer costs</strong>. Currently Jenirok is available in English, Finnish, Norwegian, Swedish and German.</p>
32
33 <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>
34
35 <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>
36
37 <h2 id="license">License</h2>
38 <p>Jenirok is licensed under the terms of the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License</a>.</p>
39
40 <h2 id="screenshots">Screenshots</h2>
41
42 <p>
43 <a href="screenshot5.png" class="thumb"><img src="screenshot5_thumb.png" alt="Incoming call" /></a>
44 <a href="screenshot1.png" class="thumb"><img src="screenshot1_thumb.png" alt="Main window" /></a>
45 <a href="screenshot3.png" class="thumb"><img src="screenshot3_thumb.png" alt="Search dialog" /></a>
46 <a href="screenshot2.png" class="thumb"><img src="screenshot2_thumb.png" alt="Details window" /></a>
47 <a href="screenshot4.png" class="thumb"><img src="screenshot4_thumb.png" alt="Settings dialog" /></a>
48 </p>
49
50 <h2 id="download">Download</h2>
51
52 <p>Newest version can be downloaded <a href="https://garage.maemo.org/frs/?group_id=1530">here</a> and from extras-devel repository.</p>
53
54 <p>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>
55 <pre>git clone https://vcs.maemo.org/git/jenirok</pre>
56
57 <p>Compilation on scratchbox is pretty straightforward when you have the required dependencies:</p>
58 <pre>fakeroot apt-get install libqt4-dev libebook-dev icd2-dev</pre>
59 <p>And the compilation:</p>
60 <pre>qmake
61 make
62 fakeroot make install</pre>
63
64 <h2>Thanks</h2>
65 <p>Konrad Feldmeier - Das Telefonbuch implementation and German translation</p>
66 <p>Eirik Lindem and Jørgen Sogn - Norwegian translation</p>
67 <p>Torbjörn Svangård - Swedish translation</p>
68
69
70 <hr/>
71
72 <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>
73
74 <p><a href="https://garage.maemo.org/projects/jenirok/">Jenirok project page on garage</a></p>
75 <p><a href="http://maemo.org/packages/view/jenirok/">Package overview and changelog on maemo.org</a></p>
76
77 </body>
78         
79 </html>