From 4fbcb478f0092ed14f17390c4bc2a334d312a6cd Mon Sep 17 00:00:00 2001 From: aqua Date: Mon, 15 Aug 2022 16:09:40 +0300 Subject: Record authors and contributors in src/data/about.html --- src/data/CMakeLists.txt | 1 + src/data/about.html.in | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 src/data/about.html.in (limited to 'src/data') diff --git a/src/data/CMakeLists.txt b/src/data/CMakeLists.txt index 51fd0bf6..33fe8eb3 100644 --- a/src/data/CMakeLists.txt +++ b/src/data/CMakeLists.txt @@ -48,3 +48,4 @@ INSTALL( ) message(STATUS "install ${CMAKE_INSTALL_DATAROOTDIR}/rekonq") +configure_file(about.html.in about.html) 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 @@ + + + + + About rekonq + + + +

rekonq ${CMAKE_PROJECT_VERSION}

+

License: GPL v3

+

(C) 2008-2013 Andrea Diamantini"

+

${CMAKE_PROJECT_HOMEPAGE_URL}

+ +

Authors

+

Andrea Diamantini, Project Lead, Developer, Maintainer, adjam7@gmail.com, http://www.adjam.org

+

Johannes Tröscher, QGraphicsEffect expert. Tabbar highlight animation, fritz_van_tom@hotmail.com

+

Furkan Uzumcu, A lot of improvements, especially on usability, furkanuzumcu@gmail.com

+

Yoann Laissus, Developer, History & Bookmarks Improvements, yoann.laissus@gmail.com

+

Cédric Bellegarde, Patched code quite everywhere :), gnumdk@adishatz.1s.fr

+

Jon Ander Peñalba, Bookmarks code peer reviewer. A fantastic help, jonan88@gmail.com, http://identi.ca/jonan

+

Pierre Rossi, Urlbar, tests, new tab page, bars... and more, pierre.rossi@gmail.com

+

Lionel Chauvin, Development, Ideas, Mockups, rekonq Icon, megabigbug@yahoo.fr

+

Siteshwar Vashisht, Code, Ideas, sync... and IRC chats!, siteshwar@gmail.com

+

Tirtha Chatterjee, A lot of nice work, here and there in the code :), tirtha.p.chatterjee@gmail.com

+

Lindsay Mathieson, Implemented inline spellcheck, provided hints, discovered bugs, lindsay.mathieson@gmail.com

+ +

Credits

+

Dawit Alemayehu, KDEWebKit (main) developer. And KIO. And KUriFilter. And more..., adawit@kde.org

+

Jekyll Wu, Bug triaging. Impressive job about..., adaptee@gmail.com

+

Dimitrios Christidis, Provides patches, fixes and good testing, dchristidis@ceid.upatras.gr

+

Panagiotis Papadopoulos, Quite everything but code, pano_90@gmx.net

+

Phaneendra Hedge, Nepomuk fancy bookmarking, pnh.pes@gmail.com

+

Jonathan Raphael Joachim Kolberg, Handbook, Maintains a Kubuntu PPA with rekonq git packages, bulldog98@freenet.de

+

Benjamin Poulain, The "QtWebKit guy". Adblock (new) implementation. Code quality improvements, ikipou@gmail.com, http://www.openyourcode.org/

+

Rohan Garg, Handbook, Maintains a Kubuntu PPA with rekonq git packages, rohan16garg@gmail.com

+

Anton Kreuzkamp, Session Management, patches, akreuzkamp@web.de

+

David E. Narváez, Implemented User Session Management and cleaned up SessionManager code, david.narvaez@computer.org

+

Marc Deop, Access Keys Navigation, damnshock@gmail.com

+

Yuri Chornoivan, Checking rekonq strings, helping with docs, yurchor@ukr.net

+

Burkhard Lück, Checking rekonq strings, helping with docs, lueck@hube-lueck.de

+

Andrius da Costa Ribas, Helped letting rekonq compile on Windows/MSVC and Mac OS X, andriusmao@gmail.com

+

Pino Toscano, fixuifiles ;), pino@kde.org

+ + + \ No newline at end of file -- cgit v1.2.1