Web page 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 </ul>
29
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>
31
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>
33
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>
35
36 <h2 id="license">License</h2>
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>
38
39 <h2 id="screenshots">Screenshots</h2>
40
41 <p>
42 <a href="screenshot5.png" class="thumb"><img src="screenshot5_thumb.png" alt="Incoming call" /></a>
43 <a href="screenshot1.png" class="thumb"><img src="screenshot1_thumb.png" alt="Main window" /></a>
44 <a href="screenshot3.png" class="thumb"><img src="screenshot3_thumb.png" alt="Search dialog" /></a>
45 <a href="screenshot2.png" class="thumb"><img src="screenshot2_thumb.png" alt="Details window" /></a>
46 <a href="screenshot4.png" class="thumb"><img src="screenshot4_thumb.png" alt="Settings dialog" /></a>
47 </p>
48
49 <h2 id="download">Download</h2>
50
51 <p>Newest version can be downloaded <a href="https://garage.maemo.org/frs/?group_id=1530">here</a> and from extras-devel repository.</p>
52
53 <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>
54 <pre>git clone https://vcs.maemo.org/git/jenirok</pre>
55
56 <p>Compilation on scratchbox is pretty straightforward when you have the required dependencies:</p>
57 <pre>fakeroot apt-get install libqt4-dev libebook-dev icd2-dev</pre>
58 <p>And the compilation:</p>
59 <pre>make
60 fakeroot make install</pre>
61
62 <hr/>
63
64 <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>
65
66 <p><a href="https://garage.maemo.org/projects/jenirok/">Jenirok project page on garage</a></p>
67
68 </body>
69         
70 </html>