From 1ba2377e3d11939367d1e8ff2c0b1432ef7e41b2 Mon Sep 17 00:00:00 2001 From: Jonathan Raphael Joachim Kolberg Date: Wed, 12 May 2010 20:23:04 +0200 Subject: Updated the rekonq doc --- docs/index.docbook | 208 ++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 182 insertions(+), 26 deletions(-) (limited to 'docs/index.docbook') diff --git a/docs/index.docbook b/docs/index.docbook index 2b210f6c..c98c0def 100644 --- a/docs/index.docbook +++ b/docs/index.docbook @@ -46,16 +46,21 @@ 2008 -2009-2010 -2010 &Andrea.Diamantini; + + +2009 +2010 &Rohan.Garg; + + +2010 &Jonathan.Kolberg; &FDLNotice; -2010-05-01 +2010-05-07 0.5.0 @@ -157,7 +162,7 @@ Its implementation is going to embrace &kde; technologies, in order to have a fu &Alt;F2 will open a - Run Command dialog box,type &rekonq; (lower case) and press &Enter; or + Run Command dialog box,type rekonq (lower case) and press &Enter; or the Run to start &rekonq; @@ -200,17 +205,36 @@ To open the general settings go to -Here a List of configurable point and explanation for it: +Here a List of configurable points and explanation for it: + + + + When starting rekonq: + You can configure what &rekonq; should do on startup. + + + Home page URL: + You can either set your home page directly trought tipping the &URL; in. + + + Set to Current Page + Sets your home page to the one you are visiting at the moment. + + + Default search engine: + Here you can choose the search engine you like to be searched with as default. + + + Use KGet for downloading files + This activates the &kget; download integration. If this is active &rekonq; will download everything trough &kget; + + + List links with KGet + ????? + - - When starting rekonq: You can configure what &rekonq; should do on startup. - Home page URL: You can either set your home page directly trought tipping the &URL; in. - Set to Current Page Sets your home page to the one you are visiting at the moment. - Default search engine: Here you can choose the search engine you like to be searched with as default. - Use KGet for downloading files This activates wether you want to download with &kget;. - List links with KGet ????? - + @@ -220,9 +244,19 @@ Here a List of configurable point and explanation for it: Configure the Tabs settings +Here you learn how to change the settings for tabs. + +To come to the dialog open + +Toolbutton +Configure rekonq +Tabs + + + -Now you should see this +Now this dialog should appear @@ -235,6 +269,38 @@ Here a List of configurable point and explanation for it: + +Here a List of configurable points and explanation for it: + + + + Open links in new tab instead of in new window + This enables thedefault opening of links in new tabs. + + + Always show tab bar + This forces &rekonq; to show the tab bar evan if there is only one tab. + + + Open new tabs in the background + This makes &rekonq; not swiching to new tabs. + + + Open new tabs after currently active one + This makes it to default that tabs are opened next to the currently active one. + + + Show preview when hovering tab + This shows you an preview of the contend of a tab if you hover it. This can be useful if you have many tabs opened. + + + Activate previously used tab when closing the current one + This makes &rekonq; storing you last opend tab and if you close you current one it will reopen the old one. This also can be useful if you use many tabs + + + + + @@ -256,6 +322,30 @@ Here a List of configurable point and explanation for it: + + +Following will explain the configurable things and what they do + + + Standard font + Here you can set your default font. The first part is the name of the font followed by the size of the font. + + + Fixed font + Here you can set your font for &rekonq; labels. The same synopsis like Standard font. + + + Font size + To configure your prefered size of font. + + + Minimal font size: + You can configure the minimal size of fonts in &rekonq;. Every smaller font will grow to that size. + + + + + @@ -360,7 +450,7 @@ As you can see the Cookies can be configured in many ways. Now you should see this - + Screenshot @@ -442,7 +532,7 @@ As you can see the Cookies can be configured in many ways. -Program copyright: +Program copyright: &underGPL; @@ -466,31 +556,97 @@ Documentation copyright 2010 &Jonathan.Kolberg; &Jonathan.Kolberg.mail; &underFDL; &underBSDLicense; + - + Installation - + How to obtain &rekonq; Stable Packages of &rekonq; can be downloaded via standard repositories of your distribution + +You also can compile &rekonq; yourself see Compilation and Installation for that. - + Requirements - -In order to successfully use &rekonq;, you need at least &Qt; 4.6.x and &kde; 4.4.x. - - +In order to successfully use &rekonq;, you need at least &Qt; 4.6.x and &kde; 4.4.x. Compilation and Installation -If you wish to compile &rekonq;, go to -The how to compile &rekonq; page. - +If you wish to compile &rekonq;, you have to install the headers of kdelibs and you need git and the build essentials installed. + +Under Debian/Ubuntu you get those throught running + + + sudo apt-get + build-essential kdelibs5-dev git-core + + + +Under OpenSuse you get those throught running + + sudo zypper + libkde4-devel git-core gcc gcc-c++ make cmake + + + + +We will be using git, as the most recent code is available on the git repository. The gitorious page for rekonq can be found here. Stable releases, can also be downloaded here in form of tarballs. + + + +Now we need to checkout the latest code. To do so, in a terminal run: + + + + + git git://gitorious.org/rekonq/mainline.git + + + + +To compile the code tip in the following + + + + + cd directory_where_rekonq_source_code_is + + + + + + mkdir build + + + + + + cd build + + + + + + cmake ` .. + + + + + + make + + + + + + sudo make install + -- cgit v1.2.1