calendar program

Q&A's, tips, howto's
Locked
eddier
Posts: 289
Joined: Mon Oct 07, 2002 2:48 pm
Location: Blue Mountain College, MS US

calendar program

Post by eddier »

Hello Lutz.

I once wrote a web calendar program an posted it on newlisp. I figured you had updated it so that it would run with newer versions of newlisp. I was wondering if you have an updated version? I need to modify it so that it will run on one of our httpd servers on a specified port.

Eddie

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

Good to hear from you Eddie :)

just looked into ecal.cgi and it still seems to work, But I don't think it created the calendar data files, because I haven't setup permissions for this. The only thing I had to change, was an 'inc' statement.

http://www.newlisp.org/code/ecal.cgi

and the source

http://www.newlisp.org/code/ecal.txt

If it works for you, I can put it on as a demo again.


ps: I am running 10.0.8 for cgi on the server

eddier
Posts: 289
Joined: Mon Oct 07, 2002 2:48 pm
Location: Blue Mountain College, MS US

Post by eddier »

Thanks Lutz.

Wow, I thought it would take more changes than that. I need to make some modifications for security reasons.
If it works for you, I can put it on as a demo again.
Sure, you may use it or modify it for whatever purpose you wish.

Eddie[/quote]

cormullion
Posts: 2038
Joined: Tue Nov 29, 2005 8:28 pm
Location: latiitude 50N longitude 3W
Contact:

Post by cormullion »

Hi Eddie - I've borrowed code from this file before (wearing my Hansonian burglar outfit). So thanks.

I assume that the file-saving would work on a real installation - I'm seeing this error:

Code: Select all

ERR: problem saving file in function save : "2009/6/11.lsp"
which looks like permissions issues again, like you said, Lutz.

eddier
Posts: 289
Joined: Mon Oct 07, 2002 2:48 pm
Location: Blue Mountain College, MS US

Post by eddier »

Well, I'm glad someone got some use from it :)

The error *is* probably a permissions error.

Eddie

Locked