django-flatblocks icon indicating copy to clipboard operation
django-flatblocks copied to clipboard

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

Open fission6 opened this issue 12 years ago • 2 comments

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

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

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

fission6 avatar Jan 07 '13 16:01 fission6

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.

martey avatar Nov 01 '13 02:11 martey

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.

zerok avatar Nov 01 '13 21:11 zerok