[gnome-user-docs] Bug 694518 concepts removed in dconf-custom-default-values.page A new page with the concept of dconf
- From: Petr Kovář <pmkovar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-docs] Bug 694518 concepts removed in dconf-custom-default-values.page A new page with the concept of dconf
- Date: Wed, 5 Jun 2013 15:14:50 +0000 (UTC)
commit 7072852147a44f865e74d1b59e810b83d213f170
Author: Jana Svarova <jsvarova redhat com>
Date: Thu Apr 25 16:00:14 2013 +0200
Bug 694518 concepts removed in dconf-custom-default-values.page
A new page with the concept of dconf created.
system-admin-guide/C/dconf-custom-defaults.page | 5 +-
system-admin-guide/C/dconf-profiles.page | 49 +++++++++-------------
system-admin-guide/C/dconf.page | 46 +++++++++++++++++++++
3 files changed, 68 insertions(+), 32 deletions(-)
---
diff --git a/system-admin-guide/C/dconf-custom-defaults.page b/system-admin-guide/C/dconf-custom-defaults.page
index d5f0f82..c7dd315 100644
--- a/system-admin-guide/C/dconf-custom-defaults.page
+++ b/system-admin-guide/C/dconf-custom-defaults.page
@@ -1,15 +1,14 @@
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="topic" style="task"
- id="dconf-custom-defaults">
-
+ id="dconf-custom-default-values">
<info>
<link type="guide" xref="index" group="user" />
<link type="seealso" xref="dconf-profiles" />
<link type="seealso" xref="dconf-lockdown" />
<revision pkgversion="3.6" version="0.1" date="2012-05-21" status="draft"/>
- <revision pkgversion="3.8" date="2013-05-15" status="review"/>
+ <link type="seealso" xref="dconf" />
<credit type="author copyright">
<name>Ryan Lortie</name>
diff --git a/system-admin-guide/C/dconf-profiles.page b/system-admin-guide/C/dconf-profiles.page
index 48bf2e6..70a3a6b 100644
--- a/system-admin-guide/C/dconf-profiles.page
+++ b/system-admin-guide/C/dconf-profiles.page
@@ -3,37 +3,29 @@
id="dconf-profiles">
<info>
- <link type="seealso" xref="dconf-custom-defaults" />
+ <link type="seealso" xref="dconf-custom-default-values" />
+ <link type="seealso" xref="dconf" />
+ <link type="guide" xref="index" group="user-settings" />
+
<revision version="0.1" date="2013-03-25" status="draft"/>
- <credit type="author">
- <name>Jana Švárová</name>
- <email>jana svarova gmail com</email>
- </credit>
-
- <desc>This page defines the dconf tool, the dconf profile, gives detailed
- information about profile selection.</desc>
+
+ <credit type="author copyright">
+ <name>Ryan Lortie</name>
+ <email>desrt desrt ca</email>
+ <years>2012</years>
+ </credit>
+
+ <credit type="editor">
+ <name>Jana Švárová</name>
+ <email>jana svarova gmail com</email>
+ </credit>
+
+ <desc>This page gives detailed information about profile selection.</desc>
</info>
-<title>dconf profiles</title>
-
-<section id="dconf">
- <title>dconf</title>
-
- <p>The <sys>dconf</sys> tool collects a system's hardware and software
- configuration. It allows to take your system configuration with you on the
- road, compare identical systems to troubleshoot HW or SW problems.</p>
-
- <p><sys>dconf</sys> is based on the concept of a 'profile'. A profile is a
- list of configuration databases.</p>
-</section>
-
-<section id="select-a-profile">
<title>Select a profile</title>
- <p><sys>dconf</sys> stores its profiles in text files. $DCONF_PROFILE can
- specify a relative path to the file from the <file>/etc/dconf/profile/</file>
- directory, or an absolute path (such as in a user's home directory).</p>
-
+
<p>On startup, <sys>dconf</sys> consults the DCONF_PROFILE environment
variable. If set, <sys>dconf</sys> attempts to open the named profile and
aborts if that fails. If the environment variable is not set,
@@ -52,8 +44,7 @@ system-db:site
<note style="important">
<p>The <sys>dconf</sys> profile for a session is determined at login, so users
will have to log out and log in to apply a new <sys>dconf</sys> user profile
- to their session.
+ to their session.</p>
</note>
-</section>
-
+
</page>
diff --git a/system-admin-guide/C/dconf.page b/system-admin-guide/C/dconf.page
new file mode 100644
index 0000000..93f728b
--- /dev/null
+++ b/system-admin-guide/C/dconf.page
@@ -0,0 +1,46 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="dconf">
+
+<info>
+ <link type="guide" xref="index" group="tools" />
+ <link type="seealso" xref="dconf-custom-default-values" />
+ <link type="seealso" xref="dconf-profiles" />
+ <revision version="0.1" date="2013-03-25" status="draft"/>
+
+ <credit type="author">
+ <name>Jana Švárová</name>
+ <email>jana svarova gmail com</email>
+ </credit>
+
+ <credit type="author copyright">
+ <name>Ryan Lortie</name>
+ <email>desrt desrt ca</email>
+ <years>2012</years>
+ </credit>
+
+ <desc>This page defines the dconf tool and the dconf profiles.</desc>
+</info>
+
+<title>dconf and its profiles</title>
+
+<section id="dconf">
+ <title>dconf</title>
+ <p>The <sys>dconf</sys> tool collects a system's hardware and software
+ configuration. It allows to take your system configuration with you on the
+ road, compare identical systems to troubleshoot hardware or software
+ problems.</p>
+</section>
+
+<section id="profile">
+ <title>Profile</title>
+ <p><sys>dconf</sys> is based on the concept of a 'profile'. A profile is a
+ list of configuration databases.</p>
+
+ <p>The <sys>dconf</sys> tool stores its profiles in text files.
+ $DCONF_PROFILE can specify a relative path to the file from the
+ <file>/etc/dconf/profile/</file> directory, or an absolute path
+ (such as in a user's home directory).</p>
+
+</section>
+</page>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]