Page 1 of 1

Spartacus Plugin Overview Page

Posted: Sat Feb 25, 2006 3:26 pm
by garvinhicking
I had a couple of hours spare time today - recovering from the german karneval - , so I spent it hopefully usefully on this Page:

http://php-blog.sourceforge.net/

(will be available as http://spartacus.s9y.org/ shortly)

The design is temporary, it's the content that matters. It's an auto-generated snapshot and download page of the Serendipity Plugin and Template repository. Something like pear.php.net, but a bit more light-weight.

It should serve well for people that cannot run Spartacus or who want to look at our repository.

Please consider that page as experimental. The core texts are not translated, only the plugin descriptions are.

Any feedback is appreciated. If you face bugs, please let me know.

The page will be refreshed about ever 24 hours, but expect a delay of max. 48 hours in terms of anonymous CVS lagging.

Posted: Sat Feb 25, 2006 7:22 pm
by mgroeninger
I do not want to start a license war, and I probably won't participate in any follow up discussion of licenses, but I would like a clarification.

Why are the plugins listed as being released under the GPL? Has Serendipity changed it's total license and I missed it?

Or have plugins always been under GPL, just to simplify management of different incorporated code?

Personally, I have never attached a license to my code, mainly because I don't actually want any license attached to it, but also so that the project has some say over how the licensing works.

But I have never seen anything specific about what license the plugins fall under, and I guess I would like to know.

Posted: Sat Feb 25, 2006 7:59 pm
by garvinhicking
Serendipity core is licensed as BSD, but plugins can choose their own license via the propbag->add('license') property. The default was set to "GPL" if an author did not specify his license, I guess. But not intentionally.

So if no license is set in the plugin, it is actually not licensed at all and the author needs to make up his mind.

So "GPL" is actually used to prevent any trouble when using bundled libraries and just to make sure that your plugins cannot be abused just because you forgot to add a license. You cann add a custom license string like "Unlicensed", if you care. :-))

Best regards,
Garvin

Posted: Sat Feb 25, 2006 8:13 pm
by mgroeninger
Thanks Garvin, that makes sense.

Hope karneval was a blast for you.