Warning, /network/kio-extras/doc/kioworker/info/index.docbook is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" ?>
0002 <!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
0003 "dtd/kdedbx45.dtd" [
0004 <!ENTITY % addindex "IGNORE">
0005 <!ENTITY % English "INCLUDE" > <!-- change language only here -->
0006 ]>
0007         
0008 <article lang="&language;" id="info">
0009 <title>Info</title>
0010 <articleinfo>
0011 <authorgroup>
0012 <author>&Lauri.Watts; &Lauri.Watts.mail;</author>
0013 <author>
0014   <firstname>Nicolas</firstname>
0015   <surname>Goutte</surname>
0016   <email>goutte@kde.org</email>
0017 </author>
0018 <!-- TRANS:ROLES_OF_TRANSLATORS -->
0019 </authorgroup>
0020 </articleinfo>
0021 
0022 <para>Info is a type of documentation.  The documents are in a file
0023 format called texinfo, and can be read on the command line with the
0024 <ulink url="info:/info"><command>info</command></ulink> program.</para>
0025 
0026 <para>The Info KIO worker allows you to read the info pages installed on
0027 your system, from within &konqueror;.  You can use it very easily:</para>
0028 
0029 <screen><userinput><command>info:</command><replaceable>gcc</replaceable></userinput></screen>
0030 
0031 <para>This would show you the top level node of the Info documentation
0032 for the &gcc; compiler.</para>
0033 
0034 <para>Info is a &GNU; replacement for
0035 <command>man</command>, but is not widely used outside of
0036 &GNU; software.</para>
0037 
0038 <para>You can quite easily browse the info documentation you have
0039 installed from within the &khelpcenter; application, or you can use the
0040 info KIO worker directly from within both &konqueror; and the
0041 mini-cli.</para>
0042 
0043 </article>