forked from extern/egroupware
17710c20ab
see tinymce.moxiecode.com/ for more info
42 lines
1.6 KiB
HTML
42 lines
1.6 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html>
|
|
<head>
|
|
<title>About</title>
|
|
<link href="css/screen.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
|
|
<div class="header">
|
|
<h1>About</h1>
|
|
</div>
|
|
|
|
<div class="content">
|
|
<h2>General information</h2>
|
|
<div class="section">
|
|
<p>TinyMCE is a powerful WYSIWYG editor control for web browsers such as MSIE or Mozilla that enables the user to edit HTML contents in a more user friendly way. The editor control is very flexible and it's build for integration purposes for example usage within systems like Intranets, CMS, LMS and so forth.</p>
|
|
<p>
|
|
TinyMCE is developed by <a href="http://www.moxiecode.com">Moxiecode Systems AB</a> and is currently released under the "LGPL" license, read the license agreement for details.
|
|
</p>
|
|
<h2>Features</h2>
|
|
<p>
|
|
<ul>
|
|
<li>Easy to integrate, takes only a couple lines of code.</li>
|
|
<li>Theme and template support.</li>
|
|
<li>Easy to extend with custom code. (Plugins and callbacks)</li>
|
|
<li>Customizable HTML output. Block elements and force attributes.</li>
|
|
<li>International language support (Language packs).</li>
|
|
<li>Multiple browser support, currently Mozilla (PC, Mac and Linux), MSIE (PC) and FireFox (PC, Mac and Linux) and some limited Safari support.</li>
|
|
</ul>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="footer">
|
|
<div class="helpindexlink"><a href="index.html">Index</a></div>
|
|
<div class="copyright">Copyright © 2005 Moxiecode Systems AB</div>
|
|
<br style="clear: both" />
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|