You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@lenya.apache.org by Alex Kalner <le...@nameme.ru> on 2004/02/28 06:18:59 UTC

IE6, Lenya, WYSIWYG editors

What browser are need to work with Lenya?
I'l try Opera, IE 6 and Mozilla 1.6. Lenya works in Opera but I have
problems with WYSIWYG editors. As can I see in mailinglist Lenya must work
with IE 6, but on my computer (Windows 2000 Profesional, Lenya 1.2RC2 - 1
febr. 2004 - binary package with jetty http server)) i can see only text
below (this text I saw both in IE6 and Mozilla 1.6 on my windows 2000
profesional):
------------------------------------
Apache Lenya - Content Management System Apache Lenya - Content Management
System Open Source Content Management System Publications Lenya's Weblog
Default Publication OSCOM Welcome to Apache Lenya You have successfully
installed Apache Lenya 1.2. To start, click on any of the publications on
the left. About Apache Lenya Apache Lenya is a Java-based Open-Source
Content Management System. It is based on open standards such as XML and
XSLT. One of its core components is Cocoon from the Apache Software
Foundation. Lenya supports inline WYSIWYG editors. Your site editors do not
have to learn XML. This is possible thanks to the support of XML, XSLT and
XML Schema on the client side. An administration interface allows advanced
users to monitor the CMS, and perform configuration tasks.
------------------------------------
What I need to do to get Lenya work with my IE 6?


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: IE6, Lenya, WYSIWYG editors

Posted by Andreas Kuckartz <A....@ping.de>.
Probably Alex is refering to this bug:

Epoz does not show tags for pages of default publication
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26973

Andreas

----- Original Message ----- 
From: "Alex Kalner" <le...@nameme.ru>
To: "'Lenya Users List'" <le...@cocoon.apache.org>
Sent: Saturday, February 28, 2004 6:18 AM
Subject: IE6, Lenya, WYSIWYG editors


> What browser are need to work with Lenya?
> I'l try Opera, IE 6 and Mozilla 1.6. Lenya works in Opera but I have
> problems with WYSIWYG editors. As can I see in mailinglist Lenya must work
> with IE 6, but on my computer (Windows 2000 Profesional, Lenya 1.2RC2 - 1
> febr. 2004 - binary package with jetty http server)) i can see only text
> below (this text I saw both in IE6 and Mozilla 1.6 on my windows 2000
> profesional):
> ------------------------------------
> Apache Lenya - Content Management System Apache Lenya - Content Management
> System Open Source Content Management System Publications Lenya's Weblog
> Default Publication OSCOM Welcome to Apache Lenya You have successfully
> installed Apache Lenya 1.2. To start, click on any of the publications on
> the left. About Apache Lenya Apache Lenya is a Java-based Open-Source
> Content Management System. It is based on open standards such as XML and
> XSLT. One of its core components is Cocoon from the Apache Software
> Foundation. Lenya supports inline WYSIWYG editors. Your site editors do not
> have to learn XML. This is possible thanks to the support of XML, XSLT and
> XML Schema on the client side. An administration interface allows advanced
> users to monitor the CMS, and perform configuration tasks.
> ------------------------------------
> What I need to do to get Lenya work with my IE 6?
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
> 
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


RE: IE6, Lenya, WYSIWYG editors

Posted by Alex Kalner <le...@nameme.ru>.
> -----Original Message-----
> From: Gregor J. Rothfuss [mailto:gregor@apache.org]
> Sent: Saturday, February 28, 2004 2:19 PM
> To: Lenya Users List
> Subject: Re: IE6, Lenya, WYSIWYG editors
> 
> Alex Kalner wrote:
> 
> > Apache Lenya - Content Management System Apache Lenya - Content
> Management
> > System Open Source Content Management System Publications Lenya's Weblog
> > Default Publication OSCOM Welcome to Apache Lenya You have successfully
> 
> [..]
> 
> can you do a view source? does it show a doctype declaration? which one?
> xml declaration? are the tags namespaced (xhtml:body etc)?
Doctype is <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

There the source:
----------------------------------------------------------------------------
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<xhtml:html xmlns="http://www.w3.org/1999/xhtml"
xmlns:page="http://apache.org/cocoon/lenya/cms-page/1.0"
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<xhtml:head>
<xhtml:title>Apache Lenya - Content Management System</xhtml:title>
<xhtml:link title="default css" href="/lenya/css/default.css"
type="text/css" rel="stylesheet"/>
</xhtml:head>
<xhtml:body>
<xhtml:table cellspacing="0" cellpadding="10" border="0" width="100%">
<xhtml:tr>
<xhtml:td class="lenya-header">
<xhtml:h1>Apache Lenya - Content Management System</xhtml:h1>
</xhtml:td>
<xhtml:td class="lenya-project-logo">
<xhtml:img alt="Apache Lenya Project Logo"
src="/lenya/images/project-logo-small.png"/>
</xhtml:td>
</xhtml:tr>
</xhtml:table>
<xhtml:div class="lenya-page-subtitle">
        Open Source Content Management System
      </xhtml:div>
<xhtml:table cellspacing="0" cellpadding="0" border="0" class="lenya-body">
<xhtml:tr>
<xhtml:td class="lenya-sidebar">
<xhtml:div xmlns:lenya="http://apache.org/cocoon/lenya/publication/1.0"
class="lenya-sidebar-heading">Publications</xhtml:div>
<xhtml:div xmlns:lenya="http://apache.org/cocoon/lenya/publication/1.0"
class="lenya-publication-item">
<xhtml:a href="blog/introduction.html">Lenya's Weblog</xhtml:a>
</xhtml:div>
<xhtml:div xmlns:lenya="http://apache.org/cocoon/lenya/publication/1.0"
class="lenya-publication-item">
<xhtml:a href="default/introduction.html">Default Publication</xhtml:a>
</xhtml:div>
<xhtml:div xmlns:lenya="http://apache.org/cocoon/lenya/publication/1.0"
class="lenya-publication-item">
<xhtml:a href="oscom/introduction.html">OSCOM</xhtml:a>
</xhtml:div>
</xhtml:td>
<xhtml:td class="lenya-content">
<xhtml:div xmlns:lenya="http://apache.org/cocoon/lenya/publication/1.0"
class="lenya-frontpage">
<xhtml:h2>Welcome to Apache Lenya</xhtml:h2>
<xhtml:p>
You have successfully installed Apache Lenya <xhtml:b>1.2</xhtml:b>. To
start, click on any of the publications on the left.</xhtml:p>

<xhtml:h3>About Apache Lenya</xhtml:h3>
<xhtml:p>
<xhtml:a href="http://cocoon.apache.org/lenya">Apache Lenya</xhtml:a> is a
Java-based <xhtml:a href="http://www.opensource.org">Open-Source</xhtml:a>
Content Management System. It
is based on open standards such as <xhtml:a
href="http://www.w3c.org/XML/">XML</xhtml:a> and <xhtml:a
href="http://www.w3c.org/TR/xslt">XSLT</xhtml:a>. One of its core
components is <xhtml:a href="http://cocoon.apache.org">Cocoon</xhtml:a> from
the
<xhtml:a href="http://www.apache.org">Apache Software Foundation</xhtml:a>.
</xhtml:p>
		
<xhtml:p>
Lenya supports inline WYSIWYG editors. Your site editors do
not have to learn XML. This is possible thanks to the support
of XML, XSLT and XML Schema on the client side.
An administration interface allows advanced users to
monitor the CMS, and perform configuration tasks.
</xhtml:p>
		
</xhtml:div>
</xhtml:td>
</xhtml:tr>
</xhtml:table>
</xhtml:body>
</xhtml:html>
----------------------------------------------------------------------------

> 
> --
> Gregor J. Rothfuss
> Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
> http://wyona.com                   http://cocoon.apache.org/lenya
> gregor.rothfuss@wyona.com                       gregor@apache.org
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: IE6, Lenya, WYSIWYG editors

Posted by "Gregor J. Rothfuss" <gr...@apache.org>.
Alex Kalner wrote:

> Apache Lenya - Content Management System Apache Lenya - Content Management
> System Open Source Content Management System Publications Lenya's Weblog
> Default Publication OSCOM Welcome to Apache Lenya You have successfully 

[..]

can you do a view source? does it show a doctype declaration? which one? 
xml declaration? are the tags namespaced (xhtml:body etc)?

-- 
Gregor J. Rothfuss
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://wyona.com                   http://cocoon.apache.org/lenya
gregor.rothfuss@wyona.com                       gregor@apache.org

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org


Re: IE6, Lenya, WYSIWYG editors

Posted by Michael Wechner <mi...@wyona.com>.
> What I need to do to get Lenya work with my IE 6?

Epoz is running within IE, but only XHTML can be edited.

For generic XML and IE you would have to buy Xopus or help porting
Bitflux Editor on IE ;-)

Michi
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-user-help@cocoon.apache.org
>
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-user-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-user-help@cocoon.apache.org