[gnome-user-docs] Finished remove desc links



commit 8943197d33a89bf40b9c0eed5b3ffef8ce6cd84c
Author: Shaun McCance <shaunm redhat com>
Date:   Tue Feb 16 17:39:57 2021 -0500

    Finished remove desc links

 gnome-help/C/.yelp-tools.cfg     |  7 ++++++-
 gnome-help/C/a11y.page           |  2 ++
 gnome-help/C/accounts.page       |  6 +-----
 gnome-help/C/bluetooth.page      |  7 ++-----
 gnome-help/C/clock.page          |  7 +------
 gnome-help/C/color.page          |  6 +-----
 gnome-help/C/disk.page           |  7 +------
 gnome-help/C/files.page          |  4 ++++
 gnome-help/C/hardware-auth.page  | 10 ++--------
 gnome-help/C/hardware-phone.page |  2 ++
 gnome-help/C/hardware.page       | 12 ++++--------
 gnome-help/C/index.page          |  8 ++++----
 gnome-help/C/keyboard.page       |  7 ++-----
 gnome-help/C/media.page          | 21 ++++++++-------------
 gnome-help/C/more-help.page      |  2 ++
 gnome-help/C/mouse.page          |  6 +-----
 gnome-help/C/net-browser.page    |  4 +---
 gnome-help/C/net-email.page      |  5 +----
 gnome-help/C/net-general.page    |  8 ++------
 gnome-help/C/net-problem.page    |  5 +----
 gnome-help/C/net-security.page   |  6 +-----
 gnome-help/C/net-wired.page      |  5 +----
 gnome-help/C/net-wireless.page   |  7 ++-----
 gnome-help/C/net.page            |  6 ++++--
 gnome-help/C/prefs-language.page |  6 +-----
 gnome-help/C/prefs-sharing.page  |  8 ++------
 gnome-help/C/prefs.page          | 13 +++++--------
 gnome-help/C/printing.page       | 10 ++--------
 gnome-help/C/privacy.page        |  7 ++-----
 gnome-help/C/sharing.page        |  6 +-----
 gnome-help/C/shell-overview.page | 10 ++++------
 gnome-help/C/tips.page           |  6 ++++--
 gnome-help/C/user-accounts.page  |  7 ++-----
 gnome-help/C/wacom.page          |  7 ++-----
 34 files changed, 81 insertions(+), 159 deletions(-)
---
diff --git a/gnome-help/C/.yelp-tools.cfg b/gnome-help/C/.yelp-tools.cfg
index c60c7500..6724b0f6 100644
--- a/gnome-help/C/.yelp-tools.cfg
+++ b/gnome-help/C/.yelp-tools.cfg
@@ -39,7 +39,7 @@ message = Desc must end with a period or question mark
 
 [check:gnome-no-desc-link]
 desc = Stop putting links in desc elements
-select = /mal:page/mal:info/mal:desc
+select = //mal:desc
 assert = not(mal:link)
 message = Stop putting links in desc elements
 
@@ -54,3 +54,8 @@ message = Use a short title for link trails
 select = //mal:*[not(ancestor-or-self::mal:cmd or ancestor-or-self::mal:code or 
ancestor-or-self::mal:comment or ancestor-or-self::mal:file or ancestor-or-self::mal:input or 
ancestor-or-self::mal:key or ancestor-or-self::mal:output or ancestor-or-self::mal:screen or 
ancestor-or-self::mal:screen or ancestor-or-self::mal:sys)]
 assert = not(contains(text(), "'") or contains(text(), '"'))
 message = Use ‘curly’ “quotes” instead of 'straight' "quotes"
+
+#[check:gnome-no-guide-style]
+#select = /mal:page[@type='guide']
+#assert = not(@style)
+#message = Do not set a style attribute on guide pages
diff --git a/gnome-help/C/a11y.page b/gnome-help/C/a11y.page
index b88749cf..729b263a 100644
--- a/gnome-help/C/a11y.page
+++ b/gnome-help/C/a11y.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:uix="http://projectmallard.org/experimental/ui/";
       type="guide" style="a11y task"
       id="a11y">
 
@@ -24,6 +25,7 @@
 
     <desc>Use assistive technologies to help with special needs for
     vision, hearing, and mobility.</desc>
+    <uix:thumb role="experimental-gnome-tiles" src="figures/tile-a11y.svg"/>
   </info>
 
   <title>Accessibility</title>
diff --git a/gnome-help/C/accounts.page b/gnome-help/C/accounts.page
index b319b7c3..c23c9024 100644
--- a/gnome-help/C/accounts.page
+++ b/gnome-help/C/accounts.page
@@ -17,11 +17,7 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
     <title type="link" role="trail">Accounts</title>
-    <desc>
-      <link xref="accounts-add">Add an online account</link>,
-      <link xref="accounts-remove">Remove an account</link>,
-      <link xref="accounts-which-application">Learn about services</link>…
-    </desc>
+    <desc>Connect to your accounts with various online services.</desc>
   </info>
 
   <title>Online accounts</title>
diff --git a/gnome-help/C/bluetooth.page b/gnome-help/C/bluetooth.page
index e4b4143f..993cab0e 100644
--- a/gnome-help/C/bluetooth.page
+++ b/gnome-help/C/bluetooth.page
@@ -19,11 +19,8 @@
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
-    <desc>
-      <link xref="bluetooth-connect-device">Connect</link>,
-      <link xref="bluetooth-send-file">send files</link>,
-      <link xref="bluetooth-turn-on-off">turn on and off</link>…
-    </desc>
+    <desc>Connect to devices over Bluetooth to transfer files or use
+    wireless audio.</desc>
   </info>
 
 <title>Bluetooth</title>
diff --git a/gnome-help/C/clock.page b/gnome-help/C/clock.page
index fd17af5f..0caf1662 100644
--- a/gnome-help/C/clock.page
+++ b/gnome-help/C/clock.page
@@ -16,12 +16,7 @@
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
-    <desc>
-      <link xref="clock-set">Set date and time</link>,
-      <link xref="clock-world">world clocks</link>,
-      <link xref="clock-timezone">timezone</link>,
-      <link xref="clock-calendar">calendar and appointments</link>…
-    </desc>
+    <desc>Use clocks and timezones, and keep track of appointments.</desc>
   </info>
 
 <title>Date &amp; time</title>
diff --git a/gnome-help/C/color.page b/gnome-help/C/color.page
index 842cb2c0..63d820c4 100644
--- a/gnome-help/C/color.page
+++ b/gnome-help/C/color.page
@@ -12,11 +12,7 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"; />
 
     <title type="link" role="trail">Color</title>
-    <desc>
-      <link xref="color-whyimportant">Why is this important</link>,
-      <link xref="color#profiles">Color profiles</link>,
-      <link xref="color#calibration">How to calibrate a device</link>…
-    </desc>
+    <desc>Calibrate color profiles on monitors, printers, and other devices.</desc>
 
   </info>
 
diff --git a/gnome-help/C/disk.page b/gnome-help/C/disk.page
index d170b5a6..ea72479a 100644
--- a/gnome-help/C/disk.page
+++ b/gnome-help/C/disk.page
@@ -13,12 +13,7 @@
   <revision pkgversion="3.4.0" date="2012-02-19" status="review"/>
 
   <title type="link" role="trail">Disks</title>
-  <desc>
-    <link xref="disk-capacity">Disk space</link>,
-    <link xref="disk-benchmark">performance</link>,
-    <link xref="disk-check">problems</link>,
-    <link xref="disk-partitions">volumes and partitions</link>…
-  </desc>
+  <desc>Check on disk space and control how disk space is allocated and used.</desc>
 
   <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 </info>
diff --git a/gnome-help/C/files.page b/gnome-help/C/files.page
index f011c700..21e46c85 100644
--- a/gnome-help/C/files.page
+++ b/gnome-help/C/files.page
@@ -1,5 +1,6 @@
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:its="http://www.w3.org/2005/11/its";
+      xmlns:uix="http://projectmallard.org/experimental/ui/";
       type="guide" style="task"
       id="files">
 
@@ -28,6 +29,9 @@
 
     <desc>Find and manage your files, whether on your computer, on the
     internet, or in backups.</desc>
+
+    <uix:thumb role="experimental-gnome-tiles" src="figures/tile-files.svg"/>
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
   <title>Files, folders &amp; search</title>
diff --git a/gnome-help/C/hardware-auth.page b/gnome-help/C/hardware-auth.page
index 47ea14ea..0f24f8ea 100644
--- a/gnome-help/C/hardware-auth.page
+++ b/gnome-help/C/hardware-auth.page
@@ -10,13 +10,7 @@
     <email>shaunm gnome org</email>
   </credit>
 
-  <desc>
-    <link xref="session-fingerprint">Fingerprint readers</link>,
-<!--
-    <link xref="session-smartcard">smart cards</link>…
--->
-    smart cards…
-  </desc>
+  <desc>Use hardware devices to authenticate instead of passwords.</desc>
 
   <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 </info>
@@ -28,4 +22,4 @@
 <p>Change the desc when we have a smart card page</p>
 </comment>
 
-</page>
\ No newline at end of file
+</page>
diff --git a/gnome-help/C/hardware-phone.page b/gnome-help/C/hardware-phone.page
index 2c2e370b..942e7378 100644
--- a/gnome-help/C/hardware-phone.page
+++ b/gnome-help/C/hardware-phone.page
@@ -16,6 +16,8 @@
     <title type="link" role="trail">Phone</title>
     <desc>Connect your phone to your computer and use a mobile
     broadband connection.</desc>
+
+    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
   <title>Connect a cell phone to your computer</title>
diff --git a/gnome-help/C/hardware.page b/gnome-help/C/hardware.page
index 79dbc055..3f5cb034 100644
--- a/gnome-help/C/hardware.page
+++ b/gnome-help/C/hardware.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:uix="http://projectmallard.org/experimental/ui/";
       type="guide" style="task"
       id="hardware">
   <info>
@@ -12,14 +13,9 @@
 
     <title type="link" role="trail">Hardware</title>
 
-    <desc>
-      <link xref="hardware#problems">Hardware problems</link>,
-      <link xref="printing">printers</link>,
-      <link xref="power">power settings</link>,
-      <link xref="color">color management</link>,
-      <link xref="bluetooth">Bluetooth</link>,
-      <link xref="disk">disks</link>…
-    </desc>
+    <desc>Configure hardware and diagnose problems, including printers,
+    displays, disks, and more.</desc>
+    <uix:thumb role="experimental-gnome-tiles" src="figures/tile-hardware.svg"/>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
diff --git a/gnome-help/C/index.page b/gnome-help/C/index.page
index ea966e5a..9c69a572 100644
--- a/gnome-help/C/index.page
+++ b/gnome-help/C/index.page
@@ -1,7 +1,7 @@
 <page xmlns="http://projectmallard.org/1.0/";
       xmlns:e="http://projectmallard.org/experimental/";
       xmlns:its="http://www.w3.org/2005/11/its";
-      type="guide" id="index" style="task">
+      type="guide" id="index">
 
 <info>
     <desc>A guide for GNOME 3 desktop users.</desc>
@@ -13,13 +13,13 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 </info>
 
-<title><media its:translate="no" type="image" src="figures/yelp-icon-big.svg"><span its:translate="yes">Yelp 
logo</span></media> GNOME Help</title>
+<title>GNOME Help</title>
 
 <links type="topic" groups="gs"/>
 
-<links type="topic" groups="intro #first"/>
+<links type="topic" style="experimental-gnome-top" groups="intro #first"/>
 
-<links type="topic" style="2column" groups="
+<links type="topic" style="experimental-gnome-tiles 2column" groups="
        shell-overview
        net media files
        prefs hardware
diff --git a/gnome-help/C/keyboard.page b/gnome-help/C/keyboard.page
index 6df0b36f..a950aaa7 100644
--- a/gnome-help/C/keyboard.page
+++ b/gnome-help/C/keyboard.page
@@ -8,11 +8,8 @@
 
     <revision pkgversion="3.8.0" date="2013-03-10" status="candidate"/>
 
-    <desc>
-      <link xref="keyboard-layouts">Keyboard layouts</link>,
-      <link xref="keyboard-cursor-blink">cursor blinking</link>,
-      <link xref="a11y#mobility">keyboard accessibility</link>…
-    </desc>
+    <desc>Select international keyboard layouts and use keyboard
+    accessibility features.</desc>
 
     <credit type="author">
       <name>Shaun McCance</name>
diff --git a/gnome-help/C/media.page b/gnome-help/C/media.page
index 13997e1b..33fb5193 100644
--- a/gnome-help/C/media.page
+++ b/gnome-help/C/media.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:uix="http://projectmallard.org/experimental/ui/";
       type="guide" style="task"
       id="media">
   <info>
@@ -11,15 +12,12 @@
     </credit>
 
    <title type="link" role="trail">Media</title>
-    <desc>
-      <link xref="media#photos">Digital cameras</link>,
-      <link xref="media#music">iPods</link>,
-      <link xref="media#photos">editing photos</link>,
-      <link xref="media#videos">playing videos</link>…
-    </desc>
-    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
+   <desc>Use your media files, and connect to cameras, digital
+   audio players, and more.</desc>
+   <uix:thumb role="experimental-gnome-tiles" src="figures/tile-media.svg"/>
+   <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
-
+  
 <title>Sound, video &amp; pictures</title>
 
 <section id="sound" style="2column">
@@ -27,11 +25,8 @@
    <title type="sort">Sound</title>
    <title type="link" role="trail">Sound</title>
    <title type="link" role="topic">Sound</title>
-   <desc>
-     <link xref="sound-volume">Volume</link>,
-     <link xref="sound-usespeakers">speakers and headphones</link>,
-     <link xref="sound-usemic">microphones</link>…
-   </desc>
+   <desc>Adjust the volume for different apps, and configure different
+   speakers and microphones.</desc>
    <link type="guide" xref="prefs"/>
  </info>
  <title>Basic sound</title>
diff --git a/gnome-help/C/more-help.page b/gnome-help/C/more-help.page
index 4f05ba56..bee88fb1 100644
--- a/gnome-help/C/more-help.page
+++ b/gnome-help/C/more-help.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:uix="http://projectmallard.org/experimental/ui/";
       type="guide" style="tip 2column"
       id="more-help">
   <info>
@@ -17,6 +18,7 @@
 
     <desc>Get tips on using this guide, and connect with the
     community for more help.</desc>
+    <uix:thumb role="experimental-gnome-tiles" src="figures/tile-help.svg"/>
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
diff --git a/gnome-help/C/mouse.page b/gnome-help/C/mouse.page
index 3f8279a1..d8735aff 100644
--- a/gnome-help/C/mouse.page
+++ b/gnome-help/C/mouse.page
@@ -27,11 +27,7 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
     <title type="link" role="trail">Mouse</title>
-    <desc>
-      <link xref="mouse-lefthanded">Left-handed</link>,
-      <link xref="mouse-sensitivity">speed and sensitivity</link>,
-      <link xref="mouse-touchpad-click">touchpad clicking and scrolling</link>…
-    </desc>
+    <desc>Adjust the behavior of pointing devices to meet personal requirements.</desc>
   </info>
 
 <title>Mouse, Touchpad &amp; Touchscreen</title>
diff --git a/gnome-help/C/net-browser.page b/gnome-help/C/net-browser.page
index 8f94fe00..f80f2664 100644
--- a/gnome-help/C/net-browser.page
+++ b/gnome-help/C/net-browser.page
@@ -14,9 +14,7 @@
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
-    <desc>
-      <link xref="net-default-browser">Change the default browser</link>…
-    </desc>
+    <desc>Change your default web browser.</desc>
   </info>
 
   <title>Web browsers</title>
diff --git a/gnome-help/C/net-email.page b/gnome-help/C/net-email.page
index f3293eec..5b7561c2 100644
--- a/gnome-help/C/net-email.page
+++ b/gnome-help/C/net-email.page
@@ -23,10 +23,7 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
     <title type="link" role="trail">Email</title>
-    <desc>
-      <link xref="net-default-email">Default email apps</link>,
-      <link xref="net-email-virus">Should I scan for viruses?</link>…
-    </desc>
+    <desc>Set your default app and stay safe with email.</desc>
   </info>
 
 <title>Email &amp; email software</title>
diff --git a/gnome-help/C/net-general.page b/gnome-help/C/net-general.page
index 7ca1a264..27e09a7b 100644
--- a/gnome-help/C/net-general.page
+++ b/gnome-help/C/net-general.page
@@ -19,12 +19,8 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
     <title type="link" role="trail">Tips</title>
-    <desc>
-      <link xref="net-findip">Find your IP address</link>,
-      <link xref="net-wireless-wepwpa">WEP &amp; WPA security</link>,
-      <link xref="net-macaddress">MAC addresses</link>,
-      <link xref="net-proxy">proxies</link>…
-    </desc>
+    <desc>Learn about IP address, internet proxies, and how to stay safe
+    on the internet.</desc>
   </info>
 
 <title>Networking terms &amp; tips</title>
diff --git a/gnome-help/C/net-problem.page b/gnome-help/C/net-problem.page
index 1ff80eb3..a914344c 100644
--- a/gnome-help/C/net-problem.page
+++ b/gnome-help/C/net-problem.page
@@ -14,10 +14,7 @@
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
-    <desc>
-      <link xref="net-wireless-troubleshooting">Troubleshooting wireless connections</link>,
-      <link xref="net-wireless-find">finding your Wi-Fi network</link>…
-    </desc>
+    <desc>Troubleshoot connectivity issues with wireless and wired networks.</desc>
   </info>
 
   <title>Network problems</title>
diff --git a/gnome-help/C/net-security.page b/gnome-help/C/net-security.page
index 107e9a84..e02bdf86 100644
--- a/gnome-help/C/net-security.page
+++ b/gnome-help/C/net-security.page
@@ -15,11 +15,7 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
     <title type="link" role="trail">Security</title>
-    <desc>
-      <link xref="net-antivirus">Antivirus software</link>,
-      <link xref="net-firewall-on-off">basic firewalls</link>,
-      <link xref="net-firewall-ports">firewall ports</link>…
-    </desc>
+    <desc>Understand firewalls, viruses, and other internet security topics.</desc>
   </info>
 
   <title>Keeping safe on the internet</title>
diff --git a/gnome-help/C/net-wired.page b/gnome-help/C/net-wired.page
index dccdd4af..f8e80183 100644
--- a/gnome-help/C/net-wired.page
+++ b/gnome-help/C/net-wired.page
@@ -8,10 +8,7 @@
 
     <link type="guide" xref="net"/>
 
-    <desc>
-      <link xref="net-wired-connect">Wired internet connections</link>,
-      <link xref="net-fixed-ip-address">Fixed IP addresses</link>…
-    </desc>
+    <desc>Use a wired internet connection and set a static IP address.</desc>
 
     <credit type="author">
       <name>The Ubuntu Documentation Team</name>
diff --git a/gnome-help/C/net-wireless.page b/gnome-help/C/net-wireless.page
index 16bd3ac6..d0999175 100644
--- a/gnome-help/C/net-wireless.page
+++ b/gnome-help/C/net-wireless.page
@@ -12,11 +12,8 @@
     <link type="seealso" xref="net-problem"/>
     <link type="seealso" xref="status-icons#networkicons"/>
 
-    <desc>
-      <link xref="net-wireless-connect">Connect to Wi-Fi</link>,
-      <link xref="net-wireless-hidden">hidden networks</link>,
-      <link xref="net-wireless-disconnecting">Wi-Fi disconnecting</link>…
-    </desc>
+    <desc>Connect to wireless networks, including hidden networks and
+    networks created from phone tethering.</desc>
 
     <credit type="author">
       <name>The Ubuntu Documentation Team</name>
diff --git a/gnome-help/C/net.page b/gnome-help/C/net.page
index 017c047a..7cd9795b 100644
--- a/gnome-help/C/net.page
+++ b/gnome-help/C/net.page
@@ -1,5 +1,6 @@
 <page xmlns="http://projectmallard.org/1.0/";
-      type="guide" style="task 2column"
+      xmlns:uix="http://projectmallard.org/experimental/ui/";
+      type="guide"
       id="net">
 
   <info>
@@ -20,6 +21,7 @@
     <title type="link" role="trail">Networking</title>
     <desc>Connect to wireless and wired networks. Stay safe with a VPN.
     Create a wireless hotspot.</desc>
+    <uix:thumb role="experimental-gnome-tiles" src="figures/tile-net.svg"/>
 <!--
     chat…
 -->
@@ -40,6 +42,6 @@
 
   <title>Networking, web &amp; email</title>
 
-<links type="topic" style="toronto"/>
+  <links type="topic" style="experimental-gnome-tiles toronto"/>
 
 </page>
diff --git a/gnome-help/C/prefs-language.page b/gnome-help/C/prefs-language.page
index f446dad0..3df55bae 100644
--- a/gnome-help/C/prefs-language.page
+++ b/gnome-help/C/prefs-language.page
@@ -14,11 +14,7 @@
       <email>mdhillca gmail com</email>
     </credit>
 
-    <desc>
-      <link xref="session-language">Language</link>,
-      <link xref="session-formats">region and formats</link>,
-      <link xref="keyboard-layouts">keyboard layouts</link>…
-    </desc>
+    <desc>Set your preferred languages, regions, formats, and keyboard layouts.</desc>
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
diff --git a/gnome-help/C/prefs-sharing.page b/gnome-help/C/prefs-sharing.page
index ab388317..4c6ffe87 100644
--- a/gnome-help/C/prefs-sharing.page
+++ b/gnome-help/C/prefs-sharing.page
@@ -17,12 +17,8 @@
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
-    <desc>
-      <link xref="sharing-bluetooth">Bluetooth sharing</link>,
-      <link xref="sharing-personal">Personal file sharing</link>,
-      <link xref="sharing-desktop">Screen sharing</link>,
-      <link xref="sharing-media">Media sharing</link>…
-    </desc>
+    <desc>Share your screen, or share media and other files over a local
+    network or Bluetooth.</desc>
   </info>
 
   <title>Sharing Settings</title>
diff --git a/gnome-help/C/prefs.page b/gnome-help/C/prefs.page
index 5b984eb5..b6022bf6 100644
--- a/gnome-help/C/prefs.page
+++ b/gnome-help/C/prefs.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:uix="http://projectmallard.org/experimental/ui/";
       type="guide" style="task"
       id="prefs">
   <info>
@@ -11,18 +12,14 @@
       <email>shaunm gnome org</email>
     </credit>
 
-    <desc>
-      <link xref="keyboard">Keyboard</link>,
-      <link xref="mouse">mouse &amp; touchpad</link>,
-      <link xref="prefs-display">display</link>,
-      <link xref="prefs-language">languages</link>,
-      <link xref="user-accounts">user accounts</link>…
-    </desc>
+    <desc>From hardware control to privacy settings, make GNOME
+    work for you.</desc>
+    <uix:thumb role="experimental-gnome-tiles" src="figures/tile-settings.svg"/>
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
 <title>User &amp; system settings</title>
-<links type="topic" style="toronto"/>
+<links type="topic" style="experimental-gnome-tiles toronto"/>
 
 <comment>
 <cite date="2012-02-19">shaunm</cite>
diff --git a/gnome-help/C/printing.page b/gnome-help/C/printing.page
index 9c36bcf2..9e344425 100644
--- a/gnome-help/C/printing.page
+++ b/gnome-help/C/printing.page
@@ -15,14 +15,8 @@
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
-    <desc>
-      <link xref="printing-setup">Local setup</link>,
-      <!--
-      <link xref="printing-setup-networked">networked setup</link>,
-      -->
-      <link xref="printing-order">order and collate</link>,
-      <link xref="printing-2sided">two-sided and multi-page</link>…
-    </desc>
+    <desc>Set up local and network printers. Learn about different
+    printing options like collation and multi-sided printing.</desc>
   </info>
 
 <title>Printing</title>
diff --git a/gnome-help/C/privacy.page b/gnome-help/C/privacy.page
index 7071c0fa..de72eff1 100644
--- a/gnome-help/C/privacy.page
+++ b/gnome-help/C/privacy.page
@@ -26,11 +26,8 @@ TODO: Problem Reporting
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
-    <desc>
-      <link xref="privacy-screen-lock">Screen lock</link>,
-      <link xref="privacy-history-recent-off">Usage history</link>,
-      <link xref="privacy-purge">Purge trash &amp; temporary files</link>…
-    </desc>
+    <desc>Lock your screen, remove temporary files, and control access to
+    devices like cameras and microphones.</desc>
   </info>
 
   <title>Privacy Settings</title>
diff --git a/gnome-help/C/sharing.page b/gnome-help/C/sharing.page
index 9ca95312..89e68540 100644
--- a/gnome-help/C/sharing.page
+++ b/gnome-help/C/sharing.page
@@ -8,11 +8,7 @@
 
     <revision pkgversion="3.18" date="2015-09-28" status="final"/>
 
-    <desc>
-      <link xref="sharing-desktop">Desktop sharing</link>,
-      <link xref="files-share">Share files by email</link>,
-      <link xref="sharing-media">Media sharing</link>…
-    </desc>
+    <desc>Share your desktop, files, or media.</desc>
 
     <credit type="author">
       <name>Ekaterina Gerasimova</name>
diff --git a/gnome-help/C/shell-overview.page b/gnome-help/C/shell-overview.page
index 89f03cb0..52e62e26 100644
--- a/gnome-help/C/shell-overview.page
+++ b/gnome-help/C/shell-overview.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:uix="http://projectmallard.org/experimental/ui/";
       type="guide" style="ui"
       id="shell-overview">
 
@@ -22,12 +23,9 @@
 
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
-    <desc>
-      <link xref="clock-calendar">Calendar</link>,
-      <link xref="shell-notifications">notifications</link>,
-      <link xref="shell-keyboard-shortcuts">keyboard shortcuts</link>,
-      <link xref="shell-windows">windows and workspaces</link>…
-    </desc>
+    <desc>Work with apps, windows, and workspaces. See your appointments and
+    things that matter in the top bar.</desc>
+    <uix:thumb role="experimental-gnome-tiles" src="figures/tile-home.svg"/>
   </info>
 
   <title>Your desktop</title>
diff --git a/gnome-help/C/tips.page b/gnome-help/C/tips.page
index f8484838..919f0f2f 100644
--- a/gnome-help/C/tips.page
+++ b/gnome-help/C/tips.page
@@ -1,4 +1,5 @@
 <page xmlns="http://projectmallard.org/1.0/";
+      xmlns:uix="http://projectmallard.org/experimental/ui/";
       type="guide" style="tip"
       id="tips">
   <info>
@@ -9,8 +10,9 @@
       <email>shaunm gnome org</email>
     </credit>
 
-    <desc>
-<link xref="tips-specialchars">Special characters</link>, <link xref="mouse-middleclick">middle click 
shortcuts</link>…</desc>
+    <desc>Get the most out of GNOME with these handy tips.</desc>
+    <uix:thumb role="experimental-gnome-tiles" src="figures/tile-tips.svg"/>
+
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
   </info>
 
diff --git a/gnome-help/C/user-accounts.page b/gnome-help/C/user-accounts.page
index 4a07e504..2b62270f 100644
--- a/gnome-help/C/user-accounts.page
+++ b/gnome-help/C/user-accounts.page
@@ -18,11 +18,8 @@
     <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
 
     <title type="link" role="trail">Users</title>
-    <desc>
-      <link xref="user-add">Add user</link>,
-      <link xref="user-changepassword">change password</link>,
-      <link xref="user-admin-change">administrators</link>…
-    </desc>
+    <desc>Add and remove user accounts. Change passwords.
+    Set administrative privileges.</desc>
   </info>
 
   <title>User accounts</title>
diff --git a/gnome-help/C/wacom.page b/gnome-help/C/wacom.page
index 04b0c0b5..d69e67ed 100644
--- a/gnome-help/C/wacom.page
+++ b/gnome-help/C/wacom.page
@@ -5,11 +5,8 @@
 
 <info>
   <title type="link" role="trail">Wacom</title>
-  <desc>
-      <link xref="wacom-multi-monitor">Map a monitor</link>,
-      <link xref="wacom-stylus">configure the stylus</link>,
-      <link xref="wacom-left-handed">use the tablet left handed</link>…
-  </desc>
+  <desc>Configure your Wacom graphics tablet, including the tracking
+  mode and which monitor it is mapped to.</desc>
 
   <link type="guide" xref="prefs"/>
   <link type="guide" xref="hardware"/>


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