You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

calendar.rdf 2.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?xml version="1.0"?>
  2. <!--
  3. Licensed to the Apache Software Foundation (ASF) under one or more
  4. contributor license agreements. See the NOTICE file distributed with
  5. this work for additional information regarding copyright ownership.
  6. The ASF licenses this file to You under the Apache License, Version 2.0
  7. (the "License"); you may not use this file except in compliance with
  8. the License. You may obtain a copy of the License at
  9. http://www.apache.org/licenses/LICENSE-2.0
  10. Unless required by applicable law or agreed to in writing, software
  11. distributed under the License is distributed on an "AS IS" BASIS,
  12. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. See the License for the specific language governing permissions and
  14. limitations under the License.
  15. -->
  16. <!-- $Id$ -->
  17. <rdf:RDF xml:lang="en"
  18. xmlns="http://www.w3.org/2002/12/cal/ical#"
  19. xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  20. <!--
  21. Purpose of this file: It contains project-specific events that we'd like
  22. published on http://asylum.zones.apache.org/rdfcal/
  23. -->
  24. <version>2.0</version>
  25. <Vevent>
  26. <dtstart>2006-09-20</dtstart>
  27. <dtend>2006-09-21</dtend>
  28. <summary>Apache FOP at the OpenExpo</summary>
  29. <description>Apache FOP is one of the open source projects presenting themselves at the OpenExpo which is some sort of successor to the lots.ch events. It is planned to provide FOP users the opportunity to ask questions and to have their problems looked at.
  30. The organizers are still looking for sponsors and open source projects which want to present themselves. The call for participation ends 2006-08-01. More info on their website.</description>
  31. <location>Zürich, Switzerland</location>
  32. <url>http://openexpo.org/index.php?id=19</url>
  33. <status>CONFIRMED</status>
  34. <organizer><cn>/ch/open</cn></organizer>
  35. <uid>0b5b6bf63fe835203494794f2b293d3ce3b0a12f43d6abe24f63a33445ade89f</uid>
  36. <class>PUBLIC</class>
  37. </Vevent>
  38. </rdf:RDF>