[gnome-devel-docs/dx-hackfest] platform-overview: Update the Libnotify page



commit cce48c7f2edc4a7ce46608c34619d872bcaf3be3
Author: Federico Mena Quintero <federico gnome org>
Date:   Fri Feb 1 16:21:57 2013 +0100

    platform-overview: Update the Libnotify page
    
    Signed-off-by: Federico Mena Quintero <federico gnome org>

 platform-overview/C/notify.page |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/platform-overview/C/notify.page b/platform-overview/C/notify.page
index 63e6a9b..b4d83bf 100644
--- a/platform-overview/C/notify.page
+++ b/platform-overview/C/notify.page
@@ -9,15 +9,19 @@
 
 <title>Notify</title>
 
-<p>The libnotify library provides a convenient API for presenting
-notifications to the user. Notifications can be simple message or
-they can allow the user to respond. Notifications made with libnotify
-will use the appropriate interface in the environment the application
-is running in. In GNOME 3, notifications are displayed at the bottom
-of the screen and then put into the messaging tray.</p>
+  <p>
+    Libnotify provides an API for presenting notifications to the user.
+    Notifications can be simple messages or they can allow the user to respond.
+    For example, Empathy (GNOME's instant-messaging software) uses notifications to
+    tell the user when he gets an instant message.  Notifications made with
+    Libnotify will use the appropriate interface in the environment the application
+    is running in:  in GNOME 3, notifications are displayed at the bottom of the
+    screen and then put into the messaging tray, while other desktop shells may
+    choose to show them differently.
+  </p>
 
-<list style="compact">
-  <item><p><link href="http://developer-next.gnome.org/libnotify/";>Libnotify Reference Manual</link></p></item>
-</list>
+  <list style="compact">
+    <item><p><link href="http://developer.gnome.org/libnotify/unstable/";>Libnotify Reference Manual</link></p></item>
+  </list>
 
 </page>



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