From: Rob H. <ro...@na...> - 2003-01-02 22:12:49
|
----- Forwarded message from Rob Helmer <ro...@na...> ----- Date: Thu, 2 Jan 2003 12:36:27 -0800 From: Rob Helmer <ro...@na...> To: inf...@gn... Hello, I'm one of the authors, and you are correct that Windows is not currently supported. There are a couple options : 1) install Cygwin ( http://www.cygwin.com ) I think SandWeb should work under this environment. You'll also need a web server, like Apache, that is capable of running CGI applications. 2) SandWeb is very modular, if you know any Perl you can look in the lib/SandWeb/File/ directory, this is where subclasses of File for different platforms lives ( Unix is currently the only class in there ). Also, lib/SandWeb/Shell.pm would probably need to be modified ( maybe split into subclasses too ). If you want to get it running anytime soon, I reccommend option #1. Native multi-platform support is nice, but since we've frozen SandWeb and are just working on minor bugs and docs for the upcoming beta release, we've decided that shooting for POSIX when we need to call outside of Perl is good enough for now. Also, please address SandWeb questions to the user's list : http://lists.sourceforge.net/lists/listinfo/sandweb-users So we don't create long threads on the info-cvs list for people who don't want a web-based CVS client :) Thanks, Rob Helmer On Tue, Dec 31, 2002 at 06:25:25AM +0000, Lu Fang wrote: > Hi, can anyone tell me how to install sandweb under windows. I have > downloaded zip file for snadweb and unpack it , but I don't know how to > install it properly. I have looked into the install file, but got nothing > helpful becos it seems that it is not written for installing under windows > OS. How to deal with it then? Pls help! > Thanks alot! > kaguya > > > > > > _________________________________________________________________ > Add photos to your e-mail with MSN 8. Get 3 months FREE*. > http://join.msn.com/?page=features/featuredemail&xAPID=42&PS=47575&PI=7324&DI=7474&SU= > http://www.hotmail.msn.com/cgi-bin/getmsg&HL=1216hotmailtaglines_addphotos_3mf > > > > _______________________________________________ > Info-cvs mailing list > Inf...@gn... > http://mail.gnu.org/mailman/listinfo/info-cvs > _______________________________________________ Info-cvs mailing list Inf...@gn... http://mail.gnu.org/mailman/listinfo/info-cvs ----- End forwarded message ----- |