summaryrefslogtreecommitdiffstats
path: root/doc/filelight/index.docbook
diff options
context:
space:
mode:
Diffstat (limited to 'doc/filelight/index.docbook')
-rw-r--r--doc/filelight/index.docbook29
1 files changed, 15 insertions, 14 deletions
diff --git a/doc/filelight/index.docbook b/doc/filelight/index.docbook
index f68d7de..7152d21 100644
--- a/doc/filelight/index.docbook
+++ b/doc/filelight/index.docbook
@@ -158,7 +158,7 @@ consistent documentation style across all KDE apps. -->
<para>The <guimenuitem>Appearance</guimenuitem> tab allows you to configure the way &filelight; looks.</para>
-<para>The <guimenuitem>Scheme</guimenuitem> section is used to choose a color scheme for &filelight;. The color schemes are Rainbow, KDE Colours, and High Contrast. There is also a <guimenuitem>Contrast:</guimenuitem> slider to adjust the contrast of the ring segments for easier viewing.</para>
+<para>The <guimenuitem>Scheme</guimenuitem> section is used to choose a color scheme for &filelight;. The color schemes are Rainbow, TDE Colours, and High Contrast. There is also a <guimenuitem>Contrast:</guimenuitem> slider to adjust the contrast of the ring segments for easier viewing.</para>
<para>The <guimenuitem>Use anti-aliasing</guimenuitem> checkbox is used to enable the use of anti-aliasing in the &filelight; view. Selected, this option makes the ring segments have a much cleaner look.</para>
@@ -175,17 +175,16 @@ consistent documentation style across all KDE apps. -->
<sect1 id="starting">
<title>Starting &filelight;</title>
-<para>&filelight; can be started from the K-Menu, or from the command-line</para>
+<para>&filelight; can be started from the TDE-Menu, or from the command-line</para>
<sect2 id="starting-from-the-menu">
-<title>From the K-Menu</title>
+<title>From the TDE-Menu</title>
<para>
-Open the &kde; program menu by clicking on the
-<guiicon>big K</guiicon> icon on your
+Open the Menu by clicking on the <guiicon>big "T-like"</guiicon> icon on your
panel. This will raise the <guimenu>program menu</guimenu>. Move your
-cursor up the menu to the <guimenu>Utilities</guimenu> menu item. Choose
-<guimenuitem>&filelight;</guimenuitem>.
+cursor up the menu to the <guimenu>Utilities</guimenu> menu item, then to <guimenu>File</guimenu>. Choose
+<guimenuitem>Disk Usage Statistics (Filelight)</guimenuitem>.
</para>
</sect2>
@@ -240,7 +239,7 @@ You can open directories with Konqueror or Konsole using the context menu for th
</para>
<para>
-If you want to improve the documentation, I'll happily accept patches :) Thanks.
+If you want to improve the documentation, We'll happily accept patches :) Thanks.
</para>
<!--<sect2 id="scan-home"><para>1</para></sect2>
@@ -487,9 +486,9 @@ If you want to improve the documentation, I'll happily accept patches :) Thanks.
<varlistentry>
<term><menuchoice>
<guimenu>Help</guimenu>
-<guimenuitem>About KDE</guimenuitem>
+<guimenuitem>About TDE</guimenuitem>
</menuchoice></term>
-<listitem><para><action>Starts the About &kde; dialog window.</action></para></listitem>
+<listitem><para><action>Starts the About &tde; dialog window.</action></para></listitem>
</varlistentry>
</variablelist>
@@ -577,8 +576,8 @@ Documentation copyright 2003 Max B. Howell <email>max.howell@methylblue.com</ema
<title>How to obtain &filelight;</title>
<para>
-&filelight; is not yet part of the KDE project, it can be found at:
-<ulink url="http://www.methylblue.com/filelight/">http://www.methylblue.com/filelight/</ulink>.
+&filelight; is now part of the TDE project, it can be found at:
+<ulink url="http://trinitydesktop.org/">http://trinitydesktop.org/</ulink>.
</para>
</sect1>
@@ -588,13 +587,15 @@ Documentation copyright 2003 Max B. Howell <email>max.howell@methylblue.com</ema
<para>
In order to compile and install &filelight; on your system, type the following in the base directory of the &filelight; distribution:
<screen width="40">
-<prompt>%</prompt> <userinput>./configure --prefix=`tde-config --prefix`</userinput>
+<prompt>%</prompt> <userinput>mkdir -p build</userinput>
+<prompt>%</prompt> <userinput>cd build</userinput>
+<prompt>%</prompt> <userinput>cmake ../</userinput>
<prompt>%</prompt> <userinput>make</userinput>
<prompt>%</prompt> <userinput>make install</userinput>
</screen>
</para>
-<para>Since &filelight; uses autoconf and automake you should have not trouble compiling it. Should you run into problems please report them to filelight@methylblue.com or the &filelight; Forums.</para>
+<para>Since &filelight; uses cmake you should have not trouble compiling it. Default options for cmake build are available in the INSTALL file.</para>
</sect1>