From be904b1131acde1de71e98c40310a411366006bd Mon Sep 17 00:00:00 2001 From: shadeslayer Date: Sat, 24 Oct 2009 20:21:49 +0530 Subject: Modified CMakeLists.txt to include the subfolder docs/ while compiling New CMakeLists.txt for rekonq docbook New docbook for rekonq --- CMakeLists.txt | 2 + docs/CMakeLists.txt | 6 ++ docs/index.docbook | 199 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 207 insertions(+) create mode 100644 docs/CMakeLists.txt create mode 100644 docs/index.docbook diff --git a/CMakeLists.txt b/CMakeLists.txt index 43cb4711..a83b2a81 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,6 +101,8 @@ IF(REKONQ_CAN_BE_COMPILED) ADD_SUBDIRECTORY( src ) ADD_SUBDIRECTORY( icons ) ADD_SUBDIRECTORY( data ) + ADD_SUBDIRECTORY( docs ) + ENDIF(REKONQ_CAN_BE_COMPILED) diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt new file mode 100644 index 00000000..5ddaecc9 --- /dev/null +++ b/docs/CMakeLists.txt @@ -0,0 +1,6 @@ +########### install files ############### +# +cmake_minimum_required(VERSION 2.6) +find_package(KDE4 REQUIRED) +include (KDE4Defaults) +kde4_create_handbook(index.docbook INSTALL_DESTINATION ${HTML_INSTALL_DIR}/en SUBDIR rekonq) diff --git a/docs/index.docbook b/docs/index.docbook new file mode 100644 index 00000000..118f1bfd --- /dev/null +++ b/docs/index.docbook @@ -0,0 +1,199 @@ + +rekonq"> + + + + + Andrea + Diamantini + + "> + + Rohan + Garg + + "> + + rekonq + Team + + "> + adjam7@gmail.com"> + rohan16garg@gmail.com"> + rekonq@kde.org"> + + + +]> + + + + +The &rekonq; Handbook + + +&Andrea.Diamantini; &Andrea.Diamantini.mail; +&Rohan.Garg; &Rohan.Garg.mail; + + + + +2008 +2009 +&Andrea.Diamantini; +&Rohan.Garg; + + +&FDLNotice; + +2009-10-22 +0.0.5 + + + +&rekonq; is a lightweight &kde; browser based on WebKit with support for tabbed browsing. + + + + +KDE +browser +rekonq +webkit + + + + + + + + +Overview + + +&rekonq; is a lightweight &kde; browser based on WebKit . It can currently + +Share bookmarks with &Konqueror; +Handle tabbed browsing +Display tab previews +Handle flash based sites +Navigate in a proxied net +Browse anonymously +Inspect web pages + + + + + + + + +Introduction + + +&rekonq; is a lightweight &kde; browser based on WebKit. Its code is based on Nokia QtDemoBrowser. Its implementation is going to embrace KDE technologies to have a full-featured KDE web browser. + + + + + +Using &rekonq; + + + + +Here's a screenshot of &rekonq; + + + + + + Screenshot + + + + + + + + +Starting &rekonq; + +rekonq can be started in the following ways + +From the K menu select Applications -> Internet -> rekonq +Alt+F2will open a Run Command dialog box,type rekonq (lower case) and press Enter or the Run to start &rekonq; + + + + + + + + + + +Credits and License + + +&rekonq; + + + +Program copyright: + + + +Developers + +&The.rekonq.Team; &The.rekonq.Team.mail; Find more about us in the 'About rekonq' section + + + + + +Documentation copyright 2009 &Rohan.Garg; &Rohan.Garg.mail; + + +Documentation copyright 2008 &Andrea.Diamantini; &Andrea.Diamantini.mail; + + + + + +&underFDL; +&underBSDLicense; + + + + +Installation + + +How to obtain &rekonq; + +Stable Packages of rekonq can be downloaded via standard repositories of your distribution + + + +Requirements + + +In order to successfully use &rekonq;, you need at least &Qt; 4.4.x and &kde; 4.1.x. + + + + + +Compilation and Installation +If you wish to compile rekonq,go to The how to compile &rekonq; page. + + + + + +&documentation.index; + + -- cgit v1.2.1