diff options
author | Stef Walter <stefw@collabora.co.uk> | 2010-12-04 16:12:09 +0000 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2010-12-04 16:12:09 +0000 |
commit | cc3bb7a99ed787afee61159143270a63ab32efd8 (patch) | |
tree | 911a9b40e55695e8a9995e5fdbb3df89c94ccef2 /secret-service/README | |
parent | 5c950648d4e3b186bda82c0c27ef089ee6747cbd (diff) | |
parent | acb853368b95d07c01e2ac48af258d141ea4f0ce (diff) | |
download | xdg-specs-cc3bb7a99ed787afee61159143270a63ab32efd8.tar.xz |
Merge branch 'secret-service'
Diffstat (limited to 'secret-service/README')
-rw-r--r-- | secret-service/README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/secret-service/README b/secret-service/README new file mode 100644 index 0000000..72a9997 --- /dev/null +++ b/secret-service/README @@ -0,0 +1,20 @@ +Generating the specification consists of separate steps: + +1. Use an xslt processor to create a DocBook XML document from the Telepathy + Introspection document using the provided stylesheet: + +$ xsltproc tools/spec-to-docbook.xsl \ + org.freedesktop.Secrets.xml >reference.xml + +2. Convert specification.xml and reference.xml to a suitable output format + (specification.xml includes reference.xml), eg html: + +$ xmlto --skip-validation -o html -p params-html.xsl xhtml specification.xml + +If you choose a different directory for html generation, be sure to copy +html/style.css to that location. + +Then open the resulting html/index.html in your favourite browser. + + +Michael Leupold <lemma@confuego.org> |