Introduction
Nekit was developed by Nekhem Tecnologies, as an adaptation of an old version of EkitApplet, by Howard Kistler.
We needed to integrate a little word processor into a big "Site Management" web application.
The little word processor had to communicate via XMLRPC with the web server.
During the development many features were added and some were removed, so we decided to release it as a new program.
Description
This is a little "HTML Editor" java applet, which supports a little subset of HTML; just enough to edit a significant
formatted content for a text section of a dynamic HTML page. For example, at present, it does not support: images, tables and
nested lists.
Fits very well in Content Management Systems
The most useful features are:
- communication with the server via XMLRPC connection (for open, save and site structure info)
- interaction with the browser to handle the window containing the applet
- capability to define 3 types of anchors:
- normal href
- special link (pointing to a virtual page of the dynamic site)
- file download link (pointing to a particular download area)
- very usable (but only one level) bullet lists