diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..34c8e59baf2393e83531ea311c701cbfd72fc326 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +## How to update the sources? + +1. Download the latest version from "http://www.tinymce.com/download/download.php" +2. Download the latest language pack from "http://www.tinymce.com/i18n/index.php". + You can simplify the selection by using the following command in your developer tools console. + + $('input[type=checkbox]').attr('checked', 1) + +3. Unpack the downloaded sources +4. Remove the tinymce directory inside the extension and move "tinymce/js/tinymce" from the download source as a + replacement. +5. Move the files of the "langs" directory from the downloaded languages into "tinymce/langs/" +6. Update the VERSIONS.md file +7. Push the new code to git (check the differences and test the stuff before!) \ No newline at end of file