HTML Calendar code

2007-01-13 Thread Kajsa Anka
Before I re-invent something I would like to ask if there exists some code 
that can be used for create the HTML code for a calendar which I then can 
include on a web page. 

The module in the standard library can create a calendar but I would like 
display my schedule. 

My idea is that it would read a simple text file and then create a weekly 
calendar view (and/or a monthly) with my schedule.

Does some the code for this exist? (the ones I found all created calendars 
but doesn't seem to include any schedule)

jem

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: HTML Calendar code

2007-01-13 Thread Kajsa Anka
Thanks

-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Scaling pictures

2006-12-29 Thread Kajsa Anka
On Thu, 28 Dec 2006 11:53:41 +0100, Kajsa Anka wrote
(in article [EMAIL PROTECTED]):

Thanks for the answers, I'll use PIL.

  jem

-- 
http://mail.python.org/mailman/listinfo/python-list


Scaling pictures

2006-12-28 Thread Kajsa Anka
I would like some advice, I'm going to build a small app that will, among 
other things, scale images so that they can be published on a web site. I've 
never done any image processing in python before so I would like to ask what 
is the best way of doing this, I will not do anything else than scaling the 
images.

I found the Python Imaging Library but before I dive into that I would like 
to know if there is a better way of doing this.

-- 
http://mail.python.org/mailman/listinfo/python-list