-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmod_ical.xml
60 lines (48 loc) · 2.35 KB
/
mod_ical.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl"?>
<rdf:RDF xml:lang="en"
xmlns="http://usefulinc.com/ns/doap#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<project>
<license rdf:resource="http://usefulinc.com/doap/licenses/asl20" />
<name>mod_ical</name>
<homepage rdf:resource="https://github.com/minfrin/mod_ical" />
<shortdesc>iCalendar/jCal/xCal filter for Apache httpd</shortdesc>
<description>mod_ical is a iCalendar/jCal/xCal filter for Apache httpd. Allows iCal data to be filtered and made available to client side web clients in iCal, xCal and jCal formats.
The module was built to allow raw iCal data to embedded within websites and javascript applications without server side development.
##Features
- Filter iCalendar entries to show the next entry, the last entry, all future entries or all past entries relative to the current date.
- Convert RFC5545 iCalendar streams into RFC6321 xCal XML streams.
- Convert RFC5545 iCalendar streams into RFC7265 jCal JSON streams.
- Control filtering and formatting based on optional URL query parameters.
</description>
<release>
<version>
<revision>mod_ical-0.0.2</revision>
<compatibility>2.5, 2.4, 2.2, 2.0</compatibility>
<url rdf:resource="https://github.com/minfrin/mod_ical/releases" />
<created>2015-10-18 23:09:00</created>
<changelog>#mod_ical
Bugfix v0.0.2 release of mod_ical.
</changelog>
</version>
</release>
<release>
<version>
<revision>mod_ical-0.0.3</revision>
<compatibility>2.5, 2.4, 2.2, 2.0</compatibility>
<url rdf:resource="https://github.com/minfrin/mod_ical/releases" />
<created>2015-10-20 00:03:57</created>
<changelog>##mod_ical
Feature v0.0.3 release of mod_ical.
- Add autoheader support. Teach autoconf to find both json.h and
json-c/json.h. [Graham Leggett [email protected]]
- Add support for the ICalTimezone directive and tz query string
parameter allowing the timezone of a calendar to be overridden.
[Graham Leggett [email protected]]
</changelog>
</version>
</release>
</project>
</rdf:RDF>