definitive markaby
I'm compiling Camping links... please can someone refresh my memory: how does this: https://github.com/igravious/markaby relate to this: https://github.com/camping/mab ? DaveE
I'm compiling Camping links... please can someone refresh my memory: how does this: https://github.com/igravious/markaby relate to this: https://github.com/camping/mab ? DaveE
_______________________________________________ Camping-list mailing list Camping-list@... http://rubyforge.org/mailman/listinfo/camping-list
On Wednesday, 2 May 2012 at 10:15 PM, Dave Everitt wrote:
I'm compiling Camping links... please can someone refresh my memory:how does this:relate to this:?DaveE_______________________________________________Camping-list mailing list
_______________________________________________ Camping-list mailing list Camping-list@... http://rubyforge.org/mailman/listinfo/camping-list
Hey there,
BSD uses full copyright, it's like saying all rights reserved.
Public domain means no rights reserved, it's not a FOSS thing - FOSS means generally an accepted free software license or and accepted open-source license. Public domain isn't a license per se. Licenses like the GPL-style licenses force the code to remain open if an entity modifies the source _and_ redistributes the subsequent binaries. BSD does not enforce this. BSD is thus sometimes seen as more corporate-friendly. Depending on your notion of freedom (freedom from something or freedom to do something) you may feel that BSD-style is freer or GPL-like is freer.
If you want to have a FOSS license then normally go with
(L)GPL2
(L)GPL3
Apache
MIT
BSD
http://en.wikipedia.org/wiki/List_of_FSF_approved_software_licences
If you want to free it to the four corners of the earth but not have it FOSS then public domain it - certain high profile pieces of software are public domain (Sqlite I think?) but not many.
Hope that helps. Apologies if you already knew all this.
A few of you sounded interested in using it. I haven't explicitly put a software license on it, so I guess it's not technically FOSS yet. What licenses are good? BSD? Public Domain?—Jenna
_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list
_______________________________________________ Camping-list mailing list Camping-list@... http://rubyforge.org/mailman/listinfo/camping-list
On Wednesday, 2 May 2012 at 10:57 PM, Anthony Durity wrote:
Hey there,
BSD uses full copyright, it's like saying all rights reserved.
Public domain means no rights reserved, it's not a FOSS thing - FOSS means generally an accepted free software license or and accepted open-source license. Public domain isn't a license per se. Licenses like the GPL-style licenses force the code to remain open if an entity modifies the source _and_ redistributes the subsequent binaries. BSD does not enforce this. BSD is thus sometimes seen as more corporate-friendly. Depending on your notion of freedom (freedom from something or freedom to do something) you may feel that BSD-style is freer or GPL-like is freer.
If you want to have a FOSS license then normally go with
(L)GPL2
(L)GPL3
Apache
MIT
BSD
http://en.wikipedia.org/wiki/List_of_FSF_approved_software_licences
If you want to free it to the four corners of the earth but not have it FOSS then public domain it - certain high profile pieces of software are public domain (Sqlite I think?) but not many.
Hope that helps. Apologies if you already knew all this.On Wed, May 2, 2012 at 1:34 PM, Jenna Fox <a <at> creativepony.com> wrote:A few of you sounded interested in using it. I haven't explicitly put a software license on it, so I guess it's not technically FOSS yet. What licenses are good? BSD? Public Domain?—Jenna
_______________________________________________
Camping-list mailing list
Camping-list <at> rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list
_______________________________________________Camping-list mailing list
_______________________________________________ Camping-list mailing list Camping-list@... http://rubyforge.org/mailman/listinfo/camping-list
I made those changes to Markaby to be able to use it with HTML5.
I couldn't be bothered rewriting my code to get it to use mab or whatever is the current flavour of the day for spitting out HTML.
I'm compiling Camping links... please can someone refresh my memory:
how does this:
https://github.com/igravious/markaby
relate to this:
https://github.com/camping/mab
?
DaveE
_______________________________________________
Camping-list mailing list
Camping-list <at> rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list
_______________________________________________ Camping-list mailing list Camping-list@... http://rubyforge.org/mailman/listinfo/camping-list
Mab is going to be the new one going forward. If I remember right, the reasons for this were:1) Markaby isn't very well maintained these days2) Markaby is all about xhtml, which is totally irrelevant to the modern web.3) Markaby doesn't explicitly have a license allowing us to do stuff to it.I think that's what the deal was.Maybe this has changed since then, maybe not. For a time new installations of camping wouldn't work, due to Markaby becoming incompatible with an update to it's dependancy Builder.—Jenna
On Wednesday, 2 May 2012 at 10:15 PM, Dave Everitt wrote:
I'm compiling Camping links... please can someone refresh my memory:how does this:relate to this:?DaveE_______________________________________________Camping-list mailing list_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list
_______________________________________________ Camping-list mailing list Camping-list@... http://rubyforge.org/mailman/listinfo/camping-list
On Wednesday, 2 May 2012 at 11:14 PM, Dave Everitt wrote:
thanks - a compact but completely-formed answer. So 'mab is the Camping-specific markaby' would be an accurate statement? - DaveEMab is going to be the new one going forward. If I remember right, the reasons for this were:1) Markaby isn't very well maintained these days2) Markaby is all about xhtml, which is totally irrelevant to the modern web.3) Markaby doesn't explicitly have a license allowing us to do stuff to it.I think that's what the deal was.Maybe this has changed since then, maybe not. For a time new installations of camping wouldn't work, due to Markaby becoming incompatible with an update to it's dependancy Builder.—Jenna
On Wednesday, 2 May 2012 at 10:15 PM, Dave Everitt wrote:
I'm compiling Camping links... please can someone refresh my memory:how does this:relate to this:?DaveE_______________________________________________Camping-list mailing list_______________________________________________
Camping-list mailing list
Camping-list <at> rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list
_______________________________________________Camping-list mailing list
_______________________________________________ Camping-list mailing list Camping-list@... http://rubyforge.org/mailman/listinfo/camping-list
This is very helpful! I don't really mind though. Maybe public domain is best. I'm not a big believer in copyright.—Jenna
On Wednesday, 2 May 2012 at 10:57 PM, Anthony Durity wrote:
Hey there,
BSD uses full copyright, it's like saying all rights reserved.
Public domain means no rights reserved, it's not a FOSS thing - FOSS means generally an accepted free software license or and accepted open-source license. Public domain isn't a license per se. Licenses like the GPL-style licenses force the code to remain open if an entity modifies the source _and_ redistributes the subsequent binaries. BSD does not enforce this. BSD is thus sometimes seen as more corporate-friendly. Depending on your notion of freedom (freedom from something or freedom to do something) you may feel that BSD-style is freer or GPL-like is freer.
If you want to have a FOSS license then normally go with
(L)GPL2
(L)GPL3
Apache
MIT
BSD
http://en.wikipedia.org/wiki/List_of_FSF_approved_software_licences
If you want to free it to the four corners of the earth but not have it FOSS then public domain it - certain high profile pieces of software are public domain (Sqlite I think?) but not many.
Hope that helps. Apologies if you already knew all this.On Wed, May 2, 2012 at 1:34 PM, Jenna Fox <a <at> creativepony.com> wrote:A few of you sounded interested in using it. I haven't explicitly put a software license on it, so I guess it's not technically FOSS yet. What licenses are good? BSD? Public Domain?—Jenna
_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list
_______________________________________________Camping-list mailing list_______________________________________________
Camping-list mailing list
Camping-list-GrnCvJ7WPxnNLxjTenLetw@public.gmane.org
http://rubyforge.org/mailman/listinfo/camping-list
_______________________________________________ Camping-list mailing list Camping-list@... http://rubyforge.org/mailman/listinfo/camping-list
On Wednesday, 2 May 2012 at 11:19 PM, Dave Everitt wrote:
You could read Stallman's CopyLeft idea http://www.gnu.org/copyleft/ to prevent unscrupulous individual from turning your code into a profitable product (I think) - DaveEThis is very helpful! I don't really mind though. Maybe public domain is best. I'm not a big believer in copyright.—Jenna
On Wednesday, 2 May 2012 at 10:57 PM, Anthony Durity wrote:
Hey there,
BSD uses full copyright, it's like saying all rights reserved.
Public domain means no rights reserved, it's not a FOSS thing - FOSS means generally an accepted free software license or and accepted open-source license. Public domain isn't a license per se. Licenses like the GPL-style licenses force the code to remain open if an entity modifies the source _and_ redistributes the subsequent binaries. BSD does not enforce this. BSD is thus sometimes seen as more corporate-friendly. Depending on your notion of freedom (freedom from something or freedom to do something) you may feel that BSD-style is freer or GPL-like is freer.
If you want to have a FOSS license then normally go with
(L)GPL2
(L)GPL3
Apache
MIT
BSD
http://en.wikipedia.org/wiki/List_of_FSF_approved_software_licences
If you want to free it to the four corners of the earth but not have it FOSS then public domain it - certain high profile pieces of software are public domain (Sqlite I think?) but not many.
Hope that helps. Apologies if you already knew all this.On Wed, May 2, 2012 at 1:34 PM, Jenna Fox <a <at> creativepony.com> wrote:A few of you sounded interested in using it. I haven't explicitly put a software license on it, so I guess it's not technically FOSS yet. What licenses are good? BSD? Public Domain?—Jenna
_______________________________________________
Camping-list mailing list
Camping-list <at> rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list
_______________________________________________Camping-list mailing list_______________________________________________
Camping-list mailing list
Camping-list <at> rubyforge.org
http://rubyforge.org/mailman/listinfo/camping-list
_______________________________________________Camping-list mailing list
_______________________________________________ Camping-list mailing list Camping-list@... http://rubyforge.org/mailman/listinfo/camping-list
RSS Feed3 | |
|---|---|
1 | |
17 | |
2 | |
9 | |
3 | |
3 | |
43 | |
2 | |
55 | |
154 | |
76 | |
11 | |
12 | |
89 | |
17 | |
69 | |
14 | |
46 | |
6 | |
6 | |
9 | |
1 | |
10 | |
17 | |
6 | |
5 | |
14 | |
104 | |
65 | |
99 | |
11 | |
31 | |
27 | |
5 | |
11 | |
3 | |
22 | |
44 | |
5 | |
19 | |
13 | |
41 | |
31 | |
11 | |
8 | |
26 | |
13 | |
6 | |
16 | |
13 | |
4 | |
19 | |
58 | |
44 | |
113 | |
5 | |
18 | |
15 | |
11 | |
3 | |
36 | |
37 | |
75 | |
13 | |
21 | |
19 | |
46 | |
34 | |
17 | |
11 | |
42 | |
3 | |
39 | |
6 |