Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-06 Thread Kirk Wolf
If you choose an OSI-approved open-source license, like GPL or BSD, then you can host your project for free on sourceforge and use their source code control (CVS or subversion), their forums, their download file space, their bandwidth, etc. Kirk Wolf Dovetailed Technologies On Wed, Nov 5, 2008 at

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-06 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 11/02/2008 at 03:48 PM, Sam Golob <[EMAIL PROTECTED]> said: > Please also write to me about this idea, of putting tools that need >some completion out on the Updates Page, and which are marked as being >incomplete. I like the idea. I'd suggest that cvs, iebupdtx

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-06 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 11/02/2008 at 07:40 PM, John McKown <[EMAIL PROTECTED]> said: >If possible, with the original author's concurrance, I would suggest >licensing this under the GPL version 3 or later. That's extremely restrictive. I'd suggest either the BSD license or GPL V2. --

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-06 Thread Shmuel Metz (Seymour J.)
In <[EMAIL PROTECTED]>, on 11/03/2008 at 07:52 AM, Paul Gilmartin <[EMAIL PROTECTED]> said: >I doubt that the CBTTape personnel have the resources to moderate all the >programs hosted by CBTTape.org; I would expect the original submitter to coordinate changes. I would not ask or expect the adm

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-05 Thread Dave Cartwright
It seems that several people have downloaded this file and started work on it, so I thought it would be a good idea to move it off IBM-MAIN. I have therefore started a Yahoo Group for interested people to exchange their experiences. Go to http://groups.yahoo.com/group/CBT795 and join up. Th

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-05 Thread Don Higgins
II which the >second level invocation can't make sense of. > >This makes it difficult to work with on a PC. > > >> Date: Tue, 4 Nov 2008 10:21:16 -0500 >> From: [EMAIL PROTECTED] >> Subject: Re: Need someone to fix a free HTTP Server written in Assembler

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-04 Thread Bill Godfrey
On Tue, 4 Nov 2008 14:05:20 -0500, Tony Harminc wrote: >2008-11-04 Paul Gilmartin <[EMAIL PROTECTED]>: >> On Tue, 4 Nov 2008 10:41:34 -0500, J R wrote: >> >>>Yes, I noticed the XMIT within XMIT format. >>> >>>Unfortunately, this confounds XmitManager because the top level >>>invocation converts th

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-04 Thread J R
Then > you can open that and browse or extract in ASCII. Excellent! I never noticed that feature. Thank you so much! > Date: Tue, 4 Nov 2008 14:05:20 -0500 > From: [EMAIL PROTECTED] > Subject: Re: Need someone to fix a free HTTP Server written in Assembler > To: IBM-MAIN

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-04 Thread Tony Harminc
2008-11-04 Paul Gilmartin <[EMAIL PROTECTED]>: > On Tue, 4 Nov 2008 10:41:34 -0500, J R wrote: > >>Yes, I noticed the XMIT within XMIT format. >> >>Unfortunately, this confounds XmitManager because the top level >>invocation converts the second level members to ASCII which the >>second level invoca

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-04 Thread Paul Gilmartin
On Tue, 4 Nov 2008 10:41:34 -0500, J R wrote: >Yes, I noticed the XMIT within XMIT format. > >Unfortunately, this confounds XmitManager because the top level >invocation converts the second level members to ASCII which the >second level invocation can't make sense of. > >This makes it diff

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-04 Thread J R
e, 4 Nov 2008 10:21:16 -0500 > From: [EMAIL PROTECTED] > Subject: Re: Need someone to fix a free HTTP Server written in Assembler > To: IBM-MAIN@BAMA.UA.EDU > > ... > > Don, the sources, maclib, etc. in the XMI file inside of the ZIP are > themselves XMIT files. I was able

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-04 Thread Farley, Peter x23353
> -Original Message- > From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On > Behalf Of Don Higgins > Sent: Tuesday, November 04, 2008 7:23 AM > To: IBM-MAIN@BAMA.UA.EDU > Subject: Re: Need someone to fix a free HTTP Server written in Assembler > > Hi

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-04 Thread Kirk Wolf
We use either c89 (cc) or as. c89 (cc) will invoke the assembler if the source file ends with ".s" (by default). But I think that "as" is the preferred mechanism. With cc, we usually just toss macros in our makefile that looks like this, which will cause all ".s" files to be assembled: ASMFLA

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-04 Thread Steve Comstock
Paul Gilmartin wrote: On Mon, 3 Nov 2008 11:04:10 -0600, Kirk Wolf wrote: Then, use a Unix shell on z/OS and "make" to build your z/OS code - assembler is no problem and you can build to z/OS load modules just fine. Once you get the hang of make, it has many advantages over building with JCL.

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-04 Thread Paul Gilmartin
On Mon, 3 Nov 2008 11:04:10 -0600, Kirk Wolf wrote: > >Then, use a Unix shell on z/OS and "make" to build your z/OS code - >assembler is no problem and you can build to z/OS load modules just >fine. >Once you get the hang of make, it has many advantages over building >with JCL. But: you can still

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-04 Thread Rick Fochtman
-- I like the idea! I downloaded CBT tape file #795 and took a look at it with XMIT Manager on Windows Vista. It appears the sources are in mainframe IEBCOPY type FB format. What is the easiest way to get all the source programs, m

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-04 Thread Don Higgins
Hi Sam, all I like the idea! I downloaded CBT tape file #795 and took a look at it with XMIT Manager on Windows Vista. It appears the sources are in mainframe IEBCOPY type FB format. What is the easiest way to get all the source programs, macros, and copybooks into separate ascii files so I

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-03 Thread Abe Kornelis
just love it! Cheers, Abe Kornelis. = - Original Message - From: "Sam Golob" <[EMAIL PROTECTED]> Newsgroups: bit.listserv.ibm-main To: Sent: Sunday, November 02, 2008 9:48 PM Subject: Need someone to fix a free HTTP Server written in Assembler Hi Folks,

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-03 Thread Kirk Wolf
Your workstations can have their local/working copies of subversion files stored on an NFS server. See: http://subversion.tigris.org/faq.html#nfs CVS would work as well. We typically do all of our development under Eclipse, including C++ and Assembler source code editing, but any workstation IDE o

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-03 Thread Paul Gilmartin
On Mon, 3 Nov 2008 09:16:14 -0600, Kirk Wolf wrote: > >- IMO, you don't need CVS or Subversion for z/OS. Just sync your >source files somehow between your workstation and z/OS and then use a >workstation Subversion or CVS client. > If the workstation SourceForge mirror is NFS shared between WS a

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-03 Thread Kirk Wolf
- Sourceforge is only for developing software with OSI-approved licenses. The sourceforge license terms that you see are consistent with OSI licenses, and simply mean that you agree that content that you publish on the site can be used by the site. A large percentage of the open source projects

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-03 Thread Paul Gilmartin
On Mon, 3 Nov 2008 08:15:31 -0600, Kirk Wolf wrote: >sourceforge.net is free, and provides all the tools that you need to >collaborate and develop open source projects. > I've used SourceForge only as a freeloader; not as a developer. Wikipedia says: Linkname: SourceForge.net - Wikipedia, the

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-03 Thread Kirk Wolf
sourceforge.net is free, and provides all the tools that you need to collaborate and develop open source projects. Kirk Wolf Dovetailed Technologies On Mon, Nov 3, 2008 at 7:52 AM, Paul Gilmartin <[EMAIL PROTECTED]> wrote: > On Sun, 2 Nov 2008 19:40:16 -0600, John McKown wrote: >> >>How will you

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-03 Thread Paul Gilmartin
On Sun, 2 Nov 2008 19:40:16 -0600, John McKown wrote: > >How will you coordinate multiple updates from multiple possible >contributors? Or will each contribution "stand on its own" and "live or >die" on its own merit? > Alas, this requires a moderator. I haven't used CVS or Subversion, but even so

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-02 Thread Linda Mooney
Greetings! I think this is a great idea and I hope it works out, not just for this package, but others too. I hope it may turn into a learning opportunity too. Linda Mooney -- Original message -- From: Sam Golob <[EMAIL PROTECTED]> > Hi Folks, > > Here at www.cbtta

Re: Need someone to fix a free HTTP Server written in Assembler

2008-11-02 Thread John McKown
Well, I've downloaded the file, unzip'ed it, uploaded the XMIT, and did all the restores. I cannot commit to having enough time to necessarily look at this. Also, I cannot guarantee that I have the expertise needed to expand upon the original author's contribution. But I may learn something fro

Need someone to fix a free HTTP Server written in Assembler

2008-11-02 Thread Sam Golob
Hi Folks, Here at www.cbttape.org we've started a new process. Sometimes a good software writer wants to write a package in an area where either: 1. He/she is not too familiar, but wants to learn the subject better. 2. He/she does not have the facility at his/her home installation, to p