You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lenya.apache.org by Michael Wechner <mi...@wyona.com> on 2003/10/27 12:39:51 UTC

another Midas interface

I just came across (posted by Guido)

http://wiki.cocoondev.org/Wiki.jsp?page=WebDAVRTE

maybe this would make sense to use within Lenya.


I think it would make sense to list all the possibilities
how to edit stuff "through" Cocoon somewhere:

WebDAVRTE
Linotype
Form Editor (and One Form Editor)
Bitflux
Xopus
Woody?
....



Thanks

Michi



-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com              http://cocoon.apache.org/lenya/
michael.wechner@wyona.com                        michi@apache.org


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


Re: another Midas interface

Posted by Michael Wechner <mi...@wyona.com>.
Guido Casper wrote:
> Michael Wechner <mi...@wyona.com> wrote:
> 
>>I just came across (posted by Guido)
>>
>>http://wiki.cocoondev.org/Wiki.jsp?page=WebDAVRTE
> 
> 
> This was just part of my quest to list as many WYSIWYG samples as
> possible :-)
> http://wiki.cocoondev.org/Wiki.jsp?page=WebDAVWYSIWYG
> 
> as the samples of Cocoon's WebDAV block looked a little thin :-)
> 
> 
>>maybe this would make sense to use within Lenya.
> 
> 
> I don't think it is really worth to follow that approach for anything
> else but studying the script (and maybe simple editing needs)(although I
> didn't look myself very deeply at it, yet) since Linotype seems (at
> least to me) more sophisticated than that.

yes, Stefano did a great job on the image capability

> 
> 
>>
>>I think it would make sense to list all the possibilities
>>how to edit stuff "through" Cocoon somewhere:
>>
>>WebDAVRTE
>>Linotype
>>Form Editor (and One Form Editor)
>>Bitflux
>>Xopus
>>Woody?
>>....
> 
> 
> I'm not sure. Basically you can almost use any WYSIWYG editor with
> Cocoon. This list might quickly become very long and pointless unless
> every single one of them has a maintained sample 

a maintained sample would be very important, but it's also of good use 
to know what has been tried and what not.

Michi


(if this list is meant
> to be "official" in any sense).
> 
> Guido
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: lenya-dev-unsubscribe@cocoon.apache.org
> For additional commands, e-mail: lenya-dev-help@cocoon.apache.org
> 
> 


-- 
Michael Wechner
Wyona Inc.  -   Open Source Content Management   -   Apache Lenya
http://www.wyona.com              http://cocoon.apache.org/lenya/
michael.wechner@wyona.com                        michi@apache.org


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


Re: another Midas interface

Posted by Guido Casper <gc...@s-und-n.de>.
Michael Wechner <mi...@wyona.com> wrote:
> I just came across (posted by Guido)
>
> http://wiki.cocoondev.org/Wiki.jsp?page=WebDAVRTE

This was just part of my quest to list as many WYSIWYG samples as
possible :-)
http://wiki.cocoondev.org/Wiki.jsp?page=WebDAVWYSIWYG

as the samples of Cocoon's WebDAV block looked a little thin :-)

>
> maybe this would make sense to use within Lenya.

I don't think it is really worth to follow that approach for anything
else but studying the script (and maybe simple editing needs)(although I
didn't look myself very deeply at it, yet) since Linotype seems (at
least to me) more sophisticated than that.

>
>
> I think it would make sense to list all the possibilities
> how to edit stuff "through" Cocoon somewhere:
>
> WebDAVRTE
> Linotype
> Form Editor (and One Form Editor)
> Bitflux
> Xopus
> Woody?
> ....

I'm not sure. Basically you can almost use any WYSIWYG editor with
Cocoon. This list might quickly become very long and pointless unless
every single one of them has a maintained sample (if this list is meant
to be "official" in any sense).

Guido


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


RE: another Midas interface

Posted by Robert Koberg <ro...@koberg.com>.
Hi,

> -----Original Message-----
> From: Michael Wechner [mailto:michael.wechner@wyona.com]
> Sent: Monday, October 27, 2003 3:40 AM
> To: Lenya Developers List
> 
> I just came across (posted by Guido)
> 
> http://wiki.cocoondev.org/Wiki.jsp?page=WebDAVRTE
> 

It creates different code depending on if you are in IE or Firebird

IE:

<UL>
  <LI><STRONG>jhdfh</STRONG>
</UL>

Firebird:

<ul style="font-weight:bold">
  <li>dfdsfhs</li>
</ul>

Otherwise it is pretty cool and very simple. I would remove all the styling
stuff which should be handled by an external CSS, though.

-Rob


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