Hi, In our institut customer administration want to manage editing updating and modifying web page under zope with account authentification. There aren't supposed to know html, dmtl, zpt language. Are there tools to allow them do those actions under text format which will fill the web content of our web site under zope plateform. Thanks sincerely
--On 3. Februar 2006 18:42:22 +0000 azzouz <y.azzouz@iut.univ-paris8.fr> wrote:
Hi,
In our institut customer administration want to manage editing updating and modifying web page under zope with account authentification. There aren't supposed to know html, dmtl, zpt language. Are there tools to allow them do those actions under text format which will fill the web content of our web site under zope plateform.
Why don't you use a CMS like Plone or CPS? Such systems are designed to deal with content for non-technical ppl. -aj
azzouz wrote:
Hi,
In our institut customer administration want to manage editing updating and modifying web page under zope with account authentification. There aren't supposed to know html, dmtl, zpt language. Are there tools to allow them do those actions under text format which will fill the web content of our web site under zope plateform.
Some possible solutions that comes to mind: - using stx or rst format - using ZWiki - it has support for different wiki syntaxes, and the API seems quite clean, so integrating it in another Zope app may be quite possible (I'm actually investigating this solution for our intranet) - using Epoz, Kupu, TinyMCE or any other 'WYSWYG' html editor. A first start could be the EpozDocument product. -- bruno desthuilliers développeur bruno@modulix.org http://www.modulix.com
participants (3)
-
Andreas Jung -
azzouz -
bruno desthuilliers