Is there a WYSIWYG html/text editor which can be plugged into Zope? Structured text is better than nothing, but most all commercial "big boys" in CMS products provide WYSIWYG functioinality for the non-technical types to create and maintain pages and content. I don't see anything like this for Zope yet. Nothing in the mailling list archives either. Any ideas, hints, or road signs about this matter? Thanks for any help, Bryan Bryan R. Capitano President, CAPITANO WEb CONSULTING Tel: 541-344-0747 Email: Bryan@capitanoweb.com URL: http://www.capitanoweb.com
On Wed, Dec 11, 2002 at 09:04:47AM -0800, Bryan Capitano wrote:
Is there a WYSIWYG html/text editor which can be plugged into Zope? Structured text is better than nothing, but most all commercial "big boys" in CMS products provide WYSIWYG functioinality for the non-technical types to create and maintain pages and content. I don't see anything like this for Zope yet.
Nothing in the mailling list archives either.
Any ideas, hints, or road signs about this matter?
You can either use WebDAV enabled editors (Go-Live or Dreamweaver both support WebDAV), or use the ExternalEditor product to open objects for editing in a WYSIWYG editor. -- Martijn Pieters | Software Engineer mailto:mj@zope.com | Zope Corporation http://www.zope.com/ | Creators of Zope http://www.zope.org/ ---------------------------------------------
At 13:02 2002-12-11 -0500, Martijn Pieters wrote:
On Wed, Dec 11, 2002 at 09:04:47AM -0800, Bryan Capitano wrote:
Is there a WYSIWYG html/text editor which can be plugged into Zope? Structured text is better than nothing, but most all commercial "big boys" in CMS products provide WYSIWYG functioinality for the non-technical types to create and maintain pages and content. I don't see anything like this for Zope yet.
It's called IEMethod. I fear that it is difficult to find on zope.org, but use a bit of google and note that the author is called johanc. If this is not what you're looking for, examine ExternalEditor like Martijn suggested.
Nothing in the mailling list archives either.
Any ideas, hints, or road signs about this matter?
You can either use WebDAV enabled editors (Go-Live or Dreamweaver both support WebDAV), or use the ExternalEditor product to open objects for editing in a WYSIWYG editor.
-- Martijn Pieters | Software Engineer mailto:mj@zope.com | Zope Corporation http://www.zope.com/ | Creators of Zope http://www.zope.org/ ---------------------------------------------
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
At 18:10 2002-12-11 +0000, Peter Bengtsson said:
At 13:02 2002-12-11 -0500, Martijn Pieters wrote:
On Wed, Dec 11, 2002 at 09:04:47AM -0800, Bryan Capitano wrote:
Is there a WYSIWYG html/text editor which can be plugged into Zope? Structured text is better than nothing, but most all commercial "big boys" in CMS products provide WYSIWYG functioinality for the non-technical types to create and maintain pages and content. I don't see anything like this for Zope yet.
It's called IEMethod. I fear that it is difficult to find on zope.org, but use a bit of google and note that the author is called johanc.
IEMethod is not supported or developed on in anyway. Not by m anyway ;-) But there are several clones of my initial work out there so google on zope and wysiwyg would result in some hits. Of course we have a Wysiwyg-editor Easy Publisher, but it is a whole CMS with its own template system, not a generic WYSIWYG-editor. Download a free personal (v .1.6) copy from: http://www.easypublisher.com or ask me for an eval (v.1.7) For more generic work the content editable feature of Internet Explorer is quite easy to use. And it shouldn't be hard to add some kind of generic editor to a Zope-site (you would lack proper linking and image dialogs and table support) but for editing simple texts it would work fine. You should also have a look at http://xopus.org/ who is developing a (open source) version of the IE content editable feature. They also have a commercial editor, which I doubt works with Zope ;-) xopus.org's content editable patch has allot of features missing, but is a rather elegant example how well adaptable Mozilla is. (Compared to the monstrous IE) The Mozilla-team has a native content editable feature in the bugzila but I'm not sure when it's accually going to be implemented. Regards, Johan Carlsson -- Torped Strategi och Kommunikation AB Johan Carlsson johanc@easypublisher.com Mail: Birkagatan 9 SE-113 36 Stockholm Sweden Visit: Västmannagatan 67, Stockholm, Sweden Phone +46-(0)8-32 31 23 Fax +46-(0)8-32 31 83 Mobil +46-(0)70-558 25 24 http://www.easypublisher.com http://www.torped.se
On Wed, Dec 11, 2002 at 01:02:56PM -0500, Martijn Pieters wrote:
On Wed, Dec 11, 2002 at 09:04:47AM -0800, Bryan Capitano wrote:
Is there a WYSIWYG html/text editor which can be plugged into Zope? Structured text is better than nothing, but most all commercial "big boys"
You can either use WebDAV enabled editors (Go-Live or Dreamweaver both support WebDAV), or use the ExternalEditor product to open objects for editing in a WYSIWYG editor.
What happens when usings webDAV to edit structured documents? Do you get the unrendered doc, or the full html? I tried using the mickeysoft web folder and I got the rendered version -- so is there a way to get the plain form? Also, since I would rather use linux, I was hoping there was cadaver attachments to the kde file manager or emacs. Current search yield nothing on the first, and 'not yet' on the second. -- David Bear College of Public Programs/ASU Mail Code 0803
David Bear wrote:
On Wed, Dec 11, 2002 at 01:02:56PM -0500, Martijn Pieters wrote:
On Wed, Dec 11, 2002 at 09:04:47AM -0800, Bryan Capitano wrote:
Is there a WYSIWYG html/text editor which can be plugged into Zope? Structured text is better than nothing, but most all commercial "big boys"
You can either use WebDAV enabled editors (Go-Live or Dreamweaver both support WebDAV), or use the ExternalEditor product to open objects for editing in a WYSIWYG editor.
What happens when usings webDAV to edit structured documents? Do you get the unrendered doc, or the full html? I tried using the mickeysoft web folder and I got the rendered version -- so is there a way to get the plain form?
You can configure a "source port" where content won't get rendered. To quote z2.py: """ -W port The "WebDAV source" port. If this is a dash (e.g. -w -), then "WebDAV source" is disabled. The default is disabled. Note that this feature is a workaround for the lack of "source-link" support in standard WebDAV clients. """
Also, since I would rather use linux, I was hoping there was cadaver attachments to the kde file manager or emacs. Current search yield nothing on the first, and 'not yet' on the second.
There used to be davfs (a mountable WebDAV filesystem) but somehow I can't find it at the moment. Before External Editor I used the EFS package for XEmacs and it worked quite well; now I just use External Editor with XEmacs in gnuserv mode which just rocks -- the perfect combination of creating & configuring with the ZMI and editing (with XEmacs / gnuclient). have fun, peter.
--
David Bear College of Public Programs/ASU Mail Code 0803
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
At 14:19 2002-12-11 -0700, David Bear said:
On Wed, Dec 11, 2002 at 01:02:56PM -0500, Martijn Pieters wrote:
On Wed, Dec 11, 2002 at 09:04:47AM -0800, Bryan Capitano wrote:
Is there a WYSIWYG html/text editor which can be plugged into Zope? Structured text is better than nothing, but most all commercial "big boys"
You can either use WebDAV enabled editors (Go-Live or Dreamweaver both support WebDAV), or use the ExternalEditor product to open objects for editing in a WYSIWYG editor.
What happens when usings webDAV to edit structured documents? Do you get the unrendered doc, or the full html? I tried using the mickeysoft web folder and I got the rendered version -- so is there a way to get the plain form?
You need to setup an WebDAV source port. Look in Z2.py for the details. Regards, Johan Carlsson -- Torped Strategi och Kommunikation AB Johan Carlsson johanc@easypublisher.com Mail: Birkagatan 9 SE-113 36 Stockholm Sweden Visit: Västmannagatan 67, Stockholm, Sweden Phone +46-(0)8-32 31 23 Fax +46-(0)8-32 31 83 Mobil +46-(0)70-558 25 24 http://www.easypublisher.com http://www.torped.se
I wrote one that can be used with IE5 or above on windows. you can attach it to any textarea with few lines of code. http://vsbabu.org/webdev/zopedev/ieeditor.html On Wed, 2002-12-11 at 12:04, Bryan Capitano wrote:
Is there a WYSIWYG html/text editor which can be plugged into Zope? Structured text is better than nothing, but most all commercial "big boys" in CMS products provide WYSIWYG functioinality for the non-technical types to create and maintain pages and content. I don't see anything like this for Zope yet.
Nothing in the mailling list archives either.
Any ideas, hints, or road signs about this matter? Thanks for any help,
Bryan
Bryan R. Capitano President, CAPITANO WEb CONSULTING Tel: 541-344-0747 Email: Bryan@capitanoweb.com URL: http://www.capitanoweb.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
--On 11 December 2002 09:04 -0800 Bryan Capitano <Bryan@capitanoweb.com> wrote:
Is there a WYSIWYG html/text editor which can be plugged into Zope? Structured text is better than nothing, but most all commercial "big boys" in CMS products provide WYSIWYG functioinality for the non-technical types to create and maintain pages and content. I don't see anything like this for Zope yet.
Only a few of these "widgets" are Zope specific. Zope will work with pretty much anything. For a long list of widgets see: <http://www.bris.ac.uk/is/projects/cms/ttw/ttw.html> Paul
Nothing in the mailling list archives either.
Any ideas, hints, or road signs about this matter? Thanks for any help,
Bryan
Bryan R. Capitano President, CAPITANO WEb CONSULTING Tel: 541-344-0747 Email: Bryan@capitanoweb.com URL: http://www.capitanoweb.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- The Library, Tyndall Avenue, Univ. of Bristol, Bristol, BS8 1TJ, UK E-mail: paul.browning@bristol.ac.uk URL: http://www.bris.ac.uk/
participants (9)
-
Bryan Capitano -
David Bear -
Johan Carlsson [Easy Publisher Team] -
Johan Carlsson [EasyPublisher] -
Martijn Pieters -
Paul Browning -
Peter Bengtsson -
Peter Sabaini -
Satheesh Babu