Missing source files
--------------------

OpenACS ships a tar.gz ready to use that embeds many minified javascript. 
Some of them are not shipped with their original source, and they are included
here:

Files: packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/tiny_mce_popup.js
Project: TinyMCE 3.3.9.3 (2010-12-20)
URL: https://github.com/tinymce/tinymce/blob/3.3.9.3/jscripts/tiny_mce/classes/Popup.js
Source: tinymce/tiny_mce_popup_src.js

Files: packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/langs/*
Project: TinyMCE 3.3.9.3 (2010-12-20)
Comment: There is not available upstream source for the lang files of this particular 
 version, but these files are simple data in json format, so they have been just unminified
 using the uglifyjs tool (included in the node-uglify debian package) and we can quite 
 confident that they are the same as their original sources.
Source: tinymce/langs/*

Files: packages/acs-templating/www/resources/tinymce/jscripts/tiny_mce/plugins/*/langs/*
Project: TinyMCE 3.3.9.3 (2010-12-20)
Comment: There is not available upstream source for the lang files of this particular 
 version, but these files are simple data in json format, so they have been just unminified
 using the uglifyjs tool (included in the node-uglify debian package) and we can quite 
 confident that they are the same as their original sources.
Source: tinymce/plugins/*/langs/*
