zerok / django-flatblocks

DEPRECATED: Use jazzband/django-flatblocks instead
BSD 3-Clause "New" or "Revised" License
169 stars 47 forks source link

Consider implementing something like https://github.com/mazelife/django-redactor #16

Open fission6 opened 11 years ago

fission6 commented 11 years ago

https://github.com/mazelife/django-redactor

for better / richer content editing in the admin for flatblocks.

https://github.com/mazelife/django-redactor

martey commented 11 years ago

I think there are a wide variety of different WYSIWYG editors, and that it does not make sense for django-flatblocks to require a specific editor. Redactor also has specific issues that make it unsuitable for inclusion under django-flatblocks' current license:

You just need to purchase the OEM license. No additional fees will be applied and there are no special terms or conditions, until Redactor is properly "linked" in your software.

However, keep in mind that Redactor is not an open-source product. It is proprietary commercial copyrighted software and we do not allow it's distribution under any open-source licenses. Think about Redactor as if it was a paid proprietary extension for your project.

It is also not clear that django-redactor has resolved these issues.

zerok commented 11 years ago

Sorry for the day (for some reason I never saw a notification for this :-/). Since django-redactor is just basically an integration bundle offering form fields and widgets I don't really see what keeps you from integrating it yourself by re-registering the modeladmin instance, or am I missing something? :-)

And as @martey said, the license is definitely in and of itself a show-stopper for any further integration here.