
Birthday Calendar
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
This superkaramba theme shows dates of birthdays stored in a MySQL DB, so you'll need python-mysql to work.
In this first release you can't add new birthdays from here, so you'll need something like phpmyadmin to add new dates.
The DB has to have the following structure (SQL Code):
CREATE TABLE `birthdays` (
`name` varchar(150) NOT NULL default '',
`birthday` bigint(20) NOT NULL default '0'
) TYPE=MyISAM;
15 years ago
First release. It only shows the birthdays, there's no adding option, maybe in later versions.
15 years ago
First release. It only shows the birthdays, there's no adding option, maybe in later versions.
janet
14 years ago
Report
janet
14 years ago
Report
lenooh
15 years ago
like: next birthday (name) in (number) days.
Report
Ayoze
15 years ago
Thanks
Report
vblanton
15 years ago
keep it up!
-Vlad
Report