[gnome-user-docs] g-h: fixed mismatched end-tag from last commit &



commit 66f3426ca4b4c9fa7345e7be20beec5b4cf3d36e
Author: Tiffany Antopolski <tiffany antopolski com>
Date:   Sat Mar 26 11:44:32 2011 -0400

    g-h: fixed mismatched end-tag from last commit &
    
    renamed files-listview-comlumns to nautilus-list and added style="ui".  Also updated the step to get to Views to Gnome3.

 gnome-help/C/files-listview-columns.page |  123 ------------------------------
 gnome-help/C/files.page                  |    1 +
 gnome-help/C/nautilus-list.page          |  117 ++++++++++++++++++++++++++--
 3 files changed, 109 insertions(+), 132 deletions(-)
---
diff --git a/gnome-help/C/files.page b/gnome-help/C/files.page
index e84e652..116bf65 100644
--- a/gnome-help/C/files.page
+++ b/gnome-help/C/files.page
@@ -63,6 +63,7 @@
 <links type="topic" style="2column">
 
 </links>
+</section>
 
 <section id="faq">
   <title>Tips and frequently asked questions</title>
diff --git a/gnome-help/C/nautilus-list.page b/gnome-help/C/nautilus-list.page
index 33b2d04..f7f913c 100644
--- a/gnome-help/C/nautilus-list.page
+++ b/gnome-help/C/nautilus-list.page
@@ -1,16 +1,16 @@
 <page xmlns="http://projectmallard.org/1.0/";
-      type="topic" style="task"
-      id="nautilus-list">
+      type="topic" style="ui" id="nautilus-list">
 
   <info>
-    <link type="guide" xref=""/>
+    <link type="guide" xref="open-file-manager"/>
+    <link type="guide" xref="files#faq"/>
+    <link type="guide" xref="files#search"/>
+    <desc>List view column descriptions.</desc>
 
-      <desc>Click <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>List Columns</gui></guiseq></desc>
-
-    <revision pkgversion="3.0" version="0.1" date="2011-03-25" status="stub"/>
+    <revision pkgversion="3.0" version="1.0" date="2010-07-26" status="review"/>
     <credit type="author">
-      <name>Tiffany Antopolski</name>
-      <email>tiffany antopolski com</email>
+      <name>Phil Bull</name>
+      <email>philbull gmail com</email>
     </credit>
     <license>
       <p>Creative Commons Share Alike 3.0</p>
@@ -18,7 +18,106 @@
 
   </info>
 
-<title><app>File Manager</app> List Columns</title>
+<title>List Columns</title>
+
+<p>There are 12 columns of information that you can display in the file browser's list view. Click <guiseq><gui>Edit</gui><gui>Preferences</gui></guiseq> and select the <gui>List Columns</gui> tab to select which columns will be visible.</p>
+
+<note style="tip">
 <p>
+  Use the <gui>Move Up</gui> and <gui>Move Down</gui> buttons to choose the order in which the selected columns will appear.
 </p>
+</note>
+<note>
+<p>
+  To view <link xref="files-hidden">hidden files</link>, select the <gui>Views</gui> tab and check the box next to <gui>Show Hidden Files</gui>.  Alternatively, click <keyseq><key>Ctrl</key><key>H</key></keyseq>.  
+</p>
+<p>
+  To hide hidden files, click on <gui>View</gui> and uncheck the box next to <gui>Show hidden and backup files</gui>.  Alternatively, click <keyseq><key>Ctrl</key><key>H</key></keyseq>.  
+</p>
+</note>
+<terms>
+ <item>
+  <title>Name</title>
+  <p>The name of subfolders and files located in folder being viewed. </p>
+ </item>
+ <item>
+  <title>Size</title>
+  <p>The size of a folder is given as the number of items contained in the folder.  </p>
+  <p>The size of a file is given as bytes, KB or MB.</p>
+ </item>
+ <item>
+  <title>Type</title>
+  <p>Displayed as folder, or file type such as PDF document, JPEG image, MP3 audio, and more.</p>
+ </item>
+ <item>
+  <title>Date Modified</title>
+  <p>Gives the date and time of the last time the file was modified.</p>
+    
+ </item>
+ <item>
+  <title>Date Accessed</title>
+  <p>Gives the date and time of the last time the file was accessed.</p>
+ </item>
+ <item>
+  <title>Group</title>
+  <p>The group the file is owned by.</p>
+ </item>
+ <item>
+  <title>Location</title>
+  <p>The path to the location of the file.</p>
+ </item>
+ <item>
+  <title>MIME Type</title>
+  <p>Displays the MIME type of the item.</p>
+ </item>
+    
+  <item>
+  <title>Permissions</title>
+  <p>Displays the file access permissions eg. <gui>drwxrw-r--</gui></p>
+  <list>
+   <item>
+    <p>The first character <gui>-</gui> is the file type. <gui>-</gui> means regular file and <gui>d</gui> means directory (folder).</p>
+   </item>
+   <item>
+     <p>The next three characters <gui>rw-</gui> specify permissions for the user who owns the file.</p>
+   </item>
+   <item>
+     <p>The next three <gui>r--</gui> specify permissions for all members of the group that owns the file.</p>
+   </item>
+   <item>
+    <p>The last three characters in the column <gui>r--</gui> specify permissions for all other users on the system.</p>
+   </item>
+  </list>
+  <p>
+    Each character has the following meanings:
+  </p>
+  <list>
+    <item><p> r : Read permission. </p></item>
+    <item><p> w : Write permission. </p></item>
+    <item><p>x : Execute permission. </p></item>
+    <item><p> - : No permission. </p></item>
+    </list>
+
+ </item>
+ <item>
+  <title>Octal Permissions</title>
+  <p>Displays the file permissions in octal notation prefixed with '40' for folders and '100' for files. In the last three digits,  each digit represents user class, group class and other users respectively.</p>
+  <list>
+    <item><p>Read adds 4 to the total of each of the last three digits.</p></item>
+    <item><p>Write adds 2 to the total.</p></item>
+    <item><p>Execute adds 1 to the total.</p></item>
+  </list>
+ </item>
+ <item>
+  <title>Owner</title>
+  <p>The name of the user the folder or file is owned by.</p>
+ </item>
+
+ <item>
+  <title>SELinux Context</title>
+  <p>Dislplays the SELinux Context of the file, if applicable.</p>
+ </item>
+</terms>
+
+
 </page>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]