[LON-CAPA-cvs] cvs: loncom /html/adm/fckeditor FCKeditor_2.4.3.tar.gz commands loncapaconfig.js doc/loncapafiles loncapafiles.lpml
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Tue, 09 Oct 2007 23:57:16 -0000
albertel Tue Oct 9 19:57:16 2007 EDT
Added files:
/loncom/html/adm/fckeditor FCKeditor_2.4.3.tar.gz commands
loncapaconfig.js
Modified files:
/doc/loncapafiles loncapafiles.lpml
Log:
- adding fckeditor as replacement for htmlarea
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.555 doc/loncapafiles/loncapafiles.lpml:1.556
--- doc/loncapafiles/loncapafiles.lpml:1.555 Tue Oct 9 17:28:53 2007
+++ doc/loncapafiles/loncapafiles.lpml Tue Oct 9 19:56:56 2007
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- loncapafiles.lpml -->
-<!-- $Id: loncapafiles.lpml,v 1.555 2007/10/09 21:28:53 albertel Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.556 2007/10/09 23:56:56 albertel Exp $ -->
<!--
@@ -3718,7 +3718,7 @@
<target dist='default'>home/httpd/html/adm/jsMath/fonts/</target>
<categoryname>script</categoryname>
<description>
- Dynamically converts JME strings into either a png or ps file.
+ Server side png fonts for use by jsMath
</description>
<installscript>
commands /home/httpd/html/adm
@@ -3729,6 +3729,24 @@
</dependencies>
</file>
+<file>
+ <source>loncom/html/adm/fckeditor/FCKeditor_2.4.3.tar.gz</source>
+ <target dist='default'>home/httpd/html/adm/fckeditor</target>
+ <categoryname>script</categoryname>
+ <description>
+ GUI HTML Editor, scripted installation decompress the tarball and
+ installs the loncapa config.js file
+ </description>
+ <installscript>
+commands /home/httpd/html/adm
+ </installscript>
+ <dependencies>
+loncom/html/adm/fckeditor/commands;
+loncom/html/adm/fckeditor/FCKeditor_2.4.3.tar.gz;
+loncom/html/adm/fckeditor/loncapaconfig.js;
+ </dependencies>
+</file>
+
<fileglob>
<glob>*.*</glob>
<sourcedir>loncom/html/adm/jsMath/extensions/</sourcedir>
Index: loncom/html/adm/fckeditor/loncapaconfig.js
+++ loncom/html/adm/fckeditor/loncapaconfig.js
FCKConfig.ToolbarSets["Default"] = [
['Source','DocProps'],
['Cut','Copy','Paste','PasteText','PasteWord'],
['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'],
['Bold','Italic','Underline','StrikeThrough','-','Subscript','Superscript'],
['OrderedList','UnorderedList','-','Outdent','Indent'],
['JustifyLeft','JustifyCenter','JustifyRight','JustifyFull'],
['Link','Unlink','Anchor'],
['Image','Table','Rule','Smiley','SpecialChar','PageBreak'],
['TextColor','BGColor'],
['Style','FontFormat','FontName','FontSize'],
['FitWindow','-','About']
] ;
FCKConfig.LinkUpload = false ;
FCKConfig.FlashBrowser = false ;
FCKConfig.FlashUpload = false ;
FCKConfig.Plugins.Add('autogrow');
FCKConfig.AutoGrowMax = 500;