==== Epoz ==== What is Epoz? ------------- Epoz is a cross-browser WYWSIWYG editor. It allows the comfortable editing of the body of an HTML document. It's client-side (browser) requirements are one of: - Mozilla 1.3.1 or higher - Internet Explorer 5.5 or higher - Netscape Navigator 7.0 or higher Server-side there are hardly any requirements, except for some way of processing data (CGI or something more fancy like PHP, ASP or Python scripts in Zope). Epoz is particularly suited for content migration as well as editing. Content copied from an existing web page is pasted with all formatting intact. This includes structure such as headings and lists, plus links, image references, text styling, and other aspects. Copying text from a word processor with an HTML clipboard - such as MSWord - works exactly the same. Epoz will clean up the content before it is sent to the server, and can send data to the server asynchronously using PUT (which allows the data to be saved without reloading the page) as well as in a form. Epoz can be customized on many different levels, allowing a lot of changes from CSS, but also providing a JavaScript extension API. Installation ------------ See the INSTALL.txt file. Authors ------- See the CREDITS.txt file. Reporting bugs -------------- Please report bugs to the issue tracker available at: http://codespeak.net/issues/epoz/ (mind the trailing slash). Mailing list ------------ There is a mailing lists for Epoz development: epoz-development@lists.sourceforge.net License ------- Unless otherwise stated, epoz is released under the Zope Public License (ZPL) Version 2.0. See ZPL2.txt for the license text. The Sarissa ECMAScript library shipped in this distribution (common/sarissa.js) is the work of Manos Batis and distributed under the Zope Public License (ZPL) with his kind permission. See the Sarissa homepage at http://sarissa.sourceforge.net for more information. Home page --------- Epoz has a homepage on SourceForge: http://epoz.sourceforge.net.