summaryrefslogtreecommitdiff
path: root/index.html
blob: 4526e90fbf3a2f12ecc960f548eca8ffec70b45e (plain)
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="chrome=1">
    <title>Libical by libical</title>

    <link rel="stylesheet" href="stylesheets/styles.css">
    <link rel="stylesheet" href="stylesheets/pygment_trac.css">
    <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
    <!--[if lt IE 9]>
    <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
    <![endif]-->
  </head>
  <body>
    <div class="wrapper">
      <header>
        <h1>Libical</h1>
        <p>Libical is an Open Source implementation of the iCalendar protocols and protocol data units.</p>

        <p class="view"><a href="https://github.com/libical/libical">View the Project on GitHub <small>libical/libical</small></a></p>


        <ul>
          <li><a href="https://github.com/libical/libical/zipball/master">Download <strong>ZIP File</strong></a></li>
          <li><a href="https://github.com/libical/libical/tarball/master">Download <strong>TAR Ball</strong></a></li>
          <li><a href="https://github.com/libical/libical">View On <strong>GitHub</strong></a></li>
        </ul>
      </header>
      <section>
        <h1>
<a name="introduction" class="anchor" href="#introduction"><span class="octicon octicon-link"></span></a>Introduction</h1>

<p>LIBICAL -- an implementation of iCalendar protocols and data formats</p>

<p>Most of the code in here was written by Eric Busboom with help from
dozens of contributors.  It is currently maintained by Art Cancro
and Wilfried Goesgens.</p>

<p>Libical is an Open Source implementation of the iCalendar protocols
and protocol data units. The iCalendar specification describes how
calendar clients can communicate with calendar servers so users can
store their calendar data and arrange meetings with other users. </p>

<p>Libical implements RFC2445, RFC2446 and some of RFC2447.</p>

<h1>
<a name="license" class="anchor" href="#license"><span class="octicon octicon-link"></span></a>License</h1>

<p>The code and datafiles in this distribution are licensed under the
Mozilla Public License (MPL) v1.0. See <a href="http://www.mozilla.org/MPL/1.0">http://www.mozilla.org/MPL/1.0</a>
for a copy of the license. </p>

<p>Alternately, you may use libical under the terms of the GNU Library
General Public License (LGPL) v2.1. See <a href="http://www.gnu.org/licenses/lgpl-2.1.txt">http://www.gnu.org/licenses/lgpl-2.1.txt</a>
for a copy of the license.</p>

<p>This dual license ensures that the library can be incorporated into
both proprietary code and GPL'd programs, and will benefit from improvements
made by programmers in both realms. I will only accept changes into
my version of the library if they are similarly dual-licensed.</p>

<h1>
<a name="acknowledgments" class="anchor" href="#acknowledgments"><span class="octicon octicon-link"></span></a>Acknowledgments</h1>

<p>Portions of this distribution are (C) Copyright 1996 Apple Computer,
Inc., AT&amp;T Corp., International Business Machines Corporation and
Siemens Rolm Communications Inc. See src/libicalvcal/README.TXT for
details.</p>

<p>Portions of this distribution are Copyright (c) 1997 Theo de
Raadt.  See the header for src/libical/vsnprintf.c for the full
copyright statement.</p>

<h1>
<a name="get-involved" class="anchor" href="#get-involved"><span class="octicon octicon-link"></span></a>Get Involved</h1>

<p>If you would like to contribute, monitor or report bug fixes to the project,
visit <a href="http://sourceforge.net/projects/freeassociation/">http://sourceforge.net/projects/freeassociation/</a></p>

<p>Subscribe to our development mailing list at <a href="https://lists.sourceforge.net/lists/listinfo/freeassociation-devel">https://lists.sourceforge.net/lists/listinfo/freeassociation-devel</a></p>

<h1>
<a name="building-the-library" class="anchor" href="#building-the-library"><span class="octicon octicon-link"></span></a>Building the library</h1>

<p>See the top-level Install.txt file.</p>

<h1>
<a name="using-the-library" class="anchor" href="#using-the-library"><span class="octicon octicon-link"></span></a>Using the Library</h1>

<p>There is rudimentary, unfinished documentation in the /doc directory,
and annotated examples in /examples and the test code in src/test.</p>
      </section>
      <footer>
        <p>This project is maintained by <a href="https://github.com/libical">libical</a></p>
        <p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
      </footer>
    </div>
    <script src="javascripts/scale.fix.js"></script>
    
  </body>
</html>