Danish Eniro search fixed.
[jenirok] / www / index.html
index c986f18..b9af96f 100644 (file)
@@ -1,69 +1,79 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">\r
-\r
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">\r
-\r
-<head>\r
-\r
-<title>Jenirok</title>\r
-\r
-<meta http-equiv="content-type" content="text/html; charset=utf-8" />\r
-<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>\r
-<script type="text/javascript" src="fancybox/jquery.mousewheel-3.0.2.pack.js"></script>\r
-<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.1.js"></script>\r
-<script type="text/javascript" src="script.js"></script>\r
-<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.1.css" media="all" />\r
-<link rel="stylesheet" type="text/css" href="style.css" media="all" />\r
-\r
-</head>\r
-       \r
-<body>\r
-\r
-<h1>Jenirok</h1>\r
-\r
-<ul>\r
-       <li><a href="#license">License</a></li>\r
-       <li><a href="#screenshots">Screenshots</a></li>\r
-       <li><a href="#download">Download</a></li>\r
-       <li><a href="https://garage.maemo.org/projects/jenirok/">Project page</a></li>\r
-</ul>\r
-\r
-<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
-\r
-<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
-\r
-<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
-\r
-<h2 id="license">License</h2>\r
-<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
-\r
-<h2 id="screenshots">Screenshots</h2>\r
-\r
-<p>\r
-<a href="screenshot1.png" class="thumb"><img src="screenshot1_thumb.png" alt="Main window" /></a>\r
-<a href="screenshot3.png" class="thumb"><img src="screenshot3_thumb.png" alt="Search dialog" /></a>\r
-<a href="screenshot2.png" class="thumb"><img src="screenshot2_thumb.png" alt="Details window" /></a>\r
-<a href="screenshot4.png" class="thumb"><img src="screenshot4_thumb.png" alt="Settings dialog" /></a>\r
-</p>\r
-\r
-<h2 id="download">Download</h2>\r
-\r
-<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
-\r
-<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
-<pre>git clone https://vcs.maemo.org/git/jenirok</pre>\r
-\r
-<p>Compilation on scratchbox is pretty straightforward when you have the required dependencies:</p>\r
-<pre>fakeroot apt-get install libqt4-dev libebook-dev</pre>\r
-<p>And the compilation:</p>\r
-<pre>make\r
-fakeroot make install</pre>\r
-\r
-<hr/>\r
-\r
-<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
-\r
-<p><a href="https://garage.maemo.org/projects/jenirok/">Jenirok project page on garage</a></p>\r
-\r
-</body>\r
-       \r
-</html>
\ No newline at end of file
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
+
+<head>
+
+<title>Jenirok</title>
+
+<meta http-equiv="content-type" content="text/html; charset=utf-8" />
+<script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
+<script type="text/javascript" src="fancybox/jquery.mousewheel-3.0.2.pack.js"></script>
+<script type="text/javascript" src="fancybox/jquery.fancybox-1.3.1.js"></script>
+<script type="text/javascript" src="script.js"></script>
+<link rel="stylesheet" type="text/css" href="fancybox/jquery.fancybox-1.3.1.css" media="all" />
+<link rel="stylesheet" type="text/css" href="style.css" media="all" />
+
+</head>
+       
+<body>
+
+<h1>Jenirok</h1>
+
+<ul>
+       <li><a href="#license">License</a></li>
+       <li><a href="#screenshots">Screenshots</a></li>
+       <li><a href="#download">Download</a></li>
+       <li><a href="https://garage.maemo.org/projects/jenirok/">Project page</a></li>
+       <li><a href="http://maemo.org/packages/view/jenirok/">Package overview and changelog</a></li>
+</ul>
+
+<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>
+
+<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>
+
+<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>
+
+<h2 id="license">License</h2>
+<p>Jenirok is licensed under the terms of the <a href="http://www.gnu.org/licenses/gpl.txt">GNU General Public License</a>.</p>
+
+<h2 id="screenshots">Screenshots</h2>
+
+<p>
+<a href="screenshot5.png" class="thumb"><img src="screenshot5_thumb.png" alt="Incoming call" /></a>
+<a href="screenshot1.png" class="thumb"><img src="screenshot1_thumb.png" alt="Main window" /></a>
+<a href="screenshot3.png" class="thumb"><img src="screenshot3_thumb.png" alt="Search dialog" /></a>
+<a href="screenshot2.png" class="thumb"><img src="screenshot2_thumb.png" alt="Details window" /></a>
+<a href="screenshot4.png" class="thumb"><img src="screenshot4_thumb.png" alt="Settings dialog" /></a>
+</p>
+
+<h2 id="download">Download</h2>
+
+<p>Newest version can be downloaded <a href="https://garage.maemo.org/frs/?group_id=1530">here</a> and from extras-devel repository.</p>
+
+<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>
+<pre>git clone https://vcs.maemo.org/git/jenirok</pre>
+
+<p>Compilation on scratchbox is pretty straightforward when you have the required dependencies:</p>
+<pre>fakeroot apt-get install libqt4-dev libebook-dev icd2-dev</pre>
+<p>And the compilation:</p>
+<pre>qmake
+make
+fakeroot make install</pre>
+
+<h2>Thanks</h2>
+<p>Konrad Feldmeier - Das Telefonbuch implementation and German translation</p>
+<p>Eirik Lindem and Jørgen Sogn - Norwegian translation</p>
+<p>Torbjörn Svangård - Swedish translation</p>
+
+
+<hr/>
+
+<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>
+
+<p><a href="https://garage.maemo.org/projects/jenirok/">Jenirok project page on garage</a></p>
+<p><a href="http://maemo.org/packages/view/jenirok/">Package overview and changelog on maemo.org</a></p>
+
+</body>
+       
+</html>