Kupu
   HOME

TheInfoList



OR:

Kupu was a 'document-centric'
open source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized sof ...
client-side Client-side refers to operations that are performed by the client in a client–server relationship in a computer network. General concepts Typically, a client is a computer application, such as a web browser, that runs on a user's local compute ...
editor for
Mozilla Mozilla (stylized as moz://a) is a free software community founded in 1998 by members of Netscape. The Mozilla community uses, develops, spreads and supports Mozilla products, thereby promoting exclusively free software and open standards, wi ...
,
Netscape Netscape Communications Corporation (originally Mosaic Communications Corporation) was an American independent computer services company with headquarters in Mountain View, California and then Dulles, Virginia. Its Netscape web browser was onc ...
and
Internet Explorer Internet Explorer (formerly Microsoft Internet Explorer and Windows Internet Explorer, commonly abbreviated IE or MSIE) is a series of graphical user interface, graphical web browsers developed by Microsoft which was used in the Microsoft Wind ...
. Inspired by Maik Jablonski's Epoz editor, it was written by Paul Everitt, Guido Wesdorp and Philipp von Weitershausen (and several other contributors, for a complete list refer to the CREDITS.txt file) to improve the
JavaScript JavaScript (), often abbreviated as JS, is a programming language that is one of the core technologies of the World Wide Web, alongside HTML and CSS. As of 2022, 98% of Website, websites use JavaScript on the Client (computing), client side ...
code and architecture, pluggability, standards support, support for other webservers than
Zope Zope is a family of free and open-source web application servers written in Python, and their associated online community. Zope stands for "Z Object Publishing Environment", and was the first system using the now common object publishing methodol ...
(which was the original target platform for Epoz), configurability and a lot of other issues. Kupu was replaced by
TinyMCE TinyMCE is an online rich-text editor released as open-source software under the MIT License. It has the ability to convert HTML text area fields or other HTML elements to editor instances. TinyMCE is designed to easily integrate with JavaScript l ...
as the default
WYSIWYG In computing, WYSIWYG ( ), an acronym for What You See Is What You Get, is a system in which editing software allows content to be edited in a form that resembles its appearance when printed or displayed as a finished product, such as a printed d ...
editor for
Plone Plone is a free and open source content management system (CMS) built on top of the Zope application server. Plone is positioned as an enterprise CMS and is commonly used for intranets and as part of the web presence of large organizations. Hi ...
CMS CMS may refer to: Computing * Call management system * CMS-2 (programming language), used by the United States Navy * Code Morphing Software, a technology used by Transmeta * Collection management system for a museum collection * Color manag ...
in version 4. Kupu is mostly maintained by Duncan Booth. It is made available under a BSD-style license.


Kupu's features

Kupu's emphasis is on flexibility rather than ease of integration, providing a somewhat difficult default setup,{{cite web , url=http://mashable.com/2008/11/03/embeddable-html-editors/ , title=6 Embeddable HTML Editors for Your Website Compared , website=
Mashable Mashable is a digital media platform, news website and entertainment company founded by Pete Cashmore in 2005. History Mashable was founded by Pete Cashmore while living in Aberdeen, Scotland, in July 2005. Early iterations of the site were a ...
, accessdate=27 May 2011
but with an easy-to-extend API. It can, however, be integrated into any
CMS CMS may refer to: Computing * Call management system * CMS-2 (programming language), used by the United States Navy * Code Morphing Software, a technology used by Transmeta * Collection management system for a museum collection * Color manag ...
. Currently there is integration code for Zope 2,
Plone Plone is a free and open source content management system (CMS) built on top of the Zope application server. Plone is positioned as an enterprise CMS and is commonly used for intranets and as part of the web presence of large organizations. Hi ...
and
Apache Lenya Apache Lenya is a Java/XML open-source content management system. The Lenya project was retired to the Apache Attic in April 2015. See also *List of content management systems Content management systems (CMS) are used to organize and fac ...
. Kupu can be customized and extended in several ways. For simple modifications, much of the configuration can be set as attributes on the editor iframe, while buttons, tools and layout can be changed via the
CSS Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language such as HTML or XML (including XML dialects such as SVG, MathML or XHTML). CSS is a cornerstone techno ...
. For larger customization there's a JavaScript plugin
API An application programming interface (API) is a way for two or more computer programs to communicate with each other. It is a type of software Interface (computing), interface, offering a service to other pieces of software. A document or standa ...
, and also the core has a clean and solid architecture to allow full extensibility. Kupu uses CSS in favor of
HTML The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScri ...
for layout and presentation. It supports asynchronous saving to the server and sets event handlers from code instead of from the HTML (excepting the toolbar), which makes the code a lot cleaner. DOM functionality is used to build up HTML. On those fronts and others, it tries to use the most modern standardized techniques available on all supported browsers to ensure a good user-experience and clean code.


Etymology

Kupu is
Māori Māori or Maori can refer to: Relating to the Māori people * Māori people of New Zealand, or members of that group * Māori language, the language of the Māori people of New Zealand * Māori culture * Cook Islanders, the Māori people of the C ...
for "word, statement, remark". Kupu-kupu is
Malay Malay may refer to: Languages * Malay language or Bahasa Melayu, a major Austronesian language spoken in Indonesia, Malaysia, Brunei and Singapore ** History of the Malay language, the Malay language from the 4th to the 14th century ** Indonesi ...
for "butterfly". Hence, the blue butterfly is Kupu's mascot.


References


External links


Kupu-dev mailing list


Free text editors