spocke / punymce

PunyMCE is a lightweight rich text editor written in javascript. It's designed to be used for things like comments and forums.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PunyMCE - The Puny JavaScript Rich Text editor

What you need to build PunyMCE

How to build PunyMCE

In the root directory of PunyMCE where the build.xml file is you can run ant against different targets.

ant

Will combine, preprocess and minify the PunyMCE puny_mce_src.js into puny_mce.js and all plugins etc into puny_mce_full.js.

ant moxiedoc

Will generate API Documentation for the project using the Moxiedoc tool. The docs will be generated to the docs/api directory.

ant release

Will produce an release package of the current repository code. The release packages will be placed in the tmp directory.

About

PunyMCE is a lightweight rich text editor written in javascript. It's designed to be used for things like comments and forums.

License:GNU Lesser General Public License v2.1


Languages

Language:JavaScript 100.0%