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/automatic_filters.png | Bin 56501 -> 18929 bytes docs/cache.png | Bin 61487 -> 20455 bytes docs/cookies.png | Bin 77768 -> 24851 bytes docs/fonts.png | Bin 57415 -> 18958 bytes docs/general.png | Bin 69690 -> 22887 bytes docs/index.docbook | 208 +++++++++++++++++++++++++++++++++++++++------ docs/own_filter.png | Bin 11375 -> 5063 bytes docs/proxy.png | Bin 73465 -> 23210 bytes docs/shortcuts.png | Bin 87938 -> 26675 bytes docs/tabs.png | Bin 62259 -> 20439 bytes docs/webkit.png | Bin 75241 -> 24183 bytes docs/webshortcuts.png | Bin 86908 -> 25719 bytes 12 files changed, 182 insertions(+), 26 deletions(-) diff --git a/docs/automatic_filters.png b/docs/automatic_filters.png index ad69fd3a..a5c55beb 100644 Binary files a/docs/automatic_filters.png and b/docs/automatic_filters.png differ diff --git a/docs/cache.png b/docs/cache.png index 27e683c6..19467578 100644 Binary files a/docs/cache.png and b/docs/cache.png differ diff --git a/docs/cookies.png b/docs/cookies.png index 24c860e3..0fe2cf3c 100644 Binary files a/docs/cookies.png and b/docs/cookies.png differ diff --git a/docs/fonts.png b/docs/fonts.png index 54a1a10e..a8f0f290 100644 Binary files a/docs/fonts.png and b/docs/fonts.png differ diff --git a/docs/general.png b/docs/general.png index d3e02f22..8f0d8fb4 100644 Binary files a/docs/general.png and b/docs/general.png differ 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 + diff --git a/docs/own_filter.png b/docs/own_filter.png index 01242602..21fd5489 100644 Binary files a/docs/own_filter.png and b/docs/own_filter.png differ diff --git a/docs/proxy.png b/docs/proxy.png index f08dce80..64cf0880 100644 Binary files a/docs/proxy.png and b/docs/proxy.png differ diff --git a/docs/shortcuts.png b/docs/shortcuts.png index b47cb37b..f27c2f74 100644 Binary files a/docs/shortcuts.png and b/docs/shortcuts.png differ diff --git a/docs/tabs.png b/docs/tabs.png index 21f81c7c..aff84377 100644 Binary files a/docs/tabs.png and b/docs/tabs.png differ diff --git a/docs/webkit.png b/docs/webkit.png index 9698be6d..62cff0e1 100644 Binary files a/docs/webkit.png and b/docs/webkit.png differ diff --git a/docs/webshortcuts.png b/docs/webshortcuts.png index 7f20e110..cc245d16 100644 Binary files a/docs/webshortcuts.png and b/docs/webshortcuts.png differ -- cgit v1.2.1