[gnome-user-docs] Bug 694566 edit servers-list.page
- From: Petr Kovář <pmkovar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-docs] Bug 694566 edit servers-list.page
- Date: Wed, 5 Jun 2013 15:15:51 +0000 (UTC)
commit e10c464ea8b06e2713e61c53c9867f8c273c11f2
Author: Petr Kovar <pkovar redhat com>
Date: Mon Jun 3 18:58:46 2013 +0200
Bug 694566 edit servers-list.page
system-admin-guide/C/servers-list.page | 55 +++++++++++++++++++------------
1 files changed, 34 insertions(+), 21 deletions(-)
---
diff --git a/system-admin-guide/C/servers-list.page b/system-admin-guide/C/servers-list.page
index 73518d1..b6b7e8e 100644
--- a/system-admin-guide/C/servers-list.page
+++ b/system-admin-guide/C/servers-list.page
@@ -2,7 +2,7 @@
type="topic" style="task"
id="servers-list">
<info>
- <revision version="0.1" date="2012-10-08" status="draft"/>
+ <revision version="0.2" date="2013-06-03" status="draft"/>
<link type="guide" xref="index" group="net" />
<credit type="author copyright">
@@ -10,40 +10,53 @@
<email>matthias clasen gmail com</email>
<years>2012</years>
</credit>
-
<credit type="editor">
<name>Jana Svarova</name>
<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>
+ <credit type="editor">
+ <name>Petr Kovar</name>
+ <email>pknbe gvolny cz</email>
+ <years>2013</years>
+ </credit>
+
+ <desc>How do I make it easy for different users to access different file shares?</desc>
</info>
- <title>Default server list</title>
+ <title>Configure a 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>
- <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 XBEL file content:</p>
-
-<code>
-<?xml version="1.0" encoding="UTF-8"?>
-<xbel version="1.0"
+ <p><app>Nautilus</app> (the <app>Files</app> application) stores a list of
+ file-sharing servers in the file <file>~/.config/nautilus/servers</file> in
+ the XBEL format. Add the list of file-sharing servers to that file to make file
+ shares easily accessible to your user.</p>
+
+ <note style="tip">
+ <p><em>XBEL</em> (<em>XML Bookmark Exchange Language</em>) is an XML standard
+ that lets you share URIs (Uniform Resource Identifiers). In GNOME, XBEL is used
+ to share desktop bookmarks in applications such as <app>Nautilus</app>.</p>
+ </note>
+
+<example>
+<p>An example of the <file>~/.config/nautilus/servers</file> file:</p>
+<code><![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>
-</code>
+ xmlns:mime="http://www.freedesktop.org/standards/shared-mime-info">
+ <bookmark href="]]><input><![CDATA[ftp://ftp.gnome.org/]]></input><![CDATA[">
+ <title>]]><input>GNOME FTP</input><![CDATA[</title>
+ </bookmark>
+</xbel>
+]]></code>
+ <p>In the example above, <app>Nautilus</app> creates a bookmark titled
+ <em>GNOME FTP</em> with the URI <code>ftp://ftp.gnome.org/</code>.</p>
+</example>
- <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]