| CARVIEW |
tinymce / tinymce
- Source
- Commits
- Network (9)
- Graphs
-
Branch:
master
click here to add a description
click here to add a homepage
Pledgie Donations
Once activated, we'll place the following badge in your repository's detail box:
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL. — Read more
| name | age | message | |
|---|---|---|---|
| |
.gitattributes | Wed Jan 13 09:10:51 -0800 2010 | Added github compatible readme and .gitignore/.... [spocke] |
| |
.gitignore | Wed Jan 13 11:11:34 -0800 2010 | Removed ignore for the tiny_mce_popup.js file [spocke] |
| |
build.bat | Thu Feb 12 05:14:42 -0800 2009 | Added new ant based build process, includes a n... [spocke] |
| |
build.xml | Thu Feb 04 06:09:15 -0800 2010 | Fixed missing minification line for the new leg... [spocke] |
| |
changelog.txt | Thu Feb 11 05:24:30 -0800 2010 | Fixed bug where Ctrl+Delete/Backspace would pro... [spocke] |
| |
examples/ | Fri Jan 22 09:16:52 -0800 2010 | Added custom formats example. [spocke] |
| |
jscripts/ | Thu Feb 11 05:24:30 -0800 2010 | Fixed bug where Ctrl+Delete/Backspace would pro... [spocke] |
| |
readme.md | Wed Jan 13 10:43:33 -0800 2010 | Removed redundant info. [spocke] |
| |
tests/ | Fri Jan 29 07:20:53 -0800 2010 | Fixed some issues with the unit tests. [spocke] |
| |
tools/ | Mon Jan 18 07:58:22 -0800 2010 | Added more API documentation and added some new... [spocke] |
TinyMCE - The JavaScript Rich Text editor
What you need to build TinyMCE
- Install the Java JDK or JRE packages you can find it at: https://java.sun.com/javase/downloads/index.jsp
- Install Apache Ant you can find it at: https://ant.apache.org/
- Add Apache Ant to your systems path environment variable, this is not required but makes it easier to issue commands to Ant without having to type the full path for it.
How to build TinyMCE
In the root directory of TinyMCE where the build.xml file is you can run ant against different targets.
ant
Will combine, preprocess and minify the TinyMCE classes into tiny_mce.js and tiny_mce_src.js and it's jQuery variant.
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.
Contributing to the TinyMCE project
You can read more about how to contribute to this project at https://tinymce.moxiecode.com/contributing
