From 7fd31353669e5068e1712348f3a239c8140b7236 Mon Sep 17 00:00:00 2001 From: Michael Leupold Date: Sat, 1 Aug 2009 17:12:50 +0200 Subject: Add a README so others can figure out how to generate the docs as well. --- secret-service/README | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 secret-service/README (limited to 'secret-service') diff --git a/secret-service/README b/secret-service/README new file mode 100644 index 0000000..3f9eadd --- /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 \ No newline at end of file -- cgit v1.2.3-54-g00ecf