diff options
Diffstat (limited to 'help/C/status-icons.page')
-rw-r--r-- | help/C/status-icons.page | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/help/C/status-icons.page b/help/C/status-icons.page new file mode 100644 index 000000000..cc561cb89 --- /dev/null +++ b/help/C/status-icons.page @@ -0,0 +1,108 @@ +<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"/> + + <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> + + <comment> + <cite date="2009-07-21">Milo Casagrande</cite> + <p> + Need to understand when the extended away icon is used: how many minuts/hours should pass? + </p> + <p> + Need also to check for images to work! + </p> + </comment> + + <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> |