From 8e90c28fb2501009f259a084bb2e30388ab8e85e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 4 Apr 2020 19:59:50 +0200 Subject: Move translations to a new directory layout. Add support for LINGUAS for listing translations to install. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- doc/CMakeLists.txt | 15 +- doc/en/CMakeLists.txt | 3 + doc/en/config_appear.png | Bin 0 -> 11948 bytes doc/en/config_scan.png | Bin 0 -> 12905 bytes doc/en/filemap.png | Bin 0 -> 12209 bytes doc/en/index.docbook | 614 ++++++++++++++++++++++++++++++++++++++++ doc/en/main.png | Bin 0 -> 19721 bytes doc/filelight/CMakeLists.txt | 3 - doc/filelight/config_appear.png | Bin 11948 -> 0 bytes doc/filelight/config_scan.png | Bin 12905 -> 0 bytes doc/filelight/filemap.png | Bin 12209 -> 0 bytes doc/filelight/index.docbook | 614 ---------------------------------------- doc/filelight/main.png | Bin 19721 -> 0 bytes 13 files changed, 630 insertions(+), 619 deletions(-) create mode 100644 doc/en/CMakeLists.txt create mode 100644 doc/en/config_appear.png create mode 100644 doc/en/config_scan.png create mode 100644 doc/en/filemap.png create mode 100644 doc/en/index.docbook create mode 100644 doc/en/main.png delete mode 100644 doc/filelight/CMakeLists.txt delete mode 100644 doc/filelight/config_appear.png delete mode 100644 doc/filelight/config_scan.png delete mode 100644 doc/filelight/filemap.png delete mode 100644 doc/filelight/index.docbook delete mode 100644 doc/filelight/main.png (limited to 'doc') diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt index 03be086..70d6348 100644 --- a/doc/CMakeLists.txt +++ b/doc/CMakeLists.txt @@ -1,3 +1,14 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +file( GLOB _dirs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} * ) +string( REGEX REPLACE "[ \r\n\t]+" ";" _linguas "$ENV{LINGUAS}" ) -tde_auto_add_subdirectories( ) +foreach( _dir ${_dirs} ) + if( IS_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/${_dir} AND + EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${_dir}/CMakeLists.txt ) + if( "${_dir}" STREQUAL "en" OR + "${_dir}" STREQUAL "man" OR + "${_linguas}" MATCHES "^;*$" OR + ";${_linguas};" MATCHES ";${_dir};" ) + add_subdirectory( ${_dir} ) + endif( ) + endif() +endforeach() diff --git a/doc/en/CMakeLists.txt b/doc/en/CMakeLists.txt new file mode 100644 index 0000000..b003b84 --- /dev/null +++ b/doc/en/CMakeLists.txt @@ -0,0 +1,3 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer +tde_create_handbook( DESTINATION filelight ) + diff --git a/doc/en/config_appear.png b/doc/en/config_appear.png new file mode 100644 index 0000000..794fa71 Binary files /dev/null and b/doc/en/config_appear.png differ diff --git a/doc/en/config_scan.png b/doc/en/config_scan.png new file mode 100644 index 0000000..05f50d3 Binary files /dev/null and b/doc/en/config_scan.png differ diff --git a/doc/en/filemap.png b/doc/en/filemap.png new file mode 100644 index 0000000..4686996 Binary files /dev/null and b/doc/en/filemap.png differ diff --git a/doc/en/index.docbook b/doc/en/index.docbook new file mode 100644 index 0000000..7152d21 --- /dev/null +++ b/doc/en/index.docbook @@ -0,0 +1,614 @@ + + + Filelight"> + + + +]> + + + + + + + + + + + + + + + +The &filelight; Handbook + + + +Max +Howell + +
max.howell@methylblue.com
+
+
+
+ + + + +2003 +Max Howell + + + +&FDLNotice; + + + +03/11/2003 +2 + + + + + +&filelight; displays disk usage information recursively, effectively a graphical version of the command line tool, du. + + + + + + +KDE +Filelight +du +disk usage +statistics + + +
+ + + + +Introduction + + +Filelight Screenshot + + +Screenshot + + + + + +&filelight; allows you to quickly understand exactly where your diskspace is being used by graphically representing your filesystem as a set of concentric segmented-rings. You can use it to locate hotspots of disk usage and then manipulate those areas using Konqueror. + + + + + + +Configuring &filelight; + +The &filelight; settings dialog has two tabs for configuring the &filelight; options. The two tabs are Scanning and Appearance. Below is a description of the settings tabs. The &filelight; settings dialog can be found by clicking SettingsConfigure Filelight. + + +Scanning + + +Scanning Screenshot + + +Screenshot + + + +The scanning tab allows you to configure how &filelight; scans directories. The Don't scan these directories: is used to excluded certain directories from your scan. This option is very useful for skipping directories that you may not have permissions to read, or directories that are part of a virtual filesystem, such as /proc. To add a directory to the list, click the Add... button, this will start a dialog where you can choose the directory of your choice from a tree view. To remove a directory simply select the directory of your choice and click the Remove button. + + + + + +Appearance + + +Appearance Screenshot + + +Screenshot + + + +The Appearance tab allows you to configure the way &filelight; looks. + +The Scheme section is used to choose a color scheme for &filelight;. The color schemes are Rainbow, TDE Colours, and High Contrast. There is also a Contrast: slider to adjust the contrast of the ring segments for easier viewing. + +The Use anti-aliasing 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. + +The Vary label font sizes check box is useful when you have files or directories with long names. This option will change the size of the font to allow it to fit in the view better. When this option is enabled a Minimum font size: spinbox becomes available for choosing the smallest size font to scale to. + +The Show small files option is disabled by default as small files tend to clutter the &filelight; view. Enable this option if you would like to have your small files included in the &filelight; view. + + + + + + +Using &filelight; + + +Starting &filelight; +&filelight; can be started from the TDE-Menu, or from the command-line + + +From the TDE-Menu + + +Open the Menu by clicking on the big "T-like" icon on your +panel. This will raise the program menu. Move your +cursor up the menu to the Utilities menu item, then to File. Choose +Disk Usage Statistics (Filelight). + + + + + + +From the Command Line + + +You can start &filelight; by typing its name on the command line. +If you give it a directory name, as in the example below, it will scan that directory. + + + + +%filelight + + + + + + + +Scanning Directories + +Scanning a directory shows it's contents as a filemap. To scan a directory, use the scan menu, or type a url straight into the location bar. + + + + + + + +Exploring Filemaps + +Once a scan has completed you will be presented with a filemap that represents the directory you scanned. The filemap is a series of segmented-rings that expand from the center. Brightly coloured segments are directories, grey segments are files. Segments are sized in proportion to their filesize. Segments can be nested, so for example, /home/mxcl will be one level outwards and within the bounds of the segment representing /home. Segments are labeled and hovering the mouse over segments will give you more details of that segment and its child segments. + + + +Filemap Screenshot + + +Screenshot + + + + +You can open directories with Konqueror or Konsole using the context menu for that segment. Middle clicks open files by mimetype, so images with Kuickshow. You can right click the central circle to get a context menu for the scanned directory. Left clicking segments will re-center the map on that segment. + + + +If you want to improve the documentation, We'll happily accept patches :) Thanks. + + + + + + + + + + + + + + + + + +Menu and Command Reference + + +The Scan Menu + + + + +Ctrlo + +Scan +Scan Directory.. + +Offers a directory selection dialog so you can choose a directory to scan. + + + + + +CtrlHome + +Scan +Scan Home Directory + +Starts a scan of the user's home directory. + + + + +Scan +Scan Root Directory + +Starts a scan of the root directory. + + + + +Scan +Recent Scans + +Provides a list of your most recent scanned directories allowing quick access to these directories. + + + + + +F5 + +Scan +Rescan + +Starts a new scan of the current working directory, this is useful when changes have been made to the filesystem. + + + + + +Esc + +Scan +Stop + +Stops the current scan. + + + + + +Ctrlq + +Scan +Quit + +Quits &filelight;. + + + + + + +The Go Menu + + + + + +AltUp + +Go +Up + +Moves you up once in the filesystem. + + + + + +AltLeft + +Go +Back + +Moves you one step back in your browsing of the filesystem. + + + + + +AltRight + +Go +Forward + +Moves you one step forward in your browsing of the filesystem. + + + + + + +The Settings Menu + + + + + +Settings +Toolbars +Show Main Toolbar + +Enables or disable the main application toolbar. + + + + +Settings +Toolbars +Show Location Toolbar + +Enables or disable the location toolbar. + + + + +Settings +Configure Shortcuts... + +Allows you to configure the &filelight; shortcuts. + + + + +Settings +Configure Toolbars... + +Allows you to configure the &filelight; toolbar options. + + + + +Settings +Configure Filelight... + +Starts the Configure &filelight; dialog. + + + + + + +The Help Menu + + + + +Help +Filelight Handbook + +Opens this help document. + + + + + +ShiftF1 + +Help +What's This? + +Activates the "What's This?" mouse cursor allowing you to click an object to get a "What's this?" tooltip. + + + + +Help +Report Bug... + +Starts the bug report tool dialog window. + + + + +Help +About Filelight + +Starts the About &filelight; dialog window. + + + + +Help +About TDE + +Starts the About &tde; dialog window. + + + + + + + + + + + + + + + + +Credits and License + + +&filelight; +Program copyright 2003 Max B. Howell max.howell@methylblue.com + +&underGPL; + + + + +Documentation + + +Documentation copyright 2003 Max B. Howell max.howell@methylblue.com + + +&underFDL; + + + + + + +Installation + + +How to obtain &filelight; + + +&filelight; is now part of the TDE project, it can be found at: +http://trinitydesktop.org/. + + + + +Compilation and Installation + + +In order to compile and install &filelight; on your system, type the following in the base directory of the &filelight; distribution: + +% mkdir -p build +% cd build +% cmake ../ +% make +% make install + + + +Since &filelight; uses cmake you should have not trouble compiling it. Default options for cmake build are available in the INSTALL file. + + + + + +&documentation.index; +
+ diff --git a/doc/en/main.png b/doc/en/main.png new file mode 100644 index 0000000..36d2396 Binary files /dev/null and b/doc/en/main.png differ diff --git a/doc/filelight/CMakeLists.txt b/doc/filelight/CMakeLists.txt deleted file mode 100644 index b003b84..0000000 --- a/doc/filelight/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer -tde_create_handbook( DESTINATION filelight ) - diff --git a/doc/filelight/config_appear.png b/doc/filelight/config_appear.png deleted file mode 100644 index 794fa71..0000000 Binary files a/doc/filelight/config_appear.png and /dev/null differ diff --git a/doc/filelight/config_scan.png b/doc/filelight/config_scan.png deleted file mode 100644 index 05f50d3..0000000 Binary files a/doc/filelight/config_scan.png and /dev/null differ diff --git a/doc/filelight/filemap.png b/doc/filelight/filemap.png deleted file mode 100644 index 4686996..0000000 Binary files a/doc/filelight/filemap.png and /dev/null differ diff --git a/doc/filelight/index.docbook b/doc/filelight/index.docbook deleted file mode 100644 index 7152d21..0000000 --- a/doc/filelight/index.docbook +++ /dev/null @@ -1,614 +0,0 @@ - - - Filelight"> - - - -]> - - - - - - - - - - - - - - - -The &filelight; Handbook - - - -Max -Howell - -
max.howell@methylblue.com
-
-
-
- - - - -2003 -Max Howell - - - -&FDLNotice; - - - -03/11/2003 -2 - - - - - -&filelight; displays disk usage information recursively, effectively a graphical version of the command line tool, du. - - - - - - -KDE -Filelight -du -disk usage -statistics - - -
- - - - -Introduction - - -Filelight Screenshot - - -Screenshot - - - - - -&filelight; allows you to quickly understand exactly where your diskspace is being used by graphically representing your filesystem as a set of concentric segmented-rings. You can use it to locate hotspots of disk usage and then manipulate those areas using Konqueror. - - - - - - -Configuring &filelight; - -The &filelight; settings dialog has two tabs for configuring the &filelight; options. The two tabs are Scanning and Appearance. Below is a description of the settings tabs. The &filelight; settings dialog can be found by clicking SettingsConfigure Filelight. - - -Scanning - - -Scanning Screenshot - - -Screenshot - - - -The scanning tab allows you to configure how &filelight; scans directories. The Don't scan these directories: is used to excluded certain directories from your scan. This option is very useful for skipping directories that you may not have permissions to read, or directories that are part of a virtual filesystem, such as /proc. To add a directory to the list, click the Add... button, this will start a dialog where you can choose the directory of your choice from a tree view. To remove a directory simply select the directory of your choice and click the Remove button. - - - - - -Appearance - - -Appearance Screenshot - - -Screenshot - - - -The Appearance tab allows you to configure the way &filelight; looks. - -The Scheme section is used to choose a color scheme for &filelight;. The color schemes are Rainbow, TDE Colours, and High Contrast. There is also a Contrast: slider to adjust the contrast of the ring segments for easier viewing. - -The Use anti-aliasing 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. - -The Vary label font sizes check box is useful when you have files or directories with long names. This option will change the size of the font to allow it to fit in the view better. When this option is enabled a Minimum font size: spinbox becomes available for choosing the smallest size font to scale to. - -The Show small files option is disabled by default as small files tend to clutter the &filelight; view. Enable this option if you would like to have your small files included in the &filelight; view. - - - - - - -Using &filelight; - - -Starting &filelight; -&filelight; can be started from the TDE-Menu, or from the command-line - - -From the TDE-Menu - - -Open the Menu by clicking on the big "T-like" icon on your -panel. This will raise the program menu. Move your -cursor up the menu to the Utilities menu item, then to File. Choose -Disk Usage Statistics (Filelight). - - - - - - -From the Command Line - - -You can start &filelight; by typing its name on the command line. -If you give it a directory name, as in the example below, it will scan that directory. - - - - -%filelight - - - - - - - -Scanning Directories - -Scanning a directory shows it's contents as a filemap. To scan a directory, use the scan menu, or type a url straight into the location bar. - - - - - - - -Exploring Filemaps - -Once a scan has completed you will be presented with a filemap that represents the directory you scanned. The filemap is a series of segmented-rings that expand from the center. Brightly coloured segments are directories, grey segments are files. Segments are sized in proportion to their filesize. Segments can be nested, so for example, /home/mxcl will be one level outwards and within the bounds of the segment representing /home. Segments are labeled and hovering the mouse over segments will give you more details of that segment and its child segments. - - - -Filemap Screenshot - - -Screenshot - - - - -You can open directories with Konqueror or Konsole using the context menu for that segment. Middle clicks open files by mimetype, so images with Kuickshow. You can right click the central circle to get a context menu for the scanned directory. Left clicking segments will re-center the map on that segment. - - - -If you want to improve the documentation, We'll happily accept patches :) Thanks. - - - - - - - - - - - - - - - - - -Menu and Command Reference - - -The Scan Menu - - - - -Ctrlo - -Scan -Scan Directory.. - -Offers a directory selection dialog so you can choose a directory to scan. - - - - - -CtrlHome - -Scan -Scan Home Directory - -Starts a scan of the user's home directory. - - - - -Scan -Scan Root Directory - -Starts a scan of the root directory. - - - - -Scan -Recent Scans - -Provides a list of your most recent scanned directories allowing quick access to these directories. - - - - - -F5 - -Scan -Rescan - -Starts a new scan of the current working directory, this is useful when changes have been made to the filesystem. - - - - - -Esc - -Scan -Stop - -Stops the current scan. - - - - - -Ctrlq - -Scan -Quit - -Quits &filelight;. - - - - - - -The Go Menu - - - - - -AltUp - -Go -Up - -Moves you up once in the filesystem. - - - - - -AltLeft - -Go -Back - -Moves you one step back in your browsing of the filesystem. - - - - - -AltRight - -Go -Forward - -Moves you one step forward in your browsing of the filesystem. - - - - - - -The Settings Menu - - - - - -Settings -Toolbars -Show Main Toolbar - -Enables or disable the main application toolbar. - - - - -Settings -Toolbars -Show Location Toolbar - -Enables or disable the location toolbar. - - - - -Settings -Configure Shortcuts... - -Allows you to configure the &filelight; shortcuts. - - - - -Settings -Configure Toolbars... - -Allows you to configure the &filelight; toolbar options. - - - - -Settings -Configure Filelight... - -Starts the Configure &filelight; dialog. - - - - - - -The Help Menu - - - - -Help -Filelight Handbook - -Opens this help document. - - - - - -ShiftF1 - -Help -What's This? - -Activates the "What's This?" mouse cursor allowing you to click an object to get a "What's this?" tooltip. - - - - -Help -Report Bug... - -Starts the bug report tool dialog window. - - - - -Help -About Filelight - -Starts the About &filelight; dialog window. - - - - -Help -About TDE - -Starts the About &tde; dialog window. - - - - - - - - - - - - - - - - -Credits and License - - -&filelight; -Program copyright 2003 Max B. Howell max.howell@methylblue.com - -&underGPL; - - - - -Documentation - - -Documentation copyright 2003 Max B. Howell max.howell@methylblue.com - - -&underFDL; - - - - - - -Installation - - -How to obtain &filelight; - - -&filelight; is now part of the TDE project, it can be found at: -http://trinitydesktop.org/. - - - - -Compilation and Installation - - -In order to compile and install &filelight; on your system, type the following in the base directory of the &filelight; distribution: - -% mkdir -p build -% cd build -% cmake ../ -% make -% make install - - - -Since &filelight; uses cmake you should have not trouble compiling it. Default options for cmake build are available in the INSTALL file. - - - - - -&documentation.index; -
- diff --git a/doc/filelight/main.png b/doc/filelight/main.png deleted file mode 100644 index 36d2396..0000000 Binary files a/doc/filelight/main.png and /dev/null differ -- cgit v1.2.1