rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.51k stars 104 forks source link

Can CLOG be run without Clack? #75

Closed snunez1 closed 2 years ago

snunez1 commented 2 years ago

Can CLOG be used without Clack? The reason is that Clack is LLGPL, which many companies don't have on their white list.

rabbibotton commented 2 years ago

In theory can me modified to use alternatives easily. I thought there was a clause that had it more open of a license. I’ll look in to it.

On Tue, Oct 19, 2021 at 9:42 AM Steve Nunez @.***> wrote:

Can CLOG be used without Clack? The reason is that Clack is LLGPL, which many companies don't have on their white list.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rabbibotton/clog/issues/75, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACYUEFJC7CGLS6LJYLTTNGLUHVYV5ANCNFSM5GJGAWYA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

rabbibotton commented 2 years ago

I would say first show the company this:

https://www.cliki.net/LLGPL

If doesn't work I am sure I can easily hard code a specific web server for someone easily (and most others as well) as the connectivity is confined to clog-connection.lisp

rabbibotton commented 2 years ago

CLACK is now MIT license, Fukamachi very kindly changed the license. https://github.com/rabbibotton/clog/pull/205#issuecomment-1211511725