Menu

Tree [20f014] master /
 History

HTTPS access


File Date Author Commit
 doc 2010-05-08 Jorge Villaseñor Jorge Villaseñor [20f014] Add a RFC for the Architecture of the project.
 src 2010-03-04 Jorge Jorge [9bd014] Better test output format.
 COPYING 2010-02-23 Jorge Jorge [629096] License this code as GPL2.
 Makefile 2010-03-04 Jorge Jorge [c34620] Add make clean target.
 README 2010-02-28 Jorge Jorge [37e477] Document some dependencies.

Read Me

Chronus is a lightweight calendar application aimed to be used on any gtk
based desktop environment.


Actually is a bornint project it will be supposed to:
* Support icalendar.
* Sync with google calendar.


Codestyle:
*Use K&R Codestyle.
**http://en.wikipedia.org/wiki/Indent_style#K.26R_style
*NEVER use camelCase naming.

Indentation:
*Use tab as indentation character, please, do not use spaces.
**the code uses vim's ts=4 sw=4 noexpandtab

Commit Messages:
*Follow this recomendations: http://who-t.blogspot.com/2009/12/on-commit-messages.html


Dependencies:
libgcal
gtk2
glib2
libxml
libxdg