From: Teun <te...@ch...> - 2002-09-15 19:52:40
|
Is it possible to make an overview of what new nms scripts are requested? I would like to make something for nms but i don't want to work on the wwwboard (is that the sort of ode nms is looking for?) Can't we let developers and/or visitors vote or somthing? Teun van Eijsden The Netherlands |
From: PJ <in...@mo...> - 2002-09-15 22:56:15
|
I am using matts wwwboard. Is there a replacement in the works? What can I do to Matts wwwboard to make it more secure. Anybody know? What about adding some javascript form validation first. thanks Paul ----- Original Message ----- From: Teun <te...@ch...> To: <nms...@li...> Sent: Sunday, September 15, 2002 2:52 PM Subject: [Nms-cgi-devel] new nms scripts / tasks > Is it possible to make an overview of what new nms scripts are requested? > I would like to make something for nms but i don't want to work on the > wwwboard (is that the sort of ode nms is looking for?) > Can't we let developers and/or visitors vote or somthing? > > Teun van Eijsden > The Netherlands > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > Nms-cgi-devel mailing list > Nms...@li... > https://lists.sourceforge.net/lists/listinfo/nms-cgi-devel > |
From: Olivier D. <dr...@sh...> - 2002-09-15 23:28:32
|
On Sun, Sep 15, 2002 at 05:22:50PM -0500, PJ wrote: > I am using matts wwwboard. Is there a replacement in the works? What can I > do to Matts wwwboard to make it more secure. Anybody know? What about adding > some javascript form validation first. This is more of a support question. Next time please direct this kind of inquiries to nms...@li... NMS does have a replacement for matt's wwwboard. You get get it from: http://nms-cgi.sourceforge.net/ in the download section. It should be more secure than matt's but it's still in the alpha/beta stage so there might still be serious issues with it. It should also be a ``drop-in'' replacement for matt's which means you can substitute the wwwboard.pl and wwwadmin.pl files, modify the configuration and it should work with your old archive. Sincerely, -Olivier -- __-/| ? ? |\-__ __--/ / \ (^^) / \ \--__ _-/ / / \ / ( ) / \ \ \-_ / / / / ~( ^^ ~ \ \ \ \ / Oli Dragon dr...@sh... \ / Sfwr Eng III ( McMaster University \ / / / __--_ ( ) __--__ \ \ \ | / / _/ \_ \_ \_ \ \ | \/ / _/ \_ \_ \_ \ \/ \_/ / -\_\ \ \_/ \/ -) \/ *~ ___--<******************************************************>--___ [http://pgp.mit.edu:11371/pks/lookup?search=olivier+dragon&op=index] ~~~--<******************************************************>--~~~ |
From: Nick C. <ni...@cl...> - 2002-09-17 19:48:20
|
On Sun, Sep 15, 2002 at 05:22:50PM -0500, PJ wrote: > I am using matts wwwboard. Is there a replacement in the works? What can I > do to Matts wwwboard to make it more secure. Anybody know? What about adding > some javascript form validation first. We've just properly released our wwwboard, you can get from http://nms-cgi.sourceforge.net/scripts.shtml -- Nick |
From: Teun <te...@ch...> - 2002-10-22 11:24:59
|
Hi Guys/Girls, Is Dave from da...@da... still in this project? I mailed him a couple of times that i want to help on the nms project but he does not reply to my mail. How do i become an nms developer? Teun van Eijsden |
From: Nick C. <ni...@cl...> - 2002-10-22 13:28:02
|
On Tue, Oct 22, 2002 at 01:24:54PM +0200, Teun wrote: > Hi Guys/Girls, > > Is Dave from da...@da... still in this project? I mailed him a couple > of times that i want to help on the nms project but he does not reply to my > mail. How do i become an nms developer? Mailing Dave will normally do it, but he's on holiday at the moment. If you mail me your sourceforge username I'll add you. -- Nick |
From: Teun <te...@ch...> - 2002-10-23 19:33:05
|
Hmmm... looking at this whole cvs thing for the first time... I read a bunch of ttorials from both sf.net and wincvs but one thing puzzles me: how do i just 'browse around' in nms's cvs? Teun |
From: Nick C. <ni...@cl...> - 2002-10-23 22:23:51
|
On Wed, Oct 23, 2002 at 09:33:00PM +0200, Teun wrote: > Hmmm... looking at this whole cvs thing for the first time... > I read a bunch of ttorials from both sf.net and wincvs but one thing puzzles > me: > > how do i just 'browse around' in nms's cvs? I don't know about wincvs in particular, but there should be some sort of option to copy the latest version of all the nms files to a tree on your hard disk, and browse them there. -- Nick |
From: Barbie <ba...@qi...> - 2002-10-24 10:10:58
|
From: "Nick Cleaton" <ni...@cl...> > On Wed, Oct 23, 2002 at 09:33:00PM +0200, Teun wrote: > > Hmmm... looking at this whole cvs thing for the first time... > > I read a bunch of ttorials from both sf.net and wincvs but one thing puzzles > > me: > > > > how do i just 'browse around' in nms's cvs? > > I don't know about wincvs in particular, but there should be some sort > of option to copy the latest version of all the nms files to a tree on > your hard disk, and browse them there. Click on the Create option in the toolbar and then Checkout Module to bring up the dialog box. In order to connect to the NMS CVS repository you'll need to have an ssh client available.After attempting several, the one available from www.ssh.com proved simple and painless to install and get working with CVS. Note that you need to setup the configuration to ensure CVS knows where the SSH app is. There is documentation on this at http://minimal.cx/wincvsssh.php under "wincvs setup". One thing to bear in mind though is that you'll need to checkout each module (script bundle) individually, and enter your shh password each time. Unless anyone knows of a better way of storing your password locally? Barbie. |
From: Teun <te...@ch...> - 2002-10-24 10:32:53
|
> Click on the Create option in the toolbar and then Checkout > Module to bring > up the dialog box. In order to connect to the NMS CVS repository > you'll need > to have an ssh client available.After attempting several, the one > available > from www.ssh.com proved simple and painless to install and get > working with > CVS. Note that you need to setup the configuration to ensure CVS > knows where > the SSH app is. There is documentation on this at > http://minimal.cx/wincvsssh.php under "wincvs setup". > > One thing to bear in mind though is that you'll need to checkout > each module > (script bundle) individually, and enter your shh password each > time. Unless > anyone knows of a better way of storing your password locally? This document on sf.net describes how to use WinCVS + PuTTY SSH This has a tool that stores the password somewhere for you. http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 Teun |
From: Barbie <ba...@qi...> - 2002-10-24 16:20:10
|
From: "Teun" <te...@ch...> > This document on sf.net describes how to use WinCVS + PuTTY SSH > This has a tool that stores the password somewhere for you. > > http://sourceforge.net/docman/display_doc.php?docid=766&group_id=1 Yep works a treat now :) Thanks. Barbie. |
From: Dan M. <oma...@br...> - 2002-10-23 21:13:10
|
> how do i just 'browse around' in nms's cvs? http://sourceforge.net/cvs/?group_id=39625 has instructions on how you need to configure your CVS client for anonymous access. --pretty simple once you have the two step recipe. http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/nms-cgi/ --gives look at the source through a web browser. Generally there seems to be more developer oriented stuff at the sourceforge.net/nms-cgi link than the nms-cgi.sourceforge.net link |