
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
A theme reading the rdf output of phpicalendar.sf.net to display your iCal events on your desktop.
Also displays the month calendar and the time.
I'm actually working on that theme to make it more and more usefull, see TODO if you have any request, post on kde-look.org please
17 years ago
22-05-03 v0.1.1b
-little bug correction: when updating the theme, it displaying all days again
21-05-03 v0.1.1
- past day are not shown anymore
- actual day is in another color
- variables to set the text colors in the script
- variable to change text font
17 years ago
22-05-03 v0.1.1b
-little bug correction: when updating the theme, it displaying all days again
21-05-03 v0.1.1
- past day are not shown anymore
- actual day is in another color
- variables to set the text colors in the script
- variable to change text font
paulcooke
17 years ago
Report
mortimer
17 years ago
http://themes.freshmeat.net/projects/belowthewaterline/?topic_id=918
Report
jimson
17 years ago
Report
mortimer
17 years ago
So what have I done is using the rdf.pl script to parse rss feed provided by phpicalendar.
So you have to install phpicalendar, but this won't change the program you use to create you calendar (I use mozilla calendar). phpicalendar installed, link your ical file in its "calendar" directory and it will display it.
I'll work later on directly parsing the iCal file :)
Report
jimson
17 years ago
Report
mortimer
17 years ago
I really do not have time to work on real code for the moment, but there exist a c lib parsing the iCal files, when I'll got time, i'll make a little program to extract the info I need and have a simpler installation.
Report