This is not totally correct, if foo, bar and baz need to include
external code then so be it. Imagine tinyMCE needed to change pages of
configuration files, why should users have to go through all that
trouble? And how many modules do we really have that require huge
external libraries? Finally, why should we assume that module developers are irresponsible enough to fill the repository with garbage?<br>
<br>
I don&#39;t understand what&#39;s so inconvenient in allowing external files.
In the end they will be &quot;packaged&quot; in one .tar.gz and that&#39;s where it
ends. The module authors are responsible for maintaining them and I
doubt they&#39;ll be stuffing unnecessary files in there. I don&#39;t
like WYSIWYG modules either, but that has nothing to do
with this issue.<br>


<br>


As far as I know, according to GPL if you change anything in the files the code
is &quot;yours&quot;. I don&#39;t know about LGPL though. And no, you don&#39;t have to
change every file since this is how linux works, surely ubuntu doesn&#39;t
change all of debian&#39;s source files to call it ubuntu. Change the configuration files of
the TinmyMCE and according to GPL (LGPL?) the code is yours, you&#39;re no
longer posting code that&#39;s external. Any GPL or GPL gurus knowledge on
this is welcome since my knowledge on it may not be totally accurate.<br><br><div><span class="gmail_quote">On 5/21/07, <b class="gmail_sendername">Frando (Franz Heinzmann)</b> &lt;<a href="mailto:frando@xcite-online.de">
frando@xcite-online.de</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">If I understood the LGPL correctly, licensing concerns shouldn&#39;t be an
<br>issue here. The LGPL permits to redistribute any code that is LGPL under<br>the terms of the GPL:<br><br>QUOTE from <a href="http://www.gnu.org/licenses/lgpl.txt">http://www.gnu.org/licenses/lgpl.txt</a>:<br>&nbsp;&nbsp; 3. You may opt to apply the terms of the ordinary GNU General Public
<br>License instead of this License to a given copy of the Library.&nbsp;&nbsp;To do<br>this, you must alter all the notices that refer to this License, so<br>that they refer to the ordinary GNU General Public License, version 2,<br>
instead of to this License. [...]<br>QUOTE END<br><br>That means that there shouldn&#39;t be any problem with publishing LGPL<br>licensed libraries with Drupal, or via&nbsp;&nbsp;Drupal&#39;s auto-GPL-ing CVS<br>repository.<br><br>
This doesn&#39;t mean that I&#39;m in favor of filling drupal&#39;s CVS with 3rd<br>party libaries, though - IMO, there are cases where a laxer cvs policy<br>would be a good thing, e.g. for small jQuery plugins. Where to draw the
<br>line - I dunno. As long as allowing TinyMCE to be redistributed via<br>drupal&#39;s CVS repo doesn&#39;t mean too much of work for the Repo<br>maintainers, I don&#39;t see convincing reasons for not allowing it, though.
<br><br>regards,<br>frando<br><br>Kevin Reynen schrieb:<br>&gt; I&#39;ve been working the TinyMCE issue queue for a few months now.&nbsp;&nbsp;IMHO,<br>&gt; a large number of the issues users have would be eliminated by<br>&gt; including Moxiecode&#39;s TinyMCE code in the module with a default
<br>&gt; configuration that allows all valid HTML... eliminating both the two<br>&gt; step install issues as well as the double filter issue.&nbsp;&nbsp;This would<br>&gt; both make users happier and free up more of my time.<br>&gt;
<br>&gt; Originally, I was concerned about GPL vs. LGPL.&nbsp;&nbsp;When I asked for<br>&gt; advice about that, JohnAlbin advised me that I could distribute LGPL<br>&gt; code with a GPL project.&nbsp;&nbsp;I&#39;m not GPL expert so I asked Moxiecode how
<br>&gt; they interpreted the licensing and they don&#39;t have an issue with<br>&gt; including their code with the TinyMCE module<br>&gt; (<a href="http://tinymce.moxiecode.com/punbb/viewtopic.php?pid=21769#p21769">http://tinymce.moxiecode.com/punbb/viewtopic.php?pid=21769#p21769
</a>).<br>&gt;<br>&gt; Now Borris is saying the issue isn&#39;t GPL vs. LGPL, but policies<br>&gt; specific to Drupal&#39;s CVS and because some of the key Drupal<br>&gt; maintainers are &quot;WYSIWYG haters&quot;, I&#39;m not going to get any support I&#39;d
<br>&gt; need for waving the &quot;no foreign code in CVS&quot; policy.&nbsp;&nbsp; I understand<br>&gt; why many developers don&#39;t like WYSIWYG toolbars on principle, but a<br>&gt; solid WYSIWYG is often key to making Drupal installs user friendly
<br>&gt; enough for the non-developers/SMEs who are (hopefully) doing the<br>&gt; majority of the content work. If it wasn&#39;t for WYSIWYG, I&#39;d be<br>&gt; deploying something other than Drupal that has a solid WYSIWYG option.
<br>&gt;<br>&gt; There are many legitimate reasons not to support this request, but<br>&gt; please don&#39;t make it more difficult to distribute a better WYSIWYG<br>&gt; editor because in your ideal world everyone knows HTML and there is no
<br>&gt; need for WYSIWYG.&nbsp;&nbsp;How many people learned to write postscript because<br>&gt; a sysadmin didn&#39;t install print drivers?<br>&gt;<br>&gt; Another potential solution we&#39;ve discussed is pointing users to a<br>
&gt; TinyMCE download outside of <a href="http://Drupal.org">Drupal.org</a>&#39;s CVS that includes the<br>&gt; Moxiecode code.&nbsp;&nbsp;This is easy enough to do, but would result in<br>&gt; TinyMCE dropping off of any top download lists.&nbsp;&nbsp;IMHO, lists like
<br>&gt; Greggle&#39;s Download Statistics for April are really important to help<br>&gt; new users determine which contrib modules are stable and supported.<br>&gt; Nothing draws a crowd like a crowd.&nbsp;&nbsp;If webchick&#39;s IA redesign
<br>&gt; (<a href="http://groups.drupal.org/node/3769">http://groups.drupal.org/node/3769</a>) is any indication, it seems the<br>&gt; trend is to do more with these stats in the future.&nbsp;&nbsp;I&#39;d hate to<br>&gt; choose between forcing new users to rely on &quot;word of mouth&quot; to find
<br>&gt; TinyMCE and making it a better, more user friendly module.<br>&gt;<br>&gt; I&#39;m hoping I&#39;ve made the case for why I want to include the TinyMCE<br>&gt; code in the module as well as why I&#39;d like to see that code continue
<br>&gt; to be distributed through the Drupal CVS instead of taking it offsite.<br>&gt;<br>&gt; Anyone have an option we haven&#39;t thought of?<br>&gt;<br>&gt; - Kevin Reynen<br>&gt;<br><br></blockquote></div><br>