Re: Making a calendar

2005-02-27 Thread Pete.....
Thanks all. I will look at your links tonight :D Hopefully they will make me smile and jump around as a happy man... Cheers Brian Sutherland [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] On Sat, Feb 26, 2005 at 01:57:20PM +0100, Pete. wrote: I'm trying to make a calendar for

Making a calendar

2005-02-26 Thread Pete.....
Hi all. I'm trying to make a calendar for my webpage, python and html is the only programming languages that I know, is it possible to make such a calendar with pythong code and some html. The Idea is that when I click the link calendar on my webpage, then the user will be linked to the

Re: Making a calendar

2005-02-26 Thread Michele Simionato
Looking at the calendar module in the standard library may help. Also, pydoc calendar is your friend. Michele Simionato -- http://mail.python.org/mailman/listinfo/python-list

Re: Making a calendar

2005-02-26 Thread Ksenia Marasanova
This is close to what you want: http://freespace.virgin.net/hamish.sanderson/htmlcalendar.html You'll also need HTMLTemplate http://freespace.virgin.net/hamish.sanderson/htmltemplate.html -- http://mail.python.org/mailman/listinfo/python-list

Re: Making a calendar

2005-02-26 Thread Brian Sutherland
On Sat, Feb 26, 2005 at 01:57:20PM +0100, Pete. wrote: I'm trying to make a calendar for my webpage, python and html is the only programming languages that I know, is it possible to make such a calendar with pythong code and some html. The Idea is that when I click the link calendar on