calendar program

Started by eddier, June 11, 2009, 10:24:09 AM

Previous topic - Next topic

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

#1
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">http://www.newlisp.org/code/ecal.cgi



and the source



http://www.newlisp.org/code/ecal.txt">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

#2
Thanks Lutz.



Wow, I thought it would take more changes than that. I need to make some modifications for security reasons.


QuoteIf 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

#3
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:


ERR: problem saving file in function save : "2009/6/11.lsp"

which looks like permissions issues again, like you said, Lutz.

eddier

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



The error *is* probably a permissions error.



Eddie