Fixed to actually be valid docbook.

This commit is contained in:
Christian Hammond 2006-01-26 07:45:24 +00:00
parent 2aabd35c72
commit 47cde24c15
2 changed files with 57 additions and 46 deletions

View File

@ -1,3 +1,8 @@
Wed Jan 25 23:45:11 PST 2006 Christian Hammond <chipx86@chipx86.com>
* notification-spec.xml:
- Fixed to actually be valid docbook.
Mon Jan 23 01:18:23 PST 2006 Christian Hammond <chipx86@chipx86.com> Mon Jan 23 01:18:23 PST 2006 Christian Hammond <chipx86@chipx86.com>
* notification-spec.xml: * notification-spec.xml:

View File

@ -220,6 +220,7 @@
<row> <row>
<entry>Actions</entry> <entry>Actions</entry>
<entry> <entry>
<para>
The actions send a request message back to the notification client The actions send a request message back to the notification client
when invoked. This functionality may not be implemented by the when invoked. This functionality may not be implemented by the
notification server, conforming clients should check if it is available notification server, conforming clients should check if it is available
@ -227,23 +228,24 @@
<xref linkend="protocol"/>). An implementation is free to ignore any <xref linkend="protocol"/>). An implementation is free to ignore any
requested by the client. As an example one possible rendering of requested by the client. As an example one possible rendering of
actions would be as buttons in the notification popup. actions would be as buttons in the notification popup.
</entry> </para>
<entry> <para>
Actions are sent over as a list of pairs. Each even element in the Actions are sent over as a list of pairs. Each even element in the
list (starting at index 0) represents the identifier for the action. list (starting at index 0) represents the identifier for the action.
Each odd element in the list is the localized string that will be Each odd element in the list is the localized string that will be
displayed to the user. displayed to the user.
</entry> </para>
<entry> <para>
The default action (usually invoked my clicking the notification) The default action (usually invoked my clicking the notification)
should have a key named <literal>"default"</literal>. The name can should have a key named <literal>"default"</literal>. The name can
be anything, though implementations are free not to display it. be anything, though implementations are free not to display it.
<entry> </para>
</entry>
</row> </row>
<row> <row>
<entry>Hints</entry> <entry>Hints</entry>
<entry><para>See <xref linkend="hints"/>.</para></entry> <entry>
<para>See <xref linkend="hints"/>.</para>
<para> <para>
Beyond the core protocol is the hints table. A couple of core Beyond the core protocol is the hints table. A couple of core
elements have been moved to hints mostly because in a huge number elements have been moved to hints mostly because in a huge number
@ -251,6 +253,9 @@
to hints are: to hints are:
</para> </para>
<segmentedlist> <segmentedlist>
<title>Elements Moved to Hints</title>
<segtitle>Element</segtitle>
<segtitle>Description</segtitle>
<seglistitem> <seglistitem>
<seg>Category ID</seg> <seg>Category ID</seg>
<seg>An optional ID representing the type of notification (the name <seg>An optional ID representing the type of notification (the name
@ -268,6 +273,7 @@
field that is used when icon is blank.</seg> field that is used when icon is blank.</seg>
</seglistitem> </seglistitem>
</segmentedlist> </segmentedlist>
</entry>
</row> </row>
<row> <row>
<entry>Expiration Timeout</entry> <entry>Expiration Timeout</entry>
@ -720,8 +726,8 @@
</entry> </entry>
</row> </row>
<row> <row>
<entry><literal>"desktop-entry"></literal></entry>b <entry><literal>"desktop-entry"></literal></entry>
<entry>Application Desktop ID</entry> <entry>string</entry>
<entry> <entry>
This specifies the name of the desktop filename representing the This specifies the name of the desktop filename representing the
calling program. This should be the same as the prefix used for the calling program. This should be the same as the prefix used for the