Chronus Calendar Code
Status: Pre-Alpha
Brought to you by:
salinas_v
File | Date | Author | Commit |
---|---|---|---|
doc | 2010-05-08 |
![]() |
[20f014] Add a RFC for the Architecture of the project. |
src | 2010-03-04 |
![]() |
[9bd014] Better test output format. |
COPYING | 2010-02-23 |
![]() |
[629096] License this code as GPL2. |
Makefile | 2010-03-04 |
![]() |
[c34620] Add make clean target. |
README | 2010-02-28 |
![]() |
[37e477] Document some dependencies. |
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