Plain-text form of licenses

View: New views
5 Messages — Rating Filter:   Alert me  

Plain-text form of licenses

by Daniel Macks :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Are the licenses available in plain-text form? Starting from

http://www.opensource.org/licenses/alphabetical

I can get to a .php link to a full webpage for each, but that gives
HTMLish formating of the license itself and also the opensource.org
banner and left-side navigation box. What I'd like is direct access to
*just* the text of the license, something I could download and stash
in a LICENSE (.txt not .html) in my package.

dan

--
Daniel Macks
dmacks@...
http://www.netspace.org/~dmacks


Re: Plain-text form of licenses

by Russ Nelson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Daniel Macks writes:
 > Are the licenses available in plain-text form? Starting from
 >
 > http://www.opensource.org/licenses/alphabetical
 >
 > I can get to a .php link to a full webpage for each, but that gives
 > HTMLish formating of the license itself and also the opensource.org
 > banner and left-side navigation box. What I'd like is direct access to
 > *just* the text of the license, something I could download and stash
 > in a LICENSE (.txt not .html) in my package.

Try cut-n-paste.

--
--my blog is at    http://blog.russnelson.com   | In my head, I'm
Crynwr sells support for free software  | PGPok | violating your
521 Pleasant Valley Rd. | +1 315-323-1241       | software patent.
Potsdam, NY 13676-3213  |     Sheepdog          | So sue me!

RE: Plain-text form of licenses

by David Dillard :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

That doesn't always work so well, for example the 'color="#000000">' in
the text of the MPL 1.1
(http://www.opensource.org/licenses/mozilla1.1.php). :-)



> -----Original Message-----
> From: Russ Nelson [mailto:nelson@...]
> Sent: Monday, June 18, 2007 12:31 AM
> To: Daniel Macks
> Cc: license-discuss@...
> Subject: Re: Plain-text form of licenses
>
> Daniel Macks writes:
>  > Are the licenses available in plain-text form? Starting
> from  >  > http://www.opensource.org/licenses/alphabetical
>  >
>  > I can get to a .php link to a full webpage for each, but
> that gives  > HTMLish formating of the license itself and
> also the opensource.org  > banner and left-side navigation
> box. What I'd like is direct access to  > *just* the text of
> the license, something I could download and stash  > in a
> LICENSE (.txt not .html) in my package.
>
> Try cut-n-paste.
>
> --
> --my blog is at    http://blog.russnelson.com   | In my head, I'm
> Crynwr sells support for free software  | PGPok | violating your
> 521 Pleasant Valley Rd. | +1 315-323-1241       | software patent.
> Potsdam, NY 13676-3213  |     Sheepdog          | So sue me!
>

Re: Plain-text form of licenses

by Juergen Weigert-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Jun 18, 07 07:23:59 -0700, David Dillard wrote:
> That doesn't always work so well, for example the 'color="#000000">' in
> the text of the MPL 1.1
> (http://www.opensource.org/licenses/mozilla1.1.php). :-)

w3m -dump  http://www.opensource.org/licenses/mozilla1.1.php
or
lynx -dump http://www.opensource.org/licenses/mozilla1.1.php

give nice ascii representations.
You just need to trim start and end.

        cheers,
                Jw.

>
>
> > -----Original Message-----
> > From: Russ Nelson [mailto:nelson@...]
> > Sent: Monday, June 18, 2007 12:31 AM
> > To: Daniel Macks
> > Cc: license-discuss@...
> > Subject: Re: Plain-text form of licenses
> >
> > Daniel Macks writes:
> >  > Are the licenses available in plain-text form? Starting
> > from  >  > http://www.opensource.org/licenses/alphabetical
> >  >
> >  > I can get to a .php link to a full webpage for each, but
> > that gives  > HTMLish formating of the license itself and
> > also the opensource.org  > banner and left-side navigation
> > box. What I'd like is direct access to  > *just* the text of
> > the license, something I could download and stash  > in a
> > LICENSE (.txt not .html) in my package.
> >
> > Try cut-n-paste.
> >
> > --
> > --my blog is at    http://blog.russnelson.com   | In my head, I'm
> > Crynwr sells support for free software  | PGPok | violating your
> > 521 Pleasant Valley Rd. | +1 315-323-1241       | software patent.
> > Potsdam, NY 13676-3213  |     Sheepdog          | So sue me!
> >

--
 o \  Juergen Weigert  paint it green! __/ _=======.=======_
<V> | jw@...       wide open suse_/        _---|____________\/
 \  | 0911 74053-508         (tm)__/          (____/            /\
(/) | __________________________/             _/ \_ vim:set sw=2 wm=8
SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nuernberg)
"Oral agreements are worth about as much as the paper they are written on."


RE: Plain-text form of licenses

by Russ Nelson :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

David Dillard writes:
 > That doesn't always work so well, for example the 'color="#000000">' in
 > the text of the MPL 1.1
 > (http://www.opensource.org/licenses/mozilla1.1.php). :-)

Fixed, thanks!  The HTML was okay, but Drupal couldn't parse it.

--
--my blog is at    http://blog.russnelson.com   | In my head, I'm
Crynwr sells support for free software  | PGPok | violating your
521 Pleasant Valley Rd. | +1 315-323-1241       | software patent.
Potsdam, NY 13676-3213  |     Sheepdog          | So sue me!