Konqueror: Difference between revisions

    From KDE UserBase Wiki
    (Markup edit)
    (Marked this version for translation)
    Line 1: Line 1:
    <languages />
    <languages />
    {|class="vertical-centered"
    {|class="vertical-centered"
    |[[Image:Konqueror-welcomepage-kde4.png|thumb|center|250px]]||<translate>'''The multi-talented file manager and browser'''</translate>
    |[[Image:Konqueror-welcomepage-kde4.png|thumb|center|250px]]||<translate><!--T:1-->
    '''The multi-talented file manager and browser'''</translate>
    |}
    |}


    <translate>
    <translate>
    ==General features==
    ==General features== <!--T:2-->


    <!--T:3-->
    Many of '''Konqueror''''s features can be used regardless of what you are viewing: for example, multiple tabs, the sidebar, window frames and bookmarks. This makes it not only a powerful web-browser, but also a powerful general-purpose application.
    Many of '''Konqueror''''s features can be used regardless of what you are viewing: for example, multiple tabs, the sidebar, window frames and bookmarks. This makes it not only a powerful web-browser, but also a powerful general-purpose application.


    <!--T:4-->
    {|class="vertical-centered"
    {|class="vertical-centered"
    |'''Features'''
    |'''Features'''
    Line 20: Line 23:
    |}
    |}


    ===Tabs===
    ===Tabs=== <!--T:5-->


    <!--T:6-->
    Using tabs in '''Konqueror''' is similar to using tabs in many other KDE applications. You can create a new tab by going to the, <menuchoice>File</menuchoice> menu. You can find ways to interact with tabs by right-clicking any tab you currently have open. You can also move tabs by clicking with the middle mouse button and dragging them across the tab bar.
    Using tabs in '''Konqueror''' is similar to using tabs in many other KDE applications. You can create a new tab by going to the, <menuchoice>File</menuchoice> menu. You can find ways to interact with tabs by right-clicking any tab you currently have open. You can also move tabs by clicking with the middle mouse button and dragging them across the tab bar.


    ===Frames===
    ===Frames=== <!--T:7-->


    <!--T:8-->
    ''Frames'' allow you to view multiple locations, documents or websites in a single window under a single tab by splitting the window. This can be used e.g. to view multiple web pages at once, to copy files from one location to another (either from one folder to another or from a remote location like an FTP site or a shared network folder), view or compare two documents at the same time and for many other possibilities.
    ''Frames'' allow you to view multiple locations, documents or websites in a single window under a single tab by splitting the window. This can be used e.g. to view multiple web pages at once, to copy files from one location to another (either from one folder to another or from a remote location like an FTP site or a shared network folder), view or compare two documents at the same time and for many other possibilities.
    To use frames, either go to the <menuchoice>Window</menuchoice> menu or right-click on the status bar at the bottom of the window and select either <menuchoice>Split view left/right</menuchoice> or <menuchoice>Split view top/bottom</menuchoice>. You can also create or remove frames using the short-cuts displayed in the <menuchoice>Window</menuchoice> menu for each action. You can control each view by clicking on it and interacting with it as usual.</translate>
    To use frames, either go to the <menuchoice>Window</menuchoice> menu or right-click on the status bar at the bottom of the window and select either <menuchoice>Split view left/right</menuchoice> or <menuchoice>Split view top/bottom</menuchoice>. You can also create or remove frames using the short-cuts displayed in the <menuchoice>Window</menuchoice> menu for each action. You can control each view by clicking on it and interacting with it as usual.</translate>


    :{|class="vertical-centered"
    :{|class="vertical-centered"
    |[[Image:Konqueror_frames.png|thumb|256px|<translate>Frames in Konqueror</translate>]]
    |[[Image:Konqueror_frames.png|thumb|256px|<translate><!--T:9-->
    Frames in Konqueror</translate>]]
    |}
    |}
    <translate>
    <translate>
    ==Konqueror as a web browser==</translate>
    ==Konqueror as a web browser== <!--T:10--></translate>


    :{|class="vertical-centered"
    :{|class="vertical-centered"
    |[[Image:Konqueror-as-a-webbrowser.png|thumb|265px|<translate>The Konqueror Web Browser</translate>]]
    |[[Image:Konqueror-as-a-webbrowser.png|thumb|265px|<translate><!--T:11-->
    The Konqueror Web Browser</translate>]]
    |}
    |}


    <translate>
    <translate>
    <!--T:12-->
    '''Konqueror''' is the built-in web browser. It has fast, standards-compliant HTML and JavaScript rendering engines, '''KHTML''' and '''KJS''' respectively, which are most noted for being Apple's choice for developing the popular '''Webkit''' rendering engine, chosen for its speed and standards-compliance. It also has support for various '''Firefox'''-compatible plug-ins, ''Java'', several image formats, ''Secure Socket Layer (SSL)'' connections and more. To see all of '''Konqueror''''s supported standards, navigate to, <menuchoice>about:konqueror/specs</menuchoice> in a Konqueror window.
    '''Konqueror''' is the built-in web browser. It has fast, standards-compliant HTML and JavaScript rendering engines, '''KHTML''' and '''KJS''' respectively, which are most noted for being Apple's choice for developing the popular '''Webkit''' rendering engine, chosen for its speed and standards-compliance. It also has support for various '''Firefox'''-compatible plug-ins, ''Java'', several image formats, ''Secure Socket Layer (SSL)'' connections and more. To see all of '''Konqueror''''s supported standards, navigate to, <menuchoice>about:konqueror/specs</menuchoice> in a Konqueror window.


    ===KHTML vs. Webkit===
    ===KHTML vs. Webkit=== <!--T:13-->


    <!--T:14-->
    Since Nokia ported '''Webkit''' into their toolkit in ''Qt 4.5'', there has been a lot of discussion about replacing '''KHTML''' with '''Webkit''' in '''Konqueror'''. The KDE developers have written a '''WebKit''' component '''(KPart)''' which can replace '''KHTML''' which is still the default rendering engine. At some point in the future that default might change, but for now the '''WebKit KPart''' is an optional component you will have to install if you want to use it. Besides '''Konqueror''', there are a few other KDE browsers in development which make use of '''WebKit''' by default, ([http://code.google.com/p/arora/ Arora] and [[Rekonq|Rekonq]], for example.
    Since Nokia ported '''Webkit''' into their toolkit in ''Qt 4.5'', there has been a lot of discussion about replacing '''KHTML''' with '''Webkit''' in '''Konqueror'''. The KDE developers have written a '''WebKit''' component '''(KPart)''' which can replace '''KHTML''' which is still the default rendering engine. At some point in the future that default might change, but for now the '''WebKit KPart''' is an optional component you will have to install if you want to use it. Besides '''Konqueror''', there are a few other KDE browsers in development which make use of '''WebKit''' by default, ([http://code.google.com/p/arora/ Arora] and [[Rekonq|Rekonq]], for example.


    ==Konqueror as a file manager==
    ==Konqueror as a file manager== <!--T:15-->


    <!--T:16-->
    Konqueror uses the '''Dolphin KPart''' for file management, giving it all the abilities of [[Dolphin|Dolphin]]. It includes many configuration options under the <menuchoice>Settings menu -> Configure Konqueror... -> File Manager</menuchoice> configuration dialogue. Changes applied here will affect '''Dolphin''' and vice versa. For all of '''Konqueror''''s file-management capabilities, check '''Dolphin''''s page.</translate>
    Konqueror uses the '''Dolphin KPart''' for file management, giving it all the abilities of [[Dolphin|Dolphin]]. It includes many configuration options under the <menuchoice>Settings menu -> Configure Konqueror... -> File Manager</menuchoice> configuration dialogue. Changes applied here will affect '''Dolphin''' and vice versa. For all of '''Konqueror''''s file-management capabilities, check '''Dolphin''''s page.</translate>


    {|class="vertical-centered"
    {|class="vertical-centered"
    |[[Image:Konqueror-filesystembrowsing-kde4.png|thumb|265px|<translate>The Konqueror File Browser</translate>]]
    |[[Image:Konqueror-filesystembrowsing-kde4.png|thumb|265px|<translate><!--T:17-->
    The Konqueror File Browser</translate>]]
    |}
    |}
    <translate>
    <translate>
    <!--T:18-->
    '''Konqueror''' is also a universal viewing application, thanks to its ability to embed audio, video and document viewers.
    '''Konqueror''' is also a universal viewing application, thanks to its ability to embed audio, video and document viewers.


    == Tutorials ==
    == Tutorials == <!--T:19-->


    ===Using Mousegestures===
    ===Using Mousegestures=== <!--T:20-->
    </translate>
    </translate>
    * [[Tutorials/Mousegestures for all Browsers|<translate>Mousegestures for all Browsers</translate>]]
    * [[Tutorials/Mousegestures for all Browsers|<translate><!--T:21-->
    Mousegestures for all Browsers</translate>]]


    <translate>
    <translate>
    ===I'd like Konqueror to be my default file manager===
    ===I'd like Konqueror to be my default file manager=== <!--T:22-->


    <!--T:23-->
    Starting from KDE Software Compilation 4.2, you can change the default file manager through <menuchoice>[[System Settings|System Settings]] -> Default Applications</menuchoice>
    Starting from KDE Software Compilation 4.2, you can change the default file manager through <menuchoice>[[System Settings|System Settings]] -> Default Applications</menuchoice>


    ===Konqueror's WebKit view mode===
    ===Konqueror's WebKit view mode=== <!--T:24-->


    <!--T:25-->
    Since KDE Software Compilation 4.5, '''Konqueror''' can use '''Webkit''' engine to browse webpages via '''[[Glossary#KPart|KParts]]''' technology. <menuchoice>Settings -> Configure Konqueror -> File Manangement -> File Associations</menuchoice>, search '''''html''''' type, then click <menuchoice>Embedding</menuchoice> tab and move '''Webkit(kwebkitpart)''' up.
    Since KDE Software Compilation 4.5, '''Konqueror''' can use '''Webkit''' engine to browse webpages via '''[[Glossary#KPart|KParts]]''' technology. <menuchoice>Settings -> Configure Konqueror -> File Manangement -> File Associations</menuchoice>, search '''''html''''' type, then click <menuchoice>Embedding</menuchoice> tab and move '''Webkit(kwebkitpart)''' up.


    ===Using GMail's Web Interface in Konqueror===
    ===Using GMail's Web Interface in Konqueror=== <!--T:26-->
    </translate>
    </translate>
    ''[http://forum.kde.org/how-access-gmail-konqueror-not-html-mode-t-9036.html <translate>This forum page]'' deals with improving the display of GMail within Konqueror</translate>
    ''[http://forum.kde.org/how-access-gmail-konqueror-not-html-mode-t-9036.html <translate><!--T:27-->
    This forum page]'' deals with improving the display of GMail within Konqueror</translate>


    <translate>
    <translate>
    ==Hints and Tips==
    ==Hints and Tips== <!--T:28-->


    ===Look up a Wikipedia entry===
    ===Look up a Wikipedia entry=== <!--T:29-->


    <!--T:30-->
    You can look up words in '''Wikipedia''' in record-speed? Imagine a colleague comes in and talks about ''ISCSI''. You don't know what it is? No problem, just type {{Input|1=wp:ISCSI}}in your '''konqueror''' browser and <keycap>ENTER</keycap>. You will be shown the Wikipedia (wp) article on iscsi.  
    You can look up words in '''Wikipedia''' in record-speed? Imagine a colleague comes in and talks about ''ISCSI''. You don't know what it is? No problem, just type {{Input|1=wp:ISCSI}}in your '''konqueror''' browser and <keycap>ENTER</keycap>. You will be shown the Wikipedia (wp) article on iscsi.  


    ===Format a man page for easy reading===
    ===Format a man page for easy reading=== <!--T:31-->


    <!--T:32-->
    Type in man:rsync to get the whole information about using rsync, in a form that's easy on the eye and better for printing, too.
    Type in man:rsync to get the whole information about using rsync, in a form that's easy on the eye and better for printing, too.


    ===Find other capabilities on Konqueror===
    ===Find other capabilities on Konqueror=== <!--T:33-->


    <!--T:34-->
    For more shortcuts, have a look at <menuchoice>konqueror -> Settings -> Configure Konqueror -> Web Browsing -> Web Shortcuts</menuchoice>.
    For more shortcuts, have a look at <menuchoice>konqueror -> Settings -> Configure Konqueror -> Web Browsing -> Web Shortcuts</menuchoice>.


    == Keywords ==
    == Keywords == <!--T:35-->


    <!--T:36-->
    File manager, File browser, File management, web browser, Internet, file viewer, embedded preview, KPart, KIO
    File manager, File browser, File management, web browser, Internet, file viewer, embedded preview, KPart, KIO


    <!--T:37-->
    * '''[http://konqueror.kde.org/ Konqueror Website]'''
    * '''[http://konqueror.kde.org/ Konqueror Website]'''
    * '''[http://docs.kde.org/stable/en/kdebase-apps/konqueror/index.html Konqueror Handbook]'''
    * '''[http://docs.kde.org/stable/en/kdebase-apps/konqueror/index.html Konqueror Handbook]'''


    <!--T:38-->
    [[Category:Internet]]
    [[Category:Internet]]
    [[Category:Desktop]]
    [[Category:Desktop]]

    Revision as of 17:58, 7 September 2010

    The multi-talented file manager and browser

    General features

    Many of Konqueror's features can be used regardless of what you are viewing: for example, multiple tabs, the sidebar, window frames and bookmarks. This makes it not only a powerful web-browser, but also a powerful general-purpose application.

    Features
    • Powerful and flexible file manager
    • Standards-compliant KHTML browser engine
    • Embedded viewing of files thanks to KParts
    • Multiple split views and tabs
    • Sidebars and extensions to provide additional functionality
    • Integration with other KDE applications like KGet Download Manager and Akregator Feed Reader
    • Remote and pseudo-filesystem file management through KIO

    Tabs

    Using tabs in Konqueror is similar to using tabs in many other KDE applications. You can create a new tab by going to the, File menu. You can find ways to interact with tabs by right-clicking any tab you currently have open. You can also move tabs by clicking with the middle mouse button and dragging them across the tab bar.

    Frames

    Frames allow you to view multiple locations, documents or websites in a single window under a single tab by splitting the window. This can be used e.g. to view multiple web pages at once, to copy files from one location to another (either from one folder to another or from a remote location like an FTP site or a shared network folder), view or compare two documents at the same time and for many other possibilities. To use frames, either go to the Window menu or right-click on the status bar at the bottom of the window and select either Split view left/right or Split view top/bottom. You can also create or remove frames using the short-cuts displayed in the Window menu for each action. You can control each view by clicking on it and interacting with it as usual.

    Frames in Konqueror

    Konqueror as a web browser

    The Konqueror Web Browser

    Konqueror is the built-in web browser. It has fast, standards-compliant HTML and JavaScript rendering engines, KHTML and KJS respectively, which are most noted for being Apple's choice for developing the popular Webkit rendering engine, chosen for its speed and standards-compliance. It also has support for various Firefox-compatible plug-ins, Java, several image formats, Secure Socket Layer (SSL) connections and more. To see all of Konqueror's supported standards, navigate to, about:konqueror/specs in a Konqueror window.

    KHTML vs. Webkit

    Since Nokia ported Webkit into their toolkit in Qt 4.5, there has been a lot of discussion about replacing KHTML with Webkit in Konqueror. The KDE developers have written a WebKit component (KPart) which can replace KHTML which is still the default rendering engine. At some point in the future that default might change, but for now the WebKit KPart is an optional component you will have to install if you want to use it. Besides Konqueror, there are a few other KDE browsers in development which make use of WebKit by default, (Arora and Rekonq, for example.

    Konqueror as a file manager

    Konqueror uses the Dolphin KPart for file management, giving it all the abilities of Dolphin. It includes many configuration options under the Settings menu -> Configure Konqueror... -> File Manager configuration dialogue. Changes applied here will affect Dolphin and vice versa. For all of Konqueror's file-management capabilities, check Dolphin's page.

    The Konqueror File Browser

    Konqueror is also a universal viewing application, thanks to its ability to embed audio, video and document viewers.

    Tutorials

    Using Mousegestures

    I'd like Konqueror to be my default file manager

    Starting from KDE Software Compilation 4.2, you can change the default file manager through [[System Settings|System Settings]] -> Default Applications

    Konqueror's WebKit view mode

    Since KDE Software Compilation 4.5, Konqueror can use Webkit engine to browse webpages via KParts technology. Settings -> Configure Konqueror -> File Manangement -> File Associations, search html type, then click Embedding tab and move Webkit(kwebkitpart) up.

    Using GMail's Web Interface in Konqueror

    This forum page deals with improving the display of GMail within Konqueror

    Hints and Tips

    Look up a Wikipedia entry

    You can look up words in Wikipedia in record-speed? Imagine a colleague comes in and talks about ISCSI. You don't know what it is? No problem, just type

    wp:ISCSI

    in your konqueror browser and ENTER. You will be shown the Wikipedia (wp) article on iscsi.

    Format a man page for easy reading

    Type in man:rsync to get the whole information about using rsync, in a form that's easy on the eye and better for printing, too.

    Find other capabilities on Konqueror

    For more shortcuts, have a look at konqueror -> Settings -> Configure Konqueror -> Web Browsing -> Web Shortcuts.

    Keywords

    File manager, File browser, File management, web browser, Internet, file viewer, embedded preview, KPart, KIO