Remove trailing whitespaces in regular file

Change-Id: Iba81fd861db4dfc00d41275a26cdbc8b6e07ab38
This commit is contained in:
Hengqing Hu 2012-03-09 16:12:00 +08:00
parent edaec6a102
commit 13a2de0803
13 changed files with 941 additions and 941 deletions

View File

@ -1,4 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- POM Build file for the Keystone Developer Guide -->
@ -9,27 +9,27 @@
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Keystone Dev Guide</name>
<profiles>
<profile>
<id>Rackspace Research Repositories</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>rackspace-research</id>
<name>Rackspace Research Repository</name>
<url>http://maven.research.rackspacecloud.com/content/groups/public/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>rackspace-research</id>
<name>Rackspace Research Repository</name>
<url>http://maven.research.rackspacecloud.com/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>
</profile>
<profiles>
<profile>
<id>Rackspace Research Repositories</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
<repository>
<id>rackspace-research</id>
<name>Rackspace Research Repository</name>
<url>http://maven.research.rackspacecloud.com/content/groups/public/</url>
</repository>
</repositories>
<pluginRepositories>
<pluginRepository>
<id>rackspace-research</id>
<name>Rackspace Research Repository</name>
<url>http://maven.research.rackspacecloud.com/content/groups/public/</url>
</pluginRepository>
</pluginRepositories>
</profile>
</profiles>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@ -219,7 +219,7 @@
<include name="**/*.svg" />
</fileset>
</copy>
<!-- Copies HTML to a release folder for web site-->
<!-- Copies HTML to a release folder for web site-->
<copy
todir="${basedir}/target/docbkx/webhelp/api/openstack-identity-service/2.0">
@ -232,11 +232,11 @@
<move failonerror="false"
file="${basedir}/target/docbkx/pdf/identity-dev-guide.pdf"
tofile="${basedir}/target/docbkx/webhelp/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf"/>
<!-- Moves extension PDF and keeps name of the main dev guide -->
<!--<copy failonerror="false"
file="${basedir}/target/docbkx/webhelp/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf"
tofile="${basedir}/target/docbkx/webhelp/identity-dev-guide/identity-dev-guide.pdf"/>
tofile="${basedir}/target/docbkx/webhelp/identity-dev-guide/identity-dev-guide.pdf"/>
<move failonerror="false"
file="${basedir}/target/docbkx/pdf/RAX-KSKEY-service-devguide.pdf"
tofile="${basedir}/target/docbkx/webhelp/identitydevguide/service/RAX-KSKEY-service-devguide.pdf"/>
@ -248,7 +248,7 @@
tofile="${basedir}/target/docbkx/webhelp/identitydevguide/admin/OS-KSCATALOG-admin-devguide.pdf"/>
<move failonerror="false"
file="${basedir}/target/docbkx/pdf/OS-KSEC2-service-devguide.pdf"
tofile="${basedir}/target/docbkx/webhelp/identitydevguide/service/OS-KSEC2-service-devguide.pdf"/>
tofile="${basedir}/target/docbkx/webhelp/identitydevguide/service/OS-KSEC2-service-devguide.pdf"/>
<move failonerror="false"
file="${basedir}/target/docbkx/pdf/OS-KSEC2-service-devguide.pdf"
tofile="${basedir}/target/docbkx/webhelp/identitydevguide/service/OS-KSEC2-service-devguide.pdf"/>

View File

@ -1,106 +1,106 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
<!--*******************************************************-->
<!-- Import Common XML Entities -->
<!-- -->
<!-- You can resolve the entites with xmllint -->
<!-- -->
<!-- xmllint -noent RAX-KSQA-admin.wadl -->
<!--*******************************************************-->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "common.ent">
%common;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:identity="http://docs.openstack.org/identity/api/v2.0"
xmlns:RAX-KSQA="http://docs.openstack.org/identity/api/ext/RAX-KSQA/v1.0"
xmlns:capi="http://docs.openstack.oapi/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xsi:schemaLocation="http://docs.openstack.org/identity/api/v2.0 xsd/api.xsd
http://docs.openstack.oapi/v1.0 xsd/api-common.xsd
http://wadl.dev.java.net/2009/02 http://www.w3.org/Submission/wadl/wadl.xsd
http://docs.openstack.org/identity/api/ext/RAX-KSQA/v1.0 xsd/RAX-KSQA-secretQA.xsd
">
<grammars>
<include href="xsd/api.xsd"/>
<include href="xsd/api-common.xsd"/>
<include href="xsd/RAX-KSQA-secretQA.xsd"/>
</grammars>
<!--*******************************************************-->
<!-- All Resources -->
<!--*******************************************************-->
<!-- We should use SSL in production -->
<resources base="http://localhost:35357">
<resource id="version" path="v2.0">
<param name="X-Auth-Token" style="header" type="xsd:string" required="true">
<doc>You need a valid admin token for access.</doc>
</param>
<resource id="users" path="users">
<resource id="userById" path="{userId}">
<param name="userId" style="template" type="xsd:string"/>
<resource id="user-RAX-KSQA" path="RAX-KSQA">
<resource id="secretqa" path="secretqa">
<method href="#getUserSecretQA"/>
<method href="#updateUserSecretQA"/>
</resource>
</resource>
</resource>
</resource>
</resource>
</resources>
<method name="GET" id="getUserSecretQA">
<doc xml:lang="EN" title="Get User SecretQA">
<p xmlns="http://www.w3.org/1999/xhtml">Gets a User secret Question and Answer.</p>
</doc>
<response status="200 203">
<representation mediaType="application/xml" element="RAX-KSQA:secretQA">
<doc xml:lang="EN">
<xsdxt:code href="samples/RAX-KSQA-secretQA.xml"/>
</doc>
</representation>
<representation mediaType="application/json">
<doc xml:lang="EN">
<xsdxt:code href="samples/RAX-KSQA-secretQA.json"/>
</doc>
</representation>
</response>
&commonFaults;
&getFaults;
</method>
<method name="PUT" id="updateUserSecretQA">
<doc xml:lang="EN" title="Update User SecretQA">
<p xmlns="http://www.w3.org/1999/xhtml">Updates a User secret Question and Answer.</p>
</doc>
<request>
<representation mediaType="application/xml" element="RAX-KSQA:secretQA">
<doc xml:lang="EN">
<xsdxt:code href="samples/RAX-KSQA-secretQA.xml"/>
</doc>
</representation>
<representation mediaType="application/json">
<doc xml:lang="EN">
<xsdxt:code href="samples/RAX-KSQA-secretQA.json"/>
</doc>
</representation>
</request>
<response status="200">
<representation mediaType="application/xml" element="RAX-KSQA:secretQA">
<doc xml:lang="EN">
<xsdxt:code href="samples/RAX-KSQA-secretQA.xml"/>
</doc>
</representation>
<representation mediaType="application/json">
<doc xml:lang="EN">
<xsdxt:code href="samples/RAX-KSQA-secretQA.json"/>
</doc>
</representation>
</response>
&commonFaults;
&postPutFaults;
</method>
</application>
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
<!--*******************************************************-->
<!-- Import Common XML Entities -->
<!-- -->
<!-- You can resolve the entites with xmllint -->
<!-- -->
<!-- xmllint -noent RAX-KSQA-admin.wadl -->
<!--*******************************************************-->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "common.ent">
%common;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:identity="http://docs.openstack.org/identity/api/v2.0"
xmlns:RAX-KSQA="http://docs.openstack.org/identity/api/ext/RAX-KSQA/v1.0"
xmlns:capi="http://docs.openstack.oapi/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xsi:schemaLocation="http://docs.openstack.org/identity/api/v2.0 xsd/api.xsd
http://docs.openstack.oapi/v1.0 xsd/api-common.xsd
http://wadl.dev.java.net/2009/02 http://www.w3.org/Submission/wadl/wadl.xsd
http://docs.openstack.org/identity/api/ext/RAX-KSQA/v1.0 xsd/RAX-KSQA-secretQA.xsd
">
<grammars>
<include href="xsd/api.xsd"/>
<include href="xsd/api-common.xsd"/>
<include href="xsd/RAX-KSQA-secretQA.xsd"/>
</grammars>
<!--*******************************************************-->
<!-- All Resources -->
<!--*******************************************************-->
<!-- We should use SSL in production -->
<resources base="http://localhost:35357">
<resource id="version" path="v2.0">
<param name="X-Auth-Token" style="header" type="xsd:string" required="true">
<doc>You need a valid admin token for access.</doc>
</param>
<resource id="users" path="users">
<resource id="userById" path="{userId}">
<param name="userId" style="template" type="xsd:string"/>
<resource id="user-RAX-KSQA" path="RAX-KSQA">
<resource id="secretqa" path="secretqa">
<method href="#getUserSecretQA"/>
<method href="#updateUserSecretQA"/>
</resource>
</resource>
</resource>
</resource>
</resource>
</resources>
<method name="GET" id="getUserSecretQA">
<doc xml:lang="EN" title="Get User SecretQA">
<p xmlns="http://www.w3.org/1999/xhtml">Gets a User secret Question and Answer.</p>
</doc>
<response status="200 203">
<representation mediaType="application/xml" element="RAX-KSQA:secretQA">
<doc xml:lang="EN">
<xsdxt:code href="samples/RAX-KSQA-secretQA.xml"/>
</doc>
</representation>
<representation mediaType="application/json">
<doc xml:lang="EN">
<xsdxt:code href="samples/RAX-KSQA-secretQA.json"/>
</doc>
</representation>
</response>
&commonFaults;
&getFaults;
</method>
<method name="PUT" id="updateUserSecretQA">
<doc xml:lang="EN" title="Update User SecretQA">
<p xmlns="http://www.w3.org/1999/xhtml">Updates a User secret Question and Answer.</p>
</doc>
<request>
<representation mediaType="application/xml" element="RAX-KSQA:secretQA">
<doc xml:lang="EN">
<xsdxt:code href="samples/RAX-KSQA-secretQA.xml"/>
</doc>
</representation>
<representation mediaType="application/json">
<doc xml:lang="EN">
<xsdxt:code href="samples/RAX-KSQA-secretQA.json"/>
</doc>
</representation>
</request>
<response status="200">
<representation mediaType="application/xml" element="RAX-KSQA:secretQA">
<doc xml:lang="EN">
<xsdxt:code href="samples/RAX-KSQA-secretQA.xml"/>
</doc>
</representation>
<representation mediaType="application/json">
<doc xml:lang="EN">
<xsdxt:code href="samples/RAX-KSQA-secretQA.json"/>
</doc>
</representation>
</response>
&commonFaults;
&postPutFaults;
</method>
</application>

View File

@ -14,11 +14,11 @@
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:identity="http://docs.openstack.org/identity/api/v2.0"
xmlns:OS-KSADM="http://docs.openstack.org/identity/api/ext/OS-KSADM/v1.0"
xmlns:OS-KSADM="http://docs.openstack.org/identity/api/ext/OS-KSADM/v1.0"
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xsi:schemaLocation="http://docs.openstack.org/identity/api/v2.0 ../common/xsd/api.xsd
http://docs.openstack.org/common/api/v1.0 ../common/xsd/api-common.xsd
http://wadl.dev.java.net/2009/02 http://www.w3.org/Submission/wadl/wadl.xsd
@ -39,7 +39,7 @@
<resource id="version" path="v2.0">
<param name="X-Auth-Token" style="header" type="xsd:string" required="true">
<doc>You need a valid admin token for access.</doc>
</param>
</param>
<resource id="users" path="users">
<method href="#listUsers"/>
<method href="#addUser"/>
@ -57,12 +57,12 @@
</resource>
</resource>
</resource>
<resource id="user-OS-KSADM" path="OS-KSADM">
<resource id="enabled" path="enabled">
<method href="#setUserEnabled"/>
</resource>
<resource id="userCredentials" path="credentials">
<method href="#addUserCredential"/>
<method href="#listCredentials"/>
@ -213,12 +213,12 @@
&commonFaults;
&getFaults;
</method>
<method name="GET" id="listUsersForTenant">
<doc xml:lang="EN" title="List users for a Tenant.">
<p xmlns="http://www.w3.org/1999/xhtml" class="shortdesc">Lists all the users for a tenant.</p>
<p xmlns="http://www.w3.org/1999/xhtml">Lists all the users for a tenant.</p>
</doc>
<request>
<param name="marker" style="query" required="false" type="xsd:string"/>
@ -239,7 +239,7 @@
&commonFaults;
&getFaults;
</method>
<method name="PUT" id="addRolesToUserOnTenant">
<doc xml:lang="EN" title="Add roles to a user on a tenant.">
<p xmlns="http://www.w3.org/1999/xhtml">Adds a specific role to a user for a tenant.</p>
@ -248,7 +248,7 @@
&commonFaults;
&postPutFaults;
&getFaults;
</method>
</method>
<method name="DELETE" id="deleteRoleFromUserOnTenant">
<doc xml:lang="EN" title="Delete roles from a user on tenant.">
@ -257,13 +257,13 @@
<response status="204"/>
&commonFaults;
&getFaults;
</method>
</method>
<!--User Operations-->
<method name="GET" id="listUsers">
<doc xml:lang="EN" title="List users">
<p xmlns="http://www.w3.org/1999/xhtml">List users.</p>
</doc>
<response status="200 203">
<representation mediaType="application/xml" element="identity:userss">
@ -280,8 +280,8 @@
&commonFaults;
&getFaults;
</method>
<method name="POST" id="addUser">
<doc xml:lang="EN" title="Add user">
<p xmlns="http://www.w3.org/1999/xhtml">Adds a user.</p>
@ -314,7 +314,7 @@
&getFaults;
&postPutFaults;
</method>
<method name="POST" id="updateUser">
<doc xml:lang="EN" title="Update user">
<p xmlns="http://www.w3.org/1999/xhtml">Update a user.</p>
@ -347,7 +347,7 @@
&postPutFaults;
&getFaults;
</method>
<method name="DELETE" id="deleteUser">
<doc xml:lang="EN" title="Delete user">
<p xmlns="http://www.w3.org/1999/xhtml">Delete a user.</p>
@ -356,12 +356,12 @@
&commonFaults;
&getFaults;
</method>
<method name="PUT" id="setUserEnabled">
<doc xml:lang="EN" title="Set user enabled.">
<p xmlns="http://www.w3.org/1999/xhtml">Enable user.</p>
</doc>
<request>
<representation mediaType="application/xml" element="identity:user">
@ -401,8 +401,8 @@
&commonFaults;
&postPutFaults;
&getFaults;
</method>
</method>
<method name="DELETE" id="deleteUserRole">
<doc xml:lang="EN" title="Delete Global Roles on User.">
<p xmlns="http://www.w3.org/1999/xhtml">Deletes a specific global role from a user.</p>
@ -410,9 +410,9 @@
<response status="204"/>
&commonFaults;
&getFaults;
</method>
</method>
<!-- User Credentials-->
<method name="POST" id="addUserCredential">
<doc xml:lang="EN" title="Add user Credential.">
@ -450,7 +450,7 @@
<method name="GET" id="listCredentials">
<doc xml:lang="EN" title="List Credentials">
<p xmlns="http://www.w3.org/1999/xhtml">List credentials.</p>
</doc>
<request>
<param name="marker" style="query" required="false" type="xsd:string"/>
@ -471,11 +471,11 @@
&commonFaults;
&getFaults;
</method>
<method name="GET" id="listCredentialsByType">
<doc xml:lang="EN" title="List Credentials by type">
<p xmlns="http://www.w3.org/1999/xhtml">List credentials by type.</p>
</doc>
<request>
<param name="marker" style="query" required="false" type="xsd:string"/>
@ -495,12 +495,12 @@
</response>
&commonFaults;
&getFaults;
</method>
</method>
<method name="POST" id="updateUserCredential">
<doc xml:lang="EN" title="Update user credential">
<p xmlns="http://www.w3.org/1999/xhtml">Update credentials.</p>
</doc>
<request>
<representation mediaType="application/xml" element="identity:credential">
@ -530,7 +530,7 @@
&postPutFaults;
&getFaults;
</method>
<method name="DELETE" id="deleteUserCredential">
<doc xml:lang="EN" title="Delete user credential">
<p xmlns="http://www.w3.org/1999/xhtml">Delete User credentials.</p>
@ -540,11 +540,11 @@
&postPutFaults;
&getFaults;
</method>
<method name="GET" id="getUserCredential">
<doc xml:lang="EN" title="Get user Credentials">
<p xmlns="http://www.w3.org/1999/xhtml">Get user credentials.</p>
</doc>
<response status="200 203">
<representation mediaType="application/xml" element="identity:credential">
@ -561,12 +561,12 @@
&commonFaults;
&getFaults;
</method>
<!--Roles-->
<method name="GET" id="listRoles">
<doc xml:lang="EN" title="List Roles">
<p xmlns="http://www.w3.org/1999/xhtml">List roles.</p>
</doc>
<request>
<param name="serviceId" style="query" required="false" type="xsd:string"/>
@ -592,7 +592,7 @@
<method name="POST" id="addRole">
<doc xml:lang="EN" title="Add Role">
<p xmlns="http://www.w3.org/1999/xhtml">Add a Role.</p>
</doc>
</doc>
<request>
<representation mediaType="application/xml" element="identity:role">
<doc xml:lang="EN">
@ -673,7 +673,7 @@
&postPutFaults;
&getFaults;
</method>
<method name="DELETE" id="deleteRole">
<doc xml:lang="EN" title="Delete Role">
<p xmlns="http://www.w3.org/1999/xhtml">Delete a role.</p>
@ -751,7 +751,7 @@
<method name="POST" id="addService">
<doc xml:lang="EN" title="Add Service">
<p xmlns="http://www.w3.org/1999/xhtml">Add a service.</p>
</doc>
</doc>
<request>
<representation mediaType="application/xml" element="OS-KSADM:service">
<doc xml:lang="EN">
@ -785,7 +785,7 @@
<method name="DELETE" id="deleteService">
<doc xml:lang="EN" title="Delete Service">
<p xmlns="http://www.w3.org/1999/xhtml">Delete a service.</p>
</doc>
</doc>
<response status="204"/>
&commonFaults;
&getFaults;

View File

@ -42,7 +42,7 @@
<param name="X-Auth-Token" style="header" type="xsd:string" required="true"/>
<resource id="tenantId" path="{tenantId}">
<param name="tenantId" style="template" type="xsd:string"/>
<resource id="endpoints-OS-KSCATALOG" path="OS-KSCATALOG">
<resource id="endpoints-OS-KSCATALOG" path="OS-KSCATALOG">
<resource id="endpoints" path="endpoints">
<method href="#listEndpoints"/>
<method href="#addEndpoint"/>
@ -53,9 +53,9 @@
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
<resource id="role-service-OS-KSCATALOG" path="OS-KSCATALOG">
<resource id="endpointTemplates" path="endpointTemplates">
<param name="X-Auth-Token" style="header" type="xsd:string" required="true"/>
@ -77,12 +77,12 @@
<!--*******************************************************-->
<!-- EndPoint Templates -->
<method name="GET" id="listEndpointTemplates">
<doc xml:lang="EN" title="List Endpoint Templates">
<p xmlns="http://www.w3.org/1999/xhtml">List Endpoint Templates.</p>
</doc>
</doc>
<request>
<param name="serviceId" style="query" required="false" type="xsd:string"/>
</request>
@ -101,11 +101,11 @@
&commonFaults;
&getFaults;
</method>
<method name="GET" id="getEndpointTemplate">
<doc xml:lang="EN" title="Get Endpoint Template">
<p xmlns="http://www.w3.org/1999/xhtml">Get Endpoint Template.</p>
</doc>
<response status="200 203">
<representation mediaType="application/xml" element="OS-KSCATALOG:endpointTemplate">
@ -122,12 +122,12 @@
&commonFaults;
&getFaults;
</method>
<method name="POST" id="addEndpointTemplate">
<doc xml:lang="EN" title="Add Endpoint Template">
<p xmlns="http://www.w3.org/1999/xhtml">Add Endpoint Template.</p>
</doc>
<request>
<representation mediaType="application/xml" element="OS-KSCATALOG:endpointTemplate">
@ -159,21 +159,21 @@
&getFaults;
&postPutFaults;
</method>
<method name="DELETE" id="deleteEndpointTemplate">
<doc xml:lang="EN" title="Delete Endpoint Template.">
<p xmlns="http://www.w3.org/1999/xhtml">Delete a Endpoint Template.</p>
</doc>
</doc>
<response status="204"/>
&commonFaults;
&getFaults;
</method>
<method name="POST" id="addEndpoint">
<doc xml:lang="EN" title="Add Endpoint">
<p xmlns="http://www.w3.org/1999/xhtml">Add Endpoint to a tenant.</p>
</doc>
<request>
<representation mediaType="application/xml" element="OS-KSCATALOG:endpointTemplate">
@ -207,12 +207,12 @@
&getFaults;
&postPutFaults;
</method>
<method name="GET" id="listEndpoints">
<doc xml:lang="EN" title="List Endpoints">
<p xmlns="http://www.w3.org/1999/xhtml">List Endpoints of a Tenant.</p>
</doc>
</doc>
<response status="200 203">
<representation mediaType="application/xml" element="identity:endpoints">
<doc xml:lang="EN">
@ -228,11 +228,11 @@
&commonFaults;
&getFaults;
</method>
<method name="GET" id="getEndpoint">
<doc xml:lang="EN" title="Get Endpoint">
<p xmlns="http://www.w3.org/1999/xhtml">Get Endpoint of a Tenant.</p>
</doc>
<response status="200 203">
<representation mediaType="application/xml" element="identity:endpoint">
@ -249,11 +249,11 @@
&commonFaults;
&getFaults;
</method>
<method name="DELETE" id="deleteEndpoint">
<doc xml:lang="EN" title="Delete Endpoint.">
<p xmlns="http://www.w3.org/1999/xhtml">Delete a Endpoint from a Tenant.</p>
</doc>
</doc>
<response status="204"/>
&commonFaults;
&getFaults;

View File

@ -14,7 +14,7 @@
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:identity="http://docs.openstack.org/identity/api/v2.0"
xmlns:OS-KSEC2="http://docs.openstack.org/identity/api/ext/OS-KSEC2/v1.0"
xmlns:OS-KSEC2="http://docs.openstack.org/identity/api/ext/OS-KSEC2/v1.0"
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@ -39,7 +39,7 @@
<resource id="version" path="v2.0">
<param name="X-Auth-Token" style="header" type="xsd:string" required="true">
<doc>You need a valid admin token for access.</doc>
</param>
</param>
<resource id="users" path="users">
<resource id="userById" path="{userId}">
<param name="userId" style="template" required="true" type="xsd:string"/>
@ -54,7 +54,7 @@
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
</resource>
</resources>
@ -63,8 +63,8 @@
<!-- All Methods -->
<!--*******************************************************-->
<!-- User Credentials-->
<method name="POST" id="addUserCredential">
<doc xml:lang="EN" title="Add user Credential.">
@ -122,7 +122,7 @@
&commonFaults;
&getFaults;
</method>
<method name="GET" id="listCredentialsByType">
<doc xml:lang="EN" title="List Credentials by type">
<p xmlns="http://www.w3.org/1999/xhtml">List credentials by type.</p>
@ -145,7 +145,7 @@
</response>
&commonFaults;
&getFaults;
</method>
</method>
<method name="POST" id="updateUserCredential">
<doc xml:lang="EN" title="Update user credential">
@ -179,7 +179,7 @@
&postPutFaults;
&getFaults;
</method>
<method name="DELETE" id="deleteUserCredential">
<doc xml:lang="EN" title="Delete user credential">
<p xmlns="http://www.w3.org/1999/xhtml">Delete User credentials.</p>
@ -189,7 +189,7 @@
&postPutFaults;
&getFaults;
</method>
<method name="GET" id="getUserCredential">
<doc xml:lang="EN" title="Get user Credentials">
<p xmlns="http://www.w3.org/1999/xhtml">Get user credentials.</p>

View File

@ -13,17 +13,17 @@
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:identity="http://docs.openstack.org/identity/api/v2.0"
xmlns:RAX-KSGRP="http://docs.openstack.org/identity/api/ext/RAX-KSGRP/v1.0"
xmlns:RAX-KSGRP="http://docs.openstack.org/identity/api/ext/RAX-KSGRP/v1.0"
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xsi:schemaLocation="http://docs.openstack.org/identity/api/v2.0 ../common/xsd/api.xsd
http://docs.openstack.org/common/api/v1.0 ../common/xsd/api-common.xsd
http://wadl.dev.java.net/2009/02 http://www.w3.org/Submission/wadl/wadl.xsd
http://docs.openstack.org/identity/api/ext/RAX-KSGRP/v1.0 ../common/xsd/RAX-KSGRP-groups.xsd
">
<grammars>
<include href="../common/xsd/api.xsd"/>
<include href="../common/xsd/api-common.xsd"/>
@ -32,13 +32,13 @@
<!--*******************************************************-->
<!-- All Resources -->
<!--*******************************************************-->
<!-- We should use SSL in production -->
<resources base="http://localhost:35357">
<resource id="version" path="v2.0">
<param name="X-Auth-Token" style="header" type="xsd:string" required="true">
<doc>You need a valid admin token for access.</doc>
</param>
</param>
<resource id="users" path="users">
<resource id="userById" path="{userId}">
<param name="userId" style="template" type="xsd:string"/>
@ -49,11 +49,11 @@
</resource>
</resource>
</resources>
<method name="GET" id="listUserGroups">
<doc xml:lang="EN" title="List Groups for a User">
<p xmlns="http://www.w3.org/1999/xhtml">List all the groups for a user.</p>
</doc>
<response status="200 203">
<representation mediaType="application/xml" element="RAX-KSGRP:groups">
@ -70,5 +70,5 @@
&commonFaults;
&getFaults;
</method>
</application>
</application>

View File

@ -14,7 +14,7 @@
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:identity="http://docs.openstack.org/identity/api/v2.0"
xmlns:RAX-KSKEY="http://docs.openstack.org/identity/api/ext/RAX-KSKEY/v1.0"
xmlns:RAX-KSKEY="http://docs.openstack.org/identity/api/ext/RAX-KSKEY/v1.0"
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
@ -39,7 +39,7 @@
<resource id="version" path="v2.0">
<param name="X-Auth-Token" style="header" type="xsd:string" required="true">
<doc>You need a valid admin token for access.</doc>
</param>
</param>
<resource id="users" path="users">
<resource id="userById" path="{userId}">
<param name="userId" style="template" required="true" type="xsd:string"/>
@ -62,7 +62,7 @@
<!--*******************************************************-->
<!-- All Methods -->
<!--*******************************************************-->
<!-- User Credentials-->
<method name="POST" id="addUserCredential">
<doc xml:lang="EN" title="Add user Credential.">
@ -120,11 +120,11 @@
&commonFaults;
&getFaults;
</method>
<method name="GET" id="listCredentialsByType">
<doc xml:lang="EN" title="List Credentials by type">
<p xmlns="http://www.w3.org/1999/xhtml">List credentials by type.</p>
</doc>
<request>
<param name="marker" style="query" required="false" type="xsd:string"/>
@ -144,7 +144,7 @@
</response>
&commonFaults;
&getFaults;
</method>
</method>
<method name="POST" id="updateUserCredential">
<doc xml:lang="EN" title="Update user credential">
@ -178,7 +178,7 @@
&postPutFaults;
&getFaults;
</method>
<method name="DELETE" id="deleteUserCredential">
<doc xml:lang="EN" title="Delete user credential">
<p xmlns="http://www.w3.org/1999/xhtml">Delete User credentials.</p>
@ -188,7 +188,7 @@
&postPutFaults;
&getFaults;
</method>
<method name="GET" id="getUserCredential">
<doc xml:lang="EN" title="Get user Credentials">
<p xmlns="http://www.w3.org/1999/xhtml">Get user credentials.</p>

View File

@ -1,106 +1,106 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
<!--*******************************************************-->
<!-- Import Common XML Entities -->
<!-- -->
<!-- You can resolve the entites with xmllint -->
<!-- -->
<!-- xmllint -noent RAX-KSQA-admin.wadl -->
<!--*******************************************************-->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common/common.ent">
%common;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:identity="http://docs.openstack.org/identity/api/v2.0"
xmlns:RAX-KSQA="http://docs.openstack.org/identity/api/ext/RAX-KSQA/v1.0"
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xsi:schemaLocation="http://docs.openstack.org/identity/api/v2.0 ../common/xsd/api.xsd
http://docs.openstack.org/common/api/v1.0 ../common/xsd/api-common.xsd
http://wadl.dev.java.net/2009/02 http://www.w3.org/Submission/wadl/wadl.xsd
http://docs.openstack.org/identity/api/ext/RAX-KSQA/v1.0 ../common/xsd/RAX-KSQA-secretQA.xsd
">
<grammars>
<include href="../common/xsd/api.xsd"/>
<include href="../common/xsd/api-common.xsd"/>
<include href="../common/xsd/RAX-KSQA-secretQA.xsd"/>
</grammars>
<!--*******************************************************-->
<!-- All Resources -->
<!--*******************************************************-->
<!-- We should use SSL in production -->
<resources base="http://localhost:35357">
<resource id="version" path="v2.0">
<param name="X-Auth-Token" style="header" type="xsd:string" required="true">
<doc>You need a valid admin token for access.</doc>
</param>
<resource id="users" path="users">
<resource id="userById" path="{userId}">
<param name="userId" style="template" type="xsd:string"/>
<resource id="user-RAX-KSQA" path="RAX-KSQA">
<resource id="secretqa" path="secretqa">
<method href="#getUserSecretQA"/>
<method href="#updateUserSecretQA"/>
</resource>
</resource>
</resource>
</resource>
</resource>
</resources>
<method name="GET" id="getUserSecretQA">
<doc xml:lang="EN" title="Get User SecretQA">
<p xmlns="http://www.w3.org/1999/xhtml">Gets a User secret Question and Answer.</p>
</doc>
<response status="200 203">
<representation mediaType="application/xml" element="RAX-KSQA:secretQA">
<doc xml:lang="EN">
<xsdxt:code href="../common/samples/RAX-KSQA-secretQA.xml"/>
</doc>
</representation>
<representation mediaType="application/json">
<doc xml:lang="EN">
<xsdxt:code href="../common/samples/RAX-KSQA-secretQA.json"/>
</doc>
</representation>
</response>
&commonFaults;
&getFaults;
</method>
<method name="PUT" id="updateUserSecretQA">
<doc xml:lang="EN" title="Update User SecretQA">
<p xmlns="http://www.w3.org/1999/xhtml">Updates a User secret Question and Answer.</p>
</doc>
<request>
<representation mediaType="application/xml" element="RAX-KSQA:secretQA">
<doc xml:lang="EN">
<xsdxt:code href="../common/samples/RAX-KSQA-secretQA.xml"/>
</doc>
</representation>
<representation mediaType="application/json">
<doc xml:lang="EN">
<xsdxt:code href="../common/samples/RAX-KSQA-secretQA.json"/>
</doc>
</representation>
</request>
<response status="200">
<representation mediaType="application/xml" element="RAX-KSQA:secretQA">
<doc xml:lang="EN">
<xsdxt:code href="../common/samples/RAX-KSQA-secretQA.xml"/>
</doc>
</representation>
<representation mediaType="application/json">
<doc xml:lang="EN">
<xsdxt:code href="../common/samples/RAX-KSQA-secretQA.json"/>
</doc>
</representation>
</response>
&commonFaults;
&postPutFaults;
</method>
</application>
<?xml version="1.0" encoding="UTF-8"?>
<!-- (C) 2011 OpenStack LLC., All Rights Reserved -->
<!--*******************************************************-->
<!-- Import Common XML Entities -->
<!-- -->
<!-- You can resolve the entites with xmllint -->
<!-- -->
<!-- xmllint -noent RAX-KSQA-admin.wadl -->
<!--*******************************************************-->
<!DOCTYPE application [
<!ENTITY % common SYSTEM "../common/common.ent">
%common;
]>
<application xmlns="http://wadl.dev.java.net/2009/02"
xmlns:identity="http://docs.openstack.org/identity/api/v2.0"
xmlns:RAX-KSQA="http://docs.openstack.org/identity/api/ext/RAX-KSQA/v1.0"
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xsi:schemaLocation="http://docs.openstack.org/identity/api/v2.0 ../common/xsd/api.xsd
http://docs.openstack.org/common/api/v1.0 ../common/xsd/api-common.xsd
http://wadl.dev.java.net/2009/02 http://www.w3.org/Submission/wadl/wadl.xsd
http://docs.openstack.org/identity/api/ext/RAX-KSQA/v1.0 ../common/xsd/RAX-KSQA-secretQA.xsd
">
<grammars>
<include href="../common/xsd/api.xsd"/>
<include href="../common/xsd/api-common.xsd"/>
<include href="../common/xsd/RAX-KSQA-secretQA.xsd"/>
</grammars>
<!--*******************************************************-->
<!-- All Resources -->
<!--*******************************************************-->
<!-- We should use SSL in production -->
<resources base="http://localhost:35357">
<resource id="version" path="v2.0">
<param name="X-Auth-Token" style="header" type="xsd:string" required="true">
<doc>You need a valid admin token for access.</doc>
</param>
<resource id="users" path="users">
<resource id="userById" path="{userId}">
<param name="userId" style="template" type="xsd:string"/>
<resource id="user-RAX-KSQA" path="RAX-KSQA">
<resource id="secretqa" path="secretqa">
<method href="#getUserSecretQA"/>
<method href="#updateUserSecretQA"/>
</resource>
</resource>
</resource>
</resource>
</resource>
</resources>
<method name="GET" id="getUserSecretQA">
<doc xml:lang="EN" title="Get User SecretQA">
<p xmlns="http://www.w3.org/1999/xhtml">Gets a User secret Question and Answer.</p>
</doc>
<response status="200 203">
<representation mediaType="application/xml" element="RAX-KSQA:secretQA">
<doc xml:lang="EN">
<xsdxt:code href="../common/samples/RAX-KSQA-secretQA.xml"/>
</doc>
</representation>
<representation mediaType="application/json">
<doc xml:lang="EN">
<xsdxt:code href="../common/samples/RAX-KSQA-secretQA.json"/>
</doc>
</representation>
</response>
&commonFaults;
&getFaults;
</method>
<method name="PUT" id="updateUserSecretQA">
<doc xml:lang="EN" title="Update User SecretQA">
<p xmlns="http://www.w3.org/1999/xhtml">Updates a User secret Question and Answer.</p>
</doc>
<request>
<representation mediaType="application/xml" element="RAX-KSQA:secretQA">
<doc xml:lang="EN">
<xsdxt:code href="../common/samples/RAX-KSQA-secretQA.xml"/>
</doc>
</representation>
<representation mediaType="application/json">
<doc xml:lang="EN">
<xsdxt:code href="../common/samples/RAX-KSQA-secretQA.json"/>
</doc>
</representation>
</request>
<response status="200">
<representation mediaType="application/xml" element="RAX-KSQA:secretQA">
<doc xml:lang="EN">
<xsdxt:code href="../common/samples/RAX-KSQA-secretQA.xml"/>
</doc>
</representation>
<representation mediaType="application/json">
<doc xml:lang="EN">
<xsdxt:code href="../common/samples/RAX-KSQA-secretQA.json"/>
</doc>
</representation>
</response>
&commonFaults;
&postPutFaults;
</method>
</application>

View File

@ -16,7 +16,7 @@
xmlns:capi="http://docs.openstack.org/common/api/v1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xmlns:xsdxt="http://docs.rackspacecloud.com/xsd-ext/v1.0"
xsi:schemaLocation="http://docs.openstack.org/identity/api/v2.0 ../common/xsd/api.xsd
http://docs.openstack.org/common/api/v1.0 ../common/xsd/api-common.xsd
http://wadl.dev.java.net/2009/02 http://www.w3.org/Submission/wadl/wadl.xsd
@ -64,7 +64,7 @@
<resource id="users" path="users">
<param name="X-Auth-Token" style="header" type="xsd:string" required="true">
<doc>You need a valid admin token for access.</doc>
</param>
</param>
<method href="#getUserByName"/>
<resource id="userid" path="{user_id}">
<param name="user_id" style="template" type="xsd:string" required="true"/>
@ -107,11 +107,11 @@
<!--*******************************************************-->
<!-- Resource Types -->
<!--*******************************************************-->
<resource_type id="VersionDetails">
<method href="#getVersionInfo"/>
</resource_type>
<resource_type id="ExtensionList">
<doc xml:lang="EN" title="Extension List">
<p xmlns="http://www.w3.org/1999/xhtml">
@ -120,7 +120,7 @@
</doc>
<method href="#listExtensions"/>
</resource_type>
<!--*******************************************************-->
<!-- All Methods -->
<!--*******************************************************-->
@ -227,7 +227,7 @@
</representation>
<representation mediaType="application/json">
<doc>
<xsdxt:code href="../common/samples/auth.json"/>
<xsdxt:code href="../common/samples/auth.json"/>
</doc>
</representation>
</response>
@ -343,7 +343,7 @@
</doc>
<response status="200 203">
<representation mediaType="application/xml" element="identity:user">
<doc>
<doc>
<xsdxt:code href="../common/samples/user.xml"/>
</doc>
</representation>
@ -360,7 +360,7 @@
<doc xml:lang="EN" title="List User Global Roles">
<p xmlns="http://www.w3.org/1999/xhtml" class="shortdesc">
Returns global roles for a specific user (excludes tenant roles).
</p>
</p>
<p xmlns="http://www.w3.org/1999/xhtml">Returns a list of global roles associated with a specific
user (excludes tenant roles).</p>
</doc>
@ -390,7 +390,7 @@
<p xmlns="http://www.w3.org/1999/xhtml">
The operation returns a list of tenants which the supplied token provides
access to. This call must be authenticated, so a valid token must
be passed in as a header.
be passed in as a header.
</p>
<xsdxt:samples>
<xsdxt:sample xmlns="http://docs.rackspace.com/api" title="Tenants Request with Auth Token">
@ -483,7 +483,7 @@
&commonFaults;
&getFaults;
</method>
<method name="GET" id="listRolesForUserOnTenant">
<doc xml:lang="EN" title="List Roles for User on Tenant">
<p xmlns="http://www.w3.org/1999/xhtml">

File diff suppressed because it is too large Load Diff

View File

@ -1,66 +1,66 @@
pre.sh_sourceCode {
background-color: white;
color: black;
font-style: normal;
font-weight: normal;
}
pre.sh_sourceCode .sh_keyword { color: blue; font-weight: bold; } /* language keywords */
pre.sh_sourceCode .sh_type { color: darkgreen; } /* basic types */
pre.sh_sourceCode .sh_usertype { color: teal; } /* user defined types */
pre.sh_sourceCode .sh_string { color: red; font-family: monospace; } /* strings and chars */
pre.sh_sourceCode .sh_regexp { color: orange; font-family: monospace; } /* regular expressions */
pre.sh_sourceCode .sh_specialchar { color: pink; font-family: monospace; } /* e.g., \n, \t, \\ */
pre.sh_sourceCode .sh_comment { color: brown; font-style: italic; } /* comments */
pre.sh_sourceCode .sh_number { color: purple; } /* literal numbers */
pre.sh_sourceCode .sh_preproc { color: darkblue; font-weight: bold; } /* e.g., #include, import */
pre.sh_sourceCode .sh_symbol { color: darkred; } /* e.g., <, >, + */
pre.sh_sourceCode .sh_function { color: black; font-weight: bold; } /* function calls and declarations */
pre.sh_sourceCode .sh_cbracket { color: red; } /* block brackets (e.g., {, }) */
pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: cyan; } /* TODO and FIXME */
/* Predefined variables and functions (for instance glsl) */
pre.sh_sourceCode .sh_predef_var { color: darkblue; }
pre.sh_sourceCode .sh_predef_func { color: darkblue; font-weight: bold; }
/* for OOP */
pre.sh_sourceCode .sh_classname { color: teal; }
/* line numbers (not yet implemented) */
pre.sh_sourceCode .sh_linenum { color: black; font-family: monospace; }
/* Internet related */
pre.sh_sourceCode .sh_url { color: blue; text-decoration: underline; font-family: monospace; }
/* for ChangeLog and Log files */
pre.sh_sourceCode .sh_date { color: blue; font-weight: bold; }
pre.sh_sourceCode .sh_time, pre.sh_sourceCode .sh_file { color: darkblue; font-weight: bold; }
pre.sh_sourceCode .sh_ip, pre.sh_sourceCode .sh_name { color: darkgreen; }
/* for Prolog, Perl... */
pre.sh_sourceCode .sh_variable { color: darkgreen; }
/* for LaTeX */
pre.sh_sourceCode .sh_italics { color: darkgreen; font-style: italic; }
pre.sh_sourceCode .sh_bold { color: darkgreen; font-weight: bold; }
pre.sh_sourceCode .sh_underline { color: darkgreen; text-decoration: underline; }
pre.sh_sourceCode .sh_fixed { color: green; font-family: monospace; }
pre.sh_sourceCode .sh_argument { color: darkgreen; }
pre.sh_sourceCode .sh_optionalargument { color: purple; }
pre.sh_sourceCode .sh_math { color: orange; }
pre.sh_sourceCode .sh_bibtex { color: blue; }
/* for diffs */
pre.sh_sourceCode .sh_oldfile { color: orange; }
pre.sh_sourceCode .sh_newfile { color: darkgreen; }
pre.sh_sourceCode .sh_difflines { color: blue; }
/* for css */
pre.sh_sourceCode .sh_selector { color: purple; }
pre.sh_sourceCode .sh_property { color: blue; }
pre.sh_sourceCode .sh_value { color: darkgreen; font-style: italic; }
/* other */
pre.sh_sourceCode .sh_section { color: black; font-weight: bold; }
pre.sh_sourceCode .sh_paren { color: red; }
pre.sh_sourceCode .sh_attribute { color: darkgreen; }
pre.sh_sourceCode {
background-color: white;
color: black;
font-style: normal;
font-weight: normal;
}
pre.sh_sourceCode .sh_keyword { color: blue; font-weight: bold; } /* language keywords */
pre.sh_sourceCode .sh_type { color: darkgreen; } /* basic types */
pre.sh_sourceCode .sh_usertype { color: teal; } /* user defined types */
pre.sh_sourceCode .sh_string { color: red; font-family: monospace; } /* strings and chars */
pre.sh_sourceCode .sh_regexp { color: orange; font-family: monospace; } /* regular expressions */
pre.sh_sourceCode .sh_specialchar { color: pink; font-family: monospace; } /* e.g., \n, \t, \\ */
pre.sh_sourceCode .sh_comment { color: brown; font-style: italic; } /* comments */
pre.sh_sourceCode .sh_number { color: purple; } /* literal numbers */
pre.sh_sourceCode .sh_preproc { color: darkblue; font-weight: bold; } /* e.g., #include, import */
pre.sh_sourceCode .sh_symbol { color: darkred; } /* e.g., <, >, + */
pre.sh_sourceCode .sh_function { color: black; font-weight: bold; } /* function calls and declarations */
pre.sh_sourceCode .sh_cbracket { color: red; } /* block brackets (e.g., {, }) */
pre.sh_sourceCode .sh_todo { font-weight: bold; background-color: cyan; } /* TODO and FIXME */
/* Predefined variables and functions (for instance glsl) */
pre.sh_sourceCode .sh_predef_var { color: darkblue; }
pre.sh_sourceCode .sh_predef_func { color: darkblue; font-weight: bold; }
/* for OOP */
pre.sh_sourceCode .sh_classname { color: teal; }
/* line numbers (not yet implemented) */
pre.sh_sourceCode .sh_linenum { color: black; font-family: monospace; }
/* Internet related */
pre.sh_sourceCode .sh_url { color: blue; text-decoration: underline; font-family: monospace; }
/* for ChangeLog and Log files */
pre.sh_sourceCode .sh_date { color: blue; font-weight: bold; }
pre.sh_sourceCode .sh_time, pre.sh_sourceCode .sh_file { color: darkblue; font-weight: bold; }
pre.sh_sourceCode .sh_ip, pre.sh_sourceCode .sh_name { color: darkgreen; }
/* for Prolog, Perl... */
pre.sh_sourceCode .sh_variable { color: darkgreen; }
/* for LaTeX */
pre.sh_sourceCode .sh_italics { color: darkgreen; font-style: italic; }
pre.sh_sourceCode .sh_bold { color: darkgreen; font-weight: bold; }
pre.sh_sourceCode .sh_underline { color: darkgreen; text-decoration: underline; }
pre.sh_sourceCode .sh_fixed { color: green; font-family: monospace; }
pre.sh_sourceCode .sh_argument { color: darkgreen; }
pre.sh_sourceCode .sh_optionalargument { color: purple; }
pre.sh_sourceCode .sh_math { color: orange; }
pre.sh_sourceCode .sh_bibtex { color: blue; }
/* for diffs */
pre.sh_sourceCode .sh_oldfile { color: orange; }
pre.sh_sourceCode .sh_newfile { color: darkgreen; }
pre.sh_sourceCode .sh_difflines { color: blue; }
/* for css */
pre.sh_sourceCode .sh_selector { color: purple; }
pre.sh_sourceCode .sh_property { color: blue; }
pre.sh_sourceCode .sh_value { color: darkgreen; font-style: italic; }
/* other */
pre.sh_sourceCode .sh_section { color: black; font-weight: bold; }
pre.sh_sourceCode .sh_paren { color: red; }
pre.sh_sourceCode .sh_attribute { color: darkgreen; }

View File

@ -266,7 +266,7 @@
annotations: currently just xsdxt:code.
-->
<xslt:apply-templates select="xsd:annotation/xsd:documentation/*" mode="Docs"/>
<!--
Next comes custom header...
-->

View File

@ -1,5 +1,5 @@
#!/bin/sh -e
# Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com>
# Copyright (c) 2010-2011 Gluster, Inc. <http://www.gluster.com>
# This initial version of this file was taken from the source tree
# of GlusterFS. It was not directly attributed, but is assumed to be
# Copyright (c) 2010-2011 Gluster, Inc and release GPLv3