summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2023-02-04 14:55:05 +0000
committerDavid King <amigadave@amigadave.com>2023-02-04 15:43:27 +0000
commit0d51ff422d62f9c5d0715d7a2abe66b66b2391f6 (patch)
treedc65d37493bffe6a2dd9e1e3732ead9516ade09e
parent04cb5ab330d92aad7056e826652141079d81528f (diff)
downloadgnome-user-docs-0d51ff422d62f9c5d0715d7a2abe66b66b2391f6.tar.gz
about: Add new page and guide on about panel
https://gitlab.gnome.org/GNOME/gnome-user-docs/-/issues/177
-rw-r--r--gnome-help/C/about-hostname.page49
-rw-r--r--gnome-help/C/about.page30
-rw-r--r--gnome-help/Makefile.am2
3 files changed, 81 insertions, 0 deletions
diff --git a/gnome-help/C/about-hostname.page b/gnome-help/C/about-hostname.page
new file mode 100644
index 00000000..ef9bd92e
--- /dev/null
+++ b/gnome-help/C/about-hostname.page
@@ -0,0 +1,49 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic" style="task"
+ id="about-hostname">
+
+ <info>
+ <link type="guide" xref="about" group="hostname"/>
+
+ <revision pkgversion="44.0" date="2023-02-04" status="draft"/>
+
+ <credit type="author">
+ <name>David King</name>
+ <email>amigadave@amigadave.com</email>
+ </credit>
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <desc>Change the name used to identify your system on the network and to
+ Bluetooth devices.</desc>
+ </info>
+
+ <title>Change the device name</title>
+
+ <p>Having a name that is uniquely recognisable makes it easier to identify
+ your system on the network and when pairing Bluetooth devices.</p>
+
+ <steps>
+ <item>
+ <p>Open the <gui xref="shell-introduction#activities">Activities</gui>
+ overview and start typing <gui>About</gui>.</p>
+ </item>
+ <item>
+ <p>Press <gui>About</gui> to open the panel.</p>
+ </item>
+ <item>
+ <p>Select <gui>Device Name</gui> from the list.</p>
+ </item>
+ <item>
+ <p>Enter a name for your system, and click
+ <gui style="button">Rename</gui>.</p>
+ </item>
+ </steps>
+
+ <note style="important">
+ <p>Although the hostname is changed immediately after the system name has
+ been changed, some running programs and services may have to be restarted
+ for the change to take effect.</p>
+ </note>
+
+</page>
diff --git a/gnome-help/C/about.page b/gnome-help/C/about.page
new file mode 100644
index 00000000..5e120d99
--- /dev/null
+++ b/gnome-help/C/about.page
@@ -0,0 +1,30 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ xmlns:its="http://www.w3.org/2005/11/its"
+ type="guide" style="task"
+ id="about">
+
+ <info>
+ <link type="guide" xref="prefs"/>
+
+ <revision pkgversion="44.0" date="2023-02-04" status="draft"/>
+
+ <credit type="author">
+ <name>David King</name>
+ <email>amigadave@amigadave.com</email>
+ </credit>
+
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+
+ <title type="link" role="trail">Accounts</title>
+ <desc>View information about your system.</desc>
+ </info>
+
+ <title>About</title>
+
+ <p>You can find out information about the hardware and OS on your system in
+ the <app>About</app> window. Change the name used to identify your system on
+ the network or with Bluetooth.</p>
+
+ <links type="topic" groups="hostname hardware os #first #default #last"/>
+
+</page>
diff --git a/gnome-help/Makefile.am b/gnome-help/Makefile.am
index 11e8f1c6..a9cfe868 100644
--- a/gnome-help/Makefile.am
+++ b/gnome-help/Makefile.am
@@ -173,6 +173,8 @@ HELP_FILES = \
a11y-slowkeys.page \
a11y-stickykeys.page \
a11y-visualalert.page \
+ about.page \
+ about-hostname.page \
about-this-guide.page \
accounts-add.page \
accounts-disable-service.page \