[baobab] First pass at user help in Mallard, bug 658377
- From: Ekaterina Gerasimova <egerasimov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [baobab] First pass at user help in Mallard, bug 658377
- Date: Tue, 21 Feb 2012 09:16:11 +0000 (UTC)
commit a6a9e15d0c0c7f1f76270148b77b850284663727
Author: Julita Inca <yrazes gmail com>
Date: Mon Dec 19 16:16:28 2011 -0500
First pass at user help in Mallard, bug 658377
help/C/allocated-space.page | 32 +++
help/C/baobab.xml | 443 ---------------------------------
help/C/custom-location.page | 24 ++
help/C/figures/baobab_fullscan.png | Bin 97248 -> 0 bytes
help/C/figures/baobab_prefs.png | Bin 18274 -> 0 bytes
help/C/figures/baobab_remote.png | Bin 12299 -> 0 bytes
help/C/figures/baobab_ringschart1.png | Bin 32914 -> 0 bytes
help/C/figures/baobab_ringschart2.png | Bin 40062 -> 0 bytes
help/C/figures/baobab_treemaps.png | Bin 7174 -> 0 bytes
help/C/figures/baobab_window.png | Bin 24797 -> 0 bytes
help/C/ftp.page | 32 +++
help/C/index.page | 35 +++
help/C/introduction.page | 42 +++
help/C/legal.xml | 76 ------
help/C/scan-file-system.page | 60 +++++
help/C/scan-folder.page | 56 ++++
help/C/scan-home.page | 58 +++++
help/C/scan-remote.page | 46 ++++
help/C/ssh.page | 37 +++
help/C/tool-status-bar.page | 26 ++
help/C/view-rings.page | 27 ++
help/C/view-tree.page | 27 ++
help/C/web-dav.page | 28 ++
help/C/windows-share.page | 30 +++
24 files changed, 560 insertions(+), 519 deletions(-)
---
diff --git a/help/C/allocated-space.page b/help/C/allocated-space.page
new file mode 100644
index 0000000..d6c8500
--- /dev/null
+++ b/help/C/allocated-space.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="allocated-space">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+ <link type="guide" xref="index#preferences"/>
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc>Scanning results display each directory and not the folder size. If you want to view the folder size, uncheck this option</desc>
+ </info>
+
+ <title>Allocated space</title>
+
+ <comment><cite date="2011-12-19" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>This assumes the reader knows how to scan any particular folder.
+ By the end of this page, the user can read the results.
+ The percentage of usage and capacity showed in a rectangle form grouped like tree.</p></comment>
+
+ <p><app>Disk Usage Analyzer</app> will display sizes in the directory tree as allocated space.
+ This means that the displayed sizes refer to the actual disk usage and not to the apparent directory size.</p>
+
+ <p>If you want to view the apparent file size:</p>
+
+ <steps>
+ <item><p>Click <guiseq><gui>View</gui><gui>Allocated Space</gui></guiseq> and disable or enable it, depends on your preferences.</p></item>
+ </steps>
+
+</page>
diff --git a/help/C/custom-location.page b/help/C/custom-location.page
new file mode 100644
index 0000000..d67f4b9
--- /dev/null
+++ b/help/C/custom-location.page
@@ -0,0 +1,24 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="custom-location">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc>Custom Location</desc>
+ </info>
+
+ <title>Custom Location</title>
+
+ <comment><cite date="2011-12-19" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>This assumes the reader knows there are many forms to establish connection remotely to scan folders.</p></comment>
+
+ <p>If you selected <gui>Custom Location</gui> as a Service type, you can configure it by doing:</p>
+ <p><gui>Location (URI)</gui></p>
+
+</page>
diff --git a/help/C/ftp.page b/help/C/ftp.page
new file mode 100644
index 0000000..b687bf5
--- /dev/null
+++ b/help/C/ftp.page
@@ -0,0 +1,32 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="ftp">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc>File Transfer Protocol</desc>
+ </info>
+
+ <title>File Transfer Protocol</title>
+
+ <comment><cite date="2011-12-17" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>This assumes the reader knows there are many forms to establish connection remotely to scan folders.</p></comment>
+
+ <steps>
+ <item><p>Click <gui>FTP (with login)</gui> as a Service type.</p></item>
+ <item><p>Write the name your server to establish the connection on <gui>Server</gui>.</p></item>
+ <item><p>Add some <gui>Optional information</gui></p>
+ <p>The <gui>Port</gui> of this protocol is 21.</p>
+ <p>The <gui>Folder</gui> is the folder you want to scan, consider <gui>/</gui> to write the specific route</p>
+ <p>The <gui>User Name</gui>is the name of the home of the server.</p></item>
+ </steps>
+
+ <p>You can read more about this protocol <link xref="http://www.ietf.org/rfc/rfc959.txt">here</link></p>
+
+</page>
diff --git a/help/C/index.page b/help/C/index.page
new file mode 100644
index 0000000..5257ab7
--- /dev/null
+++ b/help/C/index.page
@@ -0,0 +1,35 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="guide" style="task"
+ id="index">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc><app>Disk Usage Analyzer</app>, a graphical directory tree scanner.</desc>
+ </info>
+
+ <title><app>Disk Usage Analyzer</app></title>
+
+ <comment><cite date="2011-12-19" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>This assumes the reader knows how to starts Disk Usage Analyzer.
+ By the end of this page, the reader will be able to check what are the
+ possibilities to scan folders and read the results presented.</p></comment>
+
+ <section id="scan" style="2column">
+ <title>Scan folders</title>
+ </section>
+
+ <section id="preferences" style="2column">
+ <title>Views and Preferences</title>
+ </section>
+
+ <section id="problems">
+ <title>Common problems and questions</title>
+ </section>
+
+</page>
diff --git a/help/C/introduction.page b/help/C/introduction.page
new file mode 100644
index 0000000..4e6d8eb
--- /dev/null
+++ b/help/C/introduction.page
@@ -0,0 +1,42 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="introduction">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+ <link type="guide" xref="index" group="#first"/>
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc><app>Disk Usage Analyzer</app>; also referred as <app>baobab</app>,
+ is a graphical directory tree scanner.</desc>
+ </info>
+
+ <title>Introduction</title>
+
+ <comment>
+ <cite date="2011-12-19" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>This assumes the reader knows how to start Disk Usage Manager.
+ By the end of this page, the reader will be able to know the features Disk Usage Manager offers.</p>
+ </comment>
+
+ <p>Ever wondered how much space your music collection is taking up on your hard disk?
+ <app>Disk Usage Analyzer</app> is a graphical scanner application for the GNOME Desktop,
+ which gives you a pretty visuals that tell you what you'll have to shell out for an external hard disk some time soon.</p>
+
+ <p>It scans and analyzes the usage and capacity of any folder;
+ either the whole file system tree or any specific user-request. You can
+ <link xref="scan-file-system"><gui>Scan Filesystem</gui></link>,
+ <link xref="scan-home"><gui>Scan Home Folder</gui></link>,
+ <link xref="scan-folder">Scan a folder</link> or
+ <link xref="scan-remote"><gui>Scan a remote folder</gui></link>. </p>
+
+ <p>It also detects automatically any change made to your <file>Home</file> as far as any mounted/unmounted device.</p>
+
+ <p>By default, the results are shown in a graphical way <link xref="view-ring"><gui>View as Rings Chart</gui></link>,
+ where each folder is colored in rectangle, but you can change to the <link xref="view-tree"><gui>View as Treemap Chart</gui></link>,
+ where folders are colored and grouped in circles forms</p>
+
+</page>
diff --git a/help/C/scan-file-system.page b/help/C/scan-file-system.page
new file mode 100644
index 0000000..138db3c
--- /dev/null
+++ b/help/C/scan-file-system.page
@@ -0,0 +1,60 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="scan-file-system">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+ <link type="guide" xref="index#scan"/>
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc>Get the full tree of your file sytem.</desc>
+
+ </info>
+
+ <title>Scan filesystem</title>
+
+ <comment><cite date="2011-12-19" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>This assumes the reader knows what are the folders that belongs to the file system.
+ By the end of this page, the reader will be able to scan a full file system.</p></comment>
+
+ <p>Maybe you got a warning message saying âLow Disk Spaceâ while you are trying to
+ download an application or while you trying to create or to copy a folder, and you
+ do not know which are the folders or programs that are taking up most space in your hard disk.
+ You can use Scan File system because it provides you a visual representation of the capacity
+ and usage of every single folder that your hard disk has.</p>
+
+
+ <p>You can scan filesystem, by doing one of these alternatives:</p>
+
+ <list>
+ <item><p>Click <gui>Scan filesystem</gui>. </p>
+ <p>Choose the second button that has the form of the disk icon, next to the <gui>Scan Home</gui> icon.</p></item>
+ <item><p>Select from the menu, <guiseq><gui>Analyzer</gui>
+ <gui>Scan filesystem</gui></guiseq>.</p></item>
+ <item><p>Press <key>CTRL</key> + <key>F</key>.</p></item>
+ </list>
+
+ <p><app>Disk Usage Analyzer</app> will display sizes in the directory tree as <link xref="allocated-space">
+ allocted space</link>. This means that the displayed sizes refer to the actual disk usage and not
+ to the apparent directory size. If you want to view the apparent file size, uncheck <guiseq><gui>View</gui>
+ <gui>Allocated Space</gui></guiseq>.</p>
+
+ <p>As soon as you get the results, you can decide which applications could be uninstalled,
+ or which folders can be <link href="help:gnome-help/files-delete">deleted</link> or
+ <link href="help:gnome-help/files-copy">moved</link>.</p>
+
+ <p>If you organized folders or delete them, and still don't have any space in your <gui>Home folder</gui>,
+ you can do a <link href="help:gnome-help/backup-how">backup</link> of your information.
+ If you need another disk, you have to ask a specialist to do that.</p>
+
+ <note style="tip">
+ <p>Click <gui>Stop Scanning</gui>, the circle red icon, to cancel this process.</p>
+ <p>Click <gui>Refresh</gui> to update the scanning process.</p>
+ </note>
+
+ <p><media type="image" src="figures/scan-file-system.png" width="532" height="335"/></p>
+
+</page>
diff --git a/help/C/scan-folder.page b/help/C/scan-folder.page
new file mode 100644
index 0000000..8780474
--- /dev/null
+++ b/help/C/scan-folder.page
@@ -0,0 +1,56 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="scan-folder">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+ <link type="guide" xref="index#scan"/>
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc>Customize scanning in home folder, on external devices, on folder servers, and across your computer's file system.</desc>
+
+ </info>
+
+ <title>Scan a folder</title>
+
+ <comment><cite date="2011-12-19" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>This assumes the reader knows how to use the nautilus to browse folders.
+ By the end of this page, the reader will be able to scan any folder inside your home,
+ on external devices or across the computer.</p></comment>
+
+ <p>If you have many folders inside one, and maybe you want to reorganize all the structure
+ of this folder because it is too big or quite older, or maybe you are doing some maintainer
+ job to make your system run smoothly; you probably need to know what are the heaviest folders
+ that the folder has (folder in your home folder, on external devices, on folder servers,
+ and across your computer's file system).</p>
+
+ <p>You can scan a folder by doing one of these alternatives:</p>
+
+ <list>
+ <item><p>Click <gui>Scan a folder</gui>.</p>
+ <p>Choose the third button that has the form of a folder icon, next to the <gui>Scan filesytem </gui>.</p></item>
+ <item><p>Select from the menu, <guiseq><gui>Analyzer</gui>
+ <gui>Scan Folder</gui></guiseq>.</p></item>
+ <item><p>Press <key>CTRL</key> + <key>O</key>.</p></item>
+ </list>
+
+ <p>Then, select the folder you want to scan by clicking on it once, and click
+ <gui>Open</gui> to start the scanning process.</p>
+
+ <p>As soon as you get the results, you can decide which applications could be uninstalled,
+ or which folders can be <link href="help:gnome-help/files-delete">deleted</link> or
+ <link href="help:gnome-help/files-copy">moved</link>.</p>
+
+ <p>If you organized folders or delete them, and still don't have any space in your <gui>Home folder</gui>,
+ you can do a <link href="help:gnome-help/backup-how">backup</link> of your information.
+ If you need another disk, you have to ask a specialist to do that.</p>
+
+ <note style="tip">
+ <p>Click <gui>Stop Scanning</gui> the circle red icon, to cancel this process.</p>
+ <p>Click <gui>Refresh</gui> to update the scanning process.</p>
+ </note>
+
+</page>
diff --git a/help/C/scan-home.page b/help/C/scan-home.page
new file mode 100644
index 0000000..8596b2f
--- /dev/null
+++ b/help/C/scan-home.page
@@ -0,0 +1,58 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="scan-home">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+ <link type="guide" xref="index#scan"/>
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc>Scan your Home folder which contains <gui>Desktop</gui>, <gui>Documents</gui>,
+ <gui>Downloads</gui>, <gui>Videos</gui>, <gui>Pictures</gui> and <gui>Music</gui> folder.</desc>
+
+ </info>
+
+ <title>Scan Home Folder</title>
+
+
+ <comment>
+ <cite date="2011-12-17" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>This assumes the reader knows how to know about the tree filesystem in Linux.
+ By the end of this page, the reader will be able to use the scan home in order to organize better his or her folders.</p>
+ </comment>
+
+
+ <p>One of the partitioned part in our disk that has a lot of movements, is the home folder.
+ Most of the Linux beginners do not realize that the documents are saving by default there.
+ This is because basic configuration set our user and others in Home folder, and User folder contains
+ <gui>Desktop</gui>, <gui>Documents</gui>, <gui>Download</gui>, <gui>Pictures</gui>, <gui>Music</gui>
+ and <gui>Videos</gui>. So, probably this is the first folder we know is getting full in our disk.</p>
+
+ <p>To scan Home folder:</p>
+ <list>
+ <item><p>Select from the menu, <guiseq><gui>Analyzer</gui>
+ <gui>Scan Home</gui></guiseq>.</p></item>
+ <item><p>Click <gui>Scan Home</gui></p>
+ <p>Choose the first button that has the form of Home folder icon</p>
+ <p>There is a home icon, as a first button on the menu.</p></item>
+ <item><p>Press <key>CTRL</key> + <key>S</key>.</p></item>
+ </list>
+
+ <p>As soon as you get the results, you can decide which applications could be uninstalled,
+ or which folders can be <link href="help:gnome-help/files-delete">deleted</link> or
+ <link href="help:gnome-help/files-copy">moved</link>.</p>
+
+ <p>If you organized folders or delete them, and still don't have any space in your <gui>Home folder</gui>,
+ you can do a <link href="help:gnome-help/backup-how">backup</link> of your information.
+ If you need another disk, you have to ask a specialist to do that.</p>
+
+
+ <note style="tip">
+ <p>Click <gui>Stop Scanning</gui> (a circle red icon) to cancel this process.</p>
+ <p>Click <gui>Refresh</gui> to update the scanning process.</p>
+ </note>
+
+</page>
diff --git a/help/C/scan-remote.page b/help/C/scan-remote.page
new file mode 100644
index 0000000..bf82378
--- /dev/null
+++ b/help/C/scan-remote.page
@@ -0,0 +1,46 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="scan-remote">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+ <link type="guide" xref="index#scan"/>
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc>Scan folders from wherever you are from other laptop or desktop.</desc>
+ </info>
+
+ <title>Scan Remote Folder</title>
+
+ <comment><cite date="2011-12-19" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>This assumes the reader knows when to use the communication protocols.
+ By the end of this page, the reader will be able to scan remote folders.</p></comment>
+
+ <p>If you need to scan a remote folder, click <gui>Scan Remote Folder</gui>
+ or select from the menu <guiseq><gui>Analyzer</gui><gui>Scan Remote Folder</gui></guiseq>. </p>
+ <p><app>Disk Usage Analyzer</app> can connect to a server specifying the protocol explicitly:</p>
+
+ <list>
+ <item><p><link xref="ssh"><gui>SSH</gui></link> is an acronym for Secure Shell.
+ It is a protocol for secure remote login and other secure network services over an insecure network.</p></item>
+
+ <item><p><link xref="ftp"><gui>FTP (with login)</gui></link>: it is an acronym for File Transfer Protocol.
+ It is used to promote sharing of files (computer programs and/or data), to encourage indirect or implicit (via programs)
+ use of remote computers, to shield a user from variations in file storage systems among hosts, and to transfer data reliably and efficiently. FTP, though usable directly by a user at a terminal, is designed mainly for use by programs.</p></item>
+
+ <item><p><link xref="ftp"><gui>Public FTP</gui></link>: File Transfer Protocol for sharing files where it is not necessary to
+ login with a user name and password, the server creates an anonymus user to do the connection.</p></item>
+
+ <item><p><link xref="windows-share"><gui>Windows Share</gui></link></p></item>
+
+ <item><p><link xref="web-dav"><gui>WebDAV (HTTP)</gui></link></p></item>
+
+ <item><p><link xref="web-dav"><gui>Secure WebDAV (HTTPS)</gui></link></p></item>
+
+ <item><p><link xref="custom-location"><gui>Custom Location</gui></link></p></item>
+ </list>
+
+</page>
diff --git a/help/C/ssh.page b/help/C/ssh.page
new file mode 100644
index 0000000..72b5aa0
--- /dev/null
+++ b/help/C/ssh.page
@@ -0,0 +1,37 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="ssh">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc>Displaying a multilevel pie chart of a remote file system over SSH - Secure Shell Protocol</desc>
+ </info>
+
+ <title>Secure Shell Protocol</title>
+
+ <comment><cite date="2011-12-19" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>This assumes the reader knows there are many forms to establish connection remotely to scan folders.</p></comment>
+
+ <p>Maybe you are an admin of an Intranet file server and one day you are greeted with an urgent notice that nobody in the company
+ can save any folder on it. The alert when you logged in is that the disks are completely full. In this case you can start solving
+ your problem by plugging in your SSH credentials and configure the scanning by doing:</p>
+
+ <steps>
+ <item><p>Click <gui>SSH</gui> as a Service type.</p></item>
+ <item><p>Write the name your server to establish the connection on <gui>Server</gui>.</p></item>
+ <item><p>Add some <gui>Optional information</gui></p>
+ <p>The <gui>Port</gui> of this protocol is 22.</p>
+ <p>The <gui>Folder</gui> is the folder you want to scan, consider <gui>/</gui> to write the specific route</p>
+ <p>The <gui>User Name</gui>is the name of the home of the server.</p></item>
+ </steps>
+
+ <p>You can read more about this <link xref="http://www.ietf.org/rfc/rfc4251.txt">protocol</link> and
+ get more help <link xref= "https://live.gnome.org/DejaDup/Help/Restore/WorstCase">here</link></p>
+
+</page>
diff --git a/help/C/tool-status-bar.page b/help/C/tool-status-bar.page
new file mode 100644
index 0000000..7b044e1
--- /dev/null
+++ b/help/C/tool-status-bar.page
@@ -0,0 +1,26 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="tool-status-bar">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+ <link type="guide" xref="index#preferences"/>
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc>Hide or show the toolbar and the status bar.</desc>
+ </info>
+
+ <title>Toolbar and Statusbar</title>
+
+ <comment><cite date="2011-12-19" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>The reader understand the status bar shows the percentage of the scanning advanced and
+ the toolbar shows the menu and icons of many options to scanning folders.</p></comment>
+
+ <steps>
+ <item><p>Click <gui>View</gui> from the menu and depends on your preferences,
+ enable or disable the options <gui>Toolbar</gui> or <gui>Statusbar</gui>.</p></item>
+ </steps>
+</page>
diff --git a/help/C/view-rings.page b/help/C/view-rings.page
new file mode 100644
index 0000000..3a35d67
--- /dev/null
+++ b/help/C/view-rings.page
@@ -0,0 +1,27 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="view-rings">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+ <link type="guide" xref="index#preferences"/>
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc>Display the nice pie charts of that system you drilled down.</desc>
+
+ </info>
+
+ <title>View as Rings Chart</title>
+
+ <comment><cite date="2011-12-19" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>This assumes the reader knows how to scan any folder, it can be local or remote.
+ By the end of this page, the reader will be able to read the percentage of usage and capacity on each folder scanned.</p></comment>
+
+ <p>Each subfolder is displayed as a sector of the ring with a proportional angle to the size of the host folder.
+ The sub-folders are shown in different colors. Sub-folder representation depth is displayed up to a maximum of five levels,
+ with the black level on the chart representing the folders with the most depth.</p>
+
+</page>
diff --git a/help/C/view-tree.page b/help/C/view-tree.page
new file mode 100644
index 0000000..8a4f030
--- /dev/null
+++ b/help/C/view-tree.page
@@ -0,0 +1,27 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="view-tree">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+ <link type="guide" xref="index#preferences"/>
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc>View the results of the scanning in graphical way as rectangles chart grouped in a form like tree.</desc>
+ </info>
+
+ <title>View as Rings Chart</title>
+
+ <comment><cite date="2011-12-19" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>This assumes the reader knows how to scan any particular folder.
+ By the end of this page, the user can read the results.
+ The percentage of usage and capacity showed in a rectangle form grouped like tree.</p></comment>
+
+ <p>You can toggle chart visibility from the drop down menu located on the right-hand side.
+ The Tree layout displays the same information in the form of square and rectangular graphs.
+ The subfolder visualization is displayed in the same way as the ring charts with up to five maximum levels.</p>
+
+</page>
diff --git a/help/C/web-dav.page b/help/C/web-dav.page
new file mode 100644
index 0000000..1e347b8
--- /dev/null
+++ b/help/C/web-dav.page
@@ -0,0 +1,28 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="web-dav">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc>WebDAV (HTTP) Protocol</desc>
+ </info>
+
+ <title>WebDAV (HTTP) Protocol</title>
+
+ <comment><cite date="2011-12-19" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>This assumes the reader knows there are many forms to establish connection remotely to scan folders.</p></comment>
+
+ <p>If you selected <gui>WebDAV (HTTP)</gui> as a Service type, you can configure it by doing:</p>
+ <p><gui>Server:</gui></p>
+ <p>Optional information:</p>
+ <p><gui>Port:</gui></p>
+ <p><gui>Folder:</gui></p>
+ <p><gui>User Name:</gui></p>
+
+</page>
diff --git a/help/C/windows-share.page b/help/C/windows-share.page
new file mode 100644
index 0000000..a51a2cc
--- /dev/null
+++ b/help/C/windows-share.page
@@ -0,0 +1,30 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="windows-share">
+ <info>
+ <revision version="0.1" date="2011-12-19" status="stub"/>
+
+ <credit type="author copyright">
+ <name>Julita Inca</name>
+ <email>yrazes gmail com</email>
+ <years>2011</years>
+ </credit>
+
+ <desc>Windows Share Protocol</desc>
+ </info>
+
+ <title>Windows Share Protocol</title>
+
+ <comment><cite date="2011-12-19" href="mailto:yrazes gmail com">Julita Inca</cite>
+ <p>This assumes the reader knows there are many forms to establish connection remotely to scan folders.</p></comment>
+
+ <p>If you selected <gui>Windows Share</gui> as a Service type, you can configure it by doing:</p>
+ <p><gui>Server:</gui></p>
+ <p>Optional information:</p>
+ <p><gui>Share:</gui></p>
+ <p><gui>Folder:</gui></p>
+ <p><gui>User Name:</gui></p>
+ <p><gui>Domain Name:</gui></p>
+
+
+</page>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]