mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-08-23 17:26:02 +00:00
I always get whitespace changes
This commit is contained in:
parent
55fde81b50
commit
7c37035201
@ -1,12 +1,12 @@
|
||||
HTTP/1.1 200 OK
|
||||
Date: Dow, 01 Jan 2000 00:00:00 GMT
|
||||
Content-Length: 3011
|
||||
Content-Length: 2962
|
||||
Content-Type: application/xml; charset="utf-8"
|
||||
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<capabilities xmlns="urn:ietf:params:xml:ns:timezone-service">
|
||||
<info>
|
||||
<primary-source>Olson releases/tzdata2012c
|
||||
<primary-source>Olson tzdata-latest
|
||||
</primary-source>
|
||||
<contact>mailto:admin@davical.example.com</contact>
|
||||
</info>
|
||||
@ -15,14 +15,14 @@ Content-Type: application/xml; charset="utf-8"
|
||||
<action>list</action>
|
||||
<description>List timezone identifiers and localized forms
|
||||
</description>
|
||||
|
||||
|
||||
<accept-parameter>
|
||||
<name>lang</name>
|
||||
<required>false</required>
|
||||
<multi>true</multi>
|
||||
<description>Specify desired localized form(s)</description>
|
||||
</accept-parameter>
|
||||
|
||||
|
||||
<accept-parameter>
|
||||
<name>changedsince</name>
|
||||
<required>false</required>
|
||||
@ -31,7 +31,7 @@ Content-Type: application/xml; charset="utf-8"
|
||||
given date
|
||||
</description>
|
||||
</accept-parameter>
|
||||
|
||||
|
||||
<accept-parameter>
|
||||
<name>returnall</name>
|
||||
<required>false</required>
|
||||
@ -40,14 +40,14 @@ Content-Type: application/xml; charset="utf-8"
|
||||
</description>
|
||||
</accept-parameter>
|
||||
</operation>
|
||||
|
||||
|
||||
<operation>
|
||||
<action>get</action>
|
||||
<description>
|
||||
Returns one or more timezones as specified by the
|
||||
tzid parameter.
|
||||
</description>
|
||||
|
||||
|
||||
<accept-parameter>
|
||||
<name>format</name>
|
||||
<required>false</required>
|
||||
@ -57,14 +57,14 @@ Content-Type: application/xml; charset="utf-8"
|
||||
<description>Specify required format for timezone.
|
||||
</description>
|
||||
</accept-parameter>
|
||||
|
||||
|
||||
<accept-parameter>
|
||||
<name>lang</name>
|
||||
<required>false</required>
|
||||
<multi>true</multi>
|
||||
<description>Specify desired localized form(s)</description>
|
||||
</accept-parameter>
|
||||
|
||||
|
||||
<accept-parameter>
|
||||
<name>tzid</name>
|
||||
<required>true</required>
|
||||
@ -73,21 +73,21 @@ Content-Type: application/xml; charset="utf-8"
|
||||
</description>
|
||||
</accept-parameter>
|
||||
</operation>
|
||||
|
||||
|
||||
<operation>
|
||||
<action>expand</action>
|
||||
<description>
|
||||
Expands the specified timezone(s) into local onset and UTC
|
||||
offsets
|
||||
</description>
|
||||
|
||||
|
||||
<accept-parameter>
|
||||
<name>tzid</name>
|
||||
<required>true</required>
|
||||
<multi>true</multi>
|
||||
<description>Specify desired timezone identifiers</description>
|
||||
</accept-parameter>
|
||||
|
||||
|
||||
<accept-parameter>
|
||||
<name>start</name>
|
||||
<required>false</required>
|
||||
@ -97,7 +97,7 @@ Content-Type: application/xml; charset="utf-8"
|
||||
current year is assumed.
|
||||
</description>
|
||||
</accept-parameter>
|
||||
|
||||
|
||||
<accept-parameter>
|
||||
<name>end</name>
|
||||
<required>false</required>
|
||||
@ -108,7 +108,7 @@ Content-Type: application/xml; charset="utf-8"
|
||||
</description>
|
||||
</accept-parameter>
|
||||
</operation>
|
||||
|
||||
|
||||
<operation>
|
||||
<action>capabilities</action>
|
||||
<description>Gets the capabilities of the server</description>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user