coalla-cms 0.4.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (300) hide show
  1. checksums.yaml +15 -0
  2. data/.gitignore +81 -0
  3. data/Gemfile +4 -0
  4. data/Gemfile.lock +168 -0
  5. data/Rakefile +29 -0
  6. data/app/assets/fonts/glyphicons/glyphicons-halflings-regular.eot +0 -0
  7. data/app/assets/fonts/glyphicons/glyphicons-halflings-regular.svg +229 -0
  8. data/app/assets/fonts/glyphicons/glyphicons-halflings-regular.ttf +0 -0
  9. data/app/assets/fonts/glyphicons/glyphicons-halflings-regular.woff +0 -0
  10. data/app/assets/images/ajax-loader.gif +0 -0
  11. data/app/assets/images/blank.gif +0 -0
  12. data/app/assets/images/bootstrap/glyphicons-halflings-white.png +0 -0
  13. data/app/assets/images/bootstrap/glyphicons-halflings.png +0 -0
  14. data/app/assets/javascripts/admin/admin.js +295 -0
  15. data/app/assets/javascripts/admin/custom_admin.js +0 -0
  16. data/app/assets/javascripts/admin/jquery-migrate.min.js +2 -0
  17. data/app/assets/javascripts/admin/photo_uploader.js +67 -0
  18. data/app/assets/javascripts/admin/vendor/bootstrap.min.js +7 -0
  19. data/app/assets/javascripts/admin/vendor/jquery-ui-timepicker-addon-ru.js +40 -0
  20. data/app/assets/javascripts/admin/vendor/jquery.tagsinput.js +365 -0
  21. data/app/assets/javascripts/admin/vendor/jquery.tokeninput.patched.js +875 -0
  22. data/app/assets/javascripts/admin/vendor/underscore-min.js +5 -0
  23. data/app/assets/javascripts/ckeditor/plugins/autogrow/plugin.js +209 -0
  24. data/app/assets/javascripts/ckeditor/plugins/mediaembed/icons/hidpi/mediaembed.png +0 -0
  25. data/app/assets/javascripts/ckeditor/plugins/mediaembed/icons/mediaembed.png +0 -0
  26. data/app/assets/javascripts/ckeditor/plugins/mediaembed/plugin.js +64 -0
  27. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/ad-gallery/LICENSE.txt +303 -0
  28. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/ad-gallery/ad-gallery-css-diff.htm +831 -0
  29. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/ad-gallery/ad_next.png +0 -0
  30. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/ad-gallery/ad_prev.png +0 -0
  31. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/ad-gallery/ad_scroll_back.png +0 -0
  32. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/ad-gallery/ad_scroll_forward.png +0 -0
  33. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.css +185 -0
  34. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.js +984 -0
  35. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.min - ref.js +10 -0
  36. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.min.js +1 -0
  37. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/ad-gallery/loader.gif +0 -0
  38. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/ad-gallery/opa75.png +0 -0
  39. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/ad-gallery/placeholder.png +0 -0
  40. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/ad-gallery/trans.gif +0 -0
  41. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/blank.gif +0 -0
  42. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/fancybox_loading.gif +0 -0
  43. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/fancybox_loading@2x.gif +0 -0
  44. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/fancybox_overlay.png +0 -0
  45. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/fancybox_sprite.png +0 -0
  46. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/fancybox_sprite@2x.png +0 -0
  47. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/helpers/fancybox_buttons.png +0 -0
  48. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/helpers/jquery.fancybox-buttons.css +97 -0
  49. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/helpers/jquery.fancybox-buttons.js +122 -0
  50. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/helpers/jquery.fancybox-media.js +199 -0
  51. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/helpers/jquery.fancybox-thumbs.css +55 -0
  52. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/helpers/jquery.fancybox-thumbs.js +162 -0
  53. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/jquery.fancybox.css +274 -0
  54. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/jquery.fancybox.js +2020 -0
  55. data/app/assets/javascripts/ckeditor/plugins/slideshow/3rdParty/fancybox2/jquery.fancybox.pack.js +46 -0
  56. data/app/assets/javascripts/ckeditor/plugins/slideshow/README.md +66 -0
  57. data/app/assets/javascripts/ckeditor/plugins/slideshow/dialogs/slideshow.js +1396 -0
  58. data/app/assets/javascripts/ckeditor/plugins/slideshow/dialogs/slideshow.min.js +1 -0
  59. data/app/assets/javascripts/ckeditor/plugins/slideshow/icons/placeholder.png +0 -0
  60. data/app/assets/javascripts/ckeditor/plugins/slideshow/icons/slideshow.png +0 -0
  61. data/app/assets/javascripts/ckeditor/plugins/slideshow/lang/Serbian_translation.txt +9 -0
  62. data/app/assets/javascripts/ckeditor/plugins/slideshow/lang/el.js +37 -0
  63. data/app/assets/javascripts/ckeditor/plugins/slideshow/lang/en.js +35 -0
  64. data/app/assets/javascripts/ckeditor/plugins/slideshow/lang/fr.js +35 -0
  65. data/app/assets/javascripts/ckeditor/plugins/slideshow/lang/ru.js +35 -0
  66. data/app/assets/javascripts/ckeditor/plugins/slideshow/lang/sr-latn.js +35 -0
  67. data/app/assets/javascripts/ckeditor/plugins/slideshow/lang/sr.js +35 -0
  68. data/app/assets/javascripts/ckeditor/plugins/slideshow/plugin.js +217 -0
  69. data/app/assets/stylesheets/admin/admin.scss +302 -0
  70. data/app/assets/stylesheets/admin/custom_admin.scss +1 -0
  71. data/app/assets/stylesheets/admin/vendor/bootstrap.min.css +14 -0
  72. data/app/assets/stylesheets/admin/vendor/jquery.tagsinput.css +99 -0
  73. data/app/assets/stylesheets/admin/vendor/token-input-facebook.patched.css +126 -0
  74. data/app/assets/stylesheets/admin/vendor/token-input.patched.css +116 -0
  75. data/app/controllers/admin/autocomplete_controller.rb +14 -0
  76. data/app/controllers/admin/image_upload_controller.rb +27 -0
  77. data/app/controllers/admin/lookups_controller.rb +47 -0
  78. data/app/controllers/admin/sortable_controller.rb +26 -0
  79. data/app/controllers/concerns/admin/path_history.rb +39 -0
  80. data/app/helpers/admin/search_helper.rb +59 -0
  81. data/app/helpers/admin_helper.rb +29 -0
  82. data/app/helpers/common_helper.rb +16 -0
  83. data/app/helpers/lookup_helper.rb +45 -0
  84. data/app/helpers/nested_fields_helper.rb +12 -0
  85. data/app/helpers/static_text_formatter.rb +25 -0
  86. data/app/helpers/twitter_builder_helper.rb +253 -0
  87. data/app/helpers/twitter_form_builder.rb +196 -0
  88. data/app/models/file_upload.rb +19 -0
  89. data/app/models/lookup.rb +6 -0
  90. data/app/uploaders/file_uploader.rb +10 -0
  91. data/app/uploaders/generic_image_uploader.rb +74 -0
  92. data/app/utils/admin_structure.rb +67 -0
  93. data/app/utils/bootstrap_link_renderer.rb +40 -0
  94. data/app/utils/table_helpers.rb +196 -0
  95. data/app/views/admin/base/_sort.haml +34 -0
  96. data/app/views/admin/common/_file_upload_template.haml +14 -0
  97. data/app/views/admin/common/_header.html.haml +27 -0
  98. data/app/views/admin/common/_image_upload_template.html.haml +40 -0
  99. data/app/views/admin/common/_menu.html.haml +2 -0
  100. data/app/views/admin/common/_menu_section.haml +10 -0
  101. data/app/views/admin/common/_menu_separator.haml +1 -0
  102. data/app/views/admin/common/_nested_fields_for.html.haml +5 -0
  103. data/app/views/admin/common/_nested_fields_for_element.html.haml +5 -0
  104. data/app/views/admin/common/_slide.haml +41 -0
  105. data/app/views/admin/common/_slides.html.haml +17 -0
  106. data/app/views/admin/common/_table_template.html.haml +14 -0
  107. data/app/views/admin/common/_upload_form.html.haml +5 -0
  108. data/app/views/admin/common/image_uploaded.js.haml +7 -0
  109. data/app/views/admin/common/upload_failed.js.erb +11 -0
  110. data/app/views/admin/common/upload_image.js.erb +6 -0
  111. data/app/views/admin/home/dashboard.html.haml +5 -0
  112. data/app/views/admin/lookups/_form.html.haml +16 -0
  113. data/app/views/admin/lookups/edit.html.haml +5 -0
  114. data/app/views/admin/lookups/index.html.haml +6 -0
  115. data/app/views/layouts/admin.html.haml +38 -0
  116. data/app/views/structure/_section.haml +16 -0
  117. data/coalla-cms.gemspec +39 -0
  118. data/config/locales/devise.ru.yml +59 -0
  119. data/config/locales/will_paginate.ru.yml +6 -0
  120. data/lib/coalla/cms/engine.rb +16 -0
  121. data/lib/coalla/cms/version.rb +5 -0
  122. data/lib/coalla/ext/mapper.rb +14 -0
  123. data/lib/coalla/orm/page_slider.rb +53 -0
  124. data/lib/coalla/orm/relation.rb +32 -0
  125. data/lib/coalla/orm/sanitized.rb +16 -0
  126. data/lib/coalla/sanitize/config/default.rb +526 -0
  127. data/lib/coalla-cms.rb +16 -0
  128. data/lib/generators/coalla/cms/create_admin_generator.rb +50 -0
  129. data/lib/generators/coalla/cms/create_admin_login_view_generator.rb +23 -0
  130. data/lib/generators/coalla/cms/file_uploads/install_generator.rb +35 -0
  131. data/lib/generators/coalla/cms/file_uploads/mount_generator.rb +34 -0
  132. data/lib/generators/coalla/cms/file_uploads/templates/add_column_migration.rb.erb +5 -0
  133. data/lib/generators/coalla/cms/file_uploads/templates/migration.rb +17 -0
  134. data/lib/generators/coalla/cms/image/install_generator.rb +39 -0
  135. data/lib/generators/coalla/cms/image/mount_generator.rb +50 -0
  136. data/lib/generators/coalla/cms/image/templates/migration.rb.erb +9 -0
  137. data/lib/generators/coalla/cms/image/templates/model.rb.erb +5 -0
  138. data/lib/generators/coalla/cms/image/templates/mount/migration.rb.erb +6 -0
  139. data/lib/generators/coalla/cms/image/templates/mount/uploader.rb.erb +3 -0
  140. data/lib/generators/coalla/cms/image/templates/uploader.rb.erb +3 -0
  141. data/lib/generators/coalla/cms/init_generator.rb +113 -0
  142. data/lib/generators/coalla/cms/lookups/install_generator.rb +43 -0
  143. data/lib/generators/coalla/cms/lookups/templates/migration.rb +13 -0
  144. data/lib/generators/coalla/cms/market/install_generator.rb +71 -0
  145. data/lib/generators/coalla/cms/market/templates/controllers/categories_controller.rb +47 -0
  146. data/lib/generators/coalla/cms/market/templates/controllers/products_controller.rb +50 -0
  147. data/lib/generators/coalla/cms/market/templates/controllers/properties_controller.rb +59 -0
  148. data/lib/generators/coalla/cms/market/templates/market.rb +5 -0
  149. data/lib/generators/coalla/cms/market/templates/market.ru.yml +53 -0
  150. data/lib/generators/coalla/cms/market/templates/migrations/create_categories.rb +15 -0
  151. data/lib/generators/coalla/cms/market/templates/migrations/create_product_properties.rb +18 -0
  152. data/lib/generators/coalla/cms/market/templates/migrations/create_products.rb +18 -0
  153. data/lib/generators/coalla/cms/market/templates/migrations/create_properties.rb +11 -0
  154. data/lib/generators/coalla/cms/market/templates/models/category.rb +36 -0
  155. data/lib/generators/coalla/cms/market/templates/models/product.rb +16 -0
  156. data/lib/generators/coalla/cms/market/templates/models/product_property.rb +14 -0
  157. data/lib/generators/coalla/cms/market/templates/models/property.rb +7 -0
  158. data/lib/generators/coalla/cms/market/templates/views/categories/_form.html.haml +10 -0
  159. data/lib/generators/coalla/cms/market/templates/views/categories/edit.html.haml +5 -0
  160. data/lib/generators/coalla/cms/market/templates/views/categories/index.html.haml +17 -0
  161. data/lib/generators/coalla/cms/market/templates/views/categories/new.html.haml +4 -0
  162. data/lib/generators/coalla/cms/market/templates/views/products/_form.html.haml +17 -0
  163. data/lib/generators/coalla/cms/market/templates/views/products/_product_property_fields.html.haml +13 -0
  164. data/lib/generators/coalla/cms/market/templates/views/products/edit.html.haml +5 -0
  165. data/lib/generators/coalla/cms/market/templates/views/products/index.html.haml +17 -0
  166. data/lib/generators/coalla/cms/market/templates/views/products/new.html.haml +4 -0
  167. data/lib/generators/coalla/cms/market/templates/views/properties/_form.html.haml +9 -0
  168. data/lib/generators/coalla/cms/market/templates/views/properties/edit.html.haml +5 -0
  169. data/lib/generators/coalla/cms/market/templates/views/properties/index.html.haml +15 -0
  170. data/lib/generators/coalla/cms/market/templates/views/properties/new.html.haml +4 -0
  171. data/lib/generators/coalla/cms/news/scaffold_generator.rb +50 -0
  172. data/lib/generators/coalla/cms/news/templates/entity.rb.erb +10 -0
  173. data/lib/generators/coalla/cms/news/templates/entity_controller_template.rb.erb +47 -0
  174. data/lib/generators/coalla/cms/news/templates/entity_image_uploader.rb.erb +7 -0
  175. data/lib/generators/coalla/cms/news/templates/migration.rb.erb +15 -0
  176. data/lib/generators/coalla/cms/news/templates/views/_form.haml.erb +16 -0
  177. data/lib/generators/coalla/cms/news/templates/views/edit.haml.erb +5 -0
  178. data/lib/generators/coalla/cms/news/templates/views/index.haml.erb +18 -0
  179. data/lib/generators/coalla/cms/news/templates/views/new.haml.erb +5 -0
  180. data/lib/generators/coalla/cms/orm_helpers.rb +31 -0
  181. data/lib/generators/coalla/cms/scaffold_generator.rb +53 -0
  182. data/lib/generators/coalla/cms/scaffold_helper.rb +11 -0
  183. data/lib/generators/coalla/cms/setup_admin_generator.rb +60 -0
  184. data/lib/generators/coalla/cms/setup_routes_generator.rb +28 -0
  185. data/lib/generators/coalla/cms/slider/init_generator.rb +41 -0
  186. data/lib/generators/coalla/cms/slider/templates/migration.rb.erb +25 -0
  187. data/lib/generators/coalla/cms/slider/templates/slider_image.rb.erb +10 -0
  188. data/lib/generators/coalla/cms/slider/templates/slider_image_uploader.rb.erb +7 -0
  189. data/lib/generators/coalla/cms/slider/templates/slider_upload_controller.rb.erb +19 -0
  190. data/lib/generators/coalla/cms/templates/.gitattributes +4 -0
  191. data/lib/generators/coalla/cms/templates/.gitignore +86 -0
  192. data/lib/generators/coalla/cms/templates/activerecord.ru.yml +13 -0
  193. data/lib/generators/coalla/cms/templates/assets.rb +13 -0
  194. data/lib/generators/coalla/cms/templates/controllers/admin/base_controller.rb.erb +35 -0
  195. data/lib/generators/coalla/cms/templates/controllers/admin/home_controller.rb.erb +6 -0
  196. data/lib/generators/coalla/cms/templates/controllers/admin/scaffold_controller_template.rb.erb +45 -0
  197. data/lib/generators/coalla/cms/templates/controllers/home_controller.rb.erb +6 -0
  198. data/lib/generators/coalla/cms/templates/database.yml.erb +35 -0
  199. data/lib/generators/coalla/cms/templates/devise.ru.yml +59 -0
  200. data/lib/generators/coalla/cms/templates/initializers/carrierwave.rb +51 -0
  201. data/lib/generators/coalla/cms/templates/migration.rb +11 -0
  202. data/lib/generators/coalla/cms/templates/migration_existing.rb +15 -0
  203. data/lib/generators/coalla/cms/templates/schedule.rb +3 -0
  204. data/lib/generators/coalla/cms/templates/structure.rb +0 -0
  205. data/lib/generators/coalla/cms/templates/views/admin/scaffold_template/_form.html.haml.erb +14 -0
  206. data/lib/generators/coalla/cms/templates/views/admin/scaffold_template/edit.html.haml.erb +5 -0
  207. data/lib/generators/coalla/cms/templates/views/admin/scaffold_template/index.html.haml.erb +15 -0
  208. data/lib/generators/coalla/cms/templates/views/admin/scaffold_template/new.html.haml.erb +4 -0
  209. data/lib/generators/coalla/cms/templates/views/administrators/sessions/new.html.haml +19 -0
  210. data/lib/generators/coalla/cms/templates/views/home/index.html.haml.erb +1 -0
  211. data/lib/generators/coalla/cms/wysiwyg/ckeditor_generator.rb +17 -0
  212. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/mediaembed/icons/hidpi/mediaembed.png +0 -0
  213. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/mediaembed/icons/mediaembed.png +0 -0
  214. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/mediaembed/plugin.js +64 -0
  215. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/ad-gallery/LICENSE.txt +303 -0
  216. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/ad-gallery/ad-gallery-css-diff.htm +831 -0
  217. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/ad-gallery/ad_next.png +0 -0
  218. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/ad-gallery/ad_prev.png +0 -0
  219. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/ad-gallery/ad_scroll_back.png +0 -0
  220. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/ad-gallery/ad_scroll_forward.png +0 -0
  221. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.css +185 -0
  222. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.js +984 -0
  223. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.min - ref.js +10 -0
  224. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/ad-gallery/jquery.ad-gallery.min.js +1 -0
  225. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/ad-gallery/loader.gif +0 -0
  226. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/ad-gallery/opa75.png +0 -0
  227. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/ad-gallery/placeholder.png +0 -0
  228. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/ad-gallery/trans.gif +0 -0
  229. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/blank.gif +0 -0
  230. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/fancybox_loading.gif +0 -0
  231. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/fancybox_loading@2x.gif +0 -0
  232. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/fancybox_overlay.png +0 -0
  233. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/fancybox_sprite.png +0 -0
  234. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/fancybox_sprite@2x.png +0 -0
  235. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/helpers/fancybox_buttons.png +0 -0
  236. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/helpers/jquery.fancybox-buttons.css +97 -0
  237. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/helpers/jquery.fancybox-buttons.js +122 -0
  238. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/helpers/jquery.fancybox-media.js +199 -0
  239. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/helpers/jquery.fancybox-thumbs.css +55 -0
  240. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/helpers/jquery.fancybox-thumbs.js +162 -0
  241. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/jquery.fancybox.css +274 -0
  242. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/jquery.fancybox.js +2020 -0
  243. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/3rdParty/fancybox2/jquery.fancybox.pack.js +46 -0
  244. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/README.md +66 -0
  245. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/dialogs/slideshow.js +1396 -0
  246. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/dialogs/slideshow.min.js +1 -0
  247. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/icons/placeholder.png +0 -0
  248. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/icons/slideshow.png +0 -0
  249. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/lang/Serbian_translation.txt +9 -0
  250. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/lang/el.js +37 -0
  251. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/lang/en.js +35 -0
  252. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/lang/fr.js +35 -0
  253. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/lang/ru.js +35 -0
  254. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/lang/sr-latn.js +35 -0
  255. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/lang/sr.js +35 -0
  256. data/lib/generators/coalla/cms/wysiwyg/templates/ckeditor/plugins/slideshow/plugin.js +217 -0
  257. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/iframe/default/lbl-blockquote.png +0 -0
  258. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/iframe/default/lbl-h1.png +0 -0
  259. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/iframe/default/lbl-h2.png +0 -0
  260. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/iframe/default/lbl-h3.png +0 -0
  261. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/iframe/default/lbl-h4.png +0 -0
  262. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/iframe/default/lbl-h5.png +0 -0
  263. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/iframe/default/lbl-h6.png +0 -0
  264. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/iframe/default/lbl-p.png +0 -0
  265. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/iframe/default/lbl-pre.png +0 -0
  266. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/iframe/default/wymiframe.css +276 -0
  267. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/iframe/default/wymiframe.html +26 -0
  268. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/jquery.wymeditor.js +4819 -0
  269. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/lang/en.js +45 -0
  270. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/lang/ru.js +55 -0
  271. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/plugins/imageupload/icons.png +0 -0
  272. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/plugins/imageupload/jquery.wymeditor.imageupload.js +150 -0
  273. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/plugins/resizable/jquery.wymeditor.resizable.js +91 -0
  274. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/plugins/resizable/readme.txt +124 -0
  275. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/compact/icons.png +0 -0
  276. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/compact/skin.css +134 -0
  277. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/compact/skin.js +35 -0
  278. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/default/icons.png +0 -0
  279. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/default/skin.css +341 -0
  280. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/default/skin.js +40 -0
  281. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/minimal/images/bg.header.gif +0 -0
  282. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/minimal/images/bg.selector.silver.gif +0 -0
  283. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/minimal/images/bg.wymeditor.png +0 -0
  284. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/minimal/images/icons.silver.gif +0 -0
  285. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/minimal/skin.css +131 -0
  286. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/minimal/skin.js +30 -0
  287. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/silver/COPYING +674 -0
  288. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/silver/README +27 -0
  289. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/silver/images/bg.header.gif +0 -0
  290. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/silver/images/bg.selector.silver.gif +0 -0
  291. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/silver/images/bg.wymeditor.png +0 -0
  292. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/silver/images/icons.silver.gif +0 -0
  293. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/silver/skin.css +297 -0
  294. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/silver/skin.js +61 -0
  295. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/twopanels/icons.png +0 -0
  296. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/twopanels/skin.css +134 -0
  297. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/twopanels/skin.js +39 -0
  298. data/lib/generators/coalla/cms/wysiwyg/templates/wymeditor/skins/wymeditor_icon.png +0 -0
  299. data/lib/generators/coalla/cms/wysiwyg/wymeditor_generator.rb +17 -0
  300. metadata +581 -0
@@ -0,0 +1,14 @@
1
+ = twitter_form_for [:admin, @<%= @instance_name %>] do |f|
2
+ = field_set do
3
+ = f.errors
4
+ = flash_messages
5
+
6
+ <% @table_columns.each do |c| %><% if @reflections[c[0]] %>
7
+ .control-group
8
+ = f.label :<%= @reflections[c[0]].name %>_id, class: 'control-label'
9
+ .controls
10
+ = f.collection_select :<%= @reflections[c[0]].name %>_id, <%= @reflections[c[0]].klass.name %>.all, :id, :<%= cms_select_name(@reflections[c[0]].klass) %>, { include_blank: 'Выберите значение' }, { class: 'span5' }
11
+ <% else %>= f.string :<%= c[0] %>
12
+ <% end %><% end %>
13
+
14
+ = standard_actions(f)
@@ -0,0 +1,5 @@
1
+ %h1= <%= @class_name.constantize %>.model_name.human
2
+ .page-header
3
+ %h3 Редактирование
4
+
5
+ = render 'form'
@@ -0,0 +1,15 @@
1
+ .page-header
2
+ %h1= <%= @class_name.constantize %>.model_name.human
3
+
4
+ = actions do
5
+ = create_link(new_admin_<%= @instance_name %>_path)
6
+
7
+ = table_for(<%= @class_name.constantize %>).content(@<%= @collection_name %>) do |t|
8
+ <% @table_columns.each do |column| %><% if @reflections[column[0]] %>- t.column :<%= @reflections[column[0]].name %>, format: ->(c) { c.try(:<%= cms_select_name(@reflections[column[0]].klass) %>) }<% else %>- t.column :<%= column[0]%><% end %>
9
+ <% end %>- t.edit
10
+ - t.delete
11
+
12
+ = admin_paginate @<%= @collection_name %>
13
+
14
+ = actions do
15
+ = create_link(new_admin_<%= @instance_name %>_path)
@@ -0,0 +1,4 @@
1
+ %h1= <%= @class_name.constantize %>.model_name.human
2
+ .page-header
3
+ %h3 Добавление
4
+ = render 'form'
@@ -0,0 +1,19 @@
1
+ .container
2
+ .row
3
+ .col-md-6.col-md-offset-3.col-sm-6.col-sm-offset-3
4
+ %h2 Административная панель
5
+ .page-header
6
+ %h3 Авторизация
7
+
8
+ = twitter_form_for(resource, url: session_path(resource_name), width_class: 'col-md-8') do |f|
9
+ = flash_alert_messages
10
+ = f.string :email
11
+ = f.password :password
12
+
13
+
14
+ .form-group
15
+ .col-md-4.col-md-offset-4
16
+ %button.btn.btn-primary{type: "submit"}
17
+ %span.glyphicon.glyphicon-lock
18
+ &nbsp;
19
+ Войти
@@ -0,0 +1,17 @@
1
+ require 'rails'
2
+
3
+ module Coalla
4
+ module Cms
5
+ module Wysiwyg
6
+
7
+ class CkeditorGenerator < ::Rails::Generators::Base
8
+ source_root File.expand_path('../templates', __FILE__)
9
+
10
+ def init_ckeditor
11
+ generate 'ckeditor:install', '--orm=active_record --backend=carrierwave'
12
+ end
13
+
14
+ end
15
+ end
16
+ end
17
+ end
@@ -0,0 +1,64 @@
1
+ /*
2
+ * Embed Media Dialog based on http://www.fluidbyte.net/embed-youtube-vimeo-etc-into-ckeditor
3
+ *
4
+ * Plugin name: mediaembed
5
+ * Menu button name: MediaEmbed
6
+ *
7
+ * Youtube Editor Icon
8
+ * http://paulrobertlloyd.com/
9
+ *
10
+ * @author Fabian Vogelsteller [frozeman.de]
11
+ * @version 0.5
12
+ */
13
+ ( function() {
14
+ CKEDITOR.plugins.add( 'mediaembed',
15
+ {
16
+ icons: 'mediaembed', // %REMOVE_LINE_CORE%
17
+ hidpi: true, // %REMOVE_LINE_CORE%
18
+ init: function( editor )
19
+ {
20
+ var me = this;
21
+ CKEDITOR.dialog.add( 'MediaEmbedDialog', function (instance)
22
+ {
23
+ return {
24
+ title : 'Embed Media',
25
+ minWidth : 550,
26
+ minHeight : 200,
27
+ contents :
28
+ [
29
+ {
30
+ id : 'iframe',
31
+ expand : true,
32
+ elements :[{
33
+ id : 'embedArea',
34
+ type : 'textarea',
35
+ label : 'Paste Embed Code Here',
36
+ 'autofocus':'autofocus',
37
+ setup: function(element){
38
+ },
39
+ commit: function(element){
40
+ }
41
+ }]
42
+ }
43
+ ],
44
+ onOk: function() {
45
+ var div = instance.document.createElement('div');
46
+ div.setHtml(this.getContentElement('iframe', 'embedArea').getValue());
47
+ instance.insertElement(div);
48
+ }
49
+ };
50
+ } );
51
+
52
+ editor.addCommand( 'MediaEmbed', new CKEDITOR.dialogCommand( 'MediaEmbedDialog',
53
+ { allowedContent: 'iframe[*]' }
54
+ ) );
55
+
56
+ editor.ui.addButton( 'MediaEmbed',
57
+ {
58
+ label: 'Embed Media',
59
+ command: 'MediaEmbed',
60
+ toolbar: 'insert'
61
+ } );
62
+ }
63
+ } );
64
+ } )();
@@ -0,0 +1,303 @@
1
+ AD Gallery is released under a dual license, MIT and GPL. This means
2
+ that you can pick the license most suited for your needs.
3
+
4
+ MIT
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23
+
24
+
25
+ GPL
26
+ GNU GENERAL PUBLIC LICENSE
27
+ Version 2, June 1991
28
+
29
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
30
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
31
+ Everyone is permitted to copy and distribute verbatim copies
32
+ of this license document, but changing it is not allowed.
33
+
34
+ Preamble
35
+
36
+ The licenses for most software are designed to take away your
37
+ freedom to share and change it. By contrast, the GNU General Public
38
+ License is intended to guarantee your freedom to share and change free
39
+ software--to make sure the software is free for all its users. This
40
+ General Public License applies to most of the Free Software
41
+ Foundation's software and to any other program whose authors commit to
42
+ using it. (Some other Free Software Foundation software is covered by
43
+ the GNU Lesser General Public License instead.) You can apply it to
44
+ your programs, too.
45
+
46
+ When we speak of free software, we are referring to freedom, not
47
+ price. Our General Public Licenses are designed to make sure that you
48
+ have the freedom to distribute copies of free software (and charge for
49
+ this service if you wish), that you receive source code or can get it
50
+ if you want it, that you can change the software or use pieces of it
51
+ in new free programs; and that you know you can do these things.
52
+
53
+ To protect your rights, we need to make restrictions that forbid
54
+ anyone to deny you these rights or to ask you to surrender the rights.
55
+ These restrictions translate to certain responsibilities for you if you
56
+ distribute copies of the software, or if you modify it.
57
+
58
+ For example, if you distribute copies of such a program, whether
59
+ gratis or for a fee, you must give the recipients all the rights that
60
+ you have. You must make sure that they, too, receive or can get the
61
+ source code. And you must show them these terms so they know their
62
+ rights.
63
+
64
+ We protect your rights with two steps: (1) copyright the software, and
65
+ (2) offer you this license which gives you legal permission to copy,
66
+ distribute and/or modify the software.
67
+
68
+ Also, for each author's protection and ours, we want to make certain
69
+ that everyone understands that there is no warranty for this free
70
+ software. If the software is modified by someone else and passed on, we
71
+ want its recipients to know that what they have is not the original, so
72
+ that any problems introduced by others will not reflect on the original
73
+ authors' reputations.
74
+
75
+ Finally, any free program is threatened constantly by software
76
+ patents. We wish to avoid the danger that redistributors of a free
77
+ program will individually obtain patent licenses, in effect making the
78
+ program proprietary. To prevent this, we have made it clear that any
79
+ patent must be licensed for everyone's free use or not licensed at all.
80
+
81
+ The precise terms and conditions for copying, distribution and
82
+ modification follow.
83
+
84
+ GNU GENERAL PUBLIC LICENSE
85
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
86
+
87
+ 0. This License applies to any program or other work which contains
88
+ a notice placed by the copyright holder saying it may be distributed
89
+ under the terms of this General Public License. The "Program", below,
90
+ refers to any such program or work, and a "work based on the Program"
91
+ means either the Program or any derivative work under copyright law:
92
+ that is to say, a work containing the Program or a portion of it,
93
+ either verbatim or with modifications and/or translated into another
94
+ language. (Hereinafter, translation is included without limitation in
95
+ the term "modification".) Each licensee is addressed as "you".
96
+
97
+ Activities other than copying, distribution and modification are not
98
+ covered by this License; they are outside its scope. The act of
99
+ running the Program is not restricted, and the output from the Program
100
+ is covered only if its contents constitute a work based on the
101
+ Program (independent of having been made by running the Program).
102
+ Whether that is true depends on what the Program does.
103
+
104
+ 1. You may copy and distribute verbatim copies of the Program's
105
+ source code as you receive it, in any medium, provided that you
106
+ conspicuously and appropriately publish on each copy an appropriate
107
+ copyright notice and disclaimer of warranty; keep intact all the
108
+ notices that refer to this License and to the absence of any warranty;
109
+ and give any other recipients of the Program a copy of this License
110
+ along with the Program.
111
+
112
+ You may charge a fee for the physical act of transferring a copy, and
113
+ you may at your option offer warranty protection in exchange for a fee.
114
+
115
+ 2. You may modify your copy or copies of the Program or any portion
116
+ of it, thus forming a work based on the Program, and copy and
117
+ distribute such modifications or work under the terms of Section 1
118
+ above, provided that you also meet all of these conditions:
119
+
120
+ a) You must cause the modified files to carry prominent notices
121
+ stating that you changed the files and the date of any change.
122
+
123
+ b) You must cause any work that you distribute or publish, that in
124
+ whole or in part contains or is derived from the Program or any
125
+ part thereof, to be licensed as a whole at no charge to all third
126
+ parties under the terms of this License.
127
+
128
+ c) If the modified program normally reads commands interactively
129
+ when run, you must cause it, when started running for such
130
+ interactive use in the most ordinary way, to print or display an
131
+ announcement including an appropriate copyright notice and a
132
+ notice that there is no warranty (or else, saying that you provide
133
+ a warranty) and that users may redistribute the program under
134
+ these conditions, and telling the user how to view a copy of this
135
+ License. (Exception: if the Program itself is interactive but
136
+ does not normally print such an announcement, your work based on
137
+ the Program is not required to print an announcement.)
138
+
139
+ These requirements apply to the modified work as a whole. If
140
+ identifiable sections of that work are not derived from the Program,
141
+ and can be reasonably considered independent and separate works in
142
+ themselves, then this License, and its terms, do not apply to those
143
+ sections when you distribute them as separate works. But when you
144
+ distribute the same sections as part of a whole which is a work based
145
+ on the Program, the distribution of the whole must be on the terms of
146
+ this License, whose permissions for other licensees extend to the
147
+ entire whole, and thus to each and every part regardless of who wrote it.
148
+
149
+ Thus, it is not the intent of this section to claim rights or contest
150
+ your rights to work written entirely by you; rather, the intent is to
151
+ exercise the right to control the distribution of derivative or
152
+ collective works based on the Program.
153
+
154
+ In addition, mere aggregation of another work not based on the Program
155
+ with the Program (or with a work based on the Program) on a volume of
156
+ a storage or distribution medium does not bring the other work under
157
+ the scope of this License.
158
+
159
+ 3. You may copy and distribute the Program (or a work based on it,
160
+ under Section 2) in object code or executable form under the terms of
161
+ Sections 1 and 2 above provided that you also do one of the following:
162
+
163
+ a) Accompany it with the complete corresponding machine-readable
164
+ source code, which must be distributed under the terms of Sections
165
+ 1 and 2 above on a medium customarily used for software interchange; or,
166
+
167
+ b) Accompany it with a written offer, valid for at least three
168
+ years, to give any third party, for a charge no more than your
169
+ cost of physically performing source distribution, a complete
170
+ machine-readable copy of the corresponding source code, to be
171
+ distributed under the terms of Sections 1 and 2 above on a medium
172
+ customarily used for software interchange; or,
173
+
174
+ c) Accompany it with the information you received as to the offer
175
+ to distribute corresponding source code. (This alternative is
176
+ allowed only for noncommercial distribution and only if you
177
+ received the program in object code or executable form with such
178
+ an offer, in accord with Subsection b above.)
179
+
180
+ The source code for a work means the preferred form of the work for
181
+ making modifications to it. For an executable work, complete source
182
+ code means all the source code for all modules it contains, plus any
183
+ associated interface definition files, plus the scripts used to
184
+ control compilation and installation of the executable. However, as a
185
+ special exception, the source code distributed need not include
186
+ anything that is normally distributed (in either source or binary
187
+ form) with the major components (compiler, kernel, and so on) of the
188
+ operating system on which the executable runs, unless that component
189
+ itself accompanies the executable.
190
+
191
+ If distribution of executable or object code is made by offering
192
+ access to copy from a designated place, then offering equivalent
193
+ access to copy the source code from the same place counts as
194
+ distribution of the source code, even though third parties are not
195
+ compelled to copy the source along with the object code.
196
+
197
+ 4. You may not copy, modify, sublicense, or distribute the Program
198
+ except as expressly provided under this License. Any attempt
199
+ otherwise to copy, modify, sublicense or distribute the Program is
200
+ void, and will automatically terminate your rights under this License.
201
+ However, parties who have received copies, or rights, from you under
202
+ this License will not have their licenses terminated so long as such
203
+ parties remain in full compliance.
204
+
205
+ 5. You are not required to accept this License, since you have not
206
+ signed it. However, nothing else grants you permission to modify or
207
+ distribute the Program or its derivative works. These actions are
208
+ prohibited by law if you do not accept this License. Therefore, by
209
+ modifying or distributing the Program (or any work based on the
210
+ Program), you indicate your acceptance of this License to do so, and
211
+ all its terms and conditions for copying, distributing or modifying
212
+ the Program or works based on it.
213
+
214
+ 6. Each time you redistribute the Program (or any work based on the
215
+ Program), the recipient automatically receives a license from the
216
+ original licensor to copy, distribute or modify the Program subject to
217
+ these terms and conditions. You may not impose any further
218
+ restrictions on the recipients' exercise of the rights granted herein.
219
+ You are not responsible for enforcing compliance by third parties to
220
+ this License.
221
+
222
+ 7. If, as a consequence of a court judgment or allegation of patent
223
+ infringement or for any other reason (not limited to patent issues),
224
+ conditions are imposed on you (whether by court order, agreement or
225
+ otherwise) that contradict the conditions of this License, they do not
226
+ excuse you from the conditions of this License. If you cannot
227
+ distribute so as to satisfy simultaneously your obligations under this
228
+ License and any other pertinent obligations, then as a consequence you
229
+ may not distribute the Program at all. For example, if a patent
230
+ license would not permit royalty-free redistribution of the Program by
231
+ all those who receive copies directly or indirectly through you, then
232
+ the only way you could satisfy both it and this License would be to
233
+ refrain entirely from distribution of the Program.
234
+
235
+ If any portion of this section is held invalid or unenforceable under
236
+ any particular circumstance, the balance of the section is intended to
237
+ apply and the section as a whole is intended to apply in other
238
+ circumstances.
239
+
240
+ It is not the purpose of this section to induce you to infringe any
241
+ patents or other property right claims or to contest validity of any
242
+ such claims; this section has the sole purpose of protecting the
243
+ integrity of the free software distribution system, which is
244
+ implemented by public license practices. Many people have made
245
+ generous contributions to the wide range of software distributed
246
+ through that system in reliance on consistent application of that
247
+ system; it is up to the author/donor to decide if he or she is willing
248
+ to distribute software through any other system and a licensee cannot
249
+ impose that choice.
250
+
251
+ This section is intended to make thoroughly clear what is believed to
252
+ be a consequence of the rest of this License.
253
+
254
+ 8. If the distribution and/or use of the Program is restricted in
255
+ certain countries either by patents or by copyrighted interfaces, the
256
+ original copyright holder who places the Program under this License
257
+ may add an explicit geographical distribution limitation excluding
258
+ those countries, so that distribution is permitted only in or among
259
+ countries not thus excluded. In such case, this License incorporates
260
+ the limitation as if written in the body of this License.
261
+
262
+ 9. The Free Software Foundation may publish revised and/or new versions
263
+ of the General Public License from time to time. Such new versions will
264
+ be similar in spirit to the present version, but may differ in detail to
265
+ address new problems or concerns.
266
+
267
+ Each version is given a distinguishing version number. If the Program
268
+ specifies a version number of this License which applies to it and "any
269
+ later version", you have the option of following the terms and conditions
270
+ either of that version or of any later version published by the Free
271
+ Software Foundation. If the Program does not specify a version number of
272
+ this License, you may choose any version ever published by the Free Software
273
+ Foundation.
274
+
275
+ 10. If you wish to incorporate parts of the Program into other free
276
+ programs whose distribution conditions are different, write to the author
277
+ to ask for permission. For software which is copyrighted by the Free
278
+ Software Foundation, write to the Free Software Foundation; we sometimes
279
+ make exceptions for this. Our decision will be guided by the two goals
280
+ of preserving the free status of all derivatives of our free software and
281
+ of promoting the sharing and reuse of software generally.
282
+
283
+ NO WARRANTY
284
+
285
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
286
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
287
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
288
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
289
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
290
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
291
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
292
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
293
+ REPAIR OR CORRECTION.
294
+
295
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
296
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
297
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
298
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
299
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
300
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
301
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
302
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
303
+ POSSIBILITY OF SUCH DAMAGES.