Here is our slightly modified and GPL 2.0 version of TinyMCE -
http://apps.getpantheon.com/sites/all/libraries/markitup-panopoly.tar.gz
Here is our slightly modified and GPL 2.0 version of TinyMCE -
http://apps.getpantheon.com/sites/all/libraries/markitup-panopoly.tar.gz
Comments
Comment #1
webchickIs it possible instead to do this via a patch drush make entry onto the "proper" third-party library? e.g.
libraries[ckeditor][patch][] = "http://drupal.org/files/1337004-ckeditor-remove-samples-3.patch"
Comment #2
geerlingguy commentedAgreed; otherwise, we'll start adding forks and branches of different libraries for specific distributions of Drupal, which is unmaintainable. If you could do this with a patch, it would put control in your hands, and wouldn't require new whitelist entries for patched versions of external libraries.
Comment #3
webchickHowever, MarkItUp "proper" doesn't yet have a whitelist entry, so we should look at that.
https://github.com/markitup/1.x seems to be the canonical source, according to https://github.com/markitup/1.x/blob/master/markitup/jquery.markitup.js it's dual-licensed both MIT and GPL, so should be legit. Marking RTBC.
Comment #4
webchickRe-titling.
Comment #5
geerlingguy commentedVerified MIT/GPL license, added to whitelist: http://drupal.org/node/1509888