lafeber_ckeditor 3.7.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1052) hide show
  1. data/Gemfile +39 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +224 -0
  4. data/Rakefile +64 -0
  5. data/app/assets/javascripts/ckeditor/API-CHANGES.md +195 -0
  6. data/app/assets/javascripts/ckeditor/LICENSE.md +1274 -0
  7. data/app/assets/javascripts/ckeditor/application.js +5 -0
  8. data/app/assets/javascripts/ckeditor/ckeditor.js +847 -0
  9. data/app/assets/javascripts/ckeditor/config.js +113 -0
  10. data/app/assets/javascripts/ckeditor/contents.css +25 -0
  11. data/app/assets/javascripts/ckeditor/filebrowser/images/gal_add.jpg +0 -0
  12. data/app/assets/javascripts/ckeditor/filebrowser/images/gal_add.png +0 -0
  13. data/app/assets/javascripts/ckeditor/filebrowser/images/gal_del.png +0 -0
  14. data/app/assets/javascripts/ckeditor/filebrowser/images/gal_more.gif +0 -0
  15. data/app/assets/javascripts/ckeditor/filebrowser/images/preloader.gif +0 -0
  16. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/avi.gif +0 -0
  17. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/ckfnothumb.gif +0 -0
  18. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/doc.gif +0 -0
  19. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/docx.gif +0 -0
  20. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/exe.gif +0 -0
  21. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/gz.gif +0 -0
  22. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/htm.gif +0 -0
  23. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/jpg.gif +0 -0
  24. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/mp3.gif +0 -0
  25. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/mpg.gif +0 -0
  26. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/pdf.gif +0 -0
  27. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/psd.gif +0 -0
  28. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/rar.gif +0 -0
  29. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/swf.gif +0 -0
  30. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/tar.gif +0 -0
  31. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/txt.gif +0 -0
  32. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/unknown.gif +0 -0
  33. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/wmv.gif +0 -0
  34. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/xls.gif +0 -0
  35. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/xlsx.gif +0 -0
  36. data/app/assets/javascripts/ckeditor/filebrowser/images/thumbs/zip.gif +0 -0
  37. data/app/assets/javascripts/ckeditor/filebrowser/javascripts/application.js +221 -0
  38. data/app/assets/javascripts/ckeditor/filebrowser/javascripts/fileuploader.js +1301 -0
  39. data/app/assets/javascripts/ckeditor/filebrowser/javascripts/jquery.min.js +4 -0
  40. data/app/assets/javascripts/ckeditor/filebrowser/javascripts/jquery.tmpl.min.js +10 -0
  41. data/app/assets/javascripts/ckeditor/filebrowser/javascripts/rails.js +373 -0
  42. data/app/assets/javascripts/ckeditor/filebrowser/stylesheets/uploader.css +118 -0
  43. data/app/assets/javascripts/ckeditor/lang/_languages.js +7 -0
  44. data/app/assets/javascripts/ckeditor/lang/_translationstatus.txt +63 -0
  45. data/app/assets/javascripts/ckeditor/lang/af.js +5 -0
  46. data/app/assets/javascripts/ckeditor/lang/ar.js +5 -0
  47. data/app/assets/javascripts/ckeditor/lang/bg.js +5 -0
  48. data/app/assets/javascripts/ckeditor/lang/bn.js +5 -0
  49. data/app/assets/javascripts/ckeditor/lang/bs.js +5 -0
  50. data/app/assets/javascripts/ckeditor/lang/ca.js +5 -0
  51. data/app/assets/javascripts/ckeditor/lang/cs.js +5 -0
  52. data/app/assets/javascripts/ckeditor/lang/cy.js +5 -0
  53. data/app/assets/javascripts/ckeditor/lang/da.js +5 -0
  54. data/app/assets/javascripts/ckeditor/lang/de.js +5 -0
  55. data/app/assets/javascripts/ckeditor/lang/el.js +5 -0
  56. data/app/assets/javascripts/ckeditor/lang/en-au.js +5 -0
  57. data/app/assets/javascripts/ckeditor/lang/en-ca.js +5 -0
  58. data/app/assets/javascripts/ckeditor/lang/en-gb.js +5 -0
  59. data/app/assets/javascripts/ckeditor/lang/en.js +5 -0
  60. data/app/assets/javascripts/ckeditor/lang/eo.js +5 -0
  61. data/app/assets/javascripts/ckeditor/lang/es.js +5 -0
  62. data/app/assets/javascripts/ckeditor/lang/et.js +5 -0
  63. data/app/assets/javascripts/ckeditor/lang/eu.js +5 -0
  64. data/app/assets/javascripts/ckeditor/lang/fa.js +5 -0
  65. data/app/assets/javascripts/ckeditor/lang/fi.js +5 -0
  66. data/app/assets/javascripts/ckeditor/lang/fo.js +5 -0
  67. data/app/assets/javascripts/ckeditor/lang/fr-ca.js +5 -0
  68. data/app/assets/javascripts/ckeditor/lang/fr.js +5 -0
  69. data/app/assets/javascripts/ckeditor/lang/gl.js +5 -0
  70. data/app/assets/javascripts/ckeditor/lang/gu.js +5 -0
  71. data/app/assets/javascripts/ckeditor/lang/he.js +5 -0
  72. data/app/assets/javascripts/ckeditor/lang/hi.js +5 -0
  73. data/app/assets/javascripts/ckeditor/lang/hr.js +5 -0
  74. data/app/assets/javascripts/ckeditor/lang/hu.js +5 -0
  75. data/app/assets/javascripts/ckeditor/lang/is.js +5 -0
  76. data/app/assets/javascripts/ckeditor/lang/it.js +5 -0
  77. data/app/assets/javascripts/ckeditor/lang/ja.js +5 -0
  78. data/app/assets/javascripts/ckeditor/lang/ka.js +5 -0
  79. data/app/assets/javascripts/ckeditor/lang/km.js +5 -0
  80. data/app/assets/javascripts/ckeditor/lang/ko.js +5 -0
  81. data/app/assets/javascripts/ckeditor/lang/lt.js +5 -0
  82. data/app/assets/javascripts/ckeditor/lang/lv.js +5 -0
  83. data/app/assets/javascripts/ckeditor/lang/mk.js +5 -0
  84. data/app/assets/javascripts/ckeditor/lang/mn.js +5 -0
  85. data/app/assets/javascripts/ckeditor/lang/ms.js +5 -0
  86. data/app/assets/javascripts/ckeditor/lang/nb.js +5 -0
  87. data/app/assets/javascripts/ckeditor/lang/nl.js +5 -0
  88. data/app/assets/javascripts/ckeditor/lang/no.js +5 -0
  89. data/app/assets/javascripts/ckeditor/lang/pl.js +5 -0
  90. data/app/assets/javascripts/ckeditor/lang/pt-br.js +5 -0
  91. data/app/assets/javascripts/ckeditor/lang/pt.js +5 -0
  92. data/app/assets/javascripts/ckeditor/lang/ro.js +5 -0
  93. data/app/assets/javascripts/ckeditor/lang/ru.js +5 -0
  94. data/app/assets/javascripts/ckeditor/lang/sk.js +5 -0
  95. data/app/assets/javascripts/ckeditor/lang/sl.js +5 -0
  96. data/app/assets/javascripts/ckeditor/lang/sr-latn.js +5 -0
  97. data/app/assets/javascripts/ckeditor/lang/sr.js +5 -0
  98. data/app/assets/javascripts/ckeditor/lang/sv.js +5 -0
  99. data/app/assets/javascripts/ckeditor/lang/th.js +5 -0
  100. data/app/assets/javascripts/ckeditor/lang/tr.js +5 -0
  101. data/app/assets/javascripts/ckeditor/lang/ug.js +5 -0
  102. data/app/assets/javascripts/ckeditor/lang/uk.js +5 -0
  103. data/app/assets/javascripts/ckeditor/lang/vi.js +5 -0
  104. data/app/assets/javascripts/ckeditor/lang/zh-cn.js +5 -0
  105. data/app/assets/javascripts/ckeditor/lang/zh.js +5 -0
  106. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +9 -0
  107. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +25 -0
  108. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +9 -0
  109. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +8 -0
  110. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +8 -0
  111. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +9 -0
  112. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +9 -0
  113. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +8 -0
  114. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +9 -0
  115. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +8 -0
  116. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +9 -0
  117. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +9 -0
  118. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +8 -0
  119. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +8 -0
  120. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +9 -0
  121. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +8 -0
  122. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +8 -0
  123. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +9 -0
  124. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +8 -0
  125. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +8 -0
  126. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +8 -0
  127. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +9 -0
  128. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +8 -0
  129. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +8 -0
  130. data/app/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +7 -0
  131. data/app/assets/javascripts/ckeditor/plugins/about/dialogs/about.js +6 -0
  132. data/app/assets/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  133. data/app/assets/javascripts/ckeditor/plugins/adobeair/plugin.js +9 -0
  134. data/app/assets/javascripts/ckeditor/plugins/ajax/plugin.js +6 -0
  135. data/app/assets/javascripts/ckeditor/plugins/attachment/dialogs/attachment.js +1 -0
  136. data/app/assets/javascripts/ckeditor/plugins/attachment/images/attachment.png +0 -0
  137. data/app/assets/javascripts/ckeditor/plugins/attachment/lang/en.js +10 -0
  138. data/app/assets/javascripts/ckeditor/plugins/attachment/lang/ru.js +10 -0
  139. data/app/assets/javascripts/ckeditor/plugins/attachment/lang/uk.js +10 -0
  140. data/app/assets/javascripts/ckeditor/plugins/attachment/plugin.js +1 -0
  141. data/app/assets/javascripts/ckeditor/plugins/autogrow/plugin.js +8 -0
  142. data/app/assets/javascripts/ckeditor/plugins/bbcode/plugin.js +22 -0
  143. data/app/assets/javascripts/ckeditor/plugins/bbcode/samples/bbcode.html +172 -0
  144. data/app/assets/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +11 -0
  145. data/app/assets/javascripts/ckeditor/plugins/clipboard/samples/clipboard.html +210 -0
  146. data/app/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +13 -0
  147. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/_translationstatus.txt +27 -0
  148. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/bg.js +5 -0
  149. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/cs.js +5 -0
  150. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/cy.js +5 -0
  151. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/da.js +5 -0
  152. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/de.js +5 -0
  153. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/el.js +5 -0
  154. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/en.js +5 -0
  155. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/eo.js +5 -0
  156. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/et.js +5 -0
  157. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/fa.js +5 -0
  158. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/fi.js +5 -0
  159. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/fr.js +5 -0
  160. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/gu.js +5 -0
  161. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/he.js +5 -0
  162. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/hr.js +5 -0
  163. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/it.js +5 -0
  164. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/nb.js +5 -0
  165. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/nl.js +5 -0
  166. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/no.js +5 -0
  167. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/pl.js +5 -0
  168. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/tr.js +5 -0
  169. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/ug.js +5 -0
  170. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/uk.js +5 -0
  171. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/vi.js +5 -0
  172. data/app/assets/javascripts/ckeditor/plugins/devtools/lang/zh-cn.js +5 -0
  173. data/app/assets/javascripts/ckeditor/plugins/devtools/plugin.js +9 -0
  174. data/app/assets/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
  175. data/app/assets/javascripts/ckeditor/plugins/dialogadvtab/plugin.js +8 -0
  176. data/app/assets/javascripts/ckeditor/plugins/div/dialogs/div.js +9 -0
  177. data/app/assets/javascripts/ckeditor/plugins/divarea/plugin.js +5 -0
  178. data/app/assets/javascripts/ckeditor/plugins/docprops/dialogs/docprops.js +25 -0
  179. data/app/assets/javascripts/ckeditor/plugins/docprops/icons/docprops-rtl.png +0 -0
  180. data/app/assets/javascripts/ckeditor/plugins/docprops/icons/docprops.png +0 -0
  181. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/af.js +3 -0
  182. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/ar.js +2 -0
  183. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/bg.js +3 -0
  184. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/bn.js +3 -0
  185. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/bs.js +3 -0
  186. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/ca.js +3 -0
  187. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/cs.js +3 -0
  188. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/cy.js +3 -0
  189. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/da.js +3 -0
  190. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/de.js +3 -0
  191. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/el.js +3 -0
  192. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/en-au.js +3 -0
  193. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/en-ca.js +3 -0
  194. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/en-gb.js +3 -0
  195. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/en.js +3 -0
  196. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/eo.js +3 -0
  197. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/es.js +3 -0
  198. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/et.js +3 -0
  199. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/eu.js +3 -0
  200. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/fa.js +2 -0
  201. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/fi.js +3 -0
  202. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/fo.js +3 -0
  203. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/fr-ca.js +3 -0
  204. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/fr.js +3 -0
  205. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/gl.js +3 -0
  206. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/gu.js +3 -0
  207. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/he.js +2 -0
  208. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/hi.js +3 -0
  209. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/hr.js +3 -0
  210. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/hu.js +3 -0
  211. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/is.js +3 -0
  212. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/it.js +3 -0
  213. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/ja.js +2 -0
  214. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/ka.js +3 -0
  215. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/km.js +3 -0
  216. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/ko.js +2 -0
  217. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/lt.js +3 -0
  218. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/lv.js +3 -0
  219. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/mk.js +3 -0
  220. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/mn.js +3 -0
  221. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/ms.js +3 -0
  222. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/nb.js +3 -0
  223. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/nl.js +3 -0
  224. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/no.js +3 -0
  225. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/pl.js +3 -0
  226. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/pt-br.js +3 -0
  227. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/pt.js +3 -0
  228. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/ro.js +3 -0
  229. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/ru.js +3 -0
  230. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/sk.js +3 -0
  231. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/sl.js +3 -0
  232. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/sr-latn.js +3 -0
  233. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/sr.js +3 -0
  234. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/sv.js +2 -0
  235. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/th.js +3 -0
  236. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/tr.js +3 -0
  237. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/ug.js +3 -0
  238. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/uk.js +3 -0
  239. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/vi.js +3 -0
  240. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/zh-cn.js +2 -0
  241. data/app/assets/javascripts/ckeditor/plugins/docprops/lang/zh.js +2 -0
  242. data/app/assets/javascripts/ckeditor/plugins/docprops/plugin.js +6 -0
  243. data/app/assets/javascripts/ckeditor/plugins/embed/dialogs/embed.js +1 -0
  244. data/app/assets/javascripts/ckeditor/plugins/embed/images/embed.png +0 -0
  245. data/app/assets/javascripts/ckeditor/plugins/embed/lang/el.js +9 -0
  246. data/app/assets/javascripts/ckeditor/plugins/embed/lang/en.js +9 -0
  247. data/app/assets/javascripts/ckeditor/plugins/embed/lang/ru.js +9 -0
  248. data/app/assets/javascripts/ckeditor/plugins/embed/lang/uk.js +9 -0
  249. data/app/assets/javascripts/ckeditor/plugins/embed/plugin.js +1 -0
  250. data/app/assets/javascripts/ckeditor/plugins/fakeobjects/images/spacer.gif +0 -0
  251. data/app/assets/javascripts/ckeditor/plugins/find/dialogs/find.js +25 -0
  252. data/app/assets/javascripts/ckeditor/plugins/flash/dialogs/flash.js +23 -0
  253. data/app/assets/javascripts/ckeditor/plugins/flash/images/placeholder.png +0 -0
  254. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/button.js +8 -0
  255. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +8 -0
  256. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/form.js +8 -0
  257. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +8 -0
  258. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/radio.js +8 -0
  259. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/select.js +20 -0
  260. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +8 -0
  261. data/app/assets/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +10 -0
  262. data/app/assets/javascripts/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  263. data/app/assets/javascripts/ckeditor/plugins/icons.png +0 -0
  264. data/app/assets/javascripts/ckeditor/plugins/iframe/dialogs/iframe.js +10 -0
  265. data/app/assets/javascripts/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  266. data/app/assets/javascripts/ckeditor/plugins/iframedialog/plugin.js +8 -0
  267. data/app/assets/javascripts/ckeditor/plugins/image/dialogs/image.js +41 -0
  268. data/app/assets/javascripts/ckeditor/plugins/image/images/noimage.png +0 -0
  269. data/app/assets/javascripts/ckeditor/plugins/link/dialogs/anchor.js +8 -0
  270. data/app/assets/javascripts/ckeditor/plugins/link/dialogs/link.js +36 -0
  271. data/app/assets/javascripts/ckeditor/plugins/link/images/anchor.gif +0 -0
  272. data/app/assets/javascripts/ckeditor/plugins/liststyle/dialogs/liststyle.js +10 -0
  273. data/app/assets/javascripts/ckeditor/plugins/magicline/images/icon.png +0 -0
  274. data/app/assets/javascripts/ckeditor/plugins/magicline/samples/sample.html +544 -0
  275. data/app/assets/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  276. data/app/assets/javascripts/ckeditor/plugins/pastefromword/filter/default.js +30 -0
  277. data/app/assets/javascripts/ckeditor/plugins/placeholder/dialogs/placeholder.js +6 -0
  278. data/app/assets/javascripts/ckeditor/plugins/placeholder/icons/createplaceholder.png +0 -0
  279. data/app/assets/javascripts/ckeditor/plugins/placeholder/icons/editplaceholder.png +0 -0
  280. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/_translationstatus.txt +26 -0
  281. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/bg.js +5 -0
  282. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/cs.js +5 -0
  283. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/cy.js +5 -0
  284. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/da.js +5 -0
  285. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/de.js +5 -0
  286. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/el.js +5 -0
  287. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/en.js +5 -0
  288. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/eo.js +5 -0
  289. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/et.js +5 -0
  290. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/fa.js +5 -0
  291. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/fi.js +5 -0
  292. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/fr.js +5 -0
  293. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/he.js +5 -0
  294. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/hr.js +5 -0
  295. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/it.js +5 -0
  296. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/nb.js +5 -0
  297. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/nl.js +5 -0
  298. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/no.js +5 -0
  299. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/pl.js +5 -0
  300. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/tr.js +5 -0
  301. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/ug.js +5 -0
  302. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/uk.js +5 -0
  303. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/vi.js +5 -0
  304. data/app/assets/javascripts/ckeditor/plugins/placeholder/lang/zh-cn.js +5 -0
  305. data/app/assets/javascripts/ckeditor/plugins/placeholder/plugin.js +10 -0
  306. data/app/assets/javascripts/ckeditor/plugins/preview/preview.html +10 -0
  307. data/app/assets/javascripts/ckeditor/plugins/scayt/dialogs/options.js +19 -0
  308. data/app/assets/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css +71 -0
  309. data/app/assets/javascripts/ckeditor/plugins/selectionmark/plugin.js +9 -0
  310. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  311. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  312. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  313. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  314. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  315. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  316. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  317. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  318. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  319. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  320. data/app/assets/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  321. data/app/assets/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +10 -0
  322. data/app/assets/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  323. data/app/assets/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  324. data/app/assets/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  325. data/app/assets/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  326. data/app/assets/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  327. data/app/assets/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  328. data/app/assets/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  329. data/app/assets/javascripts/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  330. data/app/assets/javascripts/ckeditor/plugins/smiley/images/heart.gif +0 -0
  331. data/app/assets/javascripts/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  332. data/app/assets/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  333. data/app/assets/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  334. data/app/assets/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  335. data/app/assets/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  336. data/app/assets/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  337. data/app/assets/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  338. data/app/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  339. data/app/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  340. data/app/assets/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  341. data/app/assets/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  342. data/app/assets/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  343. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +20 -0
  344. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/cs.js +13 -0
  345. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/cy.js +14 -0
  346. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/de.js +13 -0
  347. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/el.js +13 -0
  348. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/en.js +13 -0
  349. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/eo.js +12 -0
  350. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/et.js +13 -0
  351. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fa.js +13 -0
  352. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fi.js +13 -0
  353. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/fr.js +11 -0
  354. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/hr.js +13 -0
  355. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/it.js +14 -0
  356. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/nb.js +11 -0
  357. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/nl.js +13 -0
  358. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/no.js +11 -0
  359. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/tr.js +12 -0
  360. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/ug.js +13 -0
  361. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +9 -0
  362. data/app/assets/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +14 -0
  363. data/app/assets/javascripts/ckeditor/plugins/stylesheetparser/plugin.js +7 -0
  364. data/app/assets/javascripts/ckeditor/plugins/table/dialogs/table.js +20 -0
  365. data/app/assets/javascripts/ckeditor/plugins/tableresize/plugin.js +13 -0
  366. data/app/assets/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +18 -0
  367. data/app/assets/javascripts/ckeditor/plugins/templates/dialogs/templates.css +84 -0
  368. data/app/assets/javascripts/ckeditor/plugins/templates/dialogs/templates.js +10 -0
  369. data/app/assets/javascripts/ckeditor/plugins/templates/templates/default.js +6 -0
  370. data/app/assets/javascripts/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  371. data/app/assets/javascripts/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  372. data/app/assets/javascripts/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  373. data/app/assets/javascripts/ckeditor/plugins/toolbar/samples/toolbar.html +80 -0
  374. data/app/assets/javascripts/ckeditor/plugins/uicolor/dialogs/uicolor.js +10 -0
  375. data/app/assets/javascripts/ckeditor/plugins/uicolor/icons/uicolor.png +0 -0
  376. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/_translationstatus.txt +27 -0
  377. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/bg.js +5 -0
  378. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/cs.js +5 -0
  379. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/cy.js +5 -0
  380. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/da.js +5 -0
  381. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/de.js +5 -0
  382. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/el.js +5 -0
  383. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/en.js +5 -0
  384. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/eo.js +5 -0
  385. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/et.js +5 -0
  386. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/fa.js +5 -0
  387. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/fi.js +5 -0
  388. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/fr.js +5 -0
  389. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/he.js +5 -0
  390. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/hr.js +5 -0
  391. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/it.js +5 -0
  392. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/mk.js +5 -0
  393. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/nb.js +5 -0
  394. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/nl.js +5 -0
  395. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/no.js +5 -0
  396. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/pl.js +5 -0
  397. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/tr.js +5 -0
  398. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/ug.js +5 -0
  399. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/uk.js +5 -0
  400. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/vi.js +5 -0
  401. data/app/assets/javascripts/ckeditor/plugins/uicolor/lang/zh-cn.js +5 -0
  402. data/app/assets/javascripts/ckeditor/plugins/uicolor/plugin.js +5 -0
  403. data/app/assets/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  404. data/app/assets/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  405. data/app/assets/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  406. data/app/assets/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  407. data/app/assets/javascripts/ckeditor/plugins/uicolor/yui/assets/yui.css +15 -0
  408. data/app/assets/javascripts/ckeditor/plugins/uicolor/yui/yui.js +225 -0
  409. data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +49 -0
  410. data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +52 -0
  411. data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +82 -0
  412. data/app/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +11 -0
  413. data/app/assets/javascripts/ckeditor/plugins/xml/plugin.js +7 -0
  414. data/app/assets/javascripts/ckeditor/samples/ajax.html +82 -0
  415. data/app/assets/javascripts/ckeditor/samples/api.html +210 -0
  416. data/app/assets/javascripts/ckeditor/samples/apidialog.html +164 -0
  417. data/app/assets/javascripts/ckeditor/samples/appendto.html +92 -0
  418. data/app/assets/javascripts/ckeditor/samples/assets/apidialog/my_dialog.js +5 -0
  419. data/app/assets/javascripts/ckeditor/samples/assets/inlineall/logo.png +0 -0
  420. data/app/assets/javascripts/ckeditor/samples/assets/outputforflash/outputforflash.fla +0 -0
  421. data/app/assets/javascripts/ckeditor/samples/assets/outputforflash/outputforflash.swf +0 -0
  422. data/app/assets/javascripts/ckeditor/samples/assets/outputforflash/swfobject.js +18 -0
  423. data/app/assets/javascripts/ckeditor/samples/assets/outputxhtml/outputxhtml.css +204 -0
  424. data/app/assets/javascripts/ckeditor/samples/assets/posteddata.php +59 -0
  425. data/app/assets/javascripts/ckeditor/samples/assets/sample.css +3 -0
  426. data/app/assets/javascripts/ckeditor/samples/assets/stylesheetparser/sample.css +70 -0
  427. data/app/assets/javascripts/ckeditor/samples/autogrow.html +96 -0
  428. data/app/assets/javascripts/ckeditor/samples/bbcode.html +106 -0
  429. data/app/assets/javascripts/ckeditor/samples/devtools.html +80 -0
  430. data/app/assets/javascripts/ckeditor/samples/divarea.html +96 -0
  431. data/app/assets/javascripts/ckeditor/samples/divreplace.html +141 -0
  432. data/app/assets/javascripts/ckeditor/samples/enterkey.html +99 -0
  433. data/app/assets/javascripts/ckeditor/samples/fullpage.html +109 -0
  434. data/app/assets/javascripts/ckeditor/samples/index.html +133 -0
  435. data/app/assets/javascripts/ckeditor/samples/inlineall.html +338 -0
  436. data/app/assets/javascripts/ckeditor/samples/inlinebycode.html +138 -0
  437. data/app/assets/javascripts/ckeditor/samples/magicline.html +198 -0
  438. data/app/assets/javascripts/ckeditor/samples/outputforflash.html +246 -0
  439. data/app/assets/javascripts/ckeditor/samples/outputhtml.html +228 -0
  440. data/app/assets/javascripts/ckeditor/samples/outputxhtml.html +217 -0
  441. data/app/assets/javascripts/ckeditor/samples/placeholder.html +69 -0
  442. data/app/assets/javascripts/ckeditor/samples/readonly.html +73 -0
  443. data/app/assets/javascripts/ckeditor/samples/replacebyclass.html +95 -0
  444. data/app/assets/javascripts/ckeditor/samples/replacebycode.html +93 -0
  445. data/app/assets/javascripts/ckeditor/samples/sample.css +261 -0
  446. data/app/assets/javascripts/ckeditor/samples/sample_posteddata.php +16 -0
  447. data/app/assets/javascripts/ckeditor/samples/stylesheetparser.html +77 -0
  448. data/app/assets/javascripts/ckeditor/samples/tabindex.html +80 -0
  449. data/app/assets/javascripts/ckeditor/samples/tableresize.html +101 -0
  450. data/app/assets/javascripts/ckeditor/samples/uicolor.html +137 -0
  451. data/app/assets/javascripts/ckeditor/samples/uilanguages.html +119 -0
  452. data/app/assets/javascripts/ckeditor/skins/kama/dialog.css +5 -0
  453. data/app/assets/javascripts/ckeditor/skins/kama/dialog_ie.css +5 -0
  454. data/app/assets/javascripts/ckeditor/skins/kama/dialog_ie7.css +5 -0
  455. data/app/assets/javascripts/ckeditor/skins/kama/dialog_ie8.css +5 -0
  456. data/app/assets/javascripts/ckeditor/skins/kama/dialog_iequirks.css +5 -0
  457. data/app/assets/javascripts/ckeditor/skins/kama/dialog_opera.css +5 -0
  458. data/app/assets/javascripts/ckeditor/skins/kama/editor.css +5 -0
  459. data/app/assets/javascripts/ckeditor/skins/kama/editor_ie.css +5 -0
  460. data/app/assets/javascripts/ckeditor/skins/kama/editor_ie7.css +5 -0
  461. data/app/assets/javascripts/ckeditor/skins/kama/editor_ie8.css +5 -0
  462. data/app/assets/javascripts/ckeditor/skins/kama/editor_iequirks.css +5 -0
  463. data/app/assets/javascripts/ckeditor/skins/kama/icons.png +0 -0
  464. data/app/assets/javascripts/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
  465. data/app/assets/javascripts/ckeditor/skins/kama/images/dialog_sides.png +0 -0
  466. data/app/assets/javascripts/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
  467. data/app/assets/javascripts/ckeditor/skins/kama/images/mini.gif +0 -0
  468. data/app/assets/javascripts/ckeditor/skins/kama/images/sprites.png +0 -0
  469. data/app/assets/javascripts/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
  470. data/app/assets/javascripts/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
  471. data/app/assets/javascripts/ckeditor/skins/kama/readme.md +26 -0
  472. data/app/assets/javascripts/ckeditor/skins/moono/colorpanel.css +127 -0
  473. data/app/assets/javascripts/ckeditor/skins/moono/dialog.css +895 -0
  474. data/app/assets/javascripts/ckeditor/skins/moono/dialog_ie.css +51 -0
  475. data/app/assets/javascripts/ckeditor/skins/moono/dialog_ie7.css +41 -0
  476. data/app/assets/javascripts/ckeditor/skins/moono/dialog_ie8.css +15 -0
  477. data/app/assets/javascripts/ckeditor/skins/moono/dialog_opera.css +21 -0
  478. data/app/assets/javascripts/ckeditor/skins/moono/editor.css +66 -0
  479. data/app/assets/javascripts/ckeditor/skins/moono/editor_gecko.css +25 -0
  480. data/app/assets/javascripts/ckeditor/skins/moono/editor_ie.css +78 -0
  481. data/app/assets/javascripts/ckeditor/skins/moono/editor_ie7.css +200 -0
  482. data/app/assets/javascripts/ckeditor/skins/moono/editor_ie8.css +27 -0
  483. data/app/assets/javascripts/ckeditor/skins/moono/elementspath.css +76 -0
  484. data/app/assets/javascripts/ckeditor/skins/moono/icons.svg +1714 -0
  485. data/app/assets/javascripts/ckeditor/skins/moono/icons/about.png +0 -0
  486. data/app/assets/javascripts/ckeditor/skins/moono/icons/anchor-rtl.png +0 -0
  487. data/app/assets/javascripts/ckeditor/skins/moono/icons/anchor.png +0 -0
  488. data/app/assets/javascripts/ckeditor/skins/moono/icons/bgcolor.png +0 -0
  489. data/app/assets/javascripts/ckeditor/skins/moono/icons/bidiltr.png +0 -0
  490. data/app/assets/javascripts/ckeditor/skins/moono/icons/bidirtl.png +0 -0
  491. data/app/assets/javascripts/ckeditor/skins/moono/icons/blockquote.png +0 -0
  492. data/app/assets/javascripts/ckeditor/skins/moono/icons/bold.png +0 -0
  493. data/app/assets/javascripts/ckeditor/skins/moono/icons/bulletedlist-rtl.png +0 -0
  494. data/app/assets/javascripts/ckeditor/skins/moono/icons/bulletedlist.png +0 -0
  495. data/app/assets/javascripts/ckeditor/skins/moono/icons/button.png +0 -0
  496. data/app/assets/javascripts/ckeditor/skins/moono/icons/checkbox.png +0 -0
  497. data/app/assets/javascripts/ckeditor/skins/moono/icons/copy-rtl.png +0 -0
  498. data/app/assets/javascripts/ckeditor/skins/moono/icons/copy.png +0 -0
  499. data/app/assets/javascripts/ckeditor/skins/moono/icons/creatediv.png +0 -0
  500. data/app/assets/javascripts/ckeditor/skins/moono/icons/cut-rtl.png +0 -0
  501. data/app/assets/javascripts/ckeditor/skins/moono/icons/cut.png +0 -0
  502. data/app/assets/javascripts/ckeditor/skins/moono/icons/docprops-rtl.png +0 -0
  503. data/app/assets/javascripts/ckeditor/skins/moono/icons/docprops.png +0 -0
  504. data/app/assets/javascripts/ckeditor/skins/moono/icons/find-rtl.png +0 -0
  505. data/app/assets/javascripts/ckeditor/skins/moono/icons/find.png +0 -0
  506. data/app/assets/javascripts/ckeditor/skins/moono/icons/flash.png +0 -0
  507. data/app/assets/javascripts/ckeditor/skins/moono/icons/form.png +0 -0
  508. data/app/assets/javascripts/ckeditor/skins/moono/icons/hiddenfield.png +0 -0
  509. data/app/assets/javascripts/ckeditor/skins/moono/icons/horizontalrule.png +0 -0
  510. data/app/assets/javascripts/ckeditor/skins/moono/icons/iframe.png +0 -0
  511. data/app/assets/javascripts/ckeditor/skins/moono/icons/image.png +0 -0
  512. data/app/assets/javascripts/ckeditor/skins/moono/icons/imagebutton.png +0 -0
  513. data/app/assets/javascripts/ckeditor/skins/moono/icons/indent-rtl.png +0 -0
  514. data/app/assets/javascripts/ckeditor/skins/moono/icons/indent.png +0 -0
  515. data/app/assets/javascripts/ckeditor/skins/moono/icons/italic.png +0 -0
  516. data/app/assets/javascripts/ckeditor/skins/moono/icons/justifyblock.png +0 -0
  517. data/app/assets/javascripts/ckeditor/skins/moono/icons/justifycenter.png +0 -0
  518. data/app/assets/javascripts/ckeditor/skins/moono/icons/justifyleft.png +0 -0
  519. data/app/assets/javascripts/ckeditor/skins/moono/icons/justifyright.png +0 -0
  520. data/app/assets/javascripts/ckeditor/skins/moono/icons/link.png +0 -0
  521. data/app/assets/javascripts/ckeditor/skins/moono/icons/maximize.png +0 -0
  522. data/app/assets/javascripts/ckeditor/skins/moono/icons/newpage-rtl.png +0 -0
  523. data/app/assets/javascripts/ckeditor/skins/moono/icons/newpage.png +0 -0
  524. data/app/assets/javascripts/ckeditor/skins/moono/icons/numberedlist-rtl.png +0 -0
  525. data/app/assets/javascripts/ckeditor/skins/moono/icons/numberedlist.png +0 -0
  526. data/app/assets/javascripts/ckeditor/skins/moono/icons/outdent-rtl.png +0 -0
  527. data/app/assets/javascripts/ckeditor/skins/moono/icons/outdent.png +0 -0
  528. data/app/assets/javascripts/ckeditor/skins/moono/icons/pagebreak-rtl.png +0 -0
  529. data/app/assets/javascripts/ckeditor/skins/moono/icons/pagebreak.png +0 -0
  530. data/app/assets/javascripts/ckeditor/skins/moono/icons/paste-rtl.png +0 -0
  531. data/app/assets/javascripts/ckeditor/skins/moono/icons/paste.png +0 -0
  532. data/app/assets/javascripts/ckeditor/skins/moono/icons/pastefromword-rtl.png +0 -0
  533. data/app/assets/javascripts/ckeditor/skins/moono/icons/pastefromword.png +0 -0
  534. data/app/assets/javascripts/ckeditor/skins/moono/icons/pastetext-rtl.png +0 -0
  535. data/app/assets/javascripts/ckeditor/skins/moono/icons/pastetext.png +0 -0
  536. data/app/assets/javascripts/ckeditor/skins/moono/icons/preview-rtl.png +0 -0
  537. data/app/assets/javascripts/ckeditor/skins/moono/icons/preview.png +0 -0
  538. data/app/assets/javascripts/ckeditor/skins/moono/icons/print.png +0 -0
  539. data/app/assets/javascripts/ckeditor/skins/moono/icons/radio.png +0 -0
  540. data/app/assets/javascripts/ckeditor/skins/moono/icons/redo-rtl.png +0 -0
  541. data/app/assets/javascripts/ckeditor/skins/moono/icons/redo.png +0 -0
  542. data/app/assets/javascripts/ckeditor/skins/moono/icons/removeformat.png +0 -0
  543. data/app/assets/javascripts/ckeditor/skins/moono/icons/replace.png +0 -0
  544. data/app/assets/javascripts/ckeditor/skins/moono/icons/save.png +0 -0
  545. data/app/assets/javascripts/ckeditor/skins/moono/icons/scayt.png +0 -0
  546. data/app/assets/javascripts/ckeditor/skins/moono/icons/select-rtl.png +0 -0
  547. data/app/assets/javascripts/ckeditor/skins/moono/icons/select.png +0 -0
  548. data/app/assets/javascripts/ckeditor/skins/moono/icons/selectall.png +0 -0
  549. data/app/assets/javascripts/ckeditor/skins/moono/icons/showblocks-rtl.png +0 -0
  550. data/app/assets/javascripts/ckeditor/skins/moono/icons/showblocks.png +0 -0
  551. data/app/assets/javascripts/ckeditor/skins/moono/icons/smiley.png +0 -0
  552. data/app/assets/javascripts/ckeditor/skins/moono/icons/source-rtl.png +0 -0
  553. data/app/assets/javascripts/ckeditor/skins/moono/icons/source.png +0 -0
  554. data/app/assets/javascripts/ckeditor/skins/moono/icons/specialchar.png +0 -0
  555. data/app/assets/javascripts/ckeditor/skins/moono/icons/spellchecker.png +0 -0
  556. data/app/assets/javascripts/ckeditor/skins/moono/icons/strike.png +0 -0
  557. data/app/assets/javascripts/ckeditor/skins/moono/icons/subscript.png +0 -0
  558. data/app/assets/javascripts/ckeditor/skins/moono/icons/superscript.png +0 -0
  559. data/app/assets/javascripts/ckeditor/skins/moono/icons/table.png +0 -0
  560. data/app/assets/javascripts/ckeditor/skins/moono/icons/templates-rtl.png +0 -0
  561. data/app/assets/javascripts/ckeditor/skins/moono/icons/templates.png +0 -0
  562. data/app/assets/javascripts/ckeditor/skins/moono/icons/textarea-rtl.png +0 -0
  563. data/app/assets/javascripts/ckeditor/skins/moono/icons/textarea.png +0 -0
  564. data/app/assets/javascripts/ckeditor/skins/moono/icons/textcolor.png +0 -0
  565. data/app/assets/javascripts/ckeditor/skins/moono/icons/textfield-rtl.png +0 -0
  566. data/app/assets/javascripts/ckeditor/skins/moono/icons/textfield.png +0 -0
  567. data/app/assets/javascripts/ckeditor/skins/moono/icons/uicolor.png +0 -0
  568. data/app/assets/javascripts/ckeditor/skins/moono/icons/underline.png +0 -0
  569. data/app/assets/javascripts/ckeditor/skins/moono/icons/undo-rtl.png +0 -0
  570. data/app/assets/javascripts/ckeditor/skins/moono/icons/undo.png +0 -0
  571. data/app/assets/javascripts/ckeditor/skins/moono/icons/unlink.png +0 -0
  572. data/app/assets/javascripts/ckeditor/skins/moono/icons_export_16.png +0 -0
  573. data/app/assets/javascripts/ckeditor/skins/moono/images/arrow.png +0 -0
  574. data/app/assets/javascripts/ckeditor/skins/moono/images/close.png +0 -0
  575. data/app/assets/javascripts/ckeditor/skins/moono/images/mini.png +0 -0
  576. data/app/assets/javascripts/ckeditor/skins/moono/mainui.css +206 -0
  577. data/app/assets/javascripts/ckeditor/skins/moono/menu.css +182 -0
  578. data/app/assets/javascripts/ckeditor/skins/moono/panel.css +241 -0
  579. data/app/assets/javascripts/ckeditor/skins/moono/presets.css +63 -0
  580. data/app/assets/javascripts/ckeditor/skins/moono/readme.md +26 -0
  581. data/app/assets/javascripts/ckeditor/skins/moono/reset.css +97 -0
  582. data/app/assets/javascripts/ckeditor/skins/moono/richcombo.css +217 -0
  583. data/app/assets/javascripts/ckeditor/skins/moono/skin.js +314 -0
  584. data/app/assets/javascripts/ckeditor/skins/moono/toolbar.css +436 -0
  585. data/app/assets/javascripts/ckeditor/styles.js +86 -0
  586. data/app/assets/stylesheets/ckeditor/application.css +6 -0
  587. data/app/controllers/ckeditor/application_controller.rb +32 -0
  588. data/app/controllers/ckeditor/attachment_files_controller.rb +23 -0
  589. data/app/controllers/ckeditor/pictures_controller.rb +23 -0
  590. data/app/views/ckeditor/attachment_files/index.html.erb +15 -0
  591. data/app/views/ckeditor/pictures/index.html.erb +15 -0
  592. data/app/views/ckeditor/shared/_asset.html.erb +20 -0
  593. data/app/views/ckeditor/shared/_asset_tmpl.html.erb +22 -0
  594. data/app/views/layouts/ckeditor/application.html.erb +31 -0
  595. data/config/locales/cs.ckeditor.yml +8 -0
  596. data/config/locales/de.ckeditor.yml +8 -0
  597. data/config/locales/el-GR.cdkeditor.yml +8 -0
  598. data/config/locales/en.ckeditor.yml +8 -0
  599. data/config/locales/es.ckeditor.yml +8 -0
  600. data/config/locales/fr.ckeditor.yml +8 -0
  601. data/config/locales/it.ckeditor.yml +8 -0
  602. data/config/locales/nl.ckeditor.yml +8 -0
  603. data/config/locales/pl.ckeditor.yml +8 -0
  604. data/config/locales/pt-BR.ckeditor.yml +8 -0
  605. data/config/locales/ru.ckeditor.yml +8 -0
  606. data/config/locales/sv-SE.ckeditor.yml +8 -0
  607. data/config/locales/uk.ckeditor.yml +8 -0
  608. data/config/locales/zh-CN.ckeditor.yml +8 -0
  609. data/config/routes.rb +4 -0
  610. data/lib/ckeditor.rb +76 -0
  611. data/lib/ckeditor/backend/carrierwave.rb +64 -0
  612. data/lib/ckeditor/backend/dragonfly.rb +45 -0
  613. data/lib/ckeditor/backend/paperclip.rb +56 -0
  614. data/lib/ckeditor/engine.rb +37 -0
  615. data/lib/ckeditor/helpers/controllers.rb +30 -0
  616. data/lib/ckeditor/helpers/form_builder.rb +11 -0
  617. data/lib/ckeditor/helpers/form_helper.rb +27 -0
  618. data/lib/ckeditor/helpers/view_helper.rb +22 -0
  619. data/lib/ckeditor/hooks/formtastic.rb +12 -0
  620. data/lib/ckeditor/hooks/simple_form.rb +17 -0
  621. data/lib/ckeditor/http.rb +89 -0
  622. data/lib/ckeditor/orm/active_record.rb +26 -0
  623. data/lib/ckeditor/orm/base.rb +46 -0
  624. data/lib/ckeditor/orm/mongoid.rb +43 -0
  625. data/lib/ckeditor/utils.rb +82 -0
  626. data/lib/ckeditor/version.rb +6 -0
  627. data/lib/generators/ckeditor/install_generator.rb +83 -0
  628. data/lib/generators/ckeditor/templates/active_record/carrierwave/ckeditor/asset.rb +7 -0
  629. data/lib/generators/ckeditor/templates/active_record/carrierwave/ckeditor/attachment_file.rb +7 -0
  630. data/lib/generators/ckeditor/templates/active_record/carrierwave/ckeditor/picture.rb +7 -0
  631. data/lib/generators/ckeditor/templates/active_record/carrierwave/migration.rb +26 -0
  632. data/lib/generators/ckeditor/templates/active_record/dragonfly/ckeditor/asset.rb +7 -0
  633. data/lib/generators/ckeditor/templates/active_record/dragonfly/ckeditor/attachment_file.rb +7 -0
  634. data/lib/generators/ckeditor/templates/active_record/dragonfly/ckeditor/picture.rb +12 -0
  635. data/lib/generators/ckeditor/templates/active_record/dragonfly/migration.rb +27 -0
  636. data/lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/asset.rb +4 -0
  637. data/lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/attachment_file.rb +12 -0
  638. data/lib/generators/ckeditor/templates/active_record/paperclip/ckeditor/picture.rb +13 -0
  639. data/lib/generators/ckeditor/templates/active_record/paperclip/migration.rb +26 -0
  640. data/lib/generators/ckeditor/templates/base/carrierwave/uploaders/ckeditor_attachment_file_uploader.rb +42 -0
  641. data/lib/generators/ckeditor/templates/base/carrierwave/uploaders/ckeditor_picture_uploader.rb +53 -0
  642. data/lib/generators/ckeditor/templates/base/dragonfly/initializer.rb +26 -0
  643. data/lib/generators/ckeditor/templates/ckeditor.rb +18 -0
  644. data/lib/generators/ckeditor/templates/mongoid/carrierwave/ckeditor/asset.rb +7 -0
  645. data/lib/generators/ckeditor/templates/mongoid/carrierwave/ckeditor/attachment_file.rb +7 -0
  646. data/lib/generators/ckeditor/templates/mongoid/carrierwave/ckeditor/picture.rb +7 -0
  647. data/lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/asset.rb +5 -0
  648. data/lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/attachment_file.rb +12 -0
  649. data/lib/generators/ckeditor/templates/mongoid/paperclip/ckeditor/picture.rb +13 -0
  650. data/test/ckeditor_test.rb +13 -0
  651. data/test/controllers/attachment_files_controller_test.rb +63 -0
  652. data/test/controllers/pictures_controller_test.rb +64 -0
  653. data/test/dummy/Rakefile +7 -0
  654. data/test/dummy/app/assets/javascripts/application.js +11 -0
  655. data/test/dummy/app/assets/stylesheets/application.css +7 -0
  656. data/test/dummy/app/assets/stylesheets/scaffold.css +56 -0
  657. data/test/dummy/app/controllers/application_controller.rb +4 -0
  658. data/test/dummy/app/controllers/posts_controller.rb +83 -0
  659. data/test/dummy/app/helpers/application_helper.rb +2 -0
  660. data/test/dummy/app/helpers/posts_helper.rb +2 -0
  661. data/test/dummy/app/models/post.rb +17 -0
  662. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  663. data/test/dummy/app/views/posts/_form.html.erb +30 -0
  664. data/test/dummy/app/views/posts/edit.html.erb +6 -0
  665. data/test/dummy/app/views/posts/index.html.erb +27 -0
  666. data/test/dummy/app/views/posts/new.html.erb +5 -0
  667. data/test/dummy/app/views/posts/show.html.erb +5 -0
  668. data/test/dummy/config.ru +4 -0
  669. data/test/dummy/config/application.rb +63 -0
  670. data/test/dummy/config/boot.rb +10 -0
  671. data/test/dummy/config/database.yml +25 -0
  672. data/test/dummy/config/environment.rb +5 -0
  673. data/test/dummy/config/environments/development.rb +37 -0
  674. data/test/dummy/config/environments/production.rb +67 -0
  675. data/test/dummy/config/environments/test.rb +37 -0
  676. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  677. data/test/dummy/config/initializers/ckeditor.rb +10 -0
  678. data/test/dummy/config/initializers/inflections.rb +15 -0
  679. data/test/dummy/config/initializers/mime_types.rb +5 -0
  680. data/test/dummy/config/initializers/secret_token.rb +7 -0
  681. data/test/dummy/config/initializers/session_store.rb +8 -0
  682. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  683. data/test/dummy/config/locales/en.yml +5 -0
  684. data/test/dummy/config/mongoid.yml +2 -0
  685. data/test/dummy/config/routes.rb +6 -0
  686. data/test/dummy/db/migrate/20110623120047_create_posts.rb +14 -0
  687. data/test/dummy/public/404.html +26 -0
  688. data/test/dummy/public/422.html +26 -0
  689. data/test/dummy/public/500.html +26 -0
  690. data/test/dummy/public/favicon.ico +0 -0
  691. data/test/dummy/script/rails +6 -0
  692. data/test/dummy/test/fixtures/files/rails.png +0 -0
  693. data/test/dummy/test/fixtures/files/rails.tar.gz +0 -0
  694. data/test/functional/posts_controller_test.rb +41 -0
  695. data/test/generators/install_generator_test.rb +97 -0
  696. data/test/integration/navigation_test.rb +7 -0
  697. data/test/models/attachment_file_test.rb +22 -0
  698. data/test/models/picture_test.rb +21 -0
  699. data/test/models/utils_test.rb +19 -0
  700. data/test/orm/active_record.rb +1 -0
  701. data/test/orm/mongoid.rb +6 -0
  702. data/test/support/controller_hooks.rb +27 -0
  703. data/test/support/helpers.rb +30 -0
  704. data/test/support/integration_case.rb +5 -0
  705. data/test/support/raw_post.rb +9 -0
  706. data/test/support/routes.txt +4 -0
  707. data/test/test_helper.rb +38 -0
  708. data/vendor/assets/javascripts/ckeditor/CHANGES.html +1548 -0
  709. data/vendor/assets/javascripts/ckeditor/INSTALL.html +92 -0
  710. data/vendor/assets/javascripts/ckeditor/LICENSE.html +1327 -0
  711. data/vendor/assets/javascripts/ckeditor/adapters/jquery.js +6 -0
  712. data/vendor/assets/javascripts/ckeditor/ckeditor.js +152 -0
  713. data/vendor/assets/javascripts/ckeditor/ckeditor.pack +211 -0
  714. data/vendor/assets/javascripts/ckeditor/ckeditor_basic.js +8 -0
  715. data/vendor/assets/javascripts/ckeditor/ckeditor_basic_source.js +20 -0
  716. data/vendor/assets/javascripts/ckeditor/ckeditor_source.js +35 -0
  717. data/vendor/assets/javascripts/ckeditor/config.js +11 -0
  718. data/vendor/assets/javascripts/ckeditor/contents.css +25 -0
  719. data/vendor/assets/javascripts/ckeditor/images/spacer.gif +0 -0
  720. data/vendor/assets/javascripts/ckeditor/lang/_languages.js +6 -0
  721. data/vendor/assets/javascripts/ckeditor/lang/_translationstatus.txt +64 -0
  722. data/vendor/assets/javascripts/ckeditor/lang/af.js +6 -0
  723. data/vendor/assets/javascripts/ckeditor/lang/ar.js +6 -0
  724. data/vendor/assets/javascripts/ckeditor/lang/bg.js +6 -0
  725. data/vendor/assets/javascripts/ckeditor/lang/bn.js +6 -0
  726. data/vendor/assets/javascripts/ckeditor/lang/bs.js +6 -0
  727. data/vendor/assets/javascripts/ckeditor/lang/ca.js +6 -0
  728. data/vendor/assets/javascripts/ckeditor/lang/cs.js +6 -0
  729. data/vendor/assets/javascripts/ckeditor/lang/cy.js +6 -0
  730. data/vendor/assets/javascripts/ckeditor/lang/da.js +6 -0
  731. data/vendor/assets/javascripts/ckeditor/lang/de.js +6 -0
  732. data/vendor/assets/javascripts/ckeditor/lang/el.js +6 -0
  733. data/vendor/assets/javascripts/ckeditor/lang/en-au.js +6 -0
  734. data/vendor/assets/javascripts/ckeditor/lang/en-ca.js +6 -0
  735. data/vendor/assets/javascripts/ckeditor/lang/en-gb.js +6 -0
  736. data/vendor/assets/javascripts/ckeditor/lang/en.js +6 -0
  737. data/vendor/assets/javascripts/ckeditor/lang/eo.js +6 -0
  738. data/vendor/assets/javascripts/ckeditor/lang/es.js +6 -0
  739. data/vendor/assets/javascripts/ckeditor/lang/et.js +6 -0
  740. data/vendor/assets/javascripts/ckeditor/lang/eu.js +6 -0
  741. data/vendor/assets/javascripts/ckeditor/lang/fa.js +6 -0
  742. data/vendor/assets/javascripts/ckeditor/lang/fi.js +6 -0
  743. data/vendor/assets/javascripts/ckeditor/lang/fo.js +6 -0
  744. data/vendor/assets/javascripts/ckeditor/lang/fr-ca.js +6 -0
  745. data/vendor/assets/javascripts/ckeditor/lang/fr.js +6 -0
  746. data/vendor/assets/javascripts/ckeditor/lang/gl.js +6 -0
  747. data/vendor/assets/javascripts/ckeditor/lang/gu.js +6 -0
  748. data/vendor/assets/javascripts/ckeditor/lang/he.js +6 -0
  749. data/vendor/assets/javascripts/ckeditor/lang/hi.js +6 -0
  750. data/vendor/assets/javascripts/ckeditor/lang/hr.js +6 -0
  751. data/vendor/assets/javascripts/ckeditor/lang/hu.js +6 -0
  752. data/vendor/assets/javascripts/ckeditor/lang/id.js +6 -0
  753. data/vendor/assets/javascripts/ckeditor/lang/is.js +6 -0
  754. data/vendor/assets/javascripts/ckeditor/lang/it.js +6 -0
  755. data/vendor/assets/javascripts/ckeditor/lang/ja.js +6 -0
  756. data/vendor/assets/javascripts/ckeditor/lang/ka.js +6 -0
  757. data/vendor/assets/javascripts/ckeditor/lang/km.js +6 -0
  758. data/vendor/assets/javascripts/ckeditor/lang/ko.js +6 -0
  759. data/vendor/assets/javascripts/ckeditor/lang/lt.js +6 -0
  760. data/vendor/assets/javascripts/ckeditor/lang/lv.js +6 -0
  761. data/vendor/assets/javascripts/ckeditor/lang/mk.js +6 -0
  762. data/vendor/assets/javascripts/ckeditor/lang/mn.js +6 -0
  763. data/vendor/assets/javascripts/ckeditor/lang/ms.js +6 -0
  764. data/vendor/assets/javascripts/ckeditor/lang/nb.js +6 -0
  765. data/vendor/assets/javascripts/ckeditor/lang/nl.js +6 -0
  766. data/vendor/assets/javascripts/ckeditor/lang/no.js +6 -0
  767. data/vendor/assets/javascripts/ckeditor/lang/pl.js +6 -0
  768. data/vendor/assets/javascripts/ckeditor/lang/pt-br.js +6 -0
  769. data/vendor/assets/javascripts/ckeditor/lang/pt.js +6 -0
  770. data/vendor/assets/javascripts/ckeditor/lang/ro.js +6 -0
  771. data/vendor/assets/javascripts/ckeditor/lang/ru.js +6 -0
  772. data/vendor/assets/javascripts/ckeditor/lang/sk.js +6 -0
  773. data/vendor/assets/javascripts/ckeditor/lang/sl.js +6 -0
  774. data/vendor/assets/javascripts/ckeditor/lang/sr-latn.js +6 -0
  775. data/vendor/assets/javascripts/ckeditor/lang/sr.js +6 -0
  776. data/vendor/assets/javascripts/ckeditor/lang/sv.js +6 -0
  777. data/vendor/assets/javascripts/ckeditor/lang/th.js +6 -0
  778. data/vendor/assets/javascripts/ckeditor/lang/tr.js +6 -0
  779. data/vendor/assets/javascripts/ckeditor/lang/ug.js +6 -0
  780. data/vendor/assets/javascripts/ckeditor/lang/uk.js +6 -0
  781. data/vendor/assets/javascripts/ckeditor/lang/vi.js +6 -0
  782. data/vendor/assets/javascripts/ckeditor/lang/zh-cn.js +6 -0
  783. data/vendor/assets/javascripts/ckeditor/lang/zh.js +6 -0
  784. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +7 -0
  785. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/_translationstatus.txt +25 -0
  786. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/cs.js +6 -0
  787. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/cy.js +6 -0
  788. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/da.js +6 -0
  789. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/de.js +6 -0
  790. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/el.js +6 -0
  791. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/en.js +6 -0
  792. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/eo.js +6 -0
  793. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/fa.js +6 -0
  794. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/fi.js +6 -0
  795. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/fr.js +6 -0
  796. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/gu.js +6 -0
  797. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/he.js +6 -0
  798. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/it.js +6 -0
  799. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/mk.js +6 -0
  800. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/nb.js +6 -0
  801. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/nl.js +6 -0
  802. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/no.js +6 -0
  803. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/pt-br.js +6 -0
  804. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/ro.js +6 -0
  805. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/tr.js +6 -0
  806. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/ug.js +6 -0
  807. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/vi.js +6 -0
  808. data/vendor/assets/javascripts/ckeditor/plugins/a11yhelp/lang/zh-cn.js +6 -0
  809. data/vendor/assets/javascripts/ckeditor/plugins/about/dialogs/about.js +6 -0
  810. data/vendor/assets/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  811. data/vendor/assets/javascripts/ckeditor/plugins/adobeair/plugin.js +6 -0
  812. data/vendor/assets/javascripts/ckeditor/plugins/ajax/plugin.js +6 -0
  813. data/vendor/assets/javascripts/ckeditor/plugins/autogrow/plugin.js +6 -0
  814. data/vendor/assets/javascripts/ckeditor/plugins/bbcode/plugin.js +9 -0
  815. data/vendor/assets/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +7 -0
  816. data/vendor/assets/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +7 -0
  817. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/_translationstatus.txt +28 -0
  818. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/bg.js +6 -0
  819. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/cs.js +6 -0
  820. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/cy.js +6 -0
  821. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/da.js +6 -0
  822. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/de.js +6 -0
  823. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/el.js +6 -0
  824. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/en.js +6 -0
  825. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/eo.js +6 -0
  826. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/et.js +6 -0
  827. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/fa.js +6 -0
  828. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/fi.js +6 -0
  829. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/fr.js +6 -0
  830. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/gu.js +6 -0
  831. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/he.js +6 -0
  832. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/hr.js +6 -0
  833. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/it.js +6 -0
  834. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/nb.js +6 -0
  835. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/nl.js +6 -0
  836. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/no.js +6 -0
  837. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/pl.js +6 -0
  838. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/pt-br.js +6 -0
  839. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/tr.js +6 -0
  840. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/ug.js +6 -0
  841. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/uk.js +6 -0
  842. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/vi.js +6 -0
  843. data/vendor/assets/javascripts/ckeditor/plugins/devtools/lang/zh-cn.js +6 -0
  844. data/vendor/assets/javascripts/ckeditor/plugins/devtools/plugin.js +6 -0
  845. data/vendor/assets/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +4 -0
  846. data/vendor/assets/javascripts/ckeditor/plugins/div/dialogs/div.js +8 -0
  847. data/vendor/assets/javascripts/ckeditor/plugins/docprops/dialogs/docprops.js +10 -0
  848. data/vendor/assets/javascripts/ckeditor/plugins/docprops/plugin.js +6 -0
  849. data/vendor/assets/javascripts/ckeditor/plugins/find/dialogs/find.js +10 -0
  850. data/vendor/assets/javascripts/ckeditor/plugins/flash/dialogs/flash.js +9 -0
  851. data/vendor/assets/javascripts/ckeditor/plugins/flash/images/placeholder.png +0 -0
  852. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/button.js +6 -0
  853. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +6 -0
  854. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/form.js +6 -0
  855. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +6 -0
  856. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/radio.js +6 -0
  857. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/select.js +9 -0
  858. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +6 -0
  859. data/vendor/assets/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +6 -0
  860. data/vendor/assets/javascripts/ckeditor/plugins/forms/images/hiddenfield.gif +0 -0
  861. data/vendor/assets/javascripts/ckeditor/plugins/iframe/dialogs/iframe.js +7 -0
  862. data/vendor/assets/javascripts/ckeditor/plugins/iframe/images/placeholder.png +0 -0
  863. data/vendor/assets/javascripts/ckeditor/plugins/iframedialog/plugin.js +6 -0
  864. data/vendor/assets/javascripts/ckeditor/plugins/image/dialogs/image.js +13 -0
  865. data/vendor/assets/javascripts/ckeditor/plugins/link/dialogs/anchor.js +6 -0
  866. data/vendor/assets/javascripts/ckeditor/plugins/link/dialogs/link.js +12 -0
  867. data/vendor/assets/javascripts/ckeditor/plugins/link/images/anchor.gif +0 -0
  868. data/vendor/assets/javascripts/ckeditor/plugins/liststyle/dialogs/liststyle.js +7 -0
  869. data/vendor/assets/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  870. data/vendor/assets/javascripts/ckeditor/plugins/pastefromword/filter/default.js +11 -0
  871. data/vendor/assets/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js +6 -0
  872. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/dialogs/placeholder.js +6 -0
  873. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/_translationstatus.txt +27 -0
  874. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/bg.js +6 -0
  875. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/cs.js +6 -0
  876. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/cy.js +6 -0
  877. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/da.js +6 -0
  878. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/de.js +6 -0
  879. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/el.js +6 -0
  880. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/en.js +6 -0
  881. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/eo.js +6 -0
  882. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/et.js +6 -0
  883. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/fa.js +6 -0
  884. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/fi.js +6 -0
  885. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/fr.js +6 -0
  886. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/he.js +6 -0
  887. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/hr.js +6 -0
  888. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/it.js +6 -0
  889. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/nb.js +6 -0
  890. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/nl.js +6 -0
  891. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/no.js +6 -0
  892. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/pl.js +6 -0
  893. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/pt-br.js +6 -0
  894. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/tr.js +6 -0
  895. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/ug.js +6 -0
  896. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/uk.js +6 -0
  897. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/vi.js +6 -0
  898. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/lang/zh-cn.js +6 -0
  899. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/placeholder.gif +0 -0
  900. data/vendor/assets/javascripts/ckeditor/plugins/placeholder/plugin.js +6 -0
  901. data/vendor/assets/javascripts/ckeditor/plugins/preview/preview.html +10 -0
  902. data/vendor/assets/javascripts/ckeditor/plugins/scayt/dialogs/options.js +8 -0
  903. data/vendor/assets/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css +6 -0
  904. data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  905. data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  906. data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  907. data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  908. data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  909. data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  910. data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  911. data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  912. data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  913. data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  914. data/vendor/assets/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  915. data/vendor/assets/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +7 -0
  916. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  917. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  918. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  919. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  920. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  921. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  922. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  923. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  924. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/heart.gif +0 -0
  925. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  926. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  927. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  928. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  929. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  930. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  931. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  932. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  933. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  934. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  935. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  936. data/vendor/assets/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  937. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +7 -0
  938. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/_translationstatus.txt +22 -0
  939. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/cs.js +6 -0
  940. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/cy.js +6 -0
  941. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/de.js +6 -0
  942. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/el.js +6 -0
  943. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/en.js +6 -0
  944. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/eo.js +6 -0
  945. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/et.js +6 -0
  946. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/fa.js +6 -0
  947. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/fi.js +6 -0
  948. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/fr.js +6 -0
  949. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/he.js +6 -0
  950. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/hr.js +6 -0
  951. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/it.js +6 -0
  952. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/nb.js +6 -0
  953. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/nl.js +6 -0
  954. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/no.js +6 -0
  955. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/pt-br.js +6 -0
  956. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/tr.js +6 -0
  957. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/ug.js +6 -0
  958. data/vendor/assets/javascripts/ckeditor/plugins/specialchar/lang/zh-cn.js +6 -0
  959. data/vendor/assets/javascripts/ckeditor/plugins/styles/styles/default.js +6 -0
  960. data/vendor/assets/javascripts/ckeditor/plugins/stylesheetparser/plugin.js +6 -0
  961. data/vendor/assets/javascripts/ckeditor/plugins/table/dialogs/table.js +9 -0
  962. data/vendor/assets/javascripts/ckeditor/plugins/tableresize/plugin.js +7 -0
  963. data/vendor/assets/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +8 -0
  964. data/vendor/assets/javascripts/ckeditor/plugins/templates/dialogs/templates.js +7 -0
  965. data/vendor/assets/javascripts/ckeditor/plugins/templates/templates/default.js +6 -0
  966. data/vendor/assets/javascripts/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  967. data/vendor/assets/javascripts/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  968. data/vendor/assets/javascripts/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  969. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/dialogs/uicolor.js +7 -0
  970. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/_translationstatus.txt +28 -0
  971. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/bg.js +6 -0
  972. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/cs.js +6 -0
  973. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/cy.js +6 -0
  974. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/da.js +6 -0
  975. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/de.js +6 -0
  976. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/el.js +6 -0
  977. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/en.js +6 -0
  978. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/eo.js +6 -0
  979. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/et.js +6 -0
  980. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/fa.js +6 -0
  981. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/fi.js +6 -0
  982. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/fr.js +6 -0
  983. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/he.js +6 -0
  984. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/hr.js +6 -0
  985. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/it.js +6 -0
  986. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/mk.js +6 -0
  987. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/nb.js +6 -0
  988. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/nl.js +6 -0
  989. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/no.js +6 -0
  990. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/pl.js +6 -0
  991. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/pt-br.js +6 -0
  992. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/tr.js +6 -0
  993. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/ug.js +6 -0
  994. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/uk.js +6 -0
  995. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/vi.js +6 -0
  996. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/lang/zh-cn.js +6 -0
  997. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/plugin.js +6 -0
  998. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/uicolor.gif +0 -0
  999. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  1000. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  1001. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  1002. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  1003. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/yui/assets/yui.css +6 -0
  1004. data/vendor/assets/javascripts/ckeditor/plugins/uicolor/yui/yui.js +76 -0
  1005. data/vendor/assets/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +49 -0
  1006. data/vendor/assets/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +52 -0
  1007. data/vendor/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +6 -0
  1008. data/vendor/assets/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +7 -0
  1009. data/vendor/assets/javascripts/ckeditor/plugins/xml/plugin.js +6 -0
  1010. data/vendor/assets/javascripts/ckeditor/skins/kama/dialog.css +10 -0
  1011. data/vendor/assets/javascripts/ckeditor/skins/kama/editor.css +13 -0
  1012. data/vendor/assets/javascripts/ckeditor/skins/kama/icons.png +0 -0
  1013. data/vendor/assets/javascripts/ckeditor/skins/kama/icons_rtl.png +0 -0
  1014. data/vendor/assets/javascripts/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
  1015. data/vendor/assets/javascripts/ckeditor/skins/kama/images/dialog_sides.png +0 -0
  1016. data/vendor/assets/javascripts/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
  1017. data/vendor/assets/javascripts/ckeditor/skins/kama/images/mini.gif +0 -0
  1018. data/vendor/assets/javascripts/ckeditor/skins/kama/images/noimage.png +0 -0
  1019. data/vendor/assets/javascripts/ckeditor/skins/kama/images/sprites.png +0 -0
  1020. data/vendor/assets/javascripts/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
  1021. data/vendor/assets/javascripts/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
  1022. data/vendor/assets/javascripts/ckeditor/skins/kama/skin.js +7 -0
  1023. data/vendor/assets/javascripts/ckeditor/skins/kama/templates.css +6 -0
  1024. data/vendor/assets/javascripts/ckeditor/skins/office2003/dialog.css +10 -0
  1025. data/vendor/assets/javascripts/ckeditor/skins/office2003/editor.css +14 -0
  1026. data/vendor/assets/javascripts/ckeditor/skins/office2003/icons.png +0 -0
  1027. data/vendor/assets/javascripts/ckeditor/skins/office2003/icons_rtl.png +0 -0
  1028. data/vendor/assets/javascripts/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
  1029. data/vendor/assets/javascripts/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
  1030. data/vendor/assets/javascripts/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
  1031. data/vendor/assets/javascripts/ckeditor/skins/office2003/images/mini.gif +0 -0
  1032. data/vendor/assets/javascripts/ckeditor/skins/office2003/images/noimage.png +0 -0
  1033. data/vendor/assets/javascripts/ckeditor/skins/office2003/images/sprites.png +0 -0
  1034. data/vendor/assets/javascripts/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
  1035. data/vendor/assets/javascripts/ckeditor/skins/office2003/skin.js +6 -0
  1036. data/vendor/assets/javascripts/ckeditor/skins/office2003/templates.css +6 -0
  1037. data/vendor/assets/javascripts/ckeditor/skins/v2/dialog.css +9 -0
  1038. data/vendor/assets/javascripts/ckeditor/skins/v2/editor.css +13 -0
  1039. data/vendor/assets/javascripts/ckeditor/skins/v2/icons.png +0 -0
  1040. data/vendor/assets/javascripts/ckeditor/skins/v2/icons_rtl.png +0 -0
  1041. data/vendor/assets/javascripts/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
  1042. data/vendor/assets/javascripts/ckeditor/skins/v2/images/dialog_sides.png +0 -0
  1043. data/vendor/assets/javascripts/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
  1044. data/vendor/assets/javascripts/ckeditor/skins/v2/images/mini.gif +0 -0
  1045. data/vendor/assets/javascripts/ckeditor/skins/v2/images/noimage.png +0 -0
  1046. data/vendor/assets/javascripts/ckeditor/skins/v2/images/sprites.png +0 -0
  1047. data/vendor/assets/javascripts/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
  1048. data/vendor/assets/javascripts/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
  1049. data/vendor/assets/javascripts/ckeditor/skins/v2/skin.js +6 -0
  1050. data/vendor/assets/javascripts/ckeditor/skins/v2/templates.css +6 -0
  1051. data/vendor/assets/javascripts/ckeditor/themes/default/theme.js +8 -0
  1052. metadata +1186 -0
@@ -0,0 +1,1274 @@
1
+ Software License Agreement
2
+ ==========================
3
+
4
+ CKEditor - The text editor for Internet - http://ckeditor.com
5
+ Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
6
+
7
+ Licensed under the terms of any of the following licenses at your
8
+ choice:
9
+
10
+ - GNU General Public License Version 2 or later (the "GPL")
11
+ http://www.gnu.org/licenses/gpl.html
12
+ (See Appendix A)
13
+
14
+ - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
15
+ http://www.gnu.org/licenses/lgpl.html
16
+ (See Appendix B)
17
+
18
+ - Mozilla Public License Version 1.1 or later (the "MPL")
19
+ http://www.mozilla.org/MPL/MPL-1.1.html
20
+ (See Appendix C)
21
+
22
+ You are not required to, but if you want to explicitly declare the
23
+ license you have chosen to be bound to when using, reproducing,
24
+ modifying and distributing this software, just include a text file
25
+ titled "legal.txt" in your version of this software, indicating your
26
+ license choice. In any case, your choice will not restrict any
27
+ recipient of your version of this software to use, reproduce, modify
28
+ and distribute this software under any of the above licenses.
29
+
30
+ Sources of Intellectual Property Included in CKEditor
31
+ -----------------------------------------------------
32
+
33
+ Where not otherwise indicated, all CKEditor content is authored by
34
+ CKSource engineers and consists of CKSource-owned intellectual
35
+ property. In some specific instances, CKEditor will incorporate work
36
+ done by developers outside of CKSource with their express permission.
37
+
38
+ (Ignore this line: %REMOVE_START%)
39
+
40
+ Software available at our repository and developer version only:
41
+
42
+ JavaScript Lint: At _dev/_thirdparty/jsl can be found the executable
43
+ files of JavaScript Lint, which are licensed under the terms of the
44
+ Mozilla Public License Version 1.1 (http://www.mozilla.org/MPL/).
45
+ JavaScript Lint is Copyright (c) 2006 Matthias Miller.
46
+
47
+ (Ignore this line: %REMOVE_END%)
48
+ Trademarks
49
+ ----------
50
+
51
+ CKEditor is a trademark of CKSource - Frederico Knabben. All other brand
52
+ and product names are trademarks, registered trademarks or service
53
+ marks of their respective holders.
54
+
55
+ ---
56
+
57
+ Appendix A: The GPL License
58
+ ---------------------------
59
+
60
+ GNU GENERAL PUBLIC LICENSE
61
+ Version 2, June 1991
62
+
63
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
64
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
65
+ Everyone is permitted to copy and distribute verbatim copies
66
+ of this license document, but changing it is not allowed.
67
+
68
+ Preamble
69
+
70
+ The licenses for most software are designed to take away your
71
+ freedom to share and change it. By contrast, the GNU General Public
72
+ License is intended to guarantee your freedom to share and change free
73
+ software-to make sure the software is free for all its users. This
74
+ General Public License applies to most of the Free Software
75
+ Foundation's software and to any other program whose authors commit to
76
+ using it. (Some other Free Software Foundation software is covered by
77
+ the GNU Lesser General Public License instead.) You can apply it to
78
+ your programs, too.
79
+
80
+ When we speak of free software, we are referring to freedom, not
81
+ price. Our General Public Licenses are designed to make sure that you
82
+ have the freedom to distribute copies of free software (and charge for
83
+ this service if you wish), that you receive source code or can get it
84
+ if you want it, that you can change the software or use pieces of it
85
+ in new free programs; and that you know you can do these things.
86
+
87
+ To protect your rights, we need to make restrictions that forbid
88
+ anyone to deny you these rights or to ask you to surrender the rights.
89
+ These restrictions translate to certain responsibilities for you if you
90
+ distribute copies of the software, or if you modify it.
91
+
92
+ For example, if you distribute copies of such a program, whether
93
+ gratis or for a fee, you must give the recipients all the rights that
94
+ you have. You must make sure that they, too, receive or can get the
95
+ source code. And you must show them these terms so they know their
96
+ rights.
97
+
98
+ We protect your rights with two steps: (1) copyright the software, and
99
+ (2) offer you this license which gives you legal permission to copy,
100
+ distribute and/or modify the software.
101
+
102
+ Also, for each author's protection and ours, we want to make certain
103
+ that everyone understands that there is no warranty for this free
104
+ software. If the software is modified by someone else and passed on, we
105
+ want its recipients to know that what they have is not the original, so
106
+ that any problems introduced by others will not reflect on the original
107
+ authors' reputations.
108
+
109
+ Finally, any free program is threatened constantly by software
110
+ patents. We wish to avoid the danger that redistributors of a free
111
+ program will individually obtain patent licenses, in effect making the
112
+ program proprietary. To prevent this, we have made it clear that any
113
+ patent must be licensed for everyone's free use or not licensed at all.
114
+
115
+ The precise terms and conditions for copying, distribution and
116
+ modification follow.
117
+
118
+ GNU GENERAL PUBLIC LICENSE
119
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
120
+
121
+ 0. This License applies to any program or other work which contains
122
+ a notice placed by the copyright holder saying it may be distributed
123
+ under the terms of this General Public License. The "Program", below,
124
+ refers to any such program or work, and a "work based on the Program"
125
+ means either the Program or any derivative work under copyright law:
126
+ that is to say, a work containing the Program or a portion of it,
127
+ either verbatim or with modifications and/or translated into another
128
+ language. (Hereinafter, translation is included without limitation in
129
+ the term "modification".) Each licensee is addressed as "you".
130
+
131
+ Activities other than copying, distribution and modification are not
132
+ covered by this License; they are outside its scope. The act of
133
+ running the Program is not restricted, and the output from the Program
134
+ is covered only if its contents constitute a work based on the
135
+ Program (independent of having been made by running the Program).
136
+ Whether that is true depends on what the Program does.
137
+
138
+ 1. You may copy and distribute verbatim copies of the Program's
139
+ source code as you receive it, in any medium, provided that you
140
+ conspicuously and appropriately publish on each copy an appropriate
141
+ copyright notice and disclaimer of warranty; keep intact all the
142
+ notices that refer to this License and to the absence of any warranty;
143
+ and give any other recipients of the Program a copy of this License
144
+ along with the Program.
145
+
146
+ You may charge a fee for the physical act of transferring a copy, and
147
+ you may at your option offer warranty protection in exchange for a fee.
148
+
149
+ 2. You may modify your copy or copies of the Program or any portion
150
+ of it, thus forming a work based on the Program, and copy and
151
+ distribute such modifications or work under the terms of Section 1
152
+ above, provided that you also meet all of these conditions:
153
+
154
+ a) You must cause the modified files to carry prominent notices
155
+ stating that you changed the files and the date of any change.
156
+
157
+ b) You must cause any work that you distribute or publish, that in
158
+ whole or in part contains or is derived from the Program or any
159
+ part thereof, to be licensed as a whole at no charge to all third
160
+ parties under the terms of this License.
161
+
162
+ c) If the modified program normally reads commands interactively
163
+ when run, you must cause it, when started running for such
164
+ interactive use in the most ordinary way, to print or display an
165
+ announcement including an appropriate copyright notice and a
166
+ notice that there is no warranty (or else, saying that you provide
167
+ a warranty) and that users may redistribute the program under
168
+ these conditions, and telling the user how to view a copy of this
169
+ License. (Exception: if the Program itself is interactive but
170
+ does not normally print such an announcement, your work based on
171
+ the Program is not required to print an announcement.)
172
+
173
+ These requirements apply to the modified work as a whole. If
174
+ identifiable sections of that work are not derived from the Program,
175
+ and can be reasonably considered independent and separate works in
176
+ themselves, then this License, and its terms, do not apply to those
177
+ sections when you distribute them as separate works. But when you
178
+ distribute the same sections as part of a whole which is a work based
179
+ on the Program, the distribution of the whole must be on the terms of
180
+ this License, whose permissions for other licensees extend to the
181
+ entire whole, and thus to each and every part regardless of who wrote it.
182
+
183
+ Thus, it is not the intent of this section to claim rights or contest
184
+ your rights to work written entirely by you; rather, the intent is to
185
+ exercise the right to control the distribution of derivative or
186
+ collective works based on the Program.
187
+
188
+ In addition, mere aggregation of another work not based on the Program
189
+ with the Program (or with a work based on the Program) on a volume of
190
+ a storage or distribution medium does not bring the other work under
191
+ the scope of this License.
192
+
193
+ 3. You may copy and distribute the Program (or a work based on it,
194
+ under Section 2) in object code or executable form under the terms of
195
+ Sections 1 and 2 above provided that you also do one of the following:
196
+
197
+ a) Accompany it with the complete corresponding machine-readable
198
+ source code, which must be distributed under the terms of Sections
199
+ 1 and 2 above on a medium customarily used for software interchange; or,
200
+
201
+ b) Accompany it with a written offer, valid for at least three
202
+ years, to give any third party, for a charge no more than your
203
+ cost of physically performing source distribution, a complete
204
+ machine-readable copy of the corresponding source code, to be
205
+ distributed under the terms of Sections 1 and 2 above on a medium
206
+ customarily used for software interchange; or,
207
+
208
+ c) Accompany it with the information you received as to the offer
209
+ to distribute corresponding source code. (This alternative is
210
+ allowed only for noncommercial distribution and only if you
211
+ received the program in object code or executable form with such
212
+ an offer, in accord with Subsection b above.)
213
+
214
+ The source code for a work means the preferred form of the work for
215
+ making modifications to it. For an executable work, complete source
216
+ code means all the source code for all modules it contains, plus any
217
+ associated interface definition files, plus the scripts used to
218
+ control compilation and installation of the executable. However, as a
219
+ special exception, the source code distributed need not include
220
+ anything that is normally distributed (in either source or binary
221
+ form) with the major components (compiler, kernel, and so on) of the
222
+ operating system on which the executable runs, unless that component
223
+ itself accompanies the executable.
224
+
225
+ If distribution of executable or object code is made by offering
226
+ access to copy from a designated place, then offering equivalent
227
+ access to copy the source code from the same place counts as
228
+ distribution of the source code, even though third parties are not
229
+ compelled to copy the source along with the object code.
230
+
231
+ 4. You may not copy, modify, sublicense, or distribute the Program
232
+ except as expressly provided under this License. Any attempt
233
+ otherwise to copy, modify, sublicense or distribute the Program is
234
+ void, and will automatically terminate your rights under this License.
235
+ However, parties who have received copies, or rights, from you under
236
+ this License will not have their licenses terminated so long as such
237
+ parties remain in full compliance.
238
+
239
+ 5. You are not required to accept this License, since you have not
240
+ signed it. However, nothing else grants you permission to modify or
241
+ distribute the Program or its derivative works. These actions are
242
+ prohibited by law if you do not accept this License. Therefore, by
243
+ modifying or distributing the Program (or any work based on the
244
+ Program), you indicate your acceptance of this License to do so, and
245
+ all its terms and conditions for copying, distributing or modifying
246
+ the Program or works based on it.
247
+
248
+ 6. Each time you redistribute the Program (or any work based on the
249
+ Program), the recipient automatically receives a license from the
250
+ original licensor to copy, distribute or modify the Program subject to
251
+ these terms and conditions. You may not impose any further
252
+ restrictions on the recipients' exercise of the rights granted herein.
253
+ You are not responsible for enforcing compliance by third parties to
254
+ this License.
255
+
256
+ 7. If, as a consequence of a court judgment or allegation of patent
257
+ infringement or for any other reason (not limited to patent issues),
258
+ conditions are imposed on you (whether by court order, agreement or
259
+ otherwise) that contradict the conditions of this License, they do not
260
+ excuse you from the conditions of this License. If you cannot
261
+ distribute so as to satisfy simultaneously your obligations under this
262
+ License and any other pertinent obligations, then as a consequence you
263
+ may not distribute the Program at all. For example, if a patent
264
+ license would not permit royalty-free redistribution of the Program by
265
+ all those who receive copies directly or indirectly through you, then
266
+ the only way you could satisfy both it and this License would be to
267
+ refrain entirely from distribution of the Program.
268
+
269
+ If any portion of this section is held invalid or unenforceable under
270
+ any particular circumstance, the balance of the section is intended to
271
+ apply and the section as a whole is intended to apply in other
272
+ circumstances.
273
+
274
+ It is not the purpose of this section to induce you to infringe any
275
+ patents or other property right claims or to contest validity of any
276
+ such claims; this section has the sole purpose of protecting the
277
+ integrity of the free software distribution system, which is
278
+ implemented by public license practices. Many people have made
279
+ generous contributions to the wide range of software distributed
280
+ through that system in reliance on consistent application of that
281
+ system; it is up to the author/donor to decide if he or she is willing
282
+ to distribute software through any other system and a licensee cannot
283
+ impose that choice.
284
+
285
+ This section is intended to make thoroughly clear what is believed to
286
+ be a consequence of the rest of this License.
287
+
288
+ 8. If the distribution and/or use of the Program is restricted in
289
+ certain countries either by patents or by copyrighted interfaces, the
290
+ original copyright holder who places the Program under this License
291
+ may add an explicit geographical distribution limitation excluding
292
+ those countries, so that distribution is permitted only in or among
293
+ countries not thus excluded. In such case, this License incorporates
294
+ the limitation as if written in the body of this License.
295
+
296
+ 9. The Free Software Foundation may publish revised and/or new versions
297
+ of the General Public License from time to time. Such new versions will
298
+ be similar in spirit to the present version, but may differ in detail to
299
+ address new problems or concerns.
300
+
301
+ Each version is given a distinguishing version number. If the Program
302
+ specifies a version number of this License which applies to it and "any
303
+ later version", you have the option of following the terms and conditions
304
+ either of that version or of any later version published by the Free
305
+ Software Foundation. If the Program does not specify a version number of
306
+ this License, you may choose any version ever published by the Free Software
307
+ Foundation.
308
+
309
+ 10. If you wish to incorporate parts of the Program into other free
310
+ programs whose distribution conditions are different, write to the author
311
+ to ask for permission. For software which is copyrighted by the Free
312
+ Software Foundation, write to the Free Software Foundation; we sometimes
313
+ make exceptions for this. Our decision will be guided by the two goals
314
+ of preserving the free status of all derivatives of our free software and
315
+ of promoting the sharing and reuse of software generally.
316
+
317
+ NO WARRANTY
318
+
319
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
320
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
321
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
322
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
323
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
324
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
325
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
326
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
327
+ REPAIR OR CORRECTION.
328
+
329
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
330
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
331
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
332
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
333
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
334
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
335
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
336
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
337
+ POSSIBILITY OF SUCH DAMAGES.
338
+
339
+ END OF TERMS AND CONDITIONS
340
+
341
+
342
+ Appendix B: The LGPL License
343
+ ----------------------------
344
+
345
+ GNU LESSER GENERAL PUBLIC LICENSE
346
+ Version 2.1, February 1999
347
+
348
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
349
+ 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
350
+ Everyone is permitted to copy and distribute verbatim copies
351
+ of this license document, but changing it is not allowed.
352
+
353
+ [This is the first released version of the Lesser GPL. It also counts
354
+ as the successor of the GNU Library Public License, version 2, hence
355
+ the version number 2.1.]
356
+
357
+ Preamble
358
+
359
+ The licenses for most software are designed to take away your
360
+ freedom to share and change it. By contrast, the GNU General Public
361
+ Licenses are intended to guarantee your freedom to share and change
362
+ free software-to make sure the software is free for all its users.
363
+
364
+ This license, the Lesser General Public License, applies to some
365
+ specially designated software packages-typically libraries-of the
366
+ Free Software Foundation and other authors who decide to use it. You
367
+ can use it too, but we suggest you first think carefully about whether
368
+ this license or the ordinary General Public License is the better
369
+ strategy to use in any particular case, based on the explanations below.
370
+
371
+ When we speak of free software, we are referring to freedom of use,
372
+ not price. Our General Public Licenses are designed to make sure that
373
+ you have the freedom to distribute copies of free software (and charge
374
+ for this service if you wish); that you receive source code or can get
375
+ it if you want it; that you can change the software and use pieces of
376
+ it in new free programs; and that you are informed that you can do
377
+ these things.
378
+
379
+ To protect your rights, we need to make restrictions that forbid
380
+ distributors to deny you these rights or to ask you to surrender these
381
+ rights. These restrictions translate to certain responsibilities for
382
+ you if you distribute copies of the library or if you modify it.
383
+
384
+ For example, if you distribute copies of the library, whether gratis
385
+ or for a fee, you must give the recipients all the rights that we gave
386
+ you. You must make sure that they, too, receive or can get the source
387
+ code. If you link other code with the library, you must provide
388
+ complete object files to the recipients, so that they can relink them
389
+ with the library after making changes to the library and recompiling
390
+ it. And you must show them these terms so they know their rights.
391
+
392
+ We protect your rights with a two-step method: (1) we copyright the
393
+ library, and (2) we offer you this license, which gives you legal
394
+ permission to copy, distribute and/or modify the library.
395
+
396
+ To protect each distributor, we want to make it very clear that
397
+ there is no warranty for the free library. Also, if the library is
398
+ modified by someone else and passed on, the recipients should know
399
+ that what they have is not the original version, so that the original
400
+ author's reputation will not be affected by problems that might be
401
+ introduced by others.
402
+
403
+ Finally, software patents pose a constant threat to the existence of
404
+ any free program. We wish to make sure that a company cannot
405
+ effectively restrict the users of a free program by obtaining a
406
+ restrictive license from a patent holder. Therefore, we insist that
407
+ any patent license obtained for a version of the library must be
408
+ consistent with the full freedom of use specified in this license.
409
+
410
+ Most GNU software, including some libraries, is covered by the
411
+ ordinary GNU General Public License. This license, the GNU Lesser
412
+ General Public License, applies to certain designated libraries, and
413
+ is quite different from the ordinary General Public License. We use
414
+ this license for certain libraries in order to permit linking those
415
+ libraries into non-free programs.
416
+
417
+ When a program is linked with a library, whether statically or using
418
+ a shared library, the combination of the two is legally speaking a
419
+ combined work, a derivative of the original library. The ordinary
420
+ General Public License therefore permits such linking only if the
421
+ entire combination fits its criteria of freedom. The Lesser General
422
+ Public License permits more lax criteria for linking other code with
423
+ the library.
424
+
425
+ We call this license the "Lesser" General Public License because it
426
+ does Less to protect the user's freedom than the ordinary General
427
+ Public License. It also provides other free software developers Less
428
+ of an advantage over competing non-free programs. These disadvantages
429
+ are the reason we use the ordinary General Public License for many
430
+ libraries. However, the Lesser license provides advantages in certain
431
+ special circumstances.
432
+
433
+ For example, on rare occasions, there may be a special need to
434
+ encourage the widest possible use of a certain library, so that it becomes
435
+ a de-facto standard. To achieve this, non-free programs must be
436
+ allowed to use the library. A more frequent case is that a free
437
+ library does the same job as widely used non-free libraries. In this
438
+ case, there is little to gain by limiting the free library to free
439
+ software only, so we use the Lesser General Public License.
440
+
441
+ In other cases, permission to use a particular library in non-free
442
+ programs enables a greater number of people to use a large body of
443
+ free software. For example, permission to use the GNU C Library in
444
+ non-free programs enables many more people to use the whole GNU
445
+ operating system, as well as its variant, the GNU/Linux operating
446
+ system.
447
+
448
+ Although the Lesser General Public License is Less protective of the
449
+ users' freedom, it does ensure that the user of a program that is
450
+ linked with the Library has the freedom and the wherewithal to run
451
+ that program using a modified version of the Library.
452
+
453
+ The precise terms and conditions for copying, distribution and
454
+ modification follow. Pay close attention to the difference between a
455
+ "work based on the library" and a "work that uses the library". The
456
+ former contains code derived from the library, whereas the latter must
457
+ be combined with the library in order to run.
458
+
459
+ GNU LESSER GENERAL PUBLIC LICENSE
460
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
461
+
462
+ 0. This License Agreement applies to any software library or other
463
+ program which contains a notice placed by the copyright holder or
464
+ other authorized party saying it may be distributed under the terms of
465
+ this Lesser General Public License (also called "this License").
466
+ Each licensee is addressed as "you".
467
+
468
+ A "library" means a collection of software functions and/or data
469
+ prepared so as to be conveniently linked with application programs
470
+ (which use some of those functions and data) to form executables.
471
+
472
+ The "Library", below, refers to any such software library or work
473
+ which has been distributed under these terms. A "work based on the
474
+ Library" means either the Library or any derivative work under
475
+ copyright law: that is to say, a work containing the Library or a
476
+ portion of it, either verbatim or with modifications and/or translated
477
+ straightforwardly into another language. (Hereinafter, translation is
478
+ included without limitation in the term "modification".)
479
+
480
+ "Source code" for a work means the preferred form of the work for
481
+ making modifications to it. For a library, complete source code means
482
+ all the source code for all modules it contains, plus any associated
483
+ interface definition files, plus the scripts used to control compilation
484
+ and installation of the library.
485
+
486
+ Activities other than copying, distribution and modification are not
487
+ covered by this License; they are outside its scope. The act of
488
+ running a program using the Library is not restricted, and output from
489
+ such a program is covered only if its contents constitute a work based
490
+ on the Library (independent of the use of the Library in a tool for
491
+ writing it). Whether that is true depends on what the Library does
492
+ and what the program that uses the Library does.
493
+
494
+ 1. You may copy and distribute verbatim copies of the Library's
495
+ complete source code as you receive it, in any medium, provided that
496
+ you conspicuously and appropriately publish on each copy an
497
+ appropriate copyright notice and disclaimer of warranty; keep intact
498
+ all the notices that refer to this License and to the absence of any
499
+ warranty; and distribute a copy of this License along with the
500
+ Library.
501
+
502
+ You may charge a fee for the physical act of transferring a copy,
503
+ and you may at your option offer warranty protection in exchange for a
504
+ fee.
505
+
506
+ 2. You may modify your copy or copies of the Library or any portion
507
+ of it, thus forming a work based on the Library, and copy and
508
+ distribute such modifications or work under the terms of Section 1
509
+ above, provided that you also meet all of these conditions:
510
+
511
+ a) The modified work must itself be a software library.
512
+
513
+ b) You must cause the files modified to carry prominent notices
514
+ stating that you changed the files and the date of any change.
515
+
516
+ c) You must cause the whole of the work to be licensed at no
517
+ charge to all third parties under the terms of this License.
518
+
519
+ d) If a facility in the modified Library refers to a function or a
520
+ table of data to be supplied by an application program that uses
521
+ the facility, other than as an argument passed when the facility
522
+ is invoked, then you must make a good faith effort to ensure that,
523
+ in the event an application does not supply such function or
524
+ table, the facility still operates, and performs whatever part of
525
+ its purpose remains meaningful.
526
+
527
+ (For example, a function in a library to compute square roots has
528
+ a purpose that is entirely well-defined independent of the
529
+ application. Therefore, Subsection 2d requires that any
530
+ application-supplied function or table used by this function must
531
+ be optional: if the application does not supply it, the square
532
+ root function must still compute square roots.)
533
+
534
+ These requirements apply to the modified work as a whole. If
535
+ identifiable sections of that work are not derived from the Library,
536
+ and can be reasonably considered independent and separate works in
537
+ themselves, then this License, and its terms, do not apply to those
538
+ sections when you distribute them as separate works. But when you
539
+ distribute the same sections as part of a whole which is a work based
540
+ on the Library, the distribution of the whole must be on the terms of
541
+ this License, whose permissions for other licensees extend to the
542
+ entire whole, and thus to each and every part regardless of who wrote
543
+ it.
544
+
545
+ Thus, it is not the intent of this section to claim rights or contest
546
+ your rights to work written entirely by you; rather, the intent is to
547
+ exercise the right to control the distribution of derivative or
548
+ collective works based on the Library.
549
+
550
+ In addition, mere aggregation of another work not based on the Library
551
+ with the Library (or with a work based on the Library) on a volume of
552
+ a storage or distribution medium does not bring the other work under
553
+ the scope of this License.
554
+
555
+ 3. You may opt to apply the terms of the ordinary GNU General Public
556
+ License instead of this License to a given copy of the Library. To do
557
+ this, you must alter all the notices that refer to this License, so
558
+ that they refer to the ordinary GNU General Public License, version 2,
559
+ instead of to this License. (If a newer version than version 2 of the
560
+ ordinary GNU General Public License has appeared, then you can specify
561
+ that version instead if you wish.) Do not make any other change in
562
+ these notices.
563
+
564
+ Once this change is made in a given copy, it is irreversible for
565
+ that copy, so the ordinary GNU General Public License applies to all
566
+ subsequent copies and derivative works made from that copy.
567
+
568
+ This option is useful when you wish to copy part of the code of
569
+ the Library into a program that is not a library.
570
+
571
+ 4. You may copy and distribute the Library (or a portion or
572
+ derivative of it, under Section 2) in object code or executable form
573
+ under the terms of Sections 1 and 2 above provided that you accompany
574
+ it with the complete corresponding machine-readable source code, which
575
+ must be distributed under the terms of Sections 1 and 2 above on a
576
+ medium customarily used for software interchange.
577
+
578
+ If distribution of object code is made by offering access to copy
579
+ from a designated place, then offering equivalent access to copy the
580
+ source code from the same place satisfies the requirement to
581
+ distribute the source code, even though third parties are not
582
+ compelled to copy the source along with the object code.
583
+
584
+ 5. A program that contains no derivative of any portion of the
585
+ Library, but is designed to work with the Library by being compiled or
586
+ linked with it, is called a "work that uses the Library". Such a
587
+ work, in isolation, is not a derivative work of the Library, and
588
+ therefore falls outside the scope of this License.
589
+
590
+ However, linking a "work that uses the Library" with the Library
591
+ creates an executable that is a derivative of the Library (because it
592
+ contains portions of the Library), rather than a "work that uses the
593
+ library". The executable is therefore covered by this License.
594
+ Section 6 states terms for distribution of such executables.
595
+
596
+ When a "work that uses the Library" uses material from a header file
597
+ that is part of the Library, the object code for the work may be a
598
+ derivative work of the Library even though the source code is not.
599
+ Whether this is true is especially significant if the work can be
600
+ linked without the Library, or if the work is itself a library. The
601
+ threshold for this to be true is not precisely defined by law.
602
+
603
+ If such an object file uses only numerical parameters, data
604
+ structure layouts and accessors, and small macros and small inline
605
+ functions (ten lines or less in length), then the use of the object
606
+ file is unrestricted, regardless of whether it is legally a derivative
607
+ work. (Executables containing this object code plus portions of the
608
+ Library will still fall under Section 6.)
609
+
610
+ Otherwise, if the work is a derivative of the Library, you may
611
+ distribute the object code for the work under the terms of Section 6.
612
+ Any executables containing that work also fall under Section 6,
613
+ whether or not they are linked directly with the Library itself.
614
+
615
+ 6. As an exception to the Sections above, you may also combine or
616
+ link a "work that uses the Library" with the Library to produce a
617
+ work containing portions of the Library, and distribute that work
618
+ under terms of your choice, provided that the terms permit
619
+ modification of the work for the customer's own use and reverse
620
+ engineering for debugging such modifications.
621
+
622
+ You must give prominent notice with each copy of the work that the
623
+ Library is used in it and that the Library and its use are covered by
624
+ this License. You must supply a copy of this License. If the work
625
+ during execution displays copyright notices, you must include the
626
+ copyright notice for the Library among them, as well as a reference
627
+ directing the user to the copy of this License. Also, you must do one
628
+ of these things:
629
+
630
+ a) Accompany the work with the complete corresponding
631
+ machine-readable source code for the Library including whatever
632
+ changes were used in the work (which must be distributed under
633
+ Sections 1 and 2 above); and, if the work is an executable linked
634
+ with the Library, with the complete machine-readable "work that
635
+ uses the Library", as object code and/or source code, so that the
636
+ user can modify the Library and then relink to produce a modified
637
+ executable containing the modified Library. (It is understood
638
+ that the user who changes the contents of definitions files in the
639
+ Library will not necessarily be able to recompile the application
640
+ to use the modified definitions.)
641
+
642
+ b) Use a suitable shared library mechanism for linking with the
643
+ Library. A suitable mechanism is one that (1) uses at run time a
644
+ copy of the library already present on the user's computer system,
645
+ rather than copying library functions into the executable, and (2)
646
+ will operate properly with a modified version of the library, if
647
+ the user installs one, as long as the modified version is
648
+ interface-compatible with the version that the work was made with.
649
+
650
+ c) Accompany the work with a written offer, valid for at
651
+ least three years, to give the same user the materials
652
+ specified in Subsection 6a, above, for a charge no more
653
+ than the cost of performing this distribution.
654
+
655
+ d) If distribution of the work is made by offering access to copy
656
+ from a designated place, offer equivalent access to copy the above
657
+ specified materials from the same place.
658
+
659
+ e) Verify that the user has already received a copy of these
660
+ materials or that you have already sent this user a copy.
661
+
662
+ For an executable, the required form of the "work that uses the
663
+ Library" must include any data and utility programs needed for
664
+ reproducing the executable from it. However, as a special exception,
665
+ the materials to be distributed need not include anything that is
666
+ normally distributed (in either source or binary form) with the major
667
+ components (compiler, kernel, and so on) of the operating system on
668
+ which the executable runs, unless that component itself accompanies
669
+ the executable.
670
+
671
+ It may happen that this requirement contradicts the license
672
+ restrictions of other proprietary libraries that do not normally
673
+ accompany the operating system. Such a contradiction means you cannot
674
+ use both them and the Library together in an executable that you
675
+ distribute.
676
+
677
+ 7. You may place library facilities that are a work based on the
678
+ Library side-by-side in a single library together with other library
679
+ facilities not covered by this License, and distribute such a combined
680
+ library, provided that the separate distribution of the work based on
681
+ the Library and of the other library facilities is otherwise
682
+ permitted, and provided that you do these two things:
683
+
684
+ a) Accompany the combined library with a copy of the same work
685
+ based on the Library, uncombined with any other library
686
+ facilities. This must be distributed under the terms of the
687
+ Sections above.
688
+
689
+ b) Give prominent notice with the combined library of the fact
690
+ that part of it is a work based on the Library, and explaining
691
+ where to find the accompanying uncombined form of the same work.
692
+
693
+ 8. You may not copy, modify, sublicense, link with, or distribute
694
+ the Library except as expressly provided under this License. Any
695
+ attempt otherwise to copy, modify, sublicense, link with, or
696
+ distribute the Library is void, and will automatically terminate your
697
+ rights under this License. However, parties who have received copies,
698
+ or rights, from you under this License will not have their licenses
699
+ terminated so long as such parties remain in full compliance.
700
+
701
+ 9. You are not required to accept this License, since you have not
702
+ signed it. However, nothing else grants you permission to modify or
703
+ distribute the Library or its derivative works. These actions are
704
+ prohibited by law if you do not accept this License. Therefore, by
705
+ modifying or distributing the Library (or any work based on the
706
+ Library), you indicate your acceptance of this License to do so, and
707
+ all its terms and conditions for copying, distributing or modifying
708
+ the Library or works based on it.
709
+
710
+ 10. Each time you redistribute the Library (or any work based on the
711
+ Library), the recipient automatically receives a license from the
712
+ original licensor to copy, distribute, link with or modify the Library
713
+ subject to these terms and conditions. You may not impose any further
714
+ restrictions on the recipients' exercise of the rights granted herein.
715
+ You are not responsible for enforcing compliance by third parties with
716
+ this License.
717
+
718
+ 11. If, as a consequence of a court judgment or allegation of patent
719
+ infringement or for any other reason (not limited to patent issues),
720
+ conditions are imposed on you (whether by court order, agreement or
721
+ otherwise) that contradict the conditions of this License, they do not
722
+ excuse you from the conditions of this License. If you cannot
723
+ distribute so as to satisfy simultaneously your obligations under this
724
+ License and any other pertinent obligations, then as a consequence you
725
+ may not distribute the Library at all. For example, if a patent
726
+ license would not permit royalty-free redistribution of the Library by
727
+ all those who receive copies directly or indirectly through you, then
728
+ the only way you could satisfy both it and this License would be to
729
+ refrain entirely from distribution of the Library.
730
+
731
+ If any portion of this section is held invalid or unenforceable under any
732
+ particular circumstance, the balance of the section is intended to apply,
733
+ and the section as a whole is intended to apply in other circumstances.
734
+
735
+ It is not the purpose of this section to induce you to infringe any
736
+ patents or other property right claims or to contest validity of any
737
+ such claims; this section has the sole purpose of protecting the
738
+ integrity of the free software distribution system which is
739
+ implemented by public license practices. Many people have made
740
+ generous contributions to the wide range of software distributed
741
+ through that system in reliance on consistent application of that
742
+ system; it is up to the author/donor to decide if he or she is willing
743
+ to distribute software through any other system and a licensee cannot
744
+ impose that choice.
745
+
746
+ This section is intended to make thoroughly clear what is believed to
747
+ be a consequence of the rest of this License.
748
+
749
+ 12. If the distribution and/or use of the Library is restricted in
750
+ certain countries either by patents or by copyrighted interfaces, the
751
+ original copyright holder who places the Library under this License may add
752
+ an explicit geographical distribution limitation excluding those countries,
753
+ so that distribution is permitted only in or among countries not thus
754
+ excluded. In such case, this License incorporates the limitation as if
755
+ written in the body of this License.
756
+
757
+ 13. The Free Software Foundation may publish revised and/or new
758
+ versions of the Lesser General Public License from time to time.
759
+ Such new versions will be similar in spirit to the present version,
760
+ but may differ in detail to address new problems or concerns.
761
+
762
+ Each version is given a distinguishing version number. If the Library
763
+ specifies a version number of this License which applies to it and
764
+ "any later version", you have the option of following the terms and
765
+ conditions either of that version or of any later version published by
766
+ the Free Software Foundation. If the Library does not specify a
767
+ license version number, you may choose any version ever published by
768
+ the Free Software Foundation.
769
+
770
+ 14. If you wish to incorporate parts of the Library into other free
771
+ programs whose distribution conditions are incompatible with these,
772
+ write to the author to ask for permission. For software which is
773
+ copyrighted by the Free Software Foundation, write to the Free
774
+ Software Foundation; we sometimes make exceptions for this. Our
775
+ decision will be guided by the two goals of preserving the free status
776
+ of all derivatives of our free software and of promoting the sharing
777
+ and reuse of software generally.
778
+
779
+ NO WARRANTY
780
+
781
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
782
+ WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
783
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
784
+ OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
785
+ KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
786
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
787
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
788
+ LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
789
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
790
+
791
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
792
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
793
+ AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
794
+ FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
795
+ CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
796
+ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
797
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
798
+ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
799
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
800
+ DAMAGES.
801
+
802
+ END OF TERMS AND CONDITIONS
803
+
804
+
805
+ Appendix C: The MPL License
806
+ ---------------------------
807
+
808
+ MOZILLA PUBLIC LICENSE
809
+ Version 1.1
810
+
811
+ 1. Definitions.
812
+
813
+ 1.0.1. "Commercial Use" means distribution or otherwise making the
814
+ Covered Code available to a third party.
815
+
816
+ 1.1. "Contributor" means each entity that creates or contributes to
817
+ the creation of Modifications.
818
+
819
+ 1.2. "Contributor Version" means the combination of the Original
820
+ Code, prior Modifications used by a Contributor, and the Modifications
821
+ made by that particular Contributor.
822
+
823
+ 1.3. "Covered Code" means the Original Code or Modifications or the
824
+ combination of the Original Code and Modifications, in each case
825
+ including portions thereof.
826
+
827
+ 1.4. "Electronic Distribution Mechanism" means a mechanism generally
828
+ accepted in the software development community for the electronic
829
+ transfer of data.
830
+
831
+ 1.5. "Executable" means Covered Code in any form other than Source
832
+ Code.
833
+
834
+ 1.6. "Initial Developer" means the individual or entity identified
835
+ as the Initial Developer in the Source Code notice required by Exhibit
836
+ A.
837
+
838
+ 1.7. "Larger Work" means a work which combines Covered Code or
839
+ portions thereof with code not governed by the terms of this License.
840
+
841
+ 1.8. "License" means this document.
842
+
843
+ 1.8.1. "Licensable" means having the right to grant, to the maximum
844
+ extent possible, whether at the time of the initial grant or
845
+ subsequently acquired, any and all of the rights conveyed herein.
846
+
847
+ 1.9. "Modifications" means any addition to or deletion from the
848
+ substance or structure of either the Original Code or any previous
849
+ Modifications. When Covered Code is released as a series of files, a
850
+ Modification is:
851
+ A. Any addition to or deletion from the contents of a file
852
+ containing Original Code or previous Modifications.
853
+
854
+ B. Any new file that contains any part of the Original Code or
855
+ previous Modifications.
856
+
857
+ 1.10. "Original Code" means Source Code of computer software code
858
+ which is described in the Source Code notice required by Exhibit A as
859
+ Original Code, and which, at the time of its release under this
860
+ License is not already Covered Code governed by this License.
861
+
862
+ 1.10.1. "Patent Claims" means any patent claim(s), now owned or
863
+ hereafter acquired, including without limitation, method, process,
864
+ and apparatus claims, in any patent Licensable by grantor.
865
+
866
+ 1.11. "Source Code" means the preferred form of the Covered Code for
867
+ making modifications to it, including all modules it contains, plus
868
+ any associated interface definition files, scripts used to control
869
+ compilation and installation of an Executable, or source code
870
+ differential comparisons against either the Original Code or another
871
+ well known, available Covered Code of the Contributor's choice. The
872
+ Source Code can be in a compressed or archival form, provided the
873
+ appropriate decompression or de-archiving software is widely available
874
+ for no charge.
875
+
876
+ 1.12. "You" (or "Your") means an individual or a legal entity
877
+ exercising rights under, and complying with all of the terms of, this
878
+ License or a future version of this License issued under Section 6.1.
879
+ For legal entities, "You" includes any entity which controls, is
880
+ controlled by, or is under common control with You. For purposes of
881
+ this definition, "control" means (a) the power, direct or indirect,
882
+ to cause the direction or management of such entity, whether by
883
+ contract or otherwise, or (b) ownership of more than fifty percent
884
+ (50%) of the outstanding shares or beneficial ownership of such
885
+ entity.
886
+
887
+ 2. Source Code License.
888
+
889
+ 2.1. The Initial Developer Grant.
890
+ The Initial Developer hereby grants You a world-wide, royalty-free,
891
+ non-exclusive license, subject to third party intellectual property
892
+ claims:
893
+ (a) under intellectual property rights (other than patent or
894
+ trademark) Licensable by Initial Developer to use, reproduce,
895
+ modify, display, perform, sublicense and distribute the Original
896
+ Code (or portions thereof) with or without Modifications, and/or
897
+ as part of a Larger Work; and
898
+
899
+ (b) under Patents Claims infringed by the making, using or
900
+ selling of Original Code, to make, have made, use, practice,
901
+ sell, and offer for sale, and/or otherwise dispose of the
902
+ Original Code (or portions thereof).
903
+
904
+ (c) the licenses granted in this Section 2.1(a) and (b) are
905
+ effective on the date Initial Developer first distributes
906
+ Original Code under the terms of this License.
907
+
908
+ (d) Notwithstanding Section 2.1(b) above, no patent license is
909
+ granted: 1) for code that You delete from the Original Code; 2)
910
+ separate from the Original Code; or 3) for infringements caused
911
+ by: i) the modification of the Original Code or ii) the
912
+ combination of the Original Code with other software or devices.
913
+
914
+ 2.2. Contributor Grant.
915
+ Subject to third party intellectual property claims, each Contributor
916
+ hereby grants You a world-wide, royalty-free, non-exclusive license
917
+
918
+ (a) under intellectual property rights (other than patent or
919
+ trademark) Licensable by Contributor, to use, reproduce, modify,
920
+ display, perform, sublicense and distribute the Modifications
921
+ created by such Contributor (or portions thereof) either on an
922
+ unmodified basis, with other Modifications, as Covered Code
923
+ and/or as part of a Larger Work; and
924
+
925
+ (b) under Patent Claims infringed by the making, using, or
926
+ selling of Modifications made by that Contributor either alone
927
+ and/or in combination with its Contributor Version (or portions
928
+ of such combination), to make, use, sell, offer for sale, have
929
+ made, and/or otherwise dispose of: 1) Modifications made by that
930
+ Contributor (or portions thereof); and 2) the combination of
931
+ Modifications made by that Contributor with its Contributor
932
+ Version (or portions of such combination).
933
+
934
+ (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
935
+ effective on the date Contributor first makes Commercial Use of
936
+ the Covered Code.
937
+
938
+ (d) Notwithstanding Section 2.2(b) above, no patent license is
939
+ granted: 1) for any code that Contributor has deleted from the
940
+ Contributor Version; 2) separate from the Contributor Version;
941
+ 3) for infringements caused by: i) third party modifications of
942
+ Contributor Version or ii) the combination of Modifications made
943
+ by that Contributor with other software (except as part of the
944
+ Contributor Version) or other devices; or 4) under Patent Claims
945
+ infringed by Covered Code in the absence of Modifications made by
946
+ that Contributor.
947
+
948
+ 3. Distribution Obligations.
949
+
950
+ 3.1. Application of License.
951
+ The Modifications which You create or to which You contribute are
952
+ governed by the terms of this License, including without limitation
953
+ Section 2.2. The Source Code version of Covered Code may be
954
+ distributed only under the terms of this License or a future version
955
+ of this License released under Section 6.1, and You must include a
956
+ copy of this License with every copy of the Source Code You
957
+ distribute. You may not offer or impose any terms on any Source Code
958
+ version that alters or restricts the applicable version of this
959
+ License or the recipients' rights hereunder. However, You may include
960
+ an additional document offering the additional rights described in
961
+ Section 3.5.
962
+
963
+ 3.2. Availability of Source Code.
964
+ Any Modification which You create or to which You contribute must be
965
+ made available in Source Code form under the terms of this License
966
+ either on the same media as an Executable version or via an accepted
967
+ Electronic Distribution Mechanism to anyone to whom you made an
968
+ Executable version available; and if made available via Electronic
969
+ Distribution Mechanism, must remain available for at least twelve (12)
970
+ months after the date it initially became available, or at least six
971
+ (6) months after a subsequent version of that particular Modification
972
+ has been made available to such recipients. You are responsible for
973
+ ensuring that the Source Code version remains available even if the
974
+ Electronic Distribution Mechanism is maintained by a third party.
975
+
976
+ 3.3. Description of Modifications.
977
+ You must cause all Covered Code to which You contribute to contain a
978
+ file documenting the changes You made to create that Covered Code and
979
+ the date of any change. You must include a prominent statement that
980
+ the Modification is derived, directly or indirectly, from Original
981
+ Code provided by the Initial Developer and including the name of the
982
+ Initial Developer in (a) the Source Code, and (b) in any notice in an
983
+ Executable version or related documentation in which You describe the
984
+ origin or ownership of the Covered Code.
985
+
986
+ 3.4. Intellectual Property Matters
987
+ (a) Third Party Claims.
988
+ If Contributor has knowledge that a license under a third party's
989
+ intellectual property rights is required to exercise the rights
990
+ granted by such Contributor under Sections 2.1 or 2.2,
991
+ Contributor must include a text file with the Source Code
992
+ distribution titled "LEGAL" which describes the claim and the
993
+ party making the claim in sufficient detail that a recipient will
994
+ know whom to contact. If Contributor obtains such knowledge after
995
+ the Modification is made available as described in Section 3.2,
996
+ Contributor shall promptly modify the LEGAL file in all copies
997
+ Contributor makes available thereafter and shall take other steps
998
+ (such as notifying appropriate mailing lists or newsgroups)
999
+ reasonably calculated to inform those who received the Covered
1000
+ Code that new knowledge has been obtained.
1001
+
1002
+ (b) Contributor APIs.
1003
+ If Contributor's Modifications include an application programming
1004
+ interface and Contributor has knowledge of patent licenses which
1005
+ are reasonably necessary to implement that API, Contributor must
1006
+ also include this information in the LEGAL file.
1007
+
1008
+ (c) Representations.
1009
+ Contributor represents that, except as disclosed pursuant to
1010
+ Section 3.4(a) above, Contributor believes that Contributor's
1011
+ Modifications are Contributor's original creation(s) and/or
1012
+ Contributor has sufficient rights to grant the rights conveyed by
1013
+ this License.
1014
+
1015
+ 3.5. Required Notices.
1016
+ You must duplicate the notice in Exhibit A in each file of the Source
1017
+ Code. If it is not possible to put such notice in a particular Source
1018
+ Code file due to its structure, then You must include such notice in a
1019
+ location (such as a relevant directory) where a user would be likely
1020
+ to look for such a notice. If You created one or more Modification(s)
1021
+ You may add your name as a Contributor to the notice described in
1022
+ Exhibit A. You must also duplicate this License in any documentation
1023
+ for the Source Code where You describe recipients' rights or ownership
1024
+ rights relating to Covered Code. You may choose to offer, and to
1025
+ charge a fee for, warranty, support, indemnity or liability
1026
+ obligations to one or more recipients of Covered Code. However, You
1027
+ may do so only on Your own behalf, and not on behalf of the Initial
1028
+ Developer or any Contributor. You must make it absolutely clear than
1029
+ any such warranty, support, indemnity or liability obligation is
1030
+ offered by You alone, and You hereby agree to indemnify the Initial
1031
+ Developer and every Contributor for any liability incurred by the
1032
+ Initial Developer or such Contributor as a result of warranty,
1033
+ support, indemnity or liability terms You offer.
1034
+
1035
+ 3.6. Distribution of Executable Versions.
1036
+ You may distribute Covered Code in Executable form only if the
1037
+ requirements of Section 3.1-3.5 have been met for that Covered Code,
1038
+ and if You include a notice stating that the Source Code version of
1039
+ the Covered Code is available under the terms of this License,
1040
+ including a description of how and where You have fulfilled the
1041
+ obligations of Section 3.2. The notice must be conspicuously included
1042
+ in any notice in an Executable version, related documentation or
1043
+ collateral in which You describe recipients' rights relating to the
1044
+ Covered Code. You may distribute the Executable version of Covered
1045
+ Code or ownership rights under a license of Your choice, which may
1046
+ contain terms different from this License, provided that You are in
1047
+ compliance with the terms of this License and that the license for the
1048
+ Executable version does not attempt to limit or alter the recipient's
1049
+ rights in the Source Code version from the rights set forth in this
1050
+ License. If You distribute the Executable version under a different
1051
+ license You must make it absolutely clear that any terms which differ
1052
+ from this License are offered by You alone, not by the Initial
1053
+ Developer or any Contributor. You hereby agree to indemnify the
1054
+ Initial Developer and every Contributor for any liability incurred by
1055
+ the Initial Developer or such Contributor as a result of any such
1056
+ terms You offer.
1057
+
1058
+ 3.7. Larger Works.
1059
+ You may create a Larger Work by combining Covered Code with other code
1060
+ not governed by the terms of this License and distribute the Larger
1061
+ Work as a single product. In such a case, You must make sure the
1062
+ requirements of this License are fulfilled for the Covered Code.
1063
+
1064
+ 4. Inability to Comply Due to Statute or Regulation.
1065
+
1066
+ If it is impossible for You to comply with any of the terms of this
1067
+ License with respect to some or all of the Covered Code due to
1068
+ statute, judicial order, or regulation then You must: (a) comply with
1069
+ the terms of this License to the maximum extent possible; and (b)
1070
+ describe the limitations and the code they affect. Such description
1071
+ must be included in the LEGAL file described in Section 3.4 and must
1072
+ be included with all distributions of the Source Code. Except to the
1073
+ extent prohibited by statute or regulation, such description must be
1074
+ sufficiently detailed for a recipient of ordinary skill to be able to
1075
+ understand it.
1076
+
1077
+ 5. Application of this License.
1078
+
1079
+ This License applies to code to which the Initial Developer has
1080
+ attached the notice in Exhibit A and to related Covered Code.
1081
+
1082
+ 6. Versions of the License.
1083
+
1084
+ 6.1. New Versions.
1085
+ Netscape Communications Corporation ("Netscape") may publish revised
1086
+ and/or new versions of the License from time to time. Each version
1087
+ will be given a distinguishing version number.
1088
+
1089
+ 6.2. Effect of New Versions.
1090
+ Once Covered Code has been published under a particular version of the
1091
+ License, You may always continue to use it under the terms of that
1092
+ version. You may also choose to use such Covered Code under the terms
1093
+ of any subsequent version of the License published by Netscape. No one
1094
+ other than Netscape has the right to modify the terms applicable to
1095
+ Covered Code created under this License.
1096
+
1097
+ 6.3. Derivative Works.
1098
+ If You create or use a modified version of this License (which you may
1099
+ only do in order to apply it to code which is not already Covered Code
1100
+ governed by this License), You must (a) rename Your license so that
1101
+ the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
1102
+ "MPL", "NPL" or any confusingly similar phrase do not appear in your
1103
+ license (except to note that your license differs from this License)
1104
+ and (b) otherwise make it clear that Your version of the license
1105
+ contains terms which differ from the Mozilla Public License and
1106
+ Netscape Public License. (Filling in the name of the Initial
1107
+ Developer, Original Code or Contributor in the notice described in
1108
+ Exhibit A shall not of themselves be deemed to be modifications of
1109
+ this License.)
1110
+
1111
+ 7. DISCLAIMER OF WARRANTY.
1112
+
1113
+ COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
1114
+ WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
1115
+ WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
1116
+ DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
1117
+ THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
1118
+ IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
1119
+ YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
1120
+ COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
1121
+ OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
1122
+ ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
1123
+
1124
+ 8. TERMINATION.
1125
+
1126
+ 8.1. This License and the rights granted hereunder will terminate
1127
+ automatically if You fail to comply with terms herein and fail to cure
1128
+ such breach within 30 days of becoming aware of the breach. All
1129
+ sublicenses to the Covered Code which are properly granted shall
1130
+ survive any termination of this License. Provisions which, by their
1131
+ nature, must remain in effect beyond the termination of this License
1132
+ shall survive.
1133
+
1134
+ 8.2. If You initiate litigation by asserting a patent infringement
1135
+ claim (excluding declatory judgment actions) against Initial Developer
1136
+ or a Contributor (the Initial Developer or Contributor against whom
1137
+ You file such action is referred to as "Participant") alleging that:
1138
+
1139
+ (a) such Participant's Contributor Version directly or indirectly
1140
+ infringes any patent, then any and all rights granted by such
1141
+ Participant to You under Sections 2.1 and/or 2.2 of this License
1142
+ shall, upon 60 days notice from Participant terminate prospectively,
1143
+ unless if within 60 days after receipt of notice You either: (i)
1144
+ agree in writing to pay Participant a mutually agreeable reasonable
1145
+ royalty for Your past and future use of Modifications made by such
1146
+ Participant, or (ii) withdraw Your litigation claim with respect to
1147
+ the Contributor Version against such Participant. If within 60 days
1148
+ of notice, a reasonable royalty and payment arrangement are not
1149
+ mutually agreed upon in writing by the parties or the litigation claim
1150
+ is not withdrawn, the rights granted by Participant to You under
1151
+ Sections 2.1 and/or 2.2 automatically terminate at the expiration of
1152
+ the 60 day notice period specified above.
1153
+
1154
+ (b) any software, hardware, or device, other than such Participant's
1155
+ Contributor Version, directly or indirectly infringes any patent, then
1156
+ any rights granted to You by such Participant under Sections 2.1(b)
1157
+ and 2.2(b) are revoked effective as of the date You first made, used,
1158
+ sold, distributed, or had made, Modifications made by that
1159
+ Participant.
1160
+
1161
+ 8.3. If You assert a patent infringement claim against Participant
1162
+ alleging that such Participant's Contributor Version directly or
1163
+ indirectly infringes any patent where such claim is resolved (such as
1164
+ by license or settlement) prior to the initiation of patent
1165
+ infringement litigation, then the reasonable value of the licenses
1166
+ granted by such Participant under Sections 2.1 or 2.2 shall be taken
1167
+ into account in determining the amount or value of any payment or
1168
+ license.
1169
+
1170
+ 8.4. In the event of termination under Sections 8.1 or 8.2 above,
1171
+ all end user license agreements (excluding distributors and resellers)
1172
+ which have been validly granted by You or any distributor hereunder
1173
+ prior to termination shall survive termination.
1174
+
1175
+ 9. LIMITATION OF LIABILITY.
1176
+
1177
+ UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
1178
+ (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
1179
+ DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
1180
+ OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
1181
+ ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
1182
+ CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
1183
+ WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
1184
+ COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
1185
+ INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
1186
+ LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
1187
+ RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
1188
+ PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
1189
+ EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
1190
+ THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
1191
+
1192
+ 10. U.S. GOVERNMENT END USERS.
1193
+
1194
+ The Covered Code is a "commercial item," as that term is defined in
1195
+ 48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
1196
+ software" and "commercial computer software documentation," as such
1197
+ terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
1198
+ C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
1199
+ all U.S. Government End Users acquire Covered Code with only those
1200
+ rights set forth herein.
1201
+
1202
+ 11. MISCELLANEOUS.
1203
+
1204
+ This License represents the complete agreement concerning subject
1205
+ matter hereof. If any provision of this License is held to be
1206
+ unenforceable, such provision shall be reformed only to the extent
1207
+ necessary to make it enforceable. This License shall be governed by
1208
+ California law provisions (except to the extent applicable law, if
1209
+ any, provides otherwise), excluding its conflict-of-law provisions.
1210
+ With respect to disputes in which at least one party is a citizen of,
1211
+ or an entity chartered or registered to do business in the United
1212
+ States of America, any litigation relating to this License shall be
1213
+ subject to the jurisdiction of the Federal Courts of the Northern
1214
+ District of California, with venue lying in Santa Clara County,
1215
+ California, with the losing party responsible for costs, including
1216
+ without limitation, court costs and reasonable attorneys' fees and
1217
+ expenses. The application of the United Nations Convention on
1218
+ Contracts for the International Sale of Goods is expressly excluded.
1219
+ Any law or regulation which provides that the language of a contract
1220
+ shall be construed against the drafter shall not apply to this
1221
+ License.
1222
+
1223
+ 12. RESPONSIBILITY FOR CLAIMS.
1224
+
1225
+ As between Initial Developer and the Contributors, each party is
1226
+ responsible for claims and damages arising, directly or indirectly,
1227
+ out of its utilization of rights under this License and You agree to
1228
+ work with Initial Developer and Contributors to distribute such
1229
+ responsibility on an equitable basis. Nothing herein is intended or
1230
+ shall be deemed to constitute any admission of liability.
1231
+
1232
+ 13. MULTIPLE-LICENSED CODE.
1233
+
1234
+ Initial Developer may designate portions of the Covered Code as
1235
+ "Multiple-Licensed". "Multiple-Licensed" means that the Initial
1236
+ Developer permits you to utilize portions of the Covered Code under
1237
+ Your choice of the NPL or the alternative licenses, if any, specified
1238
+ by the Initial Developer in the file described in Exhibit A.
1239
+
1240
+ EXHIBIT A -Mozilla Public License.
1241
+
1242
+ ``The contents of this file are subject to the Mozilla Public License
1243
+ Version 1.1 (the "License"); you may not use this file except in
1244
+ compliance with the License. You may obtain a copy of the License at
1245
+ http://www.mozilla.org/MPL/
1246
+
1247
+ Software distributed under the License is distributed on an "AS IS"
1248
+ basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
1249
+ License for the specific language governing rights and limitations
1250
+ under the License.
1251
+
1252
+ The Original Code is ______________________________________.
1253
+
1254
+ The Initial Developer of the Original Code is ________________________.
1255
+ Portions created by ______________________ are Copyright (C) ______
1256
+ _______________________. All Rights Reserved.
1257
+
1258
+ Contributor(s): ______________________________________.
1259
+
1260
+ Alternatively, the contents of this file may be used under the terms
1261
+ of the _____ license (the "[___] License"), in which case the
1262
+ provisions of [______] License are applicable instead of those
1263
+ above. If you wish to allow use of your version of this file only
1264
+ under the terms of the [____] License and not to allow others to use
1265
+ your version of this file under the MPL, indicate your decision by
1266
+ deleting the provisions above and replace them with the notice and
1267
+ other provisions required by the [___] License. If you do not delete
1268
+ the provisions above, a recipient may use your version of this file
1269
+ under either the MPL or the [___] License."
1270
+
1271
+ [NOTE: The text of this Exhibit A may differ slightly from the text of
1272
+ the notices in the Source Code files of the Original Code. You should
1273
+ use the text of this Exhibit A rather than the text found in the
1274
+ Original Code Source Code for Your Modifications.]