On Mon, Mar 8, 2010 at 4:51 AM, Lukasz Kuczera <[email protected]> wrote:

> Hi Folks.
> I've spawned very simple blog app on lift. This is alpha version and
> code base is not clean (i'm quite new to scala and lift). You can pull
> it from github: git://github.com/kukems/lift-blog.git And there is
> even demo ;) http://www.acidbits.org/lift-blog/
>
> I need your assistance in choosing name for project and licence type.
>

Awesome!

If you want to make it easy for people to use your code for any purpose, the
Apache 2.0 does that well.

If you are looking for a license that allows for commercial usage but also
requires a contribute-back if any of the code you wrote is changed, the LGPL
and Mozzila Public License (MPL) do that.

If you are looking to make sure that your code can only be used in open
projects (all the code that touches yours has to be open), go with the GPL.
This option allows you to sell separate commercial licenses that allow for
non-open use of your code.

Name-wise, lift-blog is available in almost all domain suffixes, so that'd
be a good choice.


> I want it open source, but dunno current most fancy licence on the
> street. I've you want to join and help me improving drop me an email
> and i'll give you commit access. If you want to use it just pull out
> from github customize with taste and deploy on your favorite app
> server.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Lift" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<liftweb%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/liftweb?hl=en.
>
>


-- 
Lift, the simply functional web framework http://liftweb.net
Beginning Scala http://www.apress.com/book/view/1430219890
Follow me: http://twitter.com/dpp
Surf the harmonics

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to