From: Jonathan S. <gel...@us...> - 2001-11-14 09:10:13
|
uid=68026(gellyfish) gid=100(users) groups=100(users),40625(nms-cgi) formmail FormMail.pl,1.4,1.5 Wed Nov 14 01:10:11 PST 2001 Update of /cvsroot/nms-cgi/formmail In directory usw-pr-cvs1:/tmp/cvs-serv25090 Modified Files: FormMail.pl Log Message: Added extra check on the referer. |
From: Dave C. <da...@us...> - 2001-11-14 19:38:16
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) guestbook addguest.html,1.1.1.1,1.2 Wed Nov 14 11:38:15 PST 2001 Update of /cvsroot/nms-cgi/guestbook In directory usw-pr-cvs1:/tmp/cvs-serv7772 Modified Files: addguest.html Log Message: XHTML 1.0 Transitional |
From: Dave C. <da...@us...> - 2001-11-14 19:39:15
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) guestbook guestbook.pl,1.3,1.4 Wed Nov 14 11:39:14 PST 2001 Update of /cvsroot/nms-cgi/guestbook In directory usw-pr-cvs1:/tmp/cvs-serv8029 Modified Files: guestbook.pl Log Message: Fixed stupid bug getting CGI parameters |
From: Dave C. <da...@us...> - 2001-11-14 19:43:24
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) guestbook guestbook.html,1.1.1.1,1.2 guestlog.html,1.1.1.1,1.2 Wed Nov 14 11:43:23 PST 2001 Update of /cvsroot/nms-cgi/guestbook In directory usw-pr-cvs1:/tmp/cvs-serv9327 Modified Files: guestbook.html guestlog.html Log Message: XHTML 1.0 Transitional |
From: Dave C. <da...@us...> - 2001-11-14 22:21:17
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) ffa README,1.2,1.3 Wed Nov 14 14:21:16 PST 2001 Update of /cvsroot/nms-cgi/ffa In directory usw-pr-cvs1:/tmp/cvs-serv23020/ffa Modified Files: README Log Message: Changed script archive URL to Sourceforge. Added link to support mailing list. |
From: Dave C. <da...@us...> - 2001-11-14 22:21:17
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) rand_image README,1.1.1.1,1.2 Wed Nov 14 14:21:17 PST 2001 Update of /cvsroot/nms-cgi/rand_image In directory usw-pr-cvs1:/tmp/cvs-serv23020/rand_image Modified Files: README Log Message: Changed script archive URL to Sourceforge. Added link to support mailing list. |
From: Joseph F. R. <rya...@os...> - 2001-11-16 05:48:13
|
I was working on guestbook.pl tonight, and I noticed that we were still using Matt's antiquated way of rewriting the html file using heardocs. Why can't we simply let the user define their own design? It should be relatively trivial to use some basic html parsing so that the guestbook is read in, the header information remains intact, and the guestbook entries are inserted when the begin statement is encountered, before the footer gets spit back out. For instance: <html> <head> </head> <body> *BLAH* <!--BEGIN--> *BLAH* </body> </html> The algorithm would work something like this: first, the guestbook page is read in. It is gone through line by line, printing each line if it does not contain <!--BEGIN-->, until the first line where <!--BEGIN--> is encountered, at which point the loop exits. The entries are then printed. Then the rest of the page is printed. This way, entries are still sorted by newest first, and the integrity of the page remains intact. Better yet, since users of MWS already have his formatting, they won't even notice a difference. However, newer users will be able to design their page any way they choose, and yet their guestbook will still work. On an unrelated note, I am still having problems with CVS. I downloaded WinCVS and installed it successfully, but I couldn't figure out how to use it. CVS's super-massive manual wasn't much help either. I guess I'll just keep posting to my perlmonk site until I can figure this monster out... |
From: iain t. <ic...@eh...> - 2001-11-16 06:02:41
|
* Joseph F. Ryan (rya...@os...) [16 Nov 2001 05:58]: [...] > The algorithm would work something like this: first, the guestbook > page is read in. It is gone through line by line, printing each line > if it does not contain <!--BEGIN-->, until the first line where > <!--BEGIN--> is encountered, at which point the loop exits. The > entries are then printed. Then the rest of the page is printed. But, but --- it *does* use that method. It reads the entire file in, then prints it back out to itself. If it finds the string '<!-- begin -->' it emits the new entry. cheers, -- iain. <http://eh.org/~koschei/> |
From: Jonathan S. <gel...@ge...> - 2001-11-16 09:16:58
|
On Fri, 16 Nov 2001, Joseph F. Ryan wrote: > > On an unrelated note, I am still having problems with CVS. I downloaded > WinCVS and installed it successfully, but I couldn't figure out how to use > it. CVS's super-massive manual wasn't much help either. I guess I'll just > keep posting to my perlmonk site until I can figure this monster out... > You will require ssh to be able to use the sourceforge CVS - I am not sure if WinCVS supports this but the usual deal is to set CVS_RSH=ssh and then everything should work seamlessly. I would sincerely suggest that you might be better of getting Cygwin installed and using the Cygwin CVS and ssh if you can't get WinCVS to work. /J\ -- Jonathan Stowe | <http://www.gellyfish.com> | This space for rent | |
From: Dave C. <da...@da...> - 2001-11-17 08:32:37
|
On Fri, Nov 16, 2001 at 12:45:46AM -0500, Joseph F. Ryan (rya...@os...) wrote: > > On an unrelated note, I am still having problems with CVS. I downloaded > WinCVS and installed it successfully, but I couldn't figure out how to use > it. CVS's super-massive manual wasn't much help either. I guess I'll just > keep posting to my perlmonk site until I can figure this monster out... Sorry, but I don't develop under Windows so I can't be any help. Does anyone else have experience of WinCVS? Would be much appreciated if you could help Joe out so that he could commit files. Thanks, Dave... -- Don't dream it... be it |
From: Jonathan S. <gel...@ge...> - 2001-11-17 09:52:23
|
On Sat, 17 Nov 2001, Dave Cross wrote: > On Fri, Nov 16, 2001 at 12:45:46AM -0500, Joseph F. Ryan (rya...@os...) wrote: > > > > On an unrelated note, I am still having problems with CVS. I downloaded > > WinCVS and installed it successfully, but I couldn't figure out how to use > > it. CVS's super-massive manual wasn't much help either. I guess I'll just > > keep posting to my perlmonk site until I can figure this monster out... > > Sorry, but I don't develop under Windows so I can't be any help. Does > anyone else have experience of WinCVS? Would be much appreciated if you > could help Joe out so that he could commit files. > The page http://www.wincvs.org/ssh.html describes how to set up WinCVS with both the commercial SSH and Cygwin OpenSSH - I'll try it out on monday (you don't think I have windows at home do you :), the programs need testing with IIS anyhow. /J\ -- Jonathan Stowe | <http://www.gellyfish.com> | This space for rent | |
From: Dave C. <da...@us...> - 2001-11-14 22:21:17
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) formmail README,1.1.1.1,1.2 Wed Nov 14 14:21:17 PST 2001 Update of /cvsroot/nms-cgi/formmail In directory usw-pr-cvs1:/tmp/cvs-serv23020/formmail Modified Files: README Log Message: Changed script archive URL to Sourceforge. Added link to support mailing list. |
From: Dave C. <da...@us...> - 2001-11-14 22:21:17
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) imagecounter README,1.1.1.1,1.2 Wed Nov 14 14:21:17 PST 2001 Update of /cvsroot/nms-cgi/imagecounter In directory usw-pr-cvs1:/tmp/cvs-serv23020/imagecounter Modified Files: README Log Message: Changed script archive URL to Sourceforge. Added link to support mailing list. |
From: Dave C. <da...@us...> - 2001-11-14 22:21:17
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) countdown README,1.1.1.1,1.2 Wed Nov 14 14:21:16 PST 2001 Update of /cvsroot/nms-cgi/countdown In directory usw-pr-cvs1:/tmp/cvs-serv23020/countdown Modified Files: README Log Message: Changed script archive URL to Sourceforge. Added link to support mailing list. |
From: Dave C. <da...@us...> - 2001-11-14 22:21:17
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) guestbook README,1.1.1.1,1.2 guestbook.pl,1.4,1.5 Wed Nov 14 14:21:17 PST 2001 Update of /cvsroot/nms-cgi/guestbook In directory usw-pr-cvs1:/tmp/cvs-serv23020/guestbook Modified Files: README guestbook.pl Log Message: Changed script archive URL to Sourceforge. Added link to support mailing list. |
From: Dave C. <da...@us...> - 2001-11-14 22:21:18
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) rand_link README,1.1.1.1,1.2 Wed Nov 14 14:21:17 PST 2001 Update of /cvsroot/nms-cgi/rand_link In directory usw-pr-cvs1:/tmp/cvs-serv23020/rand_link Modified Files: README Log Message: Changed script archive URL to Sourceforge. Added link to support mailing list. |
From: Dave C. <da...@us...> - 2001-11-14 22:21:18
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) rand_text README,1.1.1.1,1.2 Wed Nov 14 14:21:17 PST 2001 Update of /cvsroot/nms-cgi/rand_text In directory usw-pr-cvs1:/tmp/cvs-serv23020/rand_text Modified Files: README Log Message: Changed script archive URL to Sourceforge. Added link to support mailing list. |
From: Dave C. <da...@us...> - 2001-11-14 22:21:18
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) textclock README,1.1.1.1,1.2 Wed Nov 14 14:21:17 PST 2001 Update of /cvsroot/nms-cgi/textclock In directory usw-pr-cvs1:/tmp/cvs-serv23020/textclock Modified Files: README Log Message: Changed script archive URL to Sourceforge. Added link to support mailing list. |
From: Dave C. <da...@us...> - 2001-11-14 22:21:18
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) search README,1.1.1.1,1.2 Wed Nov 14 14:21:17 PST 2001 Update of /cvsroot/nms-cgi/search In directory usw-pr-cvs1:/tmp/cvs-serv23020/search Modified Files: README Log Message: Changed script archive URL to Sourceforge. Added link to support mailing list. |
From: Dave C. <da...@us...> - 2001-11-14 22:21:18
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) ssi_rand_image README,1.1.1.1,1.2 Wed Nov 14 14:21:17 PST 2001 Update of /cvsroot/nms-cgi/ssi_rand_image In directory usw-pr-cvs1:/tmp/cvs-serv23020/ssi_rand_image Modified Files: README Log Message: Changed script archive URL to Sourceforge. Added link to support mailing list. |
From: Dave C. <da...@us...> - 2001-11-14 22:21:19
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) textcounter README,1.1.1.1,1.2 Wed Nov 14 14:21:18 PST 2001 Update of /cvsroot/nms-cgi/textcounter In directory usw-pr-cvs1:/tmp/cvs-serv23020/textcounter Modified Files: README Log Message: Changed script archive URL to Sourceforge. Added link to support mailing list. |
From: Dave C. <da...@us...> - 2001-11-14 22:21:19
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) wwwboard README,1.1.1.1,1.2 Wed Nov 14 14:21:18 PST 2001 Update of /cvsroot/nms-cgi/wwwboard In directory usw-pr-cvs1:/tmp/cvs-serv23020/wwwboard Modified Files: README Log Message: Changed script archive URL to Sourceforge. Added link to support mailing list. |
From: Dave C. <da...@us...> - 2001-11-14 22:47:00
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) countdown countdown.html,1.1.1.1,1.2 Wed Nov 14 14:46:58 PST 2001 Update of /cvsroot/nms-cgi/countdown In directory usw-pr-cvs1:/tmp/cvs-serv30162/countdown Modified Files: countdown.html Log Message: XHTML 1.0 Transitional. |
From: Dave C. <da...@us...> - 2001-11-14 22:47:00
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) ffa links.html,1.4,1.5 Wed Nov 14 14:46:58 PST 2001 Update of /cvsroot/nms-cgi/ffa In directory usw-pr-cvs1:/tmp/cvs-serv30162/ffa Modified Files: links.html Log Message: XHTML 1.0 Transitional. |
From: Dave C. <da...@us...> - 2001-11-14 22:47:00
|
uid=38988(davorg) gid=100(users) groups=100(users),14388(insect),40625(nms-cgi) rand_link rand_link.html,1.1.1.1,1.2 Wed Nov 14 14:46:59 PST 2001 Update of /cvsroot/nms-cgi/rand_link In directory usw-pr-cvs1:/tmp/cvs-serv30162/rand_link Modified Files: rand_link.html Log Message: XHTML 1.0 Transitional. |