Sorry Amy that I didn't respond yesterday, but my ISP had some problems with routers. Nevermind

Most important is that I have done pre-alpha-RC-something release.
User (admin in back-end) has opportunity to select whether parameters will show in
com_content content. I decided that I'll give users so many options to change as possible.
IMPROVEMENTSedit 4/01/08:I have also opened, code. I think that would be great if user would add own css into calendar_icon directory, and create parameter in config that allow write file name of created text. Is it good idea?
edit 5/01/08: I implement this feature. It's so much better now. Also: *translation bug fixed, *added vertical-align in black_day.css, *added translation to description of plugin
PLUGIN STYLESstandard.css:
black_day.css:
DUB DUB DUB BROWSERSI didn't test plugin by other browser than based on Mozilla engine. I don't have access to IE, because I'm on Linux - It seems that everything looks brilliant even on Internet Explorer (Linux emulation of IEv6 by wine with msttcorefonts). Both built-in styles are O.K.
Mozilla Firefox (2.0.0.3) - Windows: O.K.
Mozilla Fiefox (2.0.0.11) - Linux: O.K
Opera (9.25 & 9.5 beta) - Linux: O.K
Konqeuror (Linux): 50/50 (problem with size of font), but this is not popular browser
PLUGINversion with select box for styles:
http://www.depresz.piotrkow.net.pl/cale ... 4Jan08.zipversion with text box for styles:
http://www.depresz.piotrkow.net.pl/cale ... 5Jan08.zip (LATEST)
DOCUMENTATION[4/01/08] version with select box for styles:
http://www.depresz.piotrkow.net.pl/Cale ... oc_1.0.pdf[5/01/08] version with text box for styles:
http://www.depresz.piotrkow.net.pl/cale ... 5Jan08.pdf (LATEST)
GRAVATAR (FUTURE?)Yeah, you have right, implementation of gravatar would be similiar to calendar icon. What can I do with this? I've noticed that code will very, very, very simple. One thing that you have to pass, is e-mail address. MD5 sum do everything.
Code:
$email='youraddress@server.com';
echo "<img src=\"".$address='http://www.gravatar.com/avatar.php?gravatar_id='.md5($email)."\">";
Gravatar is very cool for people without self server where they can put avatar. I think that we can implement Gravatar as separated plugin (but based on calendar_icon) code. I educated that param of email address plugin can be read from JUser or something like that. This plugin can be so small that even plugin parameter box will empty. So better integrate this with calendar_icon? LOL
I am and I will very open for every comment and suggestion.Cheeeerz,
Tomasz Dobrzyñski, aka depresz (or vice versa xD)