summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html96
1 files changed, 52 insertions, 44 deletions
diff --git a/index.html b/index.html
index 36e337d0..e0fdc4fe 100644
--- a/index.html
+++ b/index.html
@@ -1,33 +1,36 @@
-<!doctype html>
+<!DOCTYPE html>
<html>
+
<head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="chrome=1">
- <title>Libical Project Page</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]-->
+ <meta charset='utf-8' />
+ <meta http-equiv="X-UA-Compatible" content="chrome=1" />
+ <meta name="description" content="Libical : Libical is an Open Source implementation of the iCalendar protocols and protocol data units." />
+
+ <link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
+
+ <title>Libical</title>
</head>
+
<body>
- <div class="wrapper">
- <header>
- <h1>Libical</h1
- <p>Libical is an Open Source (MPL/<acronym title="GNU Lesser General Public License">LGPL</acronym>) implementation of the IETF&#039;s iCalendar Calendaring and Scheduling protocols. (RFC 2445, 2446, and 2447). It parses iCal components and provides C/C++/Python/Java APIs for manipulating the component properties, parameters, and subcomponents.</p>
- <p class="view"><a href="https://github.com/libical/libical">View the Project on GitHub <small>libical/libical</small></a></p>
+ <!-- HEADER -->
+ <div id="header_wrap" class="outer">
+ <header class="inner">
+ <a id="forkme_banner" href="https://github.com/libical/libical">View on GitHub</a>
+ <h1 id="project_title">Libical</h1>
+ <h2 id="project_tagline">Libical is an Open Source implementation of the iCalendar protocols and protocol data units.</h2>
- <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>
+ <section id="downloads">
+ <a class="zip_download_link" href="https://github.com/libical/libical/zipball/master">Download this project as a .zip file</a>
+ <a class="tar_download_link" href="https://github.com/libical/libical/tarball/master">Download this project as a tar.gz file</a>
+ </section>
+ </header>
+ </div>
+
+ <!-- MAIN CONTENT -->
+ <div id="main_content_wrap" class="outer">
+ <section id="main_content" class="inner">
<h1>
<a name="introduction" class="anchor" href="#introduction"><span class="octicon octicon-link"></span></a>Introduction</h1>
@@ -75,34 +78,39 @@ copyright statement.</p>
<h1>
<a name="get-involved" class="anchor" href="#get-involved"><span class="octicon octicon-link"></span></a>Get Involved</h1>
+<p>Subscribe to our mailing lists:</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>
+<p>For developer discussions
+ <a href="http://lists.infradead.org/mailman/listinfo/libical-devel">http://lists.infradead.org/mailman/listinfo/libical-devel</a></p>
-<h1><a name="who-uses" class="anchor" href="#who-uses"><span class="octicon octicon-link"></span></a>Who uses libical?</h1>
-<p>
-Probably you! Practically every non-Microsoft calendar software package in existence includes libical in its build. Here are a few:
-</p>
-<ul>
-<li><a href="http://citadel.org/" class="urlextern" title="http://citadel.org/">Citadel</a> groupware server</li>
-<li><a href="http://www.gnome.org/projects/evolution/" class="urlextern" title="http://www.gnome.org/projects/evolution/">Evolution</a></li>
-<li><a href="http://kontact.org/" class="urlextern" title="http://kontact.org/">Kontact</a></li>
-<li><a href="http://www.mozilla.org/projects/calendar/" class="urlextern" title="http://www.mozilla.org/projects/calendar/">Mozilla Lightning and Sunbird</a></li>
-<li><a href="http://sourceforge.net/projects/modcaldav/" class="urlextern" title="http://sourceforge.net/projects/modcaldav/">Apache mod_caldav</a></li>
-<li><a href="http://coyote.octets.fr/simpleagenda" class="urlextern" title="http://coyote.octets.fr/simpleagenda">Simple Agenda</a> GNUstep Calendaring Application</li>
-<li><a href="http://clay.ll.pl/osmo/" class="urlextern" title="http://clay.ll.pl/osmo/">Osmo</a>, the handy PIM Client</li>
-<li><a href="http://www.rememberthemilk.com" class="urlextern" title="http://www.rememberthemilk.com">Remember the Milk</a>, an online task manager</li>
-<li><a href="http://www.bynari.net/products/insight_connector/insight_connector_for_3rd_party_applications.html" class="urlextern" title="http://www.bynari.net/products/insight_connector/insight_connector_for_3rd_party_applications.html">Bynari Insight Connector</a></li>
-<li><a href="http://moblin.org/projects/syncevolution" class="urlextern" title="http://moblin.org/projects/syncevolution">SyncEvolution</a> syncronisation framework for Evolution</li>
-</ul>
+<p>For general discussions about libical and related projects
+ <a href="http://lists.infradead.org/mailman/listinfo/libical-interest">http://lists.infradead.org/mailman/listinfo/libical-interest</a></p>
+<p>Report bugs to our issue tracker at
+ <a href="https://github.com/libical/libical/issues">https://github.com/libical/libical/issues</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>
+ </div>
+
+ <!-- FOOTER -->
+ <div id="footer_wrap" class="outer">
+ <footer class="inner">
+ <p class="copyright">Libical maintained by <a href="https://github.com/libical">libical</a></p>
+ <p>Published with <a href="http://pages.github.com">GitHub Pages</a></p>
</footer>
</div>
- <script src="javascripts/scale.fix.js"></script>
+
+
</body>
</html>