[gnome-user-docs] Validation



commit 60b31b66e9b7c05232833ff00ec422e1c32db4ef
Author: Jana Svarova <jsvarova redhat com>
Date:   Mon Apr 8 16:16:19 2013 +0200

    Validation

 system-admin-guide/C/servers-list.page |   25 +++++++++----------------
 1 files changed, 9 insertions(+), 16 deletions(-)
---
diff --git a/system-admin-guide/C/servers-list.page b/system-admin-guide/C/servers-list.page
index 7880501..73518d1 100644
--- a/system-admin-guide/C/servers-list.page
+++ b/system-admin-guide/C/servers-list.page
@@ -16,22 +16,22 @@
      <email>jana svarova gmail com</email>
       <years>2013</years>
     </credit>
-
-    <desc>How do I make it easy for my users to access file shares?</desc>
+  <desc>How do I make it easy for my users to access file shares?</desc>
+  
   </info>
 
   <title>Default server list</title>
 
-  <comment>
+ <comment>
     <cite date="2012-10-08" href="mailto:mdhillca gmail com">Michael Hill</cite>
     <p>Adapted from l-g-o SysAdminGuide page.</p>
   </comment>
 
   <p>Nautilus stores a list of servers in the XBEL format file
   <file>~/.config/nautilus/servers</file>. The list can be pre-populated in
-    this file.</p>
+  this file.</p>
 
-  <p>See the following example of the file content:</p>
+  <p>See the following example of the XBEL file content:</p>
 
 <code>
 &lt;?xml version="1.0" encoding="UTF-8"?&gt;
@@ -39,18 +39,11 @@
       xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks";
       xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"&gt;
    &lt;bookmark href="ftp://ftp.gnome.org/"&gt;
-      &lt;title&gt;GNOME ftp&lt;/title&gt;
-   &lt;/bookmark&gt;
-&lt;/xbel&gt;
-&lt;?xml version="1.0" encoding="UTF-8"?&gt;
-
-&lt;xbel version="1.0"
-      xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks";
-      xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info"&gt;
-   &lt;bookmark href="ftp://ftp.gnome.org/"&gt;
-     &lt;title&gt;GNOME ftp&lt;/title&gt;
+      &lt;title&gt;GNOME FTP&lt;/title&gt;
    &lt;/bookmark&gt;
 &lt;/xbel&gt;
 </code>
- 
+
+  <p>In the example above, Nautilus creates a bookmark for the GNOME FTP server 
+  at ftp://ftp.gnome.org/.</p>
 </page>


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