diff options
Diffstat (limited to 'src/data/about.html.in')
-rw-r--r-- | src/data/about.html.in | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/src/data/about.html.in b/src/data/about.html.in new file mode 100644 index 00000000..3c40ecb4 --- /dev/null +++ b/src/data/about.html.in @@ -0,0 +1,45 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <title>About rekonq</title> +</head> +<body> + +<p>rekonq ${CMAKE_PROJECT_VERSION}</p> +<p>License: GPL v3</p> +<p>(C) 2008-2013 Andrea Diamantini"</p> +<p>${CMAKE_PROJECT_HOMEPAGE_URL}</p> + +<h2> Authors </h2> +<p>Andrea Diamantini, Project Lead, Developer, Maintainer, adjam7@gmail.com, http://www.adjam.org</p> +<p>Johannes Tröscher, QGraphicsEffect expert. Tabbar highlight animation, fritz_van_tom@hotmail.com</p> +<p>Furkan Uzumcu, A lot of improvements, especially on usability, furkanuzumcu@gmail.com</p> +<p>Yoann Laissus, Developer, History & Bookmarks Improvements, yoann.laissus@gmail.com</p> +<p>Cédric Bellegarde, Patched code quite everywhere :), gnumdk@adishatz.1s.fr</p> +<p>Jon Ander Peñalba, Bookmarks code peer reviewer. A fantastic help, jonan88@gmail.com, http://identi.ca/jonan</p> +<p>Pierre Rossi, Urlbar, tests, new tab page, bars... and more, pierre.rossi@gmail.com</p> +<p>Lionel Chauvin, Development, Ideas, Mockups, rekonq Icon, megabigbug@yahoo.fr</p> +<p>Siteshwar Vashisht, Code, Ideas, sync... and IRC chats!, siteshwar@gmail.com</p> +<p>Tirtha Chatterjee, A lot of nice work, here and there in the code :), tirtha.p.chatterjee@gmail.com</p> +<p>Lindsay Mathieson, Implemented inline spellcheck, provided hints, discovered bugs, lindsay.mathieson@gmail.com</p> + +<h2>Credits</h2> +<p>Dawit Alemayehu, KDEWebKit (main) developer. And KIO. And KUriFilter. And more..., adawit@kde.org</p> +<p>Jekyll Wu, Bug triaging. Impressive job about..., adaptee@gmail.com</p> +<p>Dimitrios Christidis, Provides patches, fixes and good testing, dchristidis@ceid.upatras.gr</p> +<p>Panagiotis Papadopoulos, Quite everything but code, pano_90@gmx.net</p> +<p>Phaneendra Hedge, Nepomuk fancy bookmarking, pnh.pes@gmail.com</p> +<p>Jonathan Raphael Joachim Kolberg, Handbook, Maintains a Kubuntu PPA with rekonq git packages, bulldog98@freenet.de</p> +<p>Benjamin Poulain, The "QtWebKit guy". Adblock (new) implementation. Code quality improvements, ikipou@gmail.com, http://www.openyourcode.org/</p> +<p>Rohan Garg, Handbook, Maintains a Kubuntu PPA with rekonq git packages, rohan16garg@gmail.com</p> +<p>Anton Kreuzkamp, Session Management, patches, akreuzkamp@web.de</p> +<p>David E. Narváez, Implemented User Session Management and cleaned up SessionManager code, david.narvaez@computer.org</p> +<p>Marc Deop, Access Keys Navigation, damnshock@gmail.com</p> +<p>Yuri Chornoivan, Checking rekonq strings, helping with docs, yurchor@ukr.net</p> +<p>Burkhard Lück, Checking rekonq strings, helping with docs, lueck@hube-lueck.de</p> +<p>Andrius da Costa Ribas, Helped letting rekonq compile on Windows/MSVC and Mac OS X, andriusmao@gmail.com</p> +<p>Pino Toscano, fixuifiles ;), pino@kde.org</p> + +</body> +</html>
\ No newline at end of file |