<?phpxml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
>
<channel>
<title>Geeklets - Calendar with colored day</title>
<link>http://www.macosxtips.co.uk/geeklets/system/calendar-with-colored-day/</link>
<description>T...</description>
<pubDate>Wed, 06 Jan 2010 11:40:47 PST</pubDate>
<language>en</language>
<item>
<title>Comment #494</title>
<link>http://www.macosxtips.co.uk/geeklets/system/calendar-with-colored-day/#c494</link>
<pubDate>Sun, 27 Jun 2010 22:51:23 PDT</pubDate>
<dc:creator>nBode</dc:creator>
<guid isPermaLink='false'>494</guid>
<description><![CDATA[So I'm new to this Geek stuff..

When I open the .glet file I just get a blank box.. What am I missing?<br/>0 Vote(s) ]]></description>
</item>

<item>
<title>Comment #467</title>
<link>http://www.macosxtips.co.uk/geeklets/system/calendar-with-colored-day/#c467</link>
<pubDate>Thu, 20 May 2010 13:53:48 PDT</pubDate>
<dc:creator>Otaku</dc:creator>
<guid isPermaLink='false'>467</guid>
<description><![CDATA[how can u add the next month as well?<br/>0 Vote(s) ]]></description>
</item>

<item>
<title>Comment #460</title>
<link>http://www.macosxtips.co.uk/geeklets/system/calendar-with-colored-day/#c460</link>
<pubDate>Mon, 03 May 2010 08:47:25 PDT</pubDate>
<dc:creator>kankei71</dc:creator>
<guid isPermaLink='false'>460</guid>
<description><![CDATA[cal | grep --color -C6 -E "(^| )$(date +%e)"

This works fine in the termainal but doesn't seem to work with geektool as you have to set up a font color. Or am I missing something?<br/>0 Vote(s) ]]></description>
</item>

<item>
<title>Comment #429</title>
<link>http://www.macosxtips.co.uk/geeklets/system/calendar-with-colored-day/#c429</link>
<pubDate>Sat, 10 Apr 2010 22:16:15 PDT</pubDate>
<dc:creator>jblubey</dc:creator>
<guid isPermaLink='false'>429</guid>
<description><![CDATA[@Fletch
i tried the two scripts you posted above, and while both of them showed the calendar, on neither was the current date highlighted (nothing was highlighted at all). what am i doing wrong? thanks! (SnowLeo 10.6.3)<br/>0 Vote(s) ]]></description>
</item>

<item>
<title>Comment #424</title>
<link>http://www.macosxtips.co.uk/geeklets/system/calendar-with-colored-day/#c424</link>
<pubDate>Mon, 05 Apr 2010 22:32:58 PDT</pubDate>
<dc:creator>fletch</dc:creator>
<guid isPermaLink='false'>424</guid>
<description><![CDATA[Thanks for the idea.  This command is a lot less code, and faster too, since it doesn't need to fire up PHP:

cal | grep --color -C6 -E "(^| )$(date +%e)"

You can use the GREP_COLOR variable to change the default (red) to something else.  This is green, for example:

cal | GREP_COLOR="32" grep --color -C6 -E "(^| )$(date +%e)"

Cheers!<br/>0 Vote(s) ]]></description>
</item>

<item>
<title>Comment #359</title>
<link>http://www.macosxtips.co.uk/geeklets/system/calendar-with-colored-day/#c359</link>
<pubDate>Wed, 27 Jan 2010 04:20:00 PST</pubDate>
<dc:creator>Manu78C</dc:creator>
<guid isPermaLink='false'>359</guid>
<description><![CDATA[hello?<br/>0 Vote(s) ]]></description>
</item>

</channel>
</rss>
