Try creating webapp/lenya/resources/misc/fckeditor/index.xhtml with the
following contents:
<?xml version="1.0"?>
<!-- source: lenya/resources/misc/fckeditor/index.xhtml -->
<html xmlns="http://www.w3.org/1999/xhtml" >
<head id="EditorHead">
<!-- Namespaces are doctype specific and will be added during
aggregation -->
<!-- space ( ) is required below to prevent tag collapse -->
<script src="/fckeditor/fckeditor.js" type="text/javascript">  
</script>
<script src="/fckeditor/invokeEditor.js" type="text/javascript">  
</script
<title>Edit Document</title>
</head>
</html>
Let me know if this helps and I'll add it to the wiki. Try in IE
first; I know we still have a little javascript problem with Firefox
(FCKConfig.CustomConfigurationsPath has no properties error in
fck_startup.js line 22)
-----Original Message-----
From: Kubiak, Thomas <[EMAIL PROTECTED]>
To: 'user@lenya.apache.org' <user@lenya.apache.org>
Sent: Thu, 3 Nov 2005 13:47:52 -0000
Subject: AW: HowToIntegrateFCKEditor - FredSaveAction help needed
Hello.
I just "installed" the FCK-Editor completely and tried the first
attempt to
edit a doc with Fred. But I just always get a 404-error when trying to
start
the editor from lenya. I can't get it working, please help me. I'm quiet
sure I made everything as described in that how-to. I checked it twice.
I'm
new to lenya, so maybe ist just a small error I cannot figure out. Any
hints
for me ?
Thanks a lot.
Regards
Thomas
-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Gesendet: Donnerstag, 27. Oktober 2005 16:36
An: user@lenya.apache.org
Betreff: RE: HowToIntegrateFCKEditor - FredSaveAction help needed
Lenya's build.sh should automatically compile them if you put the java
files
in the build/lenya/src/org/apache/lenya/cms/cocoon/acting/
directory. Works for me, anyway.
For your convenience I've attached the compiled class files to the wiki
page
(http://wiki.apache.org/lenya/HowToIntegrateFCKEditor?action=AttachFile).
-----Original Message-----
From: Kubiak, Thomas [mailto:[EMAIL PROTECTED]
Sent: Thursday, October 27, 2005 9:59 AM
To: 'user@lenya.apache.org'
Subject: HowToIntegrateFCKEditor - FredSaveAction help needed
Hello community.
Can someone please provide me the "FredSaveAction.class" and the
"UploadFredAsset.class" ? I cannot get them compiled form the sources
provided in the wiki. We use lenya 1.22 / 1.24.
Thanks and regards
Thomas
-----Ursprüngliche Nachricht-----
Von: Kubiak, Thomas [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 26. Oktober 2005 10:57
An: 'user@lenya.apache.org'
Betreff: AW: HowToIntegrateFCKEditor - validation support coming?
Hello.
You can get these files when you click on "Attachments" inside the
dropdown-menu at the beginning / end of that page or try this url:
http://wiki.apache.org/lenya/HowToIntegrateFCKEditor?action=AttachFile
By the way: I have serious trouble to get it to work. Installed
everything
like mentioned in the wiki, but lenya now says:
Internal Server Error
Message: null
Description: No details available.
Sender: org.apache.cocoon.servlet.CocoonServlet
Source: Cocoon Servlet
Request URI
[mypub]/info-authoring/index.html
cause
org.apache.lenya.cms.cocoon.acting.FredSaveAction
request-uri
/lenya/[mypub]/info-authoring/index.html
Apache Cocoon 2.1.7
Please help me.
Thanks.
Regards
Thomas
-----Ursprüngliche Nachricht-----
Von: Michael Hartmann - TELMORE [mailto:[EMAIL PROTECTED]
Gesendet: Mittwoch, 26. Oktober 2005 10:26
An: user@lenya.apache.org
Betreff: SV: HowToIntegrateFCKEditor - validation support coming?
Hi again,
When following the new guide as mentioned below I get an error when
trying
to edit a page:
-------------------------------------------------
404: Page not found
The requested document does not exist
The requested document '/index.html' with document-id '/index' does not
exist.
------------------------------------------------------
Any ideas as to why this is?
Med venlig hilsen,
Michael Hartmann, Systemudvikler
TELMORE A/S
Carl Gustavsgade 3, 2630 Taastrup
Mobil +45 26818125
www.telmore.dk
-----Oprindelig meddelelse-----
Fra: Michael Hartmann - TELMORE [mailto:[EMAIL PROTECTED]
Sendt: 26. oktober 2005 10:12
Til: user@lenya.apache.org
Emne: SV: HowToIntegrateFCKEditor - validation support coming?
Hi again,
Looking into the validation part however my current knowledge of the
innerworkings of Lenya is limited.
I'm trying to follow the latest update regarding the
HowToIntegrateFCKEditor
and noticed a few small bugs:
In the line stating:
"5. Add the following actions to lenya/webapp/lenya/sitemap.xmap: "
Should instead be
"5. Add the following actions to lenya/webapp/sitemap.xmap: "
As the sitemap.xmap lies the same place as the file used for the next
step
global-sitemap.xmap.
The links to the FredSaveAction.java and UploadFredAsset.java are
broken?
King Regards,
Michael Hartmann
-----Oprindelig meddelelse-----
Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sendt: 25. oktober 2005 16:37
Til: user@lenya.apache.org
Emne: RE: HowToIntegrateFCKEditor - validation support coming?
Most of the integration work for FCKeditor so far has been done by
Kristen,
who has since moved on to a different project. StephenVarga and I have
been
trying to finish up, but both of us are Lenya beginners
-- so progress is slow. (What we really need is for one of the Lenya
experts to step in and say "do this" and "do that".)
Meanwhile, if you think what we've done so far is useful to you, maybe
you
can help with the validation part? FCKeditor claims to produce valid
XHTML,
but I don't know whether user-entered HTML (e.g.
cut-and-pasted rich text) results in invalid XHTML back at the server.
I know there is some HTML cleanup that occurs when you past text from MS
Word.
For everyone else, we would appreciate any feedback you may have.
FCKeditor is a wonderful thing, with built-in asset management, multiple
level undo, thorough cross-browser support, toolbar customization, even
spell-checking if the server side support is there.
------------------------------------------------------------------------
-
-------
From: Michael Hartmann [mailto:[EMAIL PROTECTED]
Sent: Tuesday, October 25, 2005 3:53 AM
To: user@lenya.apache.org
Subject: HowToIntegrateFCKEditor - validation support coming?
I am looking at integrating the FCKeditor as described in the Lenya
Wiki.
Validation (of xhtml) is a major concern for the current project I am
working on and I would therefore be very interested in knowing when the
validation support might be added.
Thanks again for all the work integration the editor into Lenya :0)
Kind Regards,
Michael Hartmann
__________________________________________________________________
Look What The New Netscape.com Can Do!
Now you can preview dozens of stories and have the ones you select
delivered to you without ever leaving the Top Home Page. And the new
Tool Box gives you one click access to local Movie times, Maps, White
Pages and more. See for yourself at
http://netcenter.netscape.com/netcenter/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
************************************************************************
The information contained in this message or any of its attachments may
be
confidential and is intended for the exclusive use of the addressee(s).
Any
disclosure, reproduction, distribution or other dissemination or use of
this
communication is strictly prohibited without the express permission of
the
sender. The views expressed in this email are those of the individual
and not
necessarily those of Sony or Sony affiliated companies. Sony email is
for
business use only.
This email and any response may be monitored by Sony to be in
compliance with
Sony's global policies and standards
__________________________________________________________________
Look What The New Netscape.com Can Do!
Now you can preview dozens of stories and have the ones you select
delivered to you without ever leaving the Top Home Page. And the new
Tool Box gives you one click access to local Movie times, Maps, White
Pages and more. See for yourself at
http://netcenter.netscape.com/netcenter/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]