[gnome-user-docs] Some sysadmin page updates, others marked draft



commit 918a31071dc864422552c497a2318f186ef7c927
Author: Michael Hill <mdhillca gmail com>
Date:   Thu Nov 8 19:49:31 2012 -0500

    Some sysadmin page updates, others marked draft

 system-admin-guide/C/background.page           |    2 +-
 system-admin-guide/C/backgrounds-extra.page    |    2 +-
 system-admin-guide/C/dconf-profiles-edit.page  |    2 +-
 system-admin-guide/C/dconf-profiles.page       |   18 ++++++------
 system-admin-guide/C/fonts.page                |    2 +-
 system-admin-guide/C/lockdown.page             |    2 +-
 system-admin-guide/C/lockscreenbackground.page |    2 +-
 system-admin-guide/C/logo.page                 |   32 ++++++++++++++++-------
 system-admin-guide/C/power-settings.page       |   13 +++++----
 system-admin-guide/C/processes.page            |    2 +-
 system-admin-guide/C/screen-locking.page       |    2 +-
 system-admin-guide/C/servers-list.page         |    2 +-
 system-admin-guide/C/session-debug.page        |    2 +-
 system-admin-guide/C/vpn-list.page             |    2 +-
 system-admin-guide/Makefile.am                 |    4 ++-
 15 files changed, 52 insertions(+), 37 deletions(-)
---
diff --git a/system-admin-guide/C/background.page b/system-admin-guide/C/background.page
index ed4bd30..6da3136 100644
--- a/system-admin-guide/C/background.page
+++ b/system-admin-guide/C/background.page
@@ -2,7 +2,7 @@
       type="topic" style="task"
       id="background">
   <info>
-    <revision version="0.1" date="2012-05-21" status="stub"/>
+    <revision version="0.1" date="2012-05-21" status="draft"/>
     <link type="guide" xref="index" group="appearance" />
 
     <credit type="author copyright">
diff --git a/system-admin-guide/C/backgrounds-extra.page b/system-admin-guide/C/backgrounds-extra.page
index 7e632a2..fc22179 100644
--- a/system-admin-guide/C/backgrounds-extra.page
+++ b/system-admin-guide/C/backgrounds-extra.page
@@ -2,7 +2,7 @@
       type="topic" style="task"
       id="backgrounds-extra">
   <info>
-    <revision version="0.1" date="2012-07-02" status="stub"/>
+    <revision version="0.1" date="2012-07-02" status="draft"/>
     <link type="guide" xref="index" group="appearance" />
 
     <credit type="author copyright">
diff --git a/system-admin-guide/C/dconf-profiles-edit.page b/system-admin-guide/C/dconf-profiles-edit.page
index d4c865a..2c55e8b 100644
--- a/system-admin-guide/C/dconf-profiles-edit.page
+++ b/system-admin-guide/C/dconf-profiles-edit.page
@@ -2,7 +2,7 @@
       type="topic" style="task"
       id="dconf-profiles-edit">
   <info>
-    <revision version="0.1" date="2012-07-02" status="stub"/>
+    <revision version="0.1" date="2012-07-02" status="draft"/>
     <link type="guide" xref="index" group="tools" />
 
     <credit type="author copyright">
diff --git a/system-admin-guide/C/dconf-profiles.page b/system-admin-guide/C/dconf-profiles.page
index 5751b3e..1703d9b 100644
--- a/system-admin-guide/C/dconf-profiles.page
+++ b/system-admin-guide/C/dconf-profiles.page
@@ -2,7 +2,7 @@
       type="topic" style="task"
       id="dconf-profiles">
   <info>
-    <revision pkgversion="3.6" version="0.1" date="2012-05-21" status="stub"/>
+    <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" />
 
@@ -23,7 +23,7 @@
       <email>jwcampbell gmail com</email>
       <years>2012</years>
     </credit>
-    
+
     <desc>Set system-wide default values using dconf's key file directories</desc>
   </info>
 
@@ -33,29 +33,29 @@
    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, 
+  <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 <file>/etc/dconf/profile/</file></p></item>
-  <item><p>From within the <file>profile</file> directory, create and edit a 
+  <item><p>From within the <file>profile</file> directory, create and edit a
   file named <file>user</file>.</p>
 <code>
 user-db:user
 system-db:local
 </code></item>
 
-  <item><p>Navigate to the <file>/etc/dconf/db/local.d/</file> directory. If 
+  <item><p>Navigate to the <file>/etc/dconf/db/local.d/</file> directory. If
   this directory doesn't exist, you will need to create it.</p>
   </item>
-  <item><p>In the <file>local.d</file> directory, create and edit a 
+  <item><p>In the <file>local.d</file> directory, create and edit a
   key file named <file>00_default-wallpaper</file>.</p>
 <code>
 #this portion of the key file identifies the dconf group
@@ -75,7 +75,7 @@ secondary-color='000000'
 </example>
 
   <note>
-    <p>The first time you create a dconf user profile, you'll need to log out 
+    <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>
   </note>
 
@@ -83,7 +83,7 @@ secondary-color='000000'
 <note>
   <p>
     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. 
+    or you can use a separate key file for each group.
   </p>
 </note>
 
diff --git a/system-admin-guide/C/fonts.page b/system-admin-guide/C/fonts.page
index 3847651..7894ecc 100644
--- a/system-admin-guide/C/fonts.page
+++ b/system-admin-guide/C/fonts.page
@@ -2,7 +2,7 @@
       type="topic" style="task"
       id="fonts">
   <info>
-    <revision version="0.1" date="2012-05-21" status="stub"/>
+    <revision version="0.1" date="2012-05-21" status="draft"/>
     <link type="guide" xref="index" group="appearance" />
 
 <credit type="author copyright">
diff --git a/system-admin-guide/C/lockdown.page b/system-admin-guide/C/lockdown.page
index 0dfee6d..b46a15f 100644
--- a/system-admin-guide/C/lockdown.page
+++ b/system-admin-guide/C/lockdown.page
@@ -2,7 +2,7 @@
       type="topic" style="task"
       id="lockdown">
   <info>
-    <revision version="0.1" date="2012-05-21" status="stub"/>
+    <revision version="0.1" date="2012-05-21" status="draft"/>
     <link type="guide" xref="index" group="user" />
     <link type="seealso" xref="dconf-profiles" />
 
diff --git a/system-admin-guide/C/lockscreenbackground.page b/system-admin-guide/C/lockscreenbackground.page
index 5e7b8eb..478df72 100644
--- a/system-admin-guide/C/lockscreenbackground.page
+++ b/system-admin-guide/C/lockscreenbackground.page
@@ -2,7 +2,7 @@
       type="topic" style="task"
       id="lockscreenbackground">
   <info>
-    <revision version="0.1" date="2012-05-21" status="stub"/>
+    <revision version="0.1" date="2012-05-21" status="draft"/>
     <link type="guide" xref="index" group="appearance" />
 
     <credit type="author copyright">
diff --git a/system-admin-guide/C/logo.page b/system-admin-guide/C/logo.page
index a84dfc9..d43f47f 100644
--- a/system-admin-guide/C/logo.page
+++ b/system-admin-guide/C/logo.page
@@ -2,10 +2,15 @@
       type="topic" style="task"
       id="logo">
   <info>
-    <revision version="0.1" date="2012-05-21" status="stub"/>
+    <revision version="0.1" date="2012-05-21" status="draft"/>
     <link type="guide" xref="index" group="login" />
 
     <credit type="author copyright">
+      <name>Matthias Clasen</name>
+      <email>matthias clasen gmail com</email>
+      <years>2012</years>
+    </credit>
+    <credit type="author copyright">
       <name>Michael Hill</name>
       <email>mdhillca gmail com</email>
       <years>2012</years>
@@ -17,17 +22,24 @@
   <title>Adding a logo to the login screen</title>
 
   <comment>
-    <cite date="2012-05-21" href="mailto:mdhillca gmail com">Michael Hill</cite>
-    <p>This assumes the reader knows how to.... By the end of this page,
-    the reader will be able to....</p>
+    <cite date="2012-11-07" href="mailto:mdhillca gmail com">Michael Hill</cite>
+    <p>Adapted from l-g-o SysAdminGuide page.</p>
   </comment>
 
-  <p>Short introductory text...</p>
+  <p>See the <file>org.gnome.login-screen.logo</file> gsettings key. Note that
+ <app>GDM</app> uses its own DConf profile. To change settings in this profile,
+ place a keyfile in <file>/etc/dconf/db/gdm.d</file> and run
+ <input>dconf update</input>. Here is an example keyfile that could be stored as
+ <file>/etc/dconf/db/gdm.d/corp-login</file>:</p>
+
+<code>
+[org/gnome/login-screen]
+logo='/opt/corp/logo.png'
+</code>
 
-  <steps>
-    <item><p>First step...</p></item>
-    <item><p>Second step...</p></item>
-    <item><p>Third step...</p></item>
-  </steps>
+  <note>
+    <p>Note that these DConf key files are slightly different from gsettings
+    override files.</p>
+  </note>
 
 </page>
diff --git a/system-admin-guide/C/power-settings.page b/system-admin-guide/C/power-settings.page
index ad8dd80..106e35d 100644
--- a/system-admin-guide/C/power-settings.page
+++ b/system-admin-guide/C/power-settings.page
@@ -2,7 +2,7 @@
       type="topic" style="task"
       id="power-settings">
   <info>
-    <revision version="0.1" date="2012-07-24" status="stub"/>
+    <revision version="0.1" date="2012-07-24" status="draft"/>
     <link type="guide" xref="index" group="user" />
 
     <credit type="author copyright">
@@ -24,10 +24,11 @@
   </comment>
 
   <p>System-wide power management settings are controlled by gsettings keys.
-   For instance, <em>dim screens after X minutes</em> is controlled by the
-   <file>org.gnome.settings-daemon.plugins.power.idle-dim-time</file>,
-   <file>org.gnome.settings-daemon.plugins.power.idle-dim-ac</file> and
-   <file>org.gnome.settings-daemon.plugins.power.idle-dim-battery</file>
-   gsettings keys.</p>
+   For instance, <em>dim screens after X minutes</em> is controlled by the</p>
+   <p><file>org.gnome.settings-daemon.plugins.power.idle-dim-time</file></p>,
+   <p><file>org.gnome.settings-daemon.plugins.power.idle-dim-ac</file></p>
+   <p>and</p>
+   <p><file>org.gnome.settings-daemon.plugins.power.idle-dim-battery</file></p>
+   <p>gsettings keys.</p>
 
 </page>
diff --git a/system-admin-guide/C/processes.page b/system-admin-guide/C/processes.page
index 251663e..c4697f2 100644
--- a/system-admin-guide/C/processes.page
+++ b/system-admin-guide/C/processes.page
@@ -2,7 +2,7 @@
       type="topic" style="task"
       id="processes">
   <info>
-    <revision version="0.1" date="2012-07-02" status="stub"/>
+    <revision version="0.1" date="2012-07-02" status="draft"/>
     <link type="guide" xref="index" group="processes" />
 
     <credit type="author copyright">
diff --git a/system-admin-guide/C/screen-locking.page b/system-admin-guide/C/screen-locking.page
index 0966af3..064111d 100644
--- a/system-admin-guide/C/screen-locking.page
+++ b/system-admin-guide/C/screen-locking.page
@@ -2,7 +2,7 @@
       type="topic" style="task"
       id="screen-locking">
   <info>
-    <revision version="0.1" date="2012-07-24" status="stub"/>
+    <revision version="0.1" date="2012-07-24" status="draft"/>
     <link type="guide" xref="index" group="user" />
 
     <credit type="author copyright">
diff --git a/system-admin-guide/C/servers-list.page b/system-admin-guide/C/servers-list.page
index 4efcdd8..48c3cde 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="stub"/>
+    <revision version="0.1" date="2012-10-08" status="draft"/>
     <link type="guide" xref="index" group="net" />
 
     <credit type="author copyright">
diff --git a/system-admin-guide/C/session-debug.page b/system-admin-guide/C/session-debug.page
index 2657dc3..b11abaf 100644
--- a/system-admin-guide/C/session-debug.page
+++ b/system-admin-guide/C/session-debug.page
@@ -2,7 +2,7 @@
       type="topic" style="task"
       id="session-debug">
   <info>
-    <revision version="0.1" date="2012-07-24" status="stub"/>
+    <revision version="0.1" date="2012-07-24" status="draft"/>
     <link type="guide" xref="index" group="tools" />
 
     <credit type="author copyright">
diff --git a/system-admin-guide/C/vpn-list.page b/system-admin-guide/C/vpn-list.page
index 751f845..0dc6093 100644
--- a/system-admin-guide/C/vpn-list.page
+++ b/system-admin-guide/C/vpn-list.page
@@ -2,7 +2,7 @@
       type="topic" style="task"
       id="vpn-list">
   <info>
-    <revision version="0.1" date="2012-10-08" status="stub"/>
+    <revision version="0.1" date="2012-10-08" status="draft"/>
     <link type="guide" xref="index" group="net" />
 
     <credit type="author copyright">
diff --git a/system-admin-guide/Makefile.am b/system-admin-guide/Makefile.am
index 34023ba..1924e14 100644
--- a/system-admin-guide/Makefile.am
+++ b/system-admin-guide/Makefile.am
@@ -2,7 +2,7 @@
 
 HELP_ID = system-admin-guide
 
-HELP_LINGUAS = 
+HELP_LINGUAS =
 
 HELP_MEDIA =
 
@@ -20,6 +20,8 @@ HELP_FILES = \
 	keyboard-layout.page		\
 	lockdown.page			\
 	lockscreenbackground.page	\
+	login-background.page		\
+	login-disclaimer.page		\
 	logo.page			\
 	overrides.page			\
 	power-settings.page		\



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