Annotation of kupuMPIWG/doc/README.txt, revision 1.1.1.1

1.1       dwinter     1: ====
                      2: Kupu
                      3: ====
                      4: 
                      5: What is Kupu?
                      6: -------------
                      7: 
                      8: Kupu is a cross-browser WYWSIWYG editor. It allows the comfortable
                      9: editing of the body of an HTML document. It's client-side (browser)
                     10: requirements are one of:
                     11: 
                     12:   - Mozilla 1.3.1 or higher
                     13: 
                     14:   - Internet Explorer 5.5 or higher
                     15: 
                     16:   - Netscape Navigator 7.1 or higher
                     17: 
                     18: Server-side there are hardly any requirements, except for some way of
                     19: processing data (CGI or something more fancy like PHP, ASP or Python
                     20: scripts in Zope).
                     21: 
                     22: Kupu is particularly suited for content migration as well as editing.
                     23: Content copied from an existing web page is pasted with all formatting
                     24: intact. This includes structure such as headings and lists, plus links,
                     25: image references, text styling, and other aspects. Copying text from a
                     26: word processor with an HTML clipboard - such as MSWord - works exactly
                     27: the same.
                     28: 
                     29: Kupu will clean up the content before it is sent to the server, and can
                     30: send data to the server asynchronously using PUT (which allows the data 
                     31: to be saved without reloading the page) as well as in a form.
                     32: 
                     33: Kupu can be customized on many different levels, allowing a lot of changes
                     34: from CSS, but also providing a JavaScript extension API.
                     35: 
                     36: 
                     37: More documentation...
                     38: ---------------------
                     39: 
                     40: General information
                     41: 
                     42:   o Authors: see CREDITS.txt
                     43: 
                     44:   o License: see LICENSE.txt
                     45: 
                     46:   o Frequently asked questions: see FAQ.txt
                     47: 
                     48: Installation
                     49: 
                     50:   o general: see INSTALL.txt
                     51: 
                     52:   o Zope 2.x: see ZOPE2.txt
                     53: 
                     54:   o Plone 2.x: see PLONE2.txt
                     55: 
                     56: Developing
                     57: 
                     58:   o Customizing kupu: see CUSTOMIZING.txt
                     59: 
                     60:   o Extending kupu: see EXTENDING.txt
                     61: 
                     62:   o Java Script API: see JSAPI.txt
                     63: 
                     64:   o Old browser support: see OLDBROWSERS.txt
                     65: 
                     66:   o Templating system: see TEMPLATE-SYSTEM.txt
                     67: 
                     68:   o Library Feature Specification: see LIBRARIES.txt
                     69: 
                     70: 
                     71: Homepage
                     72: --------
                     73: 
                     74: Kupu has a homepage at http://kupu.oscom.org
                     75: 
                     76: 
                     77: Reporting bugs
                     78: --------------
                     79: 
                     80: Please report bugs to the issue tracker available at:
                     81: http://codespeak.net/issues/kupu/ (mind the trailing slash).
                     82: 
                     83: 
                     84: Mailing list
                     85: ------------
                     86: 
                     87: There is a mailing lists for Kupu development: kupu-dev@codespeak.net
                     88: 
                     89: 
                     90: License
                     91: -------
                     92: 
                     93: Unless otherwise stated, kupu is released under the Kupu License. See
                     94: LICENSE.txt for the license text.
                     95: 
                     96: The Sarissa ECMAScript library shipped in this distribution
                     97: (common/sarissa.js) is the work of Manos Batis and distributed under
                     98: the Kupu License with his kind permission. See the Sarissa homepage at
                     99: http://sarissa.sourceforge.net for more information.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>