aboutsummaryrefslogtreecommitdiffstats
path: root/help/C/status-icons.page
diff options
context:
space:
mode:
Diffstat (limited to 'help/C/status-icons.page')
-rw-r--r--help/C/status-icons.page97
1 files changed, 97 insertions, 0 deletions
diff --git a/help/C/status-icons.page b/help/C/status-icons.page
new file mode 100644
index 000000000..35c91e543
--- /dev/null
+++ b/help/C/status-icons.page
@@ -0,0 +1,97 @@
+<page xmlns="http://projectmallard.org/1.0/"
+ type="topic"
+ id="status-icons">
+
+ <info>
+ <desc>
+ Understanding the various status icons.
+ </desc>
+ <revision pkgversion="2.28" version="0.1" date="2009-07-18" status="stub"/>
+ <revision pkgversion="2.28" version="0.2" date="2009-07-21" status="draft"/>
+ <revision pkgversion="2.28" version="0.2" date="2009-08-14" status="review"/>
+ <credit type="author">
+ <name>Milo Casagrande</name>
+ <email>milo@ubuntu.com</email>
+ </credit>
+ <copyright>
+ <year>2009</year>
+ <name>GNOME Documentation Project</name>
+ </copyright>
+ <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude" />
+ </info>
+
+ <title>Status icons</title>
+
+ <table frame="all" rules="cols" shade="rows">
+ <thead>
+ <tr>
+ <td>
+ <p>
+ Icon
+ </p>
+ </td>
+ <td>
+ <p>
+ Description
+ </p>
+ </td>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>
+ <p>
+ <media type="image" mime="image/png" src="figures/available.png">
+ Available icon
+ </media>
+ </p>
+ </td>
+ <td>
+ <p>
+ This is the default icon for the <em>Available</em> status.
+ </p>
+ <p>
+ Use this icon when you are availble to have conversations with other
+ people.
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <media type="image" mime="image/png" src="figures/busy.png">
+ Busy icon
+ </media>
+ </p>
+ </td>
+ <td>
+ <p>
+ This is the default icon for the <em>Busy</em> status.
+ </p>
+ <p>
+ Use this icon when you do not want to be disturbed.
+ </p>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <p>
+ <media type="image" mime="image/png" src="figures/away.png">
+ Away icon
+ </media>
+ </p>
+ </td>
+ <td>
+ <p>
+ This is the default icon for the <em>Away</em> status.
+ </p>
+ <p>
+ Use this icon when you are going away from the computer. This icon
+ is used also when you leave the computer and the screensaver turns on.
+ </p>
+ </td>
+ </tr>
+ </tbody>
+ </table>
+
+</page>