[gnome-user-docs/wip/system-admin-guide-20130514: 8/20] Validation



commit 7885d7ad3c00125654f00f6b8f7d83408286c9d1
Author: Jana Svarova <jsvarova redhat com>
Date:   Mon Apr 8 18:09:16 2013 +0200

    Validation

 system-admin-guide/C/servers-list.page |   43 ++++++++++++++-----------------
 1 files changed, 19 insertions(+), 24 deletions(-)
---
diff --git a/system-admin-guide/C/servers-list.page b/system-admin-guide/C/servers-list.page
index eeace73..73518d1 100644
--- a/system-admin-guide/C/servers-list.page
+++ b/system-admin-guide/C/servers-list.page
@@ -16,39 +16,34 @@
      <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>
+  
+  </info>
 
-  <comment>
+  <title>Default server list</title>
+
+ <comment>
     <cite date="2012-10-08" href="mailto:mdhillca gmail com">Michael Hill</cite>
     <p>Adapted from l-g-o SysAdminGuide page.</p>
   </comment>
- 
-  </info>
-
-  <title>Default server list</title>
-  <desc>How do I make it easy for my users to access file shares?</desc>
- 
 
   <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>
 
-  <p>See the following example of the file content:</p>
+  <p>See the following example of the XBEL file content:</p>
 
-<![CDATA[<?xml version="1.0" encoding="UTF-8"?>
-<xbel version="1.0"
-      xmlns:bookmark="http://www.freedesktop.org/standards/desktop-bookmarks";
-      xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info";>
-   <bookmark href="ftp://ftp.gnome.org/";>
-      <title>GNOME ftp</title>
-   </bookmark>
-</xbel>]]>
-
-<![CDATA[<?xml version="1.0" encoding="UTF-8"?>
-<xbel version="1.0"
+<code>
+&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";>
-   <bookmark href="ftp://ftp.gnome.org/";>
-     <title>GNOME ftp</title>
-   </bookmark>
-</xbel>]]>
+      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;
+</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]