[gnome-user-docs/wip/system-admin-guide] Bug 694518 indention changed, white spaces deleted in dconf-custom-default-values.page



commit 75e1a438e7f83b98b2bb78e08ec68350ef87fefa
Author: Jana Svarova <jsvarova redhat com>
Date:   Thu Apr 25 16:00:14 2013 +0200

    Bug 694518 indention changed, white spaces deleted in dconf-custom-default-values.page

 system-admin-guide/C/custom-default-values.page |   28 +++++++++++-----------
 1 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/system-admin-guide/C/custom-default-values.page b/system-admin-guide/C/custom-default-values.page
index 54ffbe8..bcf1145 100644
--- a/system-admin-guide/C/custom-default-values.page
+++ b/system-admin-guide/C/custom-default-values.page
@@ -1,11 +1,12 @@
 <page xmlns="http://projectmallard.org/1.0/";
       type="topic" style="task"
-      id="custom-default-values">
+      id="dconf-custom-default-values">
   <info>
     <revision pkgversion="3.6" version="0.1" date="2012-05-21" status="draft"/>
     <link type="guide" xref="index" group="user" />
     <link type="seealso" xref="backgrounds-extra" />
     <link type="seealso" xref="dconf-profiles" />
+    <link type="seealso" xref="dconf" />
 
     <credit type="author copyright">
       <name>Ryan Lortie</name>
@@ -38,24 +39,24 @@
   <title>Custom default values for system settings</title>
 
   <p>System-wide default values can be set using dconf's <em>key file
-   directories</em>. Key files contain <em>groups</em> and <em>key-value pairs
-   </em>.</p>
+  directories</em>. Key files contain <em>groups</em> and <em>key-value pairs
+  </em>.</p>
 
   <p>To demonstrate how dconf key files can be used to set default values,
   we'll look at how to use them to set a default wallpaper.</p>
 
 <comment><p>You don't have to use "local" as the profile name. You can even have
 different profiles for different users. This isn't mentioned because this
-functionality needs something like accountsservice integration to enforce this.
+functionality needs something like accountsservice integration to enforce this
 gnome-control-center integration would be great too.</p></comment>
 
 <example>
 <list type="numbered">
   <title>Set the default wallpaper</title>
-  <item><p>Create a directory named 
+  <item><p>Create a directory named
      <file>/etc/dconf/db/local.d/</file></p></item>
   <item><p>From within the <file>profile</file> directory, create and edit a
-  file named <file>user</file>.</p> 
+  file named <file>user</file>.</p>
 <code>
 user-db:user
 system-db:local
@@ -78,29 +79,28 @@ secondary-color='000000'
 </item>
 <item>
 <p>Update the system databases</p>
-<screen> <output style="prompt"># </output> 
+<screen> <output style="prompt"># </output>
 <input>dconf update</input> </screen>
 </item>
 </list>
 </example>
 
-  <p>It is good to know that the <file>/etc/dconf/db/site.d/</file> file is 
-  an alternative for site-wide settings.</p> 
+  <p>It is good to know that the <file>/etc/dconf/db/site.d/</file> file is
+  an alternative for site-wide settings.</p>
 
 <note>
   <p>The first time you create a dconf user profile, you'll need to log out
-    and log in to apply the new profile.</p>
+  and log in to apply the new profile.</p>
 </note>
 
-
 <note>
   <p>
-  You can include multiple sets of groups and key-value pairs in each key 
+  You can include multiple sets of groups and key-value pairs in each key
   file, or you can use a separate key file for each group.</p>
 </note>
 
-  <p>For more in-depth information, see the 
-  <link xref="https://live.gnome.org/dconf/SystemAdministrators";> 
+  <p>For more in-depth information, see the
+  <link xref="https://live.gnome.org/dconf/SystemAdministrators";>
   gnome.org</link> website.</p>
 
 </page>


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