SVN commit 598873 by adridg:
Try giving this page some more text and also mention FISH;
some of this might go in the user documentation as well.
CCMAIL: kfm-devel kde.org
M +42 -0 index.php
--- trunk/www/sites/konqueror/features/index.php
#598872:598873
 -7,6
+7,48 
<p>Konqueror is a versatile application. Use the
links on the left to take a look at its features.</p>
+<div id="quicklinks">
+[
+<a href="browser.php">Browser</a> |
+<a href="filemanager.php">File
Manager</a> |
+<a href="viewer.php">File Viewer</a>
+]
+</div>
+
+<!-- Text quoted from Wikipedia, suggested by Gabriel A.
-->
+
+<p>
+In addition to <a
href="browser.php">browsing files and web
sites</a>,
+Konqueror utilizes KIO plugins
+to extend its capabilities well beyond those of other
browsers and file
+managers. It uses components of KIO, the Konqueror I/O
plugin system, to
+access different protocols such as HTTP and
+FTP (support for these
+protocols is built-in).
+</p>
+
+<p>
+Similarly, Konqueror can use KIO plugins (called IOslaves)
to access ZIP
+files and other
+archives, smb (Windows) shares, to process ed2k links
(edonkey/emule), or
+even to browse audio CDs,
+("audiocd:/") and rip them via
+drag-and-drop.
+These capabilities are used when
+Konqueror is in <a href="viewer.php">file
viewer</a> mode.
+The "man:"
+and "info:" IOslaves are handy for fetching
nicely formatted documentation.
+</p>
+
+<p>
+Finally, Konqueror can act as a <a
href="filemanager.php">file manager</a>
+for local files but also, through FTP, WebDAV or other
protocols,
+as a file manager for files on remote machines.
+The FISH ("fish://user host") protocol can be
used to manipulate
+files through SSH, allowing you to use Konqueror as the
file manager
+for almost any machine you can connect to on the internet.
+</p>
+
<?php
include("footer.inc");
?>
|