root/releases/elgg0.8rc2/_tinymce/docs/about.html

Revision 758, 1.7 kB (checked in by sven, 2 years ago)

set svn property eol-style native on some files without it

  • Property svn:eol-style set to native
Line 
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <title>About</title>
5 <link href="css/screen.css" rel="stylesheet" type="text/css" />
6 </head>
7 <body>
8
9 <div class="header">
10         <h1>About</h1>
11 </div>
12
13 <div class="content">
14         <h2>General information</h2>
15         <div class="section">
16                 <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 built for integration purposes for example usage within systems like Intranets, CMS, LMS and so forth.</p>
17                 <p>
18                 TinyMCE is developed by <a href="http://www.moxiecode.com">Moxiecode Systems AB</a> and is currently released under the &quot;LGPL&quot; license, read the license agreement for details.
19                 </p>
20                 <h2>Features</h2>
21                 <p>
22                         <ul>
23                                 <li>Easy to integrate, takes only a couple lines of code.</li>
24                                 <li>Theme and template support.</li>
25                                 <li>Easy to extend with custom code. (Plugins and callbacks)</li>
26                                 <li>Customizable HTML output. Block elements and force attributes.</li>
27                                 <li>International language support (Language packs).</li>
28                                 <li>Multiple browser support, currently Mozilla (PC, Mac and Linux), MSIE (PC) and FireFox (PC, Mac and Linux) and some limited Safari support.</li>
29                         </ul>
30                 </p>
31         </div>
32 </div>
33
34 <div class="footer">
35         <div class="helpindexlink"><a href="index.html">Index</a></div>
36         <div class="copyright">Copyright &copy; 2003-2006 <a href="http://www.moxiecode.com">Moxiecode Systems AB</a></div>
37         <br style="clear: both" />
38 </div>
39
40 </body>
41 </html>
Note: See TracBrowser for help on using the browser.