summaryrefslogtreecommitdiffstats
path: root/secret-service/specification.xml
diff options
context:
space:
mode:
authorMichael Leupold <lemma@leunet.de>2009-08-01 15:56:23 +0200
committerStef Walter <stefw@collabora.co.uk>2010-12-04 16:11:41 +0000
commitc250c5aefcc8e14ffa54463a694c26370c1bcf6a (patch)
tree872c65669a8ac3c2db1d7610c43c1b2d08576460 /secret-service/specification.xml
parent28ed9f02cd60403d2b1a92c13f1c06058fa58136 (diff)
downloadxdg-specs-c250c5aefcc8e14ffa54463a694c26370c1bcf6a.tar.xz
-> Docbook 5.0
Diffstat (limited to 'secret-service/specification.xml')
-rw-r--r--secret-service/specification.xml22
1 files changed, 10 insertions, 12 deletions
diff --git a/secret-service/specification.xml b/secret-service/specification.xml
index b631b6f..7c1eafd 100644
--- a/secret-service/specification.xml
+++ b/secret-service/specification.xml
@@ -1,7 +1,5 @@
<?xml version="1.0"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
- "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">
-<book id="index">
+<book xml:id="index" xmlns="http://docbook.org/ns/docbook" version="5.0">
<bookinfo>
<title>Secrets API Specification</title>
<releaseinfo>
@@ -40,7 +38,7 @@
</bookinfo>
- <part id="description">
+ <part xml:id="description">
<title>API Documentation</title>
<chapter>
<title>Introduction</title>
@@ -140,7 +138,7 @@
be deleted by any application.</para>
</chapter>
- <chapter id="lookup-attributes">
+ <chapter xml:id="lookup-attributes">
<title>Lookup Attributes</title>
<para>Attributes can and should be stored with a secret to facilitate lookup
@@ -161,7 +159,7 @@
manner in order to support simple and effecient lookups.</para>
</chapter>
- <chapter id="sessions">
+ <chapter xml:id="sessions">
<title>Sessions</title>
<para>A session is established between a client application and a service. A session
@@ -186,7 +184,7 @@
negotiations and authentication should be dropped by the service.</para>
</chapter>
- <chapter id='transfer-secrets'>
+ <chapter xml:id='transfer-secrets'>
<title>Transfer of Secrets</title>
<para>Since this is a D-Bus API, the data in all method calls and other accesses
@@ -293,7 +291,7 @@
</chapter>
- <chapter id='authentication-unlocking'>
+ <chapter xml:id='authentication-unlocking'>
<title>Authentication or Unlocking</title>
<para>Some items and/or collections may be marked as locked by the service.
@@ -368,10 +366,10 @@
</part>
- <part id="ref-dbus-api">
+ <part xml:id="ref-dbus-api">
<title>D-Bus API Reference</title>
- <chapter id='object-paths'>
+ <chapter xml:id='object-paths'>
<title>Object Paths</title>
<para>The various DBus object paths used with the Secrets API are designed to be human
@@ -411,11 +409,11 @@
</part>
<!--
- <chapter id="object-tree">
+ <chapter xml:id="object-tree">
<title>Object Hierarchy</title>
<xi:include href="xml/tree_index.sgml"/>
</chapter>
- <index id="api-index-full">
+ <index xml:id="api-index-full">
<title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>