Re: [Zope3-Users] WYSIWYG editing of HTML

2005-07-12 Thread Ivo van der Wijk
On 7/12/05, Gary Poster [EMAIL PROTECTED] wrote:
 
 On Jul 11, 2005, at 9:35 PM, Pupeno wrote:
 
  Hello,
  I am new to Zope 3, I am reading the book, I am on chapter 15 (just
  finished)
  and I am definitly going to use a WYSIWYG HTML widget and field on the
  systems I am going to do.
  Is anybody working on that ? Is there anyone that is likely to
  become the
  standard Zope 3 WYSIWYG HTML widget ?
  If not' I'll pick one that I like and I'll try to Zopeise it.
 
 My main desire is that the widget allow multiple instances on the
 same page.  http://mjablonski.zope.de/Epoz (a Zope 2 WYSIWYG)
 recently got that feature.  http://kupu.oscom.org/ has had it for a
 bit longer.Zope 2 has both of these choices, for developers with
 differing tastes.  I'd love for Zope 3 to have both choices as well.
 Choose the one that appeals to your style more, I'd say, and run with
 it!

Kupu integration is fairly high on my Cubic todolist - I might look
into it somewhere these next few weeks.

Cheers

  Ivo


-- 
Drs. I.R. van der Wijk / m3r Consultancy B.V.
Linux/Python/Zope/Plone and Open Source solutions
PO-box 51091, 1007 EB Amsterdam, The Netherlands
Email: ivo at m3r.nl
___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


[Zope3-Users] Five 1.0.2 released!

2005-07-12 Thread Philipp von Weitershausen

Five 1.0.2 released!


The Five team is happy to release Five 1.0.2, a bugfix release for
Five 1.0.  The changes since Five 1.0.1 (Zope 2.8.0) are:

* Fixed some issues with bridged interfaces: Bases and Methods were not
  bridged correctly. extends() was never True.

* zope.security.checkPermission now behaves exactly like
  Five.security.checkPermission (in fact, the former now calls the
  latter through the indirection of Zope 3 security policies).

* Fixed a bug with resource directories.  Resources within those were
  not rendering their absolute URL correctly.

For more information please consult the _CHANGES document.

.. _CHANGES: http://codespeak.net/z3/five/CHANGES.html

Five 1.0.2 can be downloaded here:

http://codespeak.net/z3/five/release/Five-1.0.2.tgz

This version of Five will also be port of the upcoming Zope 2.8.1.


About Five
--

Five is a Zope 2 product that allows you to integrate Zope 3
technologies into Zope 2, today.  It allows you to use the following
parts of the Zope 3 component architecture within Zope 2:

* Zope 3 interfaces

* adapters

* pages (views), including skins, layers and resources

* edit and add forms, based on schemas

* ZCML

We've tried to keep the Five experience as close to Zope 3 as
possible, so this means that what you learn while using Five should
also be applicable to Zope 3.

More information about Five can be found on our website, here:

http://codespeak.net/z3/five/

We hope you'll join our mailing list and let hear from yourself!


About the Zope 3 Base
-

Five is part of the *Zope 3 Base* project, which aims to offer an
approachable area for developers of Zope 3 related software. More
about the Zope 3 base and its projects can be found here:

http://codespeak.net/z3/

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users


RE: [Zope3-Users] WYSIWYG editing of HTML

2005-07-12 Thread Roger Ineichen
Hi Ivo

From: [EMAIL PROTECTED] 
 [mailto:[EMAIL PROTECTED] On Behalf Of Ivo van der Wijk
 Sent: Tuesday, July 12, 2005 11:48 AM
 To: Gary Poster
 Cc: zope3-users@zope.org
 Subject: Re: [Zope3-Users] WYSIWYG editing of HTML
 
 On 7/12/05, Gary Poster [EMAIL PROTECTED] wrote:
  
  On Jul 11, 2005, at 9:35 PM, Pupeno wrote:
  
   Hello,
   I am new to Zope 3, I am reading the book, I am on 
 chapter 15 (just
   finished)
   and I am definitly going to use a WYSIWYG HTML widget and 
 field on the
   systems I am going to do.
   Is anybody working on that ? Is there anyone that is likely to
   become the
   standard Zope 3 WYSIWYG HTML widget ?
   If not' I'll pick one that I like and I'll try to Zopeise it.
  
  My main desire is that the widget allow multiple instances on the
  same page.  http://mjablonski.zope.de/Epoz (a Zope 2 WYSIWYG)
  recently got that feature.  http://kupu.oscom.org/ has had it for a
  bit longer.Zope 2 has both of these choices, for developers with
  differing tastes.  I'd love for Zope 3 to have both choices as well.
  Choose the one that appeals to your style more, I'd say, 
 and run with
  it!
 
 Kupu integration is fairly high on my Cubic todolist - I might look
 into it somewhere these next few weeks.
 
 Cheers
 
   Ivo

we allready implemented some wysiwyg editors as zope3 
widgets.

You can checkout the opensource FCKEditor zope 3 widget 
implementation at:

svn://svn.tiks.org/repos/Tiks/trunk/src/tiks/widgets/fckeditor 

There is also a file explorer implementation in 
tiks.skintools.explorer where you can use for insert images or
other media types int your document.

We also did a HTMLArea implementation where we stoped after 
finishing, because the development get stopped. 

I implemented also InnovaStudio with the tiks.skintools.explorer 
as filemanager.

Feel free to checkout the FCKEditor from the tiks repos and 
tell my what you think.

Regards
Roger Ineichen

Projekt01 GmbH
www.projekt01.ch
_
END OF MESSAGE  

 
 -- 
 Drs. I.R. van der Wijk / m3r Consultancy B.V.
 Linux/Python/Zope/Plone and Open Source solutions
 PO-box 51091, 1007 EB Amsterdam, The Netherlands
 Email: ivo at m3r.nl
 ___
 Zope3-users mailing list
 Zope3-users@zope.org
 http://mail.zope.org/mailman/listinfo/zope3-users
 

___
Zope3-users mailing list
Zope3-users@zope.org
http://mail.zope.org/mailman/listinfo/zope3-users