typo 5.5 → 6.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1461) hide show
  1. data/PostInstall.txt +5 -0
  2. data/typo.gemspec +16 -0
  3. metadata +35 -1619
  4. data/CHANGELOG +0 -59
  5. data/MAINTAINERS +0 -23
  6. data/MIT-LICENSE +0 -21
  7. data/README +0 -57
  8. data/Rakefile +0 -10
  9. data/Typo users guide.pdf +0 -0
  10. data/UPGRADE +0 -144
  11. data/app/apis/blogger_service.rb +0 -93
  12. data/app/apis/meta_weblog_service.rb +0 -173
  13. data/app/apis/movable_type_service.rb +0 -144
  14. data/app/apis/typo_web_service.rb +0 -26
  15. data/app/controllers/accounts_controller.rb +0 -106
  16. data/app/controllers/admin/base_controller.rb +0 -18
  17. data/app/controllers/admin/categories_controller.rb +0 -66
  18. data/app/controllers/admin/content_controller.rb +0 -242
  19. data/app/controllers/admin/dashboard_controller.rb +0 -96
  20. data/app/controllers/admin/feedback_controller.rb +0 -173
  21. data/app/controllers/admin/pages_controller.rb +0 -77
  22. data/app/controllers/admin/profiles_controller.rb +0 -14
  23. data/app/controllers/admin/resources_controller.rb +0 -96
  24. data/app/controllers/admin/settings_controller.rb +0 -76
  25. data/app/controllers/admin/sidebar_controller.rb +0 -102
  26. data/app/controllers/admin/tags_controller.rb +0 -37
  27. data/app/controllers/admin/textfilters_controller.rb +0 -8
  28. data/app/controllers/admin/themes_controller.rb +0 -121
  29. data/app/controllers/admin/users_controller.rb +0 -47
  30. data/app/controllers/application_controller.rb +0 -78
  31. data/app/controllers/articles_controller.rb +0 -312
  32. data/app/controllers/authors_controller.rb +0 -21
  33. data/app/controllers/backend_controller.rb +0 -20
  34. data/app/controllers/categories_controller.rb +0 -4
  35. data/app/controllers/comments_controller.rb +0 -89
  36. data/app/controllers/content_controller.rb +0 -51
  37. data/app/controllers/feedback_controller.rb +0 -50
  38. data/app/controllers/grouping_controller.rb +0 -123
  39. data/app/controllers/setup_controller.rb +0 -45
  40. data/app/controllers/tags_controller.rb +0 -3
  41. data/app/controllers/textfilter_controller.rb +0 -19
  42. data/app/controllers/theme_controller.rb +0 -62
  43. data/app/controllers/trackbacks_controller.rb +0 -41
  44. data/app/controllers/xml_controller.rb +0 -134
  45. data/app/helpers/accounts_helper.rb +0 -2
  46. data/app/helpers/admin/base_helper.rb +0 -251
  47. data/app/helpers/admin/cache_helper.rb +0 -2
  48. data/app/helpers/admin/categories_helper.rb +0 -12
  49. data/app/helpers/admin/comments_helper.rb +0 -2
  50. data/app/helpers/admin/content_helper.rb +0 -88
  51. data/app/helpers/admin/feedback_helper.rb +0 -15
  52. data/app/helpers/admin/general_helper.rb +0 -2
  53. data/app/helpers/admin/pages_helper.rb +0 -8
  54. data/app/helpers/admin/resources_helper.rb +0 -8
  55. data/app/helpers/admin/settings_helper.rb +0 -23
  56. data/app/helpers/admin/sidebar_helper.rb +0 -2
  57. data/app/helpers/admin/textfilters_helper.rb +0 -2
  58. data/app/helpers/admin/themes_helper.rb +0 -23
  59. data/app/helpers/admin/trackbacks_helper.rb +0 -2
  60. data/app/helpers/admin/users_helper.rb +0 -14
  61. data/app/helpers/application_helper.rb +0 -199
  62. data/app/helpers/articles_helper.rb +0 -21
  63. data/app/helpers/authors_helper.rb +0 -19
  64. data/app/helpers/backend_helper.rb +0 -2
  65. data/app/helpers/categories_helper.rb +0 -5
  66. data/app/helpers/comments_helper.rb +0 -2
  67. data/app/helpers/content_helper.rb +0 -67
  68. data/app/helpers/groupings_helper.rb +0 -5
  69. data/app/helpers/mail_helper.rb +0 -7
  70. data/app/helpers/sidebar_helper.rb +0 -47
  71. data/app/helpers/sidebars/plugin_helper.rb +0 -2
  72. data/app/helpers/tags_helper.rb +0 -5
  73. data/app/helpers/text_filter_plugin_helper.rb +0 -2
  74. data/app/helpers/textfilter_helper.rb +0 -2
  75. data/app/helpers/theme_helper.rb +0 -7
  76. data/app/helpers/xml_helper.rb +0 -20
  77. data/app/models/article.rb +0 -575
  78. data/app/models/article/states.rb +0 -191
  79. data/app/models/blog.rb +0 -202
  80. data/app/models/blog_sweeper.rb +0 -88
  81. data/app/models/categorization.rb +0 -4
  82. data/app/models/category.rb +0 -98
  83. data/app/models/comment.rb +0 -75
  84. data/app/models/config_manager.rb +0 -80
  85. data/app/models/content.rb +0 -385
  86. data/app/models/email_notifier.rb +0 -8
  87. data/app/models/feedback.rb +0 -175
  88. data/app/models/feedback/states.rb +0 -221
  89. data/app/models/notification.rb +0 -4
  90. data/app/models/notification_mailer.rb +0 -41
  91. data/app/models/page.rb +0 -41
  92. data/app/models/page_cache.rb +0 -62
  93. data/app/models/ping.rb +0 -124
  94. data/app/models/profile.rb +0 -15
  95. data/app/models/redirect.rb +0 -3
  96. data/app/models/resource.rb +0 -66
  97. data/app/models/right.rb +0 -4
  98. data/app/models/sidebar.rb +0 -269
  99. data/app/models/tag.rb +0 -99
  100. data/app/models/text_filter.rb +0 -106
  101. data/app/models/theme.rb +0 -58
  102. data/app/models/trackback.rb +0 -67
  103. data/app/models/trigger.rb +0 -32
  104. data/app/models/user.rb +0 -208
  105. data/app/models/web_notifier.rb +0 -7
  106. data/app/views/accounts/confirm.html.erb +0 -1
  107. data/app/views/accounts/login.html.erb +0 -25
  108. data/app/views/accounts/recover_password.html.erb +0 -15
  109. data/app/views/accounts/signup.html.erb +0 -22
  110. data/app/views/admin/categories/_categories.html.erb +0 -22
  111. data/app/views/admin/categories/_form.html.erb +0 -19
  112. data/app/views/admin/categories/destroy.html.erb +0 -10
  113. data/app/views/admin/categories/index.html.erb +0 -8
  114. data/app/views/admin/categories/new.html.erb +0 -6
  115. data/app/views/admin/categories/reorder.html.erb +0 -11
  116. data/app/views/admin/content/_article_list.html.erb +0 -17
  117. data/app/views/admin/content/_attachment.html.erb +0 -30
  118. data/app/views/admin/content/_drafts.html.erb +0 -8
  119. data/app/views/admin/content/_form.html.erb +0 -124
  120. data/app/views/admin/content/_images.html.erb +0 -18
  121. data/app/views/admin/content/_show_resources.html.erb +0 -9
  122. data/app/views/admin/content/_simple_editor.html.erb +0 -15
  123. data/app/views/admin/content/_visual_editor.html.erb +0 -20
  124. data/app/views/admin/content/destroy.html.erb +0 -11
  125. data/app/views/admin/content/index.html.erb +0 -47
  126. data/app/views/admin/content/new.html.erb +0 -3
  127. data/app/views/admin/dashboard/_comments.html.erb +0 -19
  128. data/app/views/admin/dashboard/_inbound.html.erb +0 -23
  129. data/app/views/admin/dashboard/_overview.html.erb +0 -19
  130. data/app/views/admin/dashboard/_popular.html.erb +0 -17
  131. data/app/views/admin/dashboard/_posts.html.erb +0 -19
  132. data/app/views/admin/dashboard/_typo_dev.html.erb +0 -25
  133. data/app/views/admin/dashboard/_welcome.html.erb +0 -17
  134. data/app/views/admin/dashboard/index.html.erb +0 -13
  135. data/app/views/admin/feedback/_button.html.erb +0 -10
  136. data/app/views/admin/feedback/_form.html.erb +0 -32
  137. data/app/views/admin/feedback/_item.html.erb +0 -19
  138. data/app/views/admin/feedback/article.html.erb +0 -34
  139. data/app/views/admin/feedback/edit.html.erb +0 -10
  140. data/app/views/admin/feedback/index.html.erb +0 -44
  141. data/app/views/admin/pages/_form.html.erb +0 -62
  142. data/app/views/admin/pages/_images.html.erb +0 -18
  143. data/app/views/admin/pages/_pages.html.erb +0 -17
  144. data/app/views/admin/pages/_simple_editor.html.erb +0 -15
  145. data/app/views/admin/pages/_visual_editor.html.erb +0 -21
  146. data/app/views/admin/pages/destroy.html.erb +0 -11
  147. data/app/views/admin/pages/edit.html.erb +0 -4
  148. data/app/views/admin/pages/index.html.erb +0 -13
  149. data/app/views/admin/pages/new.html.erb +0 -3
  150. data/app/views/admin/pages/show.html.erb +0 -2
  151. data/app/views/admin/profiles/index.html.erb +0 -8
  152. data/app/views/admin/resources/_mime_edit.html.erb +0 -8
  153. data/app/views/admin/resources/_pages.html.erb +0 -3
  154. data/app/views/admin/resources/_upload.html.erb +0 -17
  155. data/app/views/admin/resources/destroy.html.erb +0 -11
  156. data/app/views/admin/resources/get_thumbnails.html.erb +0 -5
  157. data/app/views/admin/resources/images.html.erb +0 -28
  158. data/app/views/admin/resources/index.html.erb +0 -30
  159. data/app/views/admin/settings/_submit.html.erb +0 -3
  160. data/app/views/admin/settings/feedback.html.erb +0 -109
  161. data/app/views/admin/settings/index.html.erb +0 -86
  162. data/app/views/admin/settings/seo.html.erb +0 -80
  163. data/app/views/admin/settings/update_database.html.erb +0 -42
  164. data/app/views/admin/settings/write.html.erb +0 -34
  165. data/app/views/admin/shared/_edit.html.erb +0 -6
  166. data/app/views/admin/sidebar/_active.html.erb +0 -15
  167. data/app/views/admin/sidebar/_actives.html.erb +0 -9
  168. data/app/views/admin/sidebar/_available.html.erb +0 -7
  169. data/app/views/admin/sidebar/_availables.html.erb +0 -5
  170. data/app/views/admin/sidebar/_publish.html.erb +0 -2
  171. data/app/views/admin/sidebar/_target.html.erb +0 -1
  172. data/app/views/admin/sidebar/index.html.erb +0 -49
  173. data/app/views/admin/sidebar/publish.rjs +0 -4
  174. data/app/views/admin/sidebar/remove.rjs +0 -5
  175. data/app/views/admin/sidebar/set_active.rjs +0 -10
  176. data/app/views/admin/tags/_form.html.erb +0 -6
  177. data/app/views/admin/tags/destroy.html.erb +0 -11
  178. data/app/views/admin/tags/edit.html.erb +0 -13
  179. data/app/views/admin/tags/index.html.erb +0 -19
  180. data/app/views/admin/themes/catalogue.html.erb +0 -30
  181. data/app/views/admin/themes/editor.html.erb +0 -29
  182. data/app/views/admin/themes/index.html.erb +0 -36
  183. data/app/views/admin/users/_form.html.erb +0 -188
  184. data/app/views/admin/users/destroy.html.erb +0 -14
  185. data/app/views/admin/users/edit.html.erb +0 -6
  186. data/app/views/admin/users/index.html.erb +0 -27
  187. data/app/views/admin/users/new.html.erb +0 -6
  188. data/app/views/articles/_article.html.erb +0 -24
  189. data/app/views/articles/_article_content.html.erb +0 -1
  190. data/app/views/articles/_atom_feed.atom.builder +0 -12
  191. data/app/views/articles/_comment.html.erb +0 -9
  192. data/app/views/articles/_comment_box.html.erb +0 -45
  193. data/app/views/articles/_comment_error.html.erb +0 -1
  194. data/app/views/articles/_comment_failed.html.erb +0 -4
  195. data/app/views/articles/_password_form.html.erb +0 -10
  196. data/app/views/articles/_rss20_feed.rss.builder +0 -19
  197. data/app/views/articles/_trackback.html.erb +0 -6
  198. data/app/views/articles/archives.html.erb +0 -22
  199. data/app/views/articles/comment_preview.html.erb +0 -3
  200. data/app/views/articles/error.html.erb +0 -3
  201. data/app/views/articles/groupings.html.erb +0 -15
  202. data/app/views/articles/index.html.erb +0 -8
  203. data/app/views/articles/live_search.html.erb +0 -10
  204. data/app/views/articles/read.html.erb +0 -66
  205. data/app/views/articles/search.html.erb +0 -8
  206. data/app/views/articles/trackback.xml.builder +0 -5
  207. data/app/views/articles/view_page.html.erb +0 -3
  208. data/app/views/authors/show.html.erb +0 -37
  209. data/app/views/comments/index.html.erb +0 -1
  210. data/app/views/comments/show.html.erb +0 -13
  211. data/app/views/layouts/accounts.html.erb +0 -18
  212. data/app/views/layouts/administration.html.erb +0 -45
  213. data/app/views/layouts/setup.html.erb +0 -18
  214. data/app/views/layouts/sidebar.html.erb +0 -40
  215. data/app/views/notification_mailer/_mail_footer.html.erb +0 -7
  216. data/app/views/notification_mailer/_mail_header.html.erb +0 -1
  217. data/app/views/notification_mailer/article.html.erb +0 -6
  218. data/app/views/notification_mailer/comment.html.erb +0 -11
  219. data/app/views/notification_mailer/notif_user.html.erb +0 -14
  220. data/app/views/notification_mailer/trackback.html.erb +0 -3
  221. data/app/views/settings/done.html.erb +0 -2
  222. data/app/views/settings/install.html.erb +0 -12
  223. data/app/views/setup/confirm.html.erb +0 -1
  224. data/app/views/setup/index.html.erb +0 -17
  225. data/app/views/shared/_confirm.html.erb +0 -16
  226. data/app/views/shared/_search.html.erb +0 -10
  227. data/app/views/sidebar/_row.html.erb +0 -1
  228. data/app/views/sidebar/_sidebar.html.erb +0 -5
  229. data/app/views/sidebar/display_plugins.html.erb +0 -5
  230. data/app/views/sidebar/show.html.erb +0 -1
  231. data/app/views/theme/static_view_test.html.erb +0 -1
  232. data/app/views/trackbacks/trackback.xml.builder +0 -4
  233. data/app/views/xml/_atom10_item_article.atom.builder +0 -39
  234. data/app/views/xml/_atom10_item_comment.atom.builder +0 -12
  235. data/app/views/xml/_atom10_item_trackback.atom.builder +0 -16
  236. data/app/views/xml/_googlesitemap_item_article.googlesitemap.builder +0 -5
  237. data/app/views/xml/_googlesitemap_item_category.googlesitemap.builder +0 -4
  238. data/app/views/xml/_googlesitemap_item_page.googlesitemap.builder +0 -4
  239. data/app/views/xml/_googlesitemap_item_tag.googlesitemap.builder +0 -4
  240. data/app/views/xml/_itunes_item_resource.xml.builder +0 -28
  241. data/app/views/xml/_rss20_item_article.rss.builder +0 -29
  242. data/app/views/xml/_rss20_item_comment.rss.builder +0 -7
  243. data/app/views/xml/_rss20_item_trackback.rss.builder +0 -7
  244. data/app/views/xml/feed.atom.builder +0 -18
  245. data/app/views/xml/feed.googlesitemap.builder +0 -7
  246. data/app/views/xml/feed.rss.builder +0 -21
  247. data/app/views/xml/itunes_feed.rss.builder +0 -29
  248. data/app/views/xml/rsd.rsd.builder +0 -19
  249. data/app/views/xml/rsd.rxml +0 -19
  250. data/bin/typo +0 -122
  251. data/config/boot.rb +0 -110
  252. data/config/ckeditor.yml +0 -14
  253. data/config/database.yml.example +0 -18
  254. data/config/environment.rb +0 -109
  255. data/config/environments/cucumber.rb +0 -23
  256. data/config/environments/development.rb +0 -21
  257. data/config/environments/production.rb +0 -19
  258. data/config/environments/test.rb +0 -26
  259. data/config/filemanager.yml +0 -16
  260. data/config/initializers/access_rules.rb +0 -110
  261. data/config/initializers/inflector.rb +0 -4
  262. data/config/initializers/mime_types.rb +0 -3
  263. data/config/lighttpd.conf +0 -46
  264. data/config/locales/nl.rb +0 -103
  265. data/config/mail.yml.example +0 -8
  266. data/config/routes.rb +0 -128
  267. data/db/converters/README +0 -14
  268. data/db/converters/feed.rb +0 -68
  269. data/db/converters/mt3.rb +0 -172
  270. data/db/converters/rss.rb +0 -67
  271. data/db/converters/s9y.rb +0 -182
  272. data/db/converters/textpattern.rb +0 -137
  273. data/db/migrate/001_initial_schema.rb +0 -145
  274. data/db/migrate/002_add_user_email.rb +0 -17
  275. data/db/migrate/003_add_article_user_id.rb +0 -31
  276. data/db/migrate/004_add_sidebars.rb +0 -48
  277. data/db/migrate/005_add_cache_table.rb +0 -20
  278. data/db/migrate/006_add_pages.rb +0 -17
  279. data/db/migrate/007_add_permalink.rb +0 -36
  280. data/db/migrate/008_add_page_title.rb +0 -20
  281. data/db/migrate/009_add_article_guid.rb +0 -10
  282. data/db/migrate/010_add_tags.rb +0 -19
  283. data/db/migrate/011_add_article_id.rb +0 -17
  284. data/db/migrate/012_enlarge_settings.rb +0 -11
  285. data/db/migrate/013_add_textfilters.rb +0 -33
  286. data/db/migrate/014_move_text_filter_to_text_filter_id.rb +0 -43
  287. data/db/migrate/015_convert_mysql_to_innodb.rb +0 -19
  288. data/db/migrate/016_fix_is_primary_postgres.rb +0 -16
  289. data/db/migrate/017_add_comment_user_id.rb +0 -23
  290. data/db/migrate/018_add_guids.rb +0 -13
  291. data/db/migrate/019_add_whiteboards_to_content.rb +0 -15
  292. data/db/migrate/020_superclass_articles.rb +0 -168
  293. data/db/migrate/021_superclass_comments.rb +0 -94
  294. data/db/migrate/022_superclass_trackbacks.rb +0 -73
  295. data/db/migrate/023_superclass_pages.rb +0 -65
  296. data/db/migrate/024_cleanup_contents.rb +0 -54
  297. data/db/migrate/025_add_itunes_metadata.rb +0 -29
  298. data/db/migrate/026_add_redirect_table.rb +0 -13
  299. data/db/migrate/027_set_comment_published_flag.rb +0 -19
  300. data/db/migrate/028_rename_redirect_to.rb +0 -16
  301. data/db/migrate/029_add_user_notification.rb +0 -29
  302. data/db/migrate/030_index_sessions.rb +0 -9
  303. data/db/migrate/031_add_notifications_table.rb +0 -14
  304. data/db/migrate/032_add_jabber_notification.rb +0 -11
  305. data/db/migrate/033_add_count_caching.rb +0 -34
  306. data/db/migrate/034_boolify_published.rb +0 -36
  307. data/db/migrate/035_boolify_content_allow_foo.rb +0 -36
  308. data/db/migrate/036_add_tag_display_name.rb +0 -51
  309. data/db/migrate/037_enlarge_ip_field.rb +0 -9
  310. data/db/migrate/038_add_blog_object.rb +0 -52
  311. data/db/migrate/039_serialize_blog_attributes.rb +0 -160
  312. data/db/migrate/040_attach_content_to_blog.rb +0 -28
  313. data/db/migrate/041_fixup_default_sidebars.rb +0 -18
  314. data/db/migrate/042_remove_sidebar_staged_config.rb +0 -22
  315. data/db/migrate/043_create_triggers.rb +0 -14
  316. data/db/migrate/044_add_published_at_to_content.rb +0 -18
  317. data/db/migrate/045_fix_contents_published_default.rb +0 -9
  318. data/db/migrate/046_fixup_forthcoming_publications.rb +0 -40
  319. data/db/migrate/047_add_content_state_field.rb +0 -24
  320. data/db/migrate/048_remove_count_caching.rb +0 -31
  321. data/db/migrate/049_move_feedback_to_new_state_machine.rb +0 -33
  322. data/db/migrate/050_add_status_confirmed_field_to_content.rb +0 -19
  323. data/db/migrate/051_fix_canonical_server_url.rb +0 -17
  324. data/db/migrate/052_remove_cached_html.rb +0 -11
  325. data/db/migrate/053_promote_canonical_server_url.rb +0 -22
  326. data/db/migrate/054_upgrade_sidebar_objects.rb +0 -26
  327. data/db/migrate/055_link_sidebars_to_blog.rb +0 -17
  328. data/db/migrate/056_create_notifications.rb +0 -33
  329. data/db/migrate/057_add_categorization_model.rb +0 -58
  330. data/db/migrate/058_separate_entries_and_feedback.rb +0 -81
  331. data/db/migrate/059_cleanup_feedback_table.rb +0 -25
  332. data/db/migrate/060_cleanup_contents_table.rb +0 -37
  333. data/db/migrate/061_convert_title_prefix_setting.rb +0 -25
  334. data/db/migrate/062_add_sitealizer_plugin.rb +0 -18
  335. data/db/migrate/063_rejig_state_field.rb +0 -42
  336. data/db/migrate/064_add_users_profile.rb +0 -32
  337. data/db/migrate/065_add_users_rights.rb +0 -116
  338. data/db/migrate/066_fix_profiles.rb +0 -20
  339. data/db/migrate/067_remove_blog_ids.rb +0 -30
  340. data/db/migrate/068_fix_grants.rb +0 -113
  341. data/db/migrate/069_add_modules_to_profile.rb +0 -18
  342. data/db/migrate/070_add_users_to_non_admins.rb +0 -17
  343. data/db/migrate/071_fix_tags_naming.rb +0 -18
  344. data/db/migrate/072_add_remember_token.rb +0 -9
  345. data/db/migrate/073_add_meta_and_subcategories.rb +0 -13
  346. data/db/migrate/074_add_remember_token_expires_at.rb +0 -9
  347. data/db/migrate/075_move_editor_to_user.rb +0 -10
  348. data/db/migrate/076_fix_users_empty_email.rb +0 -15
  349. data/db/migrate/077_fix_userless_articles.rb +0 -20
  350. data/db/migrate/078_add_textfilter_to_users.rb +0 -15
  351. data/db/migrate/079_move_editor_as_string.rb +0 -16
  352. data/db/migrate/080_add_state_to_user.rb +0 -14
  353. data/db/migrate/081_create_cache_informations.rb +0 -28
  354. data/db/migrate/082_add_users_options.rb +0 -35
  355. data/db/migrate/083_add_users_display_perms.rb +0 -19
  356. data/db/migrate/084_move_users_to_profiles.rb +0 -19
  357. data/db/migrate/085_add_article_parent_draft.rb +0 -9
  358. data/db/migrate/086_add_user_last_connection.rb +0 -9
  359. data/db/migrate/087_drop_blacklist_patterns.rb +0 -14
  360. data/db/migrate/088_drop_session_table.rb +0 -14
  361. data/db/migrate/089_drop_cache_information_table.rb +0 -31
  362. data/db/migrate/090_remove_keywords_from_posts.rb +0 -9
  363. data/db/migrate/091_adds_password_protection_to_posts.rb +0 -9
  364. data/db/schema.mysql-v3.sql +0 -3
  365. data/db/schema.mysql.sql +0 -3
  366. data/db/schema.postgresql.sql +0 -3
  367. data/db/schema.sqlite.sql +0 -3
  368. data/db/schema.sqlite3.sql +0 -3
  369. data/db/schema.sqlserver.sql +0 -3
  370. data/db/schema_version +0 -1
  371. data/db/scripts/fix_permalinks.rb +0 -5
  372. data/db/updates/update.168.to.200.mysql.sql +0 -33
  373. data/db/updates/update.168.to.200.psql.sql +0 -30
  374. data/doc/CACHE.SETUP.README +0 -36
  375. data/doc/Installer.txt +0 -160
  376. data/installer/apache13.conf.example.template +0 -33
  377. data/installer/apache20.conf.example.template +0 -40
  378. data/installer/lighttpd.conf.example.template +0 -6
  379. data/installer/rails_installer_defaults.yml +0 -5
  380. data/lang/de_DE.rb +0 -497
  381. data/lang/en_US.rb +0 -3
  382. data/lang/es_MX.rb +0 -556
  383. data/lang/fr_FR.rb +0 -762
  384. data/lang/he_IL.rb +0 -715
  385. data/lang/it_IT.rb +0 -566
  386. data/lang/ja_JP.rb +0 -707
  387. data/lang/nl_NL.rb +0 -657
  388. data/lang/pl_PL.rb +0 -685
  389. data/lang/ro_RO.rb +0 -552
  390. data/lang/zh_TW.rb +0 -597
  391. data/lib/backpack_api.rb +0 -202
  392. data/lib/bare_migration.rb +0 -145
  393. data/lib/email_notify.rb +0 -32
  394. data/lib/filemanager.rb +0 -53
  395. data/lib/filemanager/controller.rb +0 -217
  396. data/lib/format.rb +0 -19
  397. data/lib/generators/sidebar/sidebar_generator.rb +0 -22
  398. data/lib/generators/sidebar/templates/Rakefile +0 -22
  399. data/lib/generators/sidebar/templates/content.html.erb +0 -10
  400. data/lib/generators/sidebar/templates/init.rb +0 -4
  401. data/lib/generators/sidebar/templates/sidebar.rb +0 -16
  402. data/lib/generators/sidebar/templates/unit_test.rb +0 -8
  403. data/lib/i18n_interpolation_deprecation.rb +0 -26
  404. data/lib/migrator.rb +0 -28
  405. data/lib/rails_patch/active_record.rb +0 -9
  406. data/lib/rails_patch/active_support.rb +0 -4
  407. data/lib/route_cache.rb +0 -15
  408. data/lib/sidebars/component_plugin.rb +0 -8
  409. data/lib/sidebars/consolidated_plugin.rb +0 -26
  410. data/lib/sidebars/plugin.rb +0 -237
  411. data/lib/spam_protection.rb +0 -110
  412. data/lib/stateful.rb +0 -111
  413. data/lib/tasks/cucumber.rake +0 -20
  414. data/lib/tasks/release.rake +0 -53
  415. data/lib/tasks/rspec.rake +0 -167
  416. data/lib/tasks/schemas.rake +0 -6
  417. data/lib/tasks/sweep_cache.rake +0 -5
  418. data/lib/text_filter_plugin.rb +0 -148
  419. data/lib/transforms.rb +0 -26
  420. data/lib/typo_guid.rb +0 -10
  421. data/lib/typo_plugins.rb +0 -19
  422. data/lib/typo_version.rb +0 -1
  423. data/public/.htaccess +0 -36
  424. data/public/404.html +0 -8
  425. data/public/500.html +0 -8
  426. data/public/dispatch.cgi +0 -10
  427. data/public/dispatch.fcgi +0 -24
  428. data/public/dispatch.rb +0 -10
  429. data/public/favicon.ico +0 -0
  430. data/public/filemanager/images/avi.gif +0 -0
  431. data/public/filemanager/images/box.gif +0 -0
  432. data/public/filemanager/images/bullet.gif +0 -0
  433. data/public/filemanager/images/close.gif +0 -0
  434. data/public/filemanager/images/closelabel.gif +0 -0
  435. data/public/filemanager/images/doc.gif +0 -0
  436. data/public/filemanager/images/donate-button.gif +0 -0
  437. data/public/filemanager/images/download-icon.gif +0 -0
  438. data/public/filemanager/images/folder.gif +0 -0
  439. data/public/filemanager/images/gif.gif +0 -0
  440. data/public/filemanager/images/htm.gif +0 -0
  441. data/public/filemanager/images/html.gif +0 -0
  442. data/public/filemanager/images/image-1.jpg +0 -0
  443. data/public/filemanager/images/image.gif +0 -0
  444. data/public/filemanager/images/jpg.gif +0 -0
  445. data/public/filemanager/images/loading.gif +0 -0
  446. data/public/filemanager/images/mov.gif +0 -0
  447. data/public/filemanager/images/nextlabel.gif +0 -0
  448. data/public/filemanager/images/pdf.gif +0 -0
  449. data/public/filemanager/images/png.gif +0 -0
  450. data/public/filemanager/images/ppt.gif +0 -0
  451. data/public/filemanager/images/prevlabel.gif +0 -0
  452. data/public/filemanager/images/rar.gif +0 -0
  453. data/public/filemanager/images/rm.gif +0 -0
  454. data/public/filemanager/images/rmvb.gif +0 -0
  455. data/public/filemanager/images/separator.gif +0 -0
  456. data/public/filemanager/images/spacer.gif +0 -0
  457. data/public/filemanager/images/swf.gif +0 -0
  458. data/public/filemanager/images/thumb-1.jpg +0 -0
  459. data/public/filemanager/images/tool_copy.gif +0 -0
  460. data/public/filemanager/images/tool_cut.gif +0 -0
  461. data/public/filemanager/images/tool_del.gif +0 -0
  462. data/public/filemanager/images/tool_folder.gif +0 -0
  463. data/public/filemanager/images/tool_imagemanager.gif +0 -0
  464. data/public/filemanager/images/tool_new.gif +0 -0
  465. data/public/filemanager/images/tool_paste.gif +0 -0
  466. data/public/filemanager/images/tool_props.gif +0 -0
  467. data/public/filemanager/images/tool_refresh.gif +0 -0
  468. data/public/filemanager/images/tool_unzip.gif +0 -0
  469. data/public/filemanager/images/tool_upload.gif +0 -0
  470. data/public/filemanager/images/tool_zip.gif +0 -0
  471. data/public/filemanager/images/txt.gif +0 -0
  472. data/public/filemanager/images/unknown.gif +0 -0
  473. data/public/filemanager/images/wmv.gif +0 -0
  474. data/public/filemanager/images/xls.gif +0 -0
  475. data/public/filemanager/images/zip.gif +0 -0
  476. data/public/filemanager/javascripts/filemanager.js +0 -6
  477. data/public/filemanager/javascripts/lang/en.js +0 -31
  478. data/public/filemanager/javascripts/lang/zh_CN.js +0 -31
  479. data/public/filemanager/javascripts/lightbox.js +0 -497
  480. data/public/filemanager/javascripts/translate.js +0 -42
  481. data/public/filemanager/resources/resources.txt +0 -1
  482. data/public/filemanager/stylesheets/filelist.css +0 -147
  483. data/public/filemanager/stylesheets/general.css +0 -135
  484. data/public/filemanager/stylesheets/lightbox.css +0 -27
  485. data/public/images/admin/loading.gif +0 -0
  486. data/public/images/admin/typologo.gif +0 -0
  487. data/public/images/admin/ui-bg_diagonals-thick_90_eeeeee_40x40.png +0 -0
  488. data/public/images/admin/ui-bg_flat_15_cd0a0a_40x100.png +0 -0
  489. data/public/images/admin/ui-bg_glass_100_e4f1fb_1x400.png +0 -0
  490. data/public/images/admin/ui-bg_glass_80_d7ebf9_1x400.png +0 -0
  491. data/public/images/admin/ui-bg_highlight-hard_100_f2f5f7_1x100.png +0 -0
  492. data/public/images/admin/ui-bg_highlight-hard_70_000000_1x100.png +0 -0
  493. data/public/images/admin/ui-bg_highlight-soft_100_deedf7_1x100.png +0 -0
  494. data/public/images/admin/ui-bg_highlight-soft_25_ffef8f_1x100.png +0 -0
  495. data/public/images/admin/ui-bg_highlight-soft_50_116088_1x100.png +0 -0
  496. data/public/images/admin/ui-icons_2694e8_256x240.png +0 -0
  497. data/public/images/admin/ui-icons_2e83ff_256x240.png +0 -0
  498. data/public/images/admin/ui-icons_3d80b3_256x240.png +0 -0
  499. data/public/images/admin/ui-icons_72a7cf_256x240.png +0 -0
  500. data/public/images/admin/ui-icons_ffffff_256x240.png +0 -0
  501. data/public/images/calendar_date_select/calendar.gif +0 -0
  502. data/public/images/close.gif +0 -0
  503. data/public/images/closelabel.gif +0 -0
  504. data/public/images/go.png +0 -0
  505. data/public/images/loading.gif +0 -0
  506. data/public/images/nextlabel.gif +0 -0
  507. data/public/images/overlay.png +0 -0
  508. data/public/images/powered.gif +0 -0
  509. data/public/images/prevlabel.gif +0 -0
  510. data/public/images/spinner-blue.gif +0 -0
  511. data/public/images/spinner.gif +0 -0
  512. data/public/images/thumb_blank.jpg +0 -0
  513. data/public/javascripts/administration.js +0 -20
  514. data/public/javascripts/application.js +0 -2
  515. data/public/javascripts/base_packaged.js +0 -377
  516. data/public/javascripts/builder.js +0 -136
  517. data/public/javascripts/calendar_date_select/calendar_date_select.js +0 -443
  518. data/public/javascripts/calendar_date_select/format_db.js +0 -27
  519. data/public/javascripts/ckcustom.js +0 -27
  520. data/public/javascripts/ckeditor/.htaccess +0 -24
  521. data/public/javascripts/ckeditor/CHANGES.html +0 -254
  522. data/public/javascripts/ckeditor/INSTALL.html +0 -92
  523. data/public/javascripts/ckeditor/LICENSE.html +0 -1334
  524. data/public/javascripts/ckeditor/ckeditor.js +0 -108
  525. data/public/javascripts/ckeditor/ckeditor.pack +0 -199
  526. data/public/javascripts/ckeditor/ckeditor_basic.js +0 -8
  527. data/public/javascripts/ckeditor/ckeditor_basic_source.js +0 -20
  528. data/public/javascripts/ckeditor/ckeditor_source.js +0 -25
  529. data/public/javascripts/ckeditor/config.bak +0 -27
  530. data/public/javascripts/ckeditor/contents.css +0 -35
  531. data/public/javascripts/ckeditor/images/spacer.gif +0 -0
  532. data/public/javascripts/ckeditor/lang/_languages.js +0 -6
  533. data/public/javascripts/ckeditor/lang/_translationstatus.txt +0 -59
  534. data/public/javascripts/ckeditor/lang/af.js +0 -6
  535. data/public/javascripts/ckeditor/lang/ar.js +0 -6
  536. data/public/javascripts/ckeditor/lang/bg.js +0 -6
  537. data/public/javascripts/ckeditor/lang/bn.js +0 -6
  538. data/public/javascripts/ckeditor/lang/bs.js +0 -6
  539. data/public/javascripts/ckeditor/lang/ca.js +0 -6
  540. data/public/javascripts/ckeditor/lang/cs.js +0 -6
  541. data/public/javascripts/ckeditor/lang/da.js +0 -6
  542. data/public/javascripts/ckeditor/lang/de.js +0 -6
  543. data/public/javascripts/ckeditor/lang/el.js +0 -6
  544. data/public/javascripts/ckeditor/lang/en-au.js +0 -6
  545. data/public/javascripts/ckeditor/lang/en-ca.js +0 -6
  546. data/public/javascripts/ckeditor/lang/en-uk.js +0 -6
  547. data/public/javascripts/ckeditor/lang/en.js +0 -6
  548. data/public/javascripts/ckeditor/lang/eo.js +0 -6
  549. data/public/javascripts/ckeditor/lang/es.js +0 -6
  550. data/public/javascripts/ckeditor/lang/et.js +0 -6
  551. data/public/javascripts/ckeditor/lang/eu.js +0 -6
  552. data/public/javascripts/ckeditor/lang/fa.js +0 -6
  553. data/public/javascripts/ckeditor/lang/fi.js +0 -6
  554. data/public/javascripts/ckeditor/lang/fo.js +0 -6
  555. data/public/javascripts/ckeditor/lang/fr-ca.js +0 -6
  556. data/public/javascripts/ckeditor/lang/fr.js +0 -6
  557. data/public/javascripts/ckeditor/lang/gl.js +0 -6
  558. data/public/javascripts/ckeditor/lang/gu.js +0 -6
  559. data/public/javascripts/ckeditor/lang/he.js +0 -6
  560. data/public/javascripts/ckeditor/lang/hi.js +0 -6
  561. data/public/javascripts/ckeditor/lang/hr.js +0 -6
  562. data/public/javascripts/ckeditor/lang/hu.js +0 -6
  563. data/public/javascripts/ckeditor/lang/is.js +0 -6
  564. data/public/javascripts/ckeditor/lang/it.js +0 -6
  565. data/public/javascripts/ckeditor/lang/ja.js +0 -6
  566. data/public/javascripts/ckeditor/lang/km.js +0 -6
  567. data/public/javascripts/ckeditor/lang/ko.js +0 -6
  568. data/public/javascripts/ckeditor/lang/lt.js +0 -6
  569. data/public/javascripts/ckeditor/lang/lv.js +0 -6
  570. data/public/javascripts/ckeditor/lang/mn.js +0 -6
  571. data/public/javascripts/ckeditor/lang/ms.js +0 -6
  572. data/public/javascripts/ckeditor/lang/nb.js +0 -6
  573. data/public/javascripts/ckeditor/lang/nl.js +0 -6
  574. data/public/javascripts/ckeditor/lang/no.js +0 -6
  575. data/public/javascripts/ckeditor/lang/pl.js +0 -6
  576. data/public/javascripts/ckeditor/lang/pt-br.js +0 -6
  577. data/public/javascripts/ckeditor/lang/pt.js +0 -6
  578. data/public/javascripts/ckeditor/lang/ro.js +0 -6
  579. data/public/javascripts/ckeditor/lang/ru.js +0 -6
  580. data/public/javascripts/ckeditor/lang/sk.js +0 -6
  581. data/public/javascripts/ckeditor/lang/sl.js +0 -6
  582. data/public/javascripts/ckeditor/lang/sr-latn.js +0 -6
  583. data/public/javascripts/ckeditor/lang/sr.js +0 -6
  584. data/public/javascripts/ckeditor/lang/sv.js +0 -6
  585. data/public/javascripts/ckeditor/lang/th.js +0 -6
  586. data/public/javascripts/ckeditor/lang/tr.js +0 -6
  587. data/public/javascripts/ckeditor/lang/uk.js +0 -6
  588. data/public/javascripts/ckeditor/lang/vi.js +0 -6
  589. data/public/javascripts/ckeditor/lang/zh-cn.js +0 -6
  590. data/public/javascripts/ckeditor/lang/zh.js +0 -6
  591. data/public/javascripts/ckeditor/plugins/about/dialogs/about.js +0 -6
  592. data/public/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  593. data/public/javascripts/ckeditor/plugins/about/plugin.js +0 -6
  594. data/public/javascripts/ckeditor/plugins/basicstyles/plugin.js +0 -6
  595. data/public/javascripts/ckeditor/plugins/blockquote/plugin.js +0 -7
  596. data/public/javascripts/ckeditor/plugins/button/plugin.js +0 -7
  597. data/public/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +0 -7
  598. data/public/javascripts/ckeditor/plugins/clipboard/plugin.js +0 -6
  599. data/public/javascripts/ckeditor/plugins/colorbutton/plugin.js +0 -7
  600. data/public/javascripts/ckeditor/plugins/colordialog/dialogs/colordialog.js +0 -6
  601. data/public/javascripts/ckeditor/plugins/colordialog/plugin.js +0 -6
  602. data/public/javascripts/ckeditor/plugins/contextmenu/plugin.js +0 -6
  603. data/public/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +0 -4
  604. data/public/javascripts/ckeditor/plugins/dialog/plugin.js +0 -17
  605. data/public/javascripts/ckeditor/plugins/dialogui/plugin.js +0 -11
  606. data/public/javascripts/ckeditor/plugins/domiterator/plugin.js +0 -7
  607. data/public/javascripts/ckeditor/plugins/editingblock/plugin.js +0 -6
  608. data/public/javascripts/ckeditor/plugins/elementspath/plugin.js +0 -6
  609. data/public/javascripts/ckeditor/plugins/enterkey/plugin.js +0 -7
  610. data/public/javascripts/ckeditor/plugins/entities/plugin.js +0 -6
  611. data/public/javascripts/ckeditor/plugins/fakeobjects/plugin.js +0 -6
  612. data/public/javascripts/ckeditor/plugins/filebrowser/plugin.js +0 -7
  613. data/public/javascripts/ckeditor/plugins/find/dialogs/find.js +0 -9
  614. data/public/javascripts/ckeditor/plugins/find/plugin.js +0 -6
  615. data/public/javascripts/ckeditor/plugins/flash/dialogs/flash.js +0 -9
  616. data/public/javascripts/ckeditor/plugins/flash/images/placeholder.png +0 -0
  617. data/public/javascripts/ckeditor/plugins/flash/plugin.js +0 -6
  618. data/public/javascripts/ckeditor/plugins/floatpanel/plugin.js +0 -7
  619. data/public/javascripts/ckeditor/plugins/font/plugin.js +0 -6
  620. data/public/javascripts/ckeditor/plugins/format/plugin.js +0 -6
  621. data/public/javascripts/ckeditor/plugins/forms/dialogs/button.js +0 -6
  622. data/public/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +0 -6
  623. data/public/javascripts/ckeditor/plugins/forms/dialogs/form.js +0 -6
  624. data/public/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -6
  625. data/public/javascripts/ckeditor/plugins/forms/dialogs/radio.js +0 -6
  626. data/public/javascripts/ckeditor/plugins/forms/dialogs/select.js +0 -9
  627. data/public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +0 -6
  628. data/public/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +0 -6
  629. data/public/javascripts/ckeditor/plugins/forms/plugin.js +0 -7
  630. data/public/javascripts/ckeditor/plugins/horizontalrule/plugin.js +0 -6
  631. data/public/javascripts/ckeditor/plugins/htmldataprocessor/plugin.js +0 -7
  632. data/public/javascripts/ckeditor/plugins/htmlwriter/plugin.js +0 -6
  633. data/public/javascripts/ckeditor/plugins/iframedialog/plugin.js +0 -6
  634. data/public/javascripts/ckeditor/plugins/image/dialogs/image.js +0 -12
  635. data/public/javascripts/ckeditor/plugins/image/plugin.js +0 -6
  636. data/public/javascripts/ckeditor/plugins/indent/plugin.js +0 -7
  637. data/public/javascripts/ckeditor/plugins/justify/plugin.js +0 -6
  638. data/public/javascripts/ckeditor/plugins/keystrokes/plugin.js +0 -6
  639. data/public/javascripts/ckeditor/plugins/link/dialogs/anchor.js +0 -6
  640. data/public/javascripts/ckeditor/plugins/link/dialogs/link.js +0 -11
  641. data/public/javascripts/ckeditor/plugins/link/images/anchor.gif +0 -0
  642. data/public/javascripts/ckeditor/plugins/link/plugin.js +0 -6
  643. data/public/javascripts/ckeditor/plugins/list/plugin.js +0 -9
  644. data/public/javascripts/ckeditor/plugins/listblock/plugin.js +0 -7
  645. data/public/javascripts/ckeditor/plugins/maximize/plugin.js +0 -7
  646. data/public/javascripts/ckeditor/plugins/menu/plugin.js +0 -7
  647. data/public/javascripts/ckeditor/plugins/menubutton/plugin.js +0 -6
  648. data/public/javascripts/ckeditor/plugins/newpage/plugin.js +0 -6
  649. data/public/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  650. data/public/javascripts/ckeditor/plugins/pagebreak/plugin.js +0 -6
  651. data/public/javascripts/ckeditor/plugins/panel/plugin.js +0 -7
  652. data/public/javascripts/ckeditor/plugins/panelbutton/plugin.js +0 -6
  653. data/public/javascripts/ckeditor/plugins/pastefromword/dialogs/pastefromword.js +0 -8
  654. data/public/javascripts/ckeditor/plugins/pastefromword/plugin.js +0 -6
  655. data/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -6
  656. data/public/javascripts/ckeditor/plugins/pastetext/plugin.js +0 -6
  657. data/public/javascripts/ckeditor/plugins/popup/plugin.js +0 -6
  658. data/public/javascripts/ckeditor/plugins/preview/plugin.js +0 -6
  659. data/public/javascripts/ckeditor/plugins/print/plugin.js +0 -6
  660. data/public/javascripts/ckeditor/plugins/removeformat/plugin.js +0 -6
  661. data/public/javascripts/ckeditor/plugins/resize/plugin.js +0 -6
  662. data/public/javascripts/ckeditor/plugins/richcombo/plugin.js +0 -7
  663. data/public/javascripts/ckeditor/plugins/save/plugin.js +0 -6
  664. data/public/javascripts/ckeditor/plugins/scayt/dialogs/options.js +0 -8
  665. data/public/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css +0 -6
  666. data/public/javascripts/ckeditor/plugins/scayt/plugin.js +0 -8
  667. data/public/javascripts/ckeditor/plugins/selection/plugin.js +0 -9
  668. data/public/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  669. data/public/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  670. data/public/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  671. data/public/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  672. data/public/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  673. data/public/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  674. data/public/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  675. data/public/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  676. data/public/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  677. data/public/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  678. data/public/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  679. data/public/javascripts/ckeditor/plugins/showblocks/plugin.js +0 -6
  680. data/public/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +0 -7
  681. data/public/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  682. data/public/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  683. data/public/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  684. data/public/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  685. data/public/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  686. data/public/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  687. data/public/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  688. data/public/javascripts/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  689. data/public/javascripts/ckeditor/plugins/smiley/images/heart.gif +0 -0
  690. data/public/javascripts/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  691. data/public/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  692. data/public/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  693. data/public/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  694. data/public/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  695. data/public/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  696. data/public/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  697. data/public/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  698. data/public/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  699. data/public/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  700. data/public/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  701. data/public/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  702. data/public/javascripts/ckeditor/plugins/smiley/plugin.js +0 -6
  703. data/public/javascripts/ckeditor/plugins/sourcearea/plugin.js +0 -6
  704. data/public/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +0 -7
  705. data/public/javascripts/ckeditor/plugins/specialchar/plugin.js +0 -6
  706. data/public/javascripts/ckeditor/plugins/styles/plugin.js +0 -10
  707. data/public/javascripts/ckeditor/plugins/stylescombo/plugin.js +0 -7
  708. data/public/javascripts/ckeditor/plugins/stylescombo/styles/default.js +0 -6
  709. data/public/javascripts/ckeditor/plugins/tab/plugin.js +0 -6
  710. data/public/javascripts/ckeditor/plugins/table/dialogs/table.js +0 -8
  711. data/public/javascripts/ckeditor/plugins/table/plugin.js +0 -6
  712. data/public/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +0 -7
  713. data/public/javascripts/ckeditor/plugins/tabletools/plugin.js +0 -9
  714. data/public/javascripts/ckeditor/plugins/templates/dialogs/templates.js +0 -6
  715. data/public/javascripts/ckeditor/plugins/templates/plugin.js +0 -6
  716. data/public/javascripts/ckeditor/plugins/templates/templates/default.js +0 -6
  717. data/public/javascripts/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  718. data/public/javascripts/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  719. data/public/javascripts/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  720. data/public/javascripts/ckeditor/plugins/toolbar/plugin.js +0 -7
  721. data/public/javascripts/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -7
  722. data/public/javascripts/ckeditor/plugins/uicolor/lang/en.js +0 -6
  723. data/public/javascripts/ckeditor/plugins/uicolor/plugin.js +0 -6
  724. data/public/javascripts/ckeditor/plugins/uicolor/uicolor.gif +0 -0
  725. data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  726. data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  727. data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  728. data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  729. data/public/javascripts/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -6
  730. data/public/javascripts/ckeditor/plugins/uicolor/yui/yui.js +0 -76
  731. data/public/javascripts/ckeditor/plugins/undo/plugin.js +0 -7
  732. data/public/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -49
  733. data/public/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
  734. data/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +0 -6
  735. data/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +0 -7
  736. data/public/javascripts/ckeditor/plugins/wsc/plugin.js +0 -6
  737. data/public/javascripts/ckeditor/plugins/wysiwygarea/plugin.js +0 -8
  738. data/public/javascripts/ckeditor/skins/kama/dialog.css +0 -9
  739. data/public/javascripts/ckeditor/skins/kama/editor.css +0 -12
  740. data/public/javascripts/ckeditor/skins/kama/icons.png +0 -0
  741. data/public/javascripts/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
  742. data/public/javascripts/ckeditor/skins/kama/images/dialog_sides.png +0 -0
  743. data/public/javascripts/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
  744. data/public/javascripts/ckeditor/skins/kama/images/mini.gif +0 -0
  745. data/public/javascripts/ckeditor/skins/kama/images/noimage.png +0 -0
  746. data/public/javascripts/ckeditor/skins/kama/images/sprites.png +0 -0
  747. data/public/javascripts/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
  748. data/public/javascripts/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
  749. data/public/javascripts/ckeditor/skins/kama/skin.js +0 -7
  750. data/public/javascripts/ckeditor/skins/kama/templates.css +0 -6
  751. data/public/javascripts/ckeditor/skins/office2003/dialog.css +0 -8
  752. data/public/javascripts/ckeditor/skins/office2003/editor.css +0 -13
  753. data/public/javascripts/ckeditor/skins/office2003/icons.png +0 -0
  754. data/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
  755. data/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
  756. data/public/javascripts/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
  757. data/public/javascripts/ckeditor/skins/office2003/images/mini.gif +0 -0
  758. data/public/javascripts/ckeditor/skins/office2003/images/noimage.png +0 -0
  759. data/public/javascripts/ckeditor/skins/office2003/images/sprites.png +0 -0
  760. data/public/javascripts/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
  761. data/public/javascripts/ckeditor/skins/office2003/skin.js +0 -6
  762. data/public/javascripts/ckeditor/skins/office2003/templates.css +0 -6
  763. data/public/javascripts/ckeditor/skins/v2/dialog.css +0 -8
  764. data/public/javascripts/ckeditor/skins/v2/editor.css +0 -12
  765. data/public/javascripts/ckeditor/skins/v2/icons.png +0 -0
  766. data/public/javascripts/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
  767. data/public/javascripts/ckeditor/skins/v2/images/dialog_sides.png +0 -0
  768. data/public/javascripts/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
  769. data/public/javascripts/ckeditor/skins/v2/images/mini.gif +0 -0
  770. data/public/javascripts/ckeditor/skins/v2/images/noimage.png +0 -0
  771. data/public/javascripts/ckeditor/skins/v2/images/sprites.png +0 -0
  772. data/public/javascripts/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
  773. data/public/javascripts/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
  774. data/public/javascripts/ckeditor/skins/v2/skin.js +0 -6
  775. data/public/javascripts/ckeditor/skins/v2/templates.css +0 -6
  776. data/public/javascripts/ckeditor/themes/default/theme.js +0 -7
  777. data/public/javascripts/codecollapse.js +0 -8
  778. data/public/javascripts/controls.js +0 -963
  779. data/public/javascripts/cookies.js +0 -60
  780. data/public/javascripts/dragdrop.js +0 -973
  781. data/public/javascripts/effects.js +0 -1128
  782. data/public/javascripts/growler.js +0 -168
  783. data/public/javascripts/lang/default.js +0 -21
  784. data/public/javascripts/lang/en_US.js +0 -21
  785. data/public/javascripts/lang/fr_FR.js +0 -21
  786. data/public/javascripts/lang/nl_NL.js +0 -21
  787. data/public/javascripts/lang/zh_TW.js +0 -17
  788. data/public/javascripts/lightbox.js +0 -497
  789. data/public/javascripts/prototype.js +0 -4320
  790. data/public/javascripts/prototype_ext.js +0 -117
  791. data/public/javascripts/quicktags.js +0 -522
  792. data/public/javascripts/scriptaculous.js +0 -58
  793. data/public/javascripts/slider.js +0 -258
  794. data/public/javascripts/typo.js +0 -136
  795. data/public/javascripts/typo_carousel.js +0 -340
  796. data/public/robots.txt +0 -6
  797. data/public/stylesheets/accounts.css +0 -119
  798. data/public/stylesheets/administration.css +0 -678
  799. data/public/stylesheets/administration_rtl.css +0 -905
  800. data/public/stylesheets/base_packaged.css +0 -100
  801. data/public/stylesheets/calendar_date_select/default.css +0 -136
  802. data/public/stylesheets/codecollapse.css +0 -3
  803. data/public/stylesheets/coderay.css +0 -128
  804. data/public/stylesheets/growler.css +0 -216
  805. data/public/stylesheets/lightbox.css +0 -27
  806. data/public/stylesheets/rss.css +0 -54
  807. data/public/stylesheets/textmate/dawn.css +0 -209
  808. data/public/stylesheets/textmate/iplastic.css +0 -142
  809. data/public/stylesheets/textmate/space_cadet.css +0 -99
  810. data/public/stylesheets/textmate/textmate.css +0 -48
  811. data/public/stylesheets/textmate/twilight.css +0 -227
  812. data/public/stylesheets/user-styles.css +0 -24
  813. data/script/about +0 -4
  814. data/script/autospec +0 -6
  815. data/script/breakpointer +0 -3
  816. data/script/console +0 -3
  817. data/script/dbconsole +0 -3
  818. data/script/destroy +0 -3
  819. data/script/generate +0 -3
  820. data/script/lighttpd +0 -2
  821. data/script/logreport +0 -79
  822. data/script/migrate +0 -31
  823. data/script/performance/benchmarker +0 -3
  824. data/script/performance/profiler +0 -3
  825. data/script/plugin +0 -3
  826. data/script/runner +0 -3
  827. data/script/server +0 -3
  828. data/script/spacecheck +0 -40
  829. data/script/spec +0 -10
  830. data/themes/dirtylicious/about.markdown +0 -3
  831. data/themes/dirtylicious/images/body.jpg +0 -0
  832. data/themes/dirtylicious/images/container.jpg +0 -0
  833. data/themes/dirtylicious/images/gravatar.gif +0 -0
  834. data/themes/dirtylicious/images/header.jpg +0 -0
  835. data/themes/dirtylicious/images/li.gif +0 -0
  836. data/themes/dirtylicious/images/main.gif +0 -0
  837. data/themes/dirtylicious/images/nav.gif +0 -0
  838. data/themes/dirtylicious/images/quote.gif +0 -0
  839. data/themes/dirtylicious/images/spinner.gif +0 -0
  840. data/themes/dirtylicious/layouts/default.html.erb +0 -57
  841. data/themes/dirtylicious/preview.png +0 -0
  842. data/themes/dirtylicious/stylesheets/application.css +0 -327
  843. data/themes/dirtylicious/views/articles/_article.html.erb +0 -43
  844. data/themes/dirtylicious/views/articles/_article_content.html.erb +0 -1
  845. data/themes/dirtylicious/views/articles/_comment.html.erb +0 -14
  846. data/themes/dirtylicious/views/articles/_comment_form.html.erb +0 -37
  847. data/themes/dirtylicious/views/articles/_comment_list.html.erb +0 -7
  848. data/themes/dirtylicious/views/articles/_password_form.html.erb +0 -10
  849. data/themes/dirtylicious/views/articles/_trackback.html.erb +0 -9
  850. data/themes/dirtylicious/views/articles/comment_preview.html.erb +0 -10
  851. data/themes/dirtylicious/views/articles/index.html.erb +0 -3
  852. data/themes/dirtylicious/views/articles/read.html.erb +0 -48
  853. data/themes/scribbish/CONTRIBUTORS +0 -2
  854. data/themes/scribbish/about.markdown +0 -9
  855. data/themes/scribbish/images/background.gif +0 -0
  856. data/themes/scribbish/images/gravatar.gif +0 -0
  857. data/themes/scribbish/images/header_shadow.gif +0 -0
  858. data/themes/scribbish/images/spinner.gif +0 -0
  859. data/themes/scribbish/layouts/default.html.erb +0 -41
  860. data/themes/scribbish/preview.png +0 -0
  861. data/themes/scribbish/stylesheets/application.css +0 -27
  862. data/themes/scribbish/stylesheets/content.css +0 -399
  863. data/themes/scribbish/stylesheets/layout.css +0 -70
  864. data/themes/scribbish/views/articles/_article.html.erb +0 -47
  865. data/themes/scribbish/views/articles/_article_content.html.erb +0 -1
  866. data/themes/scribbish/views/articles/_comment.html.erb +0 -14
  867. data/themes/scribbish/views/articles/_comment_form.html.erb +0 -53
  868. data/themes/scribbish/views/articles/_comment_list.html.erb +0 -7
  869. data/themes/scribbish/views/articles/_password_form.html.erb +0 -10
  870. data/themes/scribbish/views/articles/_trackback.html.erb +0 -9
  871. data/themes/scribbish/views/articles/comment_preview.html.erb +0 -10
  872. data/themes/scribbish/views/articles/index.html.erb +0 -3
  873. data/themes/scribbish/views/articles/read.html.erb +0 -48
  874. data/themes/standard_issue/about.markdown +0 -5
  875. data/themes/standard_issue/images/img01.gif +0 -0
  876. data/themes/standard_issue/images/img02.gif +0 -0
  877. data/themes/standard_issue/images/img03.gif +0 -0
  878. data/themes/standard_issue/images/img04.jpg +0 -0
  879. data/themes/standard_issue/images/img05.gif +0 -0
  880. data/themes/standard_issue/images/img06.gif +0 -0
  881. data/themes/standard_issue/images/img07.gif +0 -0
  882. data/themes/standard_issue/images/img08.gif +0 -0
  883. data/themes/standard_issue/images/img09.gif +0 -0
  884. data/themes/standard_issue/images/img10.gif +0 -0
  885. data/themes/standard_issue/images/spacer.gif +0 -0
  886. data/themes/standard_issue/images/spinner.gif +0 -0
  887. data/themes/standard_issue/layouts/default.html.erb +0 -56
  888. data/themes/standard_issue/preview.png +0 -0
  889. data/themes/standard_issue/stylesheets/application.css +0 -461
  890. data/themes/standard_issue/views/articles/_article.html.erb +0 -47
  891. data/themes/standard_issue/views/articles/_article_content.html.erb +0 -1
  892. data/themes/standard_issue/views/articles/_comment.html.erb +0 -12
  893. data/themes/standard_issue/views/articles/_comment_form.html.erb +0 -48
  894. data/themes/standard_issue/views/articles/_comment_list.html.erb +0 -7
  895. data/themes/standard_issue/views/articles/_password_form.html.erb +0 -10
  896. data/themes/standard_issue/views/articles/_trackback.html.erb +0 -9
  897. data/themes/standard_issue/views/articles/comment_preview.html.erb +0 -10
  898. data/themes/standard_issue/views/articles/index.html.erb +0 -3
  899. data/themes/standard_issue/views/articles/read.html.erb +0 -47
  900. data/themes/standard_issue/views/theme/static_view_test.html.erb +0 -1
  901. data/themes/true-blue-3/README +0 -3
  902. data/themes/true-blue-3/about.markdown +0 -3
  903. data/themes/true-blue-3/helpers/theme_helper.rb +0 -85
  904. data/themes/true-blue-3/images/background.gif +0 -0
  905. data/themes/true-blue-3/images/bg_input.jpg +0 -0
  906. data/themes/true-blue-3/images/bullet.jpg +0 -0
  907. data/themes/true-blue-3/images/comment.gif +0 -0
  908. data/themes/true-blue-3/images/comment.jpg +0 -0
  909. data/themes/true-blue-3/images/comment_bottom.gif +0 -0
  910. data/themes/true-blue-3/images/comment_fdv.gif +0 -0
  911. data/themes/true-blue-3/images/find.png +0 -0
  912. data/themes/true-blue-3/images/fleche1.png +0 -0
  913. data/themes/true-blue-3/images/fleche2.png +0 -0
  914. data/themes/true-blue-3/images/rss.png +0 -0
  915. data/themes/true-blue-3/images/searchform.png +0 -0
  916. data/themes/true-blue-3/images/submit_form.jpg +0 -0
  917. data/themes/true-blue-3/images/twitter.jpg +0 -0
  918. data/themes/true-blue-3/images/twitter.png +0 -0
  919. data/themes/true-blue-3/layouts/default.html.erb +0 -52
  920. data/themes/true-blue-3/preview.png +0 -0
  921. data/themes/true-blue-3/psd/true-blue-3.psd +0 -0
  922. data/themes/true-blue-3/psd/true-blue-3_article.psd +0 -0
  923. data/themes/true-blue-3/stylesheets/style.css +0 -579
  924. data/themes/true-blue-3/views/articles/_article.html.erb +0 -28
  925. data/themes/true-blue-3/views/articles/_article_content.html.erb +0 -1
  926. data/themes/true-blue-3/views/articles/_comment.html.erb +0 -14
  927. data/themes/true-blue-3/views/articles/_comment_form.html.erb +0 -23
  928. data/themes/true-blue-3/views/articles/_comment_list.html.erb +0 -8
  929. data/themes/true-blue-3/views/articles/_password_form.html.erb +0 -10
  930. data/themes/true-blue-3/views/articles/_trackback.html.erb +0 -9
  931. data/themes/true-blue-3/views/articles/comment_preview.html.erb +0 -10
  932. data/themes/true-blue-3/views/articles/index.html.erb +0 -5
  933. data/themes/true-blue-3/views/articles/read.html.erb +0 -38
  934. data/themes/true-blue-3/views/articles/search.html.erb +0 -29
  935. data/themes/true-blue-3/views/articles/view_page.html.erb +0 -4
  936. data/themes/true-blue-3/views/categories/_article.html.erb +0 -27
  937. data/themes/true-blue-3/views/categories/index.html.erb +0 -13
  938. data/themes/true-blue-3/views/categories/show.html.erb +0 -7
  939. data/themes/true-blue-3/views/tags/_article.html.erb +0 -26
  940. data/themes/true-blue-3/views/tags/show.html.erb +0 -6
  941. data/themes/typographic/about.markdown +0 -7
  942. data/themes/typographic/images/accept.gif +0 -0
  943. data/themes/typographic/images/accept.png +0 -0
  944. data/themes/typographic/images/accept50.gif +0 -0
  945. data/themes/typographic/images/accept50.png +0 -0
  946. data/themes/typographic/images/bg_body.jpg +0 -0
  947. data/themes/typographic/images/bg_white.gif +0 -0
  948. data/themes/typographic/images/bg_white.png +0 -0
  949. data/themes/typographic/images/bg_wrapper.gif +0 -0
  950. data/themes/typographic/images/bg_wrapper.jpg +0 -0
  951. data/themes/typographic/images/bullet_bottom.gif +0 -0
  952. data/themes/typographic/images/bullet_bottom.png +0 -0
  953. data/themes/typographic/images/bullet_right.gif +0 -0
  954. data/themes/typographic/images/bullet_right.png +0 -0
  955. data/themes/typographic/images/email_open.gif +0 -0
  956. data/themes/typographic/images/email_open.png +0 -0
  957. data/themes/typographic/images/email_open50.gif +0 -0
  958. data/themes/typographic/images/email_open50.png +0 -0
  959. data/themes/typographic/images/meta.gif +0 -0
  960. data/themes/typographic/images/meta.png +0 -0
  961. data/themes/typographic/images/page_edit.gif +0 -0
  962. data/themes/typographic/images/page_edit.png +0 -0
  963. data/themes/typographic/images/page_edit50.gif +0 -0
  964. data/themes/typographic/images/page_edit50.png +0 -0
  965. data/themes/typographic/images/spinner.gif +0 -0
  966. data/themes/typographic/images/tag.gif +0 -0
  967. data/themes/typographic/images/tag.png +0 -0
  968. data/themes/typographic/images/user.gif +0 -0
  969. data/themes/typographic/images/user.png +0 -0
  970. data/themes/typographic/images/user50.gif +0 -0
  971. data/themes/typographic/images/user50.png +0 -0
  972. data/themes/typographic/images/world_link.gif +0 -0
  973. data/themes/typographic/images/world_link.png +0 -0
  974. data/themes/typographic/images/world_link50.gif +0 -0
  975. data/themes/typographic/images/world_link50.png +0 -0
  976. data/themes/typographic/layouts/default.html.erb +0 -44
  977. data/themes/typographic/preview.png +0 -0
  978. data/themes/typographic/stylesheets/colors.css +0 -51
  979. data/themes/typographic/stylesheets/ie6.css +0 -86
  980. data/themes/typographic/stylesheets/layout.css +0 -350
  981. data/themes/typographic/stylesheets/reset.css +0 -5
  982. data/themes/typographic/stylesheets/style.css +0 -36
  983. data/themes/typographic/views/articles/_article.html.erb +0 -51
  984. data/themes/typographic/views/articles/_article_content.html.erb +0 -1
  985. data/themes/typographic/views/articles/_comment.html.erb +0 -14
  986. data/themes/typographic/views/articles/_comment_form.html.erb +0 -48
  987. data/themes/typographic/views/articles/_comment_list.html.erb +0 -7
  988. data/themes/typographic/views/articles/_password_form.html.erb +0 -10
  989. data/themes/typographic/views/articles/_trackback.html.erb +0 -9
  990. data/themes/typographic/views/articles/comment_preview.html.erb +0 -10
  991. data/themes/typographic/views/articles/index.html.erb +0 -3
  992. data/themes/typographic/views/articles/read.html.erb +0 -46
  993. data/themes/typographic/views/theme/static_view_test.html.erb +0 -1
  994. data/vendor/akismet/akismet.rb +0 -168
  995. data/vendor/flickr/Rakefile +0 -36
  996. data/vendor/flickr/flickr.rb +0 -490
  997. data/vendor/flickr/index.html +0 -129
  998. data/vendor/flickr/test_flickr.rb +0 -173
  999. data/vendor/plugins/acts_as_list/README +0 -23
  1000. data/vendor/plugins/acts_as_list/init.rb +0 -3
  1001. data/vendor/plugins/acts_as_list/lib/active_record/acts/list.rb +0 -256
  1002. data/vendor/plugins/acts_as_list/test/list_test.rb +0 -332
  1003. data/vendor/plugins/acts_as_tree/README +0 -26
  1004. data/vendor/plugins/acts_as_tree/Rakefile +0 -22
  1005. data/vendor/plugins/acts_as_tree/init.rb +0 -1
  1006. data/vendor/plugins/acts_as_tree/lib/active_record/acts/tree.rb +0 -96
  1007. data/vendor/plugins/acts_as_tree/test/abstract_unit.rb +0 -0
  1008. data/vendor/plugins/acts_as_tree/test/acts_as_tree_test.rb +0 -219
  1009. data/vendor/plugins/acts_as_tree/test/database.yml +0 -0
  1010. data/vendor/plugins/acts_as_tree/test/fixtures/mixin.rb +0 -0
  1011. data/vendor/plugins/acts_as_tree/test/fixtures/mixins.yml +0 -0
  1012. data/vendor/plugins/acts_as_tree/test/schema.rb +0 -0
  1013. data/vendor/plugins/amazon_sidebar/init.rb +0 -5
  1014. data/vendor/plugins/amazon_sidebar/lib/amazon_sidebar.rb +0 -16
  1015. data/vendor/plugins/amazon_sidebar/views/content.rhtml +0 -4
  1016. data/vendor/plugins/archives_sidebar/Rakefile +0 -22
  1017. data/vendor/plugins/archives_sidebar/init.rb +0 -5
  1018. data/vendor/plugins/archives_sidebar/lib/archives_sidebar.rb +0 -40
  1019. data/vendor/plugins/archives_sidebar/test/archives_sidebar_test.rb +0 -8
  1020. data/vendor/plugins/archives_sidebar/views/content.rhtml +0 -11
  1021. data/vendor/plugins/authors_sidebar/Rakefile +0 -22
  1022. data/vendor/plugins/authors_sidebar/init.rb +0 -4
  1023. data/vendor/plugins/authors_sidebar/lib/authors_sidebar.rb +0 -10
  1024. data/vendor/plugins/authors_sidebar/test/authors_sidebar_test.rb +0 -8
  1025. data/vendor/plugins/authors_sidebar/views/content.rhtml +0 -11
  1026. data/vendor/plugins/category_sidebar/Rakefile +0 -22
  1027. data/vendor/plugins/category_sidebar/init.rb +0 -5
  1028. data/vendor/plugins/category_sidebar/lib/category_sidebar.rb +0 -11
  1029. data/vendor/plugins/category_sidebar/test/category_sidebar_test.rb +0 -8
  1030. data/vendor/plugins/category_sidebar/views/content.rhtml +0 -10
  1031. data/vendor/plugins/easy-ckeditor/CHANGELOG +0 -15
  1032. data/vendor/plugins/easy-ckeditor/LICENSE +0 -16
  1033. data/vendor/plugins/easy-ckeditor/README.textile +0 -164
  1034. data/vendor/plugins/easy-ckeditor/Rakefile +0 -72
  1035. data/vendor/plugins/easy-ckeditor/app/controllers/ckeditor_controller.rb +0 -226
  1036. data/vendor/plugins/easy-ckeditor/app/helpers/ckeditor_helper.rb +0 -2
  1037. data/vendor/plugins/easy-ckeditor/init.rb +0 -33
  1038. data/vendor/plugins/easy-ckeditor/install.rb +0 -12
  1039. data/vendor/plugins/easy-ckeditor/lib/ckeditor.rb +0 -93
  1040. data/vendor/plugins/easy-ckeditor/lib/ckeditor_file_utils.rb +0 -108
  1041. data/vendor/plugins/easy-ckeditor/lib/ckeditor_version.rb +0 -9
  1042. data/vendor/plugins/easy-ckeditor/lib/tasks/ckeditor_tasks.rake +0 -108
  1043. data/vendor/plugins/easy-ckeditor/public/javascripts/ckcustom.js +0 -16
  1044. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/.htaccess +0 -24
  1045. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/CHANGES.html +0 -254
  1046. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/INSTALL.html +0 -92
  1047. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/LICENSE.html +0 -1334
  1048. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor.js +0 -108
  1049. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor.pack +0 -199
  1050. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor_basic.js +0 -8
  1051. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor_basic_source.js +0 -20
  1052. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/ckeditor_source.js +0 -25
  1053. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/config.js +0 -11
  1054. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/contents.css +0 -35
  1055. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/images/spacer.gif +0 -0
  1056. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/_languages.js +0 -6
  1057. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/_translationstatus.txt +0 -59
  1058. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/af.js +0 -6
  1059. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ar.js +0 -6
  1060. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/bg.js +0 -6
  1061. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/bn.js +0 -6
  1062. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/bs.js +0 -6
  1063. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ca.js +0 -6
  1064. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/cs.js +0 -6
  1065. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/da.js +0 -6
  1066. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/de.js +0 -6
  1067. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/el.js +0 -6
  1068. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/en-au.js +0 -6
  1069. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/en-ca.js +0 -6
  1070. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/en-uk.js +0 -6
  1071. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/en.js +0 -6
  1072. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/eo.js +0 -6
  1073. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/es.js +0 -6
  1074. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/et.js +0 -6
  1075. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/eu.js +0 -6
  1076. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fa.js +0 -6
  1077. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fi.js +0 -6
  1078. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fo.js +0 -6
  1079. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fr-ca.js +0 -6
  1080. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/fr.js +0 -6
  1081. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/gl.js +0 -6
  1082. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/gu.js +0 -6
  1083. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/he.js +0 -6
  1084. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/hi.js +0 -6
  1085. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/hr.js +0 -6
  1086. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/hu.js +0 -6
  1087. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/is.js +0 -6
  1088. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/it.js +0 -6
  1089. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ja.js +0 -6
  1090. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/km.js +0 -6
  1091. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ko.js +0 -6
  1092. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/lt.js +0 -6
  1093. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/lv.js +0 -6
  1094. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/mn.js +0 -6
  1095. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ms.js +0 -6
  1096. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/nb.js +0 -6
  1097. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/nl.js +0 -6
  1098. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/no.js +0 -6
  1099. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/pl.js +0 -6
  1100. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/pt-br.js +0 -6
  1101. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/pt.js +0 -6
  1102. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ro.js +0 -6
  1103. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/ru.js +0 -6
  1104. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sk.js +0 -6
  1105. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sl.js +0 -6
  1106. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sr-latn.js +0 -6
  1107. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sr.js +0 -6
  1108. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/sv.js +0 -6
  1109. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/th.js +0 -6
  1110. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/tr.js +0 -6
  1111. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/uk.js +0 -6
  1112. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/vi.js +0 -6
  1113. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/zh-cn.js +0 -6
  1114. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/lang/zh.js +0 -6
  1115. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/about/dialogs/about.js +0 -6
  1116. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/about/dialogs/logo_ckeditor.png +0 -0
  1117. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/about/plugin.js +0 -6
  1118. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/basicstyles/plugin.js +0 -6
  1119. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/blockquote/plugin.js +0 -7
  1120. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/button/plugin.js +0 -7
  1121. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/clipboard/dialogs/paste.js +0 -7
  1122. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/clipboard/plugin.js +0 -6
  1123. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/colorbutton/plugin.js +0 -7
  1124. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/contextmenu/plugin.js +0 -6
  1125. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/dialog/dialogDefinition.js +0 -4
  1126. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/dialog/plugin.js +0 -17
  1127. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/dialogui/plugin.js +0 -11
  1128. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/domiterator/plugin.js +0 -7
  1129. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/editingblock/plugin.js +0 -6
  1130. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/elementspath/plugin.js +0 -6
  1131. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/enterkey/plugin.js +0 -7
  1132. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/entities/plugin.js +0 -6
  1133. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/fakeobjects/plugin.js +0 -6
  1134. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/filebrowser/plugin.js +0 -7
  1135. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/find/dialogs/find.js +0 -9
  1136. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/find/plugin.js +0 -6
  1137. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/flash/dialogs/flash.js +0 -9
  1138. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/flash/images/placeholder.png +0 -0
  1139. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/flash/plugin.js +0 -6
  1140. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/floatpanel/plugin.js +0 -7
  1141. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/font/plugin.js +0 -6
  1142. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/format/plugin.js +0 -6
  1143. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/button.js +0 -6
  1144. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/checkbox.js +0 -6
  1145. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/form.js +0 -6
  1146. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/hiddenfield.js +0 -6
  1147. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/radio.js +0 -6
  1148. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/select.js +0 -9
  1149. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/textarea.js +0 -6
  1150. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/dialogs/textfield.js +0 -6
  1151. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/forms/plugin.js +0 -7
  1152. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/horizontalrule/plugin.js +0 -6
  1153. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/htmldataprocessor/plugin.js +0 -7
  1154. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/htmlwriter/plugin.js +0 -6
  1155. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/iframedialog/plugin.js +0 -6
  1156. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/image/dialogs/image.js +0 -12
  1157. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/image/plugin.js +0 -6
  1158. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/indent/plugin.js +0 -7
  1159. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/justify/plugin.js +0 -6
  1160. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/keystrokes/plugin.js +0 -6
  1161. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/link/dialogs/anchor.js +0 -6
  1162. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/link/dialogs/link.js +0 -11
  1163. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/link/images/anchor.gif +0 -0
  1164. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/link/plugin.js +0 -6
  1165. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/list/plugin.js +0 -9
  1166. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/listblock/plugin.js +0 -7
  1167. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/maximize/plugin.js +0 -7
  1168. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/menu/plugin.js +0 -7
  1169. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/menubutton/plugin.js +0 -6
  1170. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/newpage/plugin.js +0 -6
  1171. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pagebreak/images/pagebreak.gif +0 -0
  1172. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pagebreak/plugin.js +0 -6
  1173. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/panel/plugin.js +0 -7
  1174. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/panelbutton/plugin.js +0 -6
  1175. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pastefromword/dialogs/pastefromword.js +0 -8
  1176. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pastefromword/plugin.js +0 -6
  1177. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pastetext/dialogs/pastetext.js +0 -6
  1178. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/pastetext/plugin.js +0 -6
  1179. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/popup/plugin.js +0 -6
  1180. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/preview/plugin.js +0 -6
  1181. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/print/plugin.js +0 -6
  1182. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/removeformat/plugin.js +0 -6
  1183. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/resize/plugin.js +0 -6
  1184. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/richcombo/plugin.js +0 -7
  1185. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/save/plugin.js +0 -6
  1186. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/scayt/dialogs/options.js +0 -8
  1187. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/scayt/dialogs/toolbar.css +0 -6
  1188. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/scayt/plugin.js +0 -8
  1189. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/selection/plugin.js +0 -9
  1190. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_address.png +0 -0
  1191. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_blockquote.png +0 -0
  1192. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_div.png +0 -0
  1193. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h1.png +0 -0
  1194. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h2.png +0 -0
  1195. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h3.png +0 -0
  1196. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h4.png +0 -0
  1197. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h5.png +0 -0
  1198. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_h6.png +0 -0
  1199. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_p.png +0 -0
  1200. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/images/block_pre.png +0 -0
  1201. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/showblocks/plugin.js +0 -6
  1202. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/dialogs/smiley.js +0 -7
  1203. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/angel_smile.gif +0 -0
  1204. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/angry_smile.gif +0 -0
  1205. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/broken_heart.gif +0 -0
  1206. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/confused_smile.gif +0 -0
  1207. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/cry_smile.gif +0 -0
  1208. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/devil_smile.gif +0 -0
  1209. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/embaressed_smile.gif +0 -0
  1210. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/envelope.gif +0 -0
  1211. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/heart.gif +0 -0
  1212. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/kiss.gif +0 -0
  1213. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/lightbulb.gif +0 -0
  1214. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/omg_smile.gif +0 -0
  1215. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/regular_smile.gif +0 -0
  1216. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/sad_smile.gif +0 -0
  1217. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/shades_smile.gif +0 -0
  1218. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/teeth_smile.gif +0 -0
  1219. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/thumbs_down.gif +0 -0
  1220. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/thumbs_up.gif +0 -0
  1221. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/tounge_smile.gif +0 -0
  1222. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +0 -0
  1223. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/images/wink_smile.gif +0 -0
  1224. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/smiley/plugin.js +0 -6
  1225. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/sourcearea/plugin.js +0 -6
  1226. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/specialchar/dialogs/specialchar.js +0 -7
  1227. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/specialchar/plugin.js +0 -6
  1228. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/styles/plugin.js +0 -10
  1229. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/stylescombo/plugin.js +0 -7
  1230. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/stylescombo/styles/default.js +0 -6
  1231. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/tab/plugin.js +0 -6
  1232. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/table/dialogs/table.js +0 -8
  1233. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/table/plugin.js +0 -6
  1234. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/tabletools/dialogs/tableCell.js +0 -7
  1235. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/tabletools/plugin.js +0 -9
  1236. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/dialogs/templates.js +0 -6
  1237. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/plugin.js +0 -6
  1238. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/templates/default.js +0 -6
  1239. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/templates/images/template1.gif +0 -0
  1240. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/templates/images/template2.gif +0 -0
  1241. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/templates/templates/images/template3.gif +0 -0
  1242. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/toolbar/plugin.js +0 -7
  1243. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/dialogs/uicolor.js +0 -7
  1244. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/lang/en.js +0 -6
  1245. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/plugin.js +0 -6
  1246. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/uicolor.gif +0 -0
  1247. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_bg.png +0 -0
  1248. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/hue_thumb.png +0 -0
  1249. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_mask.png +0 -0
  1250. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/picker_thumb.png +0 -0
  1251. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/assets/yui.css +0 -6
  1252. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/uicolor/yui/yui.js +0 -76
  1253. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/undo/plugin.js +0 -7
  1254. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/dialogs/ciframe.html +0 -49
  1255. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +0 -52
  1256. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.css +0 -6
  1257. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/dialogs/wsc.js +0 -7
  1258. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wsc/plugin.js +0 -6
  1259. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/plugins/wysiwygarea/plugin.js +0 -8
  1260. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/dialog.css +0 -9
  1261. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/editor.css +0 -12
  1262. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/icons.png +0 -0
  1263. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/dialog_sides.gif +0 -0
  1264. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/dialog_sides.png +0 -0
  1265. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/dialog_sides_rtl.png +0 -0
  1266. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/mini.gif +0 -0
  1267. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/noimage.png +0 -0
  1268. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/sprites.png +0 -0
  1269. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/sprites_ie6.png +0 -0
  1270. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/images/toolbar_start.gif +0 -0
  1271. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/skin.js +0 -7
  1272. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/kama/templates.css +0 -6
  1273. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/dialog.css +0 -8
  1274. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/editor.css +0 -13
  1275. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/icons.png +0 -0
  1276. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.gif +0 -0
  1277. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/dialog_sides.png +0 -0
  1278. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/dialog_sides_rtl.png +0 -0
  1279. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/mini.gif +0 -0
  1280. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/noimage.png +0 -0
  1281. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/sprites.png +0 -0
  1282. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/images/sprites_ie6.png +0 -0
  1283. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/skin.js +0 -6
  1284. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/office2003/templates.css +0 -6
  1285. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/dialog.css +0 -8
  1286. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/editor.css +0 -12
  1287. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/icons.png +0 -0
  1288. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/dialog_sides.gif +0 -0
  1289. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/dialog_sides.png +0 -0
  1290. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/dialog_sides_rtl.png +0 -0
  1291. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/mini.gif +0 -0
  1292. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/noimage.png +0 -0
  1293. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/sprites.png +0 -0
  1294. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/sprites_ie6.png +0 -0
  1295. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/images/toolbar_start.gif +0 -0
  1296. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/skin.js +0 -6
  1297. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/skins/v2/templates.css +0 -6
  1298. data/vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/themes/default/theme.js +0 -7
  1299. data/vendor/plugins/easy-ckeditor/uninstall.rb +0 -8
  1300. data/vendor/plugins/filemanager/app/controllers/fm/filemanager_controller.rb +0 -22
  1301. data/vendor/plugins/filemanager/app/views/fm/filemanager/index.html.erb +0 -512
  1302. data/vendor/plugins/filemanager/app/views/fm/filemanager/view.html.erb +0 -67
  1303. data/vendor/plugins/filemanager/filemanager.yml +0 -16
  1304. data/vendor/plugins/livesearch_sidebar/init.rb +0 -4
  1305. data/vendor/plugins/livesearch_sidebar/lib/livesearch_sidebar.rb +0 -5
  1306. data/vendor/plugins/livesearch_sidebar/views/content.rhtml +0 -15
  1307. data/vendor/plugins/localization/CHANGELOG +0 -1
  1308. data/vendor/plugins/localization/README +0 -85
  1309. data/vendor/plugins/localization/bin/make_language.rb +0 -78
  1310. data/vendor/plugins/localization/init.rb +0 -3
  1311. data/vendor/plugins/localization/lib/localization.rb +0 -60
  1312. data/vendor/plugins/page_sidebar/Rakefile +0 -22
  1313. data/vendor/plugins/page_sidebar/init.rb +0 -5
  1314. data/vendor/plugins/page_sidebar/lib/page_sidebar.rb +0 -10
  1315. data/vendor/plugins/page_sidebar/test/page_sidebar_test.rb +0 -8
  1316. data/vendor/plugins/page_sidebar/views/content.rhtml +0 -12
  1317. data/vendor/plugins/search_sidebar/Rakefile +0 -22
  1318. data/vendor/plugins/search_sidebar/init.rb +0 -4
  1319. data/vendor/plugins/search_sidebar/lib/search_sidebar.rb +0 -6
  1320. data/vendor/plugins/search_sidebar/test/search_sidebar_test.rb +0 -8
  1321. data/vendor/plugins/search_sidebar/views/content.rhtml +0 -7
  1322. data/vendor/plugins/static_sidebar/init.rb +0 -4
  1323. data/vendor/plugins/static_sidebar/lib/static_sidebar.rb +0 -18
  1324. data/vendor/plugins/static_sidebar/views/content.rhtml +0 -2
  1325. data/vendor/plugins/tag_sidebar/Rakefile +0 -22
  1326. data/vendor/plugins/tag_sidebar/init.rb +0 -5
  1327. data/vendor/plugins/tag_sidebar/lib/tag_sidebar.rb +0 -24
  1328. data/vendor/plugins/tag_sidebar/test/tag_sidebar_test.rb +0 -8
  1329. data/vendor/plugins/tag_sidebar/views/content.rhtml +0 -8
  1330. data/vendor/plugins/typo_converter/README +0 -71
  1331. data/vendor/plugins/typo_converter/Rakefile +0 -21
  1332. data/vendor/plugins/typo_converter/db/wp25_schema.rb +0 -152
  1333. data/vendor/plugins/typo_converter/init.rb +0 -8
  1334. data/vendor/plugins/typo_converter/lib/converters/base.rb +0 -288
  1335. data/vendor/plugins/typo_converter/lib/converters/dotclear.rb +0 -98
  1336. data/vendor/plugins/typo_converter/lib/converters/dotclear/category.rb +0 -7
  1337. data/vendor/plugins/typo_converter/lib/converters/dotclear/comment.rb +0 -8
  1338. data/vendor/plugins/typo_converter/lib/converters/dotclear/post.rb +0 -9
  1339. data/vendor/plugins/typo_converter/lib/converters/dotclear/user.rb +0 -8
  1340. data/vendor/plugins/typo_converter/lib/converters/dotclear_2.rb +0 -122
  1341. data/vendor/plugins/typo_converter/lib/converters/dotclear_2/category.rb +0 -11
  1342. data/vendor/plugins/typo_converter/lib/converters/dotclear_2/comment.rb +0 -13
  1343. data/vendor/plugins/typo_converter/lib/converters/dotclear_2/post.rb +0 -15
  1344. data/vendor/plugins/typo_converter/lib/converters/dotclear_2/tag.rb +0 -13
  1345. data/vendor/plugins/typo_converter/lib/converters/dotclear_2/user.rb +0 -13
  1346. data/vendor/plugins/typo_converter/lib/converters/wp25.rb +0 -183
  1347. data/vendor/plugins/typo_converter/lib/converters/wp25/comment.rb +0 -13
  1348. data/vendor/plugins/typo_converter/lib/converters/wp25/option.rb +0 -11
  1349. data/vendor/plugins/typo_converter/lib/converters/wp25/post.rb +0 -37
  1350. data/vendor/plugins/typo_converter/lib/converters/wp25/term.rb +0 -11
  1351. data/vendor/plugins/typo_converter/lib/converters/wp25/term_relationship.rb +0 -13
  1352. data/vendor/plugins/typo_converter/lib/converters/wp25/term_taxonomy.rb +0 -19
  1353. data/vendor/plugins/typo_converter/lib/converters/wp25/user.rb +0 -12
  1354. data/vendor/plugins/typo_converter/lib/tasks/typo_converters_tasks.rake +0 -1
  1355. data/vendor/plugins/typo_converter/spec/converters/wp25_spec.rb +0 -192
  1356. data/vendor/plugins/typo_converter/spec/factories/wp25_factories.rb +0 -77
  1357. data/vendor/plugins/typo_converter/spec/spec_helper.rb +0 -19
  1358. data/vendor/plugins/typo_converter/spec/typo_converter_spec.rb +0 -2
  1359. data/vendor/plugins/typo_login_system/init.rb +0 -2
  1360. data/vendor/plugins/typo_login_system/lib/access_control.rb +0 -182
  1361. data/vendor/plugins/typo_login_system/lib/login_system.rb +0 -90
  1362. data/vendor/plugins/typo_textfilter_code/README +0 -4
  1363. data/vendor/plugins/typo_textfilter_code/Rakefile +0 -22
  1364. data/vendor/plugins/typo_textfilter_code/init.rb +0 -9
  1365. data/vendor/plugins/typo_textfilter_code/install.rb +0 -1
  1366. data/vendor/plugins/typo_textfilter_code/lib/tasks/typo_textfilter_code_tasks.rake +0 -4
  1367. data/vendor/plugins/typo_textfilter_code/lib/typo_textfilter_code.rb +0 -70
  1368. data/vendor/plugins/typo_textfilter_code/test/typo_textfilter_code_test.rb +0 -8
  1369. data/vendor/plugins/typo_textfilter_flickr/README +0 -4
  1370. data/vendor/plugins/typo_textfilter_flickr/Rakefile +0 -22
  1371. data/vendor/plugins/typo_textfilter_flickr/init.rb +0 -4
  1372. data/vendor/plugins/typo_textfilter_flickr/install.rb +0 -1
  1373. data/vendor/plugins/typo_textfilter_flickr/lib/tasks/typo_textfilter_flickr_tasks.rake +0 -4
  1374. data/vendor/plugins/typo_textfilter_flickr/lib/typo_textfilter_flickr.rb +0 -79
  1375. data/vendor/plugins/typo_textfilter_flickr/test/typo_textfilter_flickr_test.rb +0 -8
  1376. data/vendor/plugins/typo_textfilter_htmlfilter/README +0 -4
  1377. data/vendor/plugins/typo_textfilter_htmlfilter/Rakefile +0 -22
  1378. data/vendor/plugins/typo_textfilter_htmlfilter/init.rb +0 -2
  1379. data/vendor/plugins/typo_textfilter_htmlfilter/install.rb +0 -1
  1380. data/vendor/plugins/typo_textfilter_htmlfilter/lib/tasks/typo_textfilter_htmlfilter_tasks.rake +0 -4
  1381. data/vendor/plugins/typo_textfilter_htmlfilter/lib/typo_textfilter_htmlfilter.rb +0 -12
  1382. data/vendor/plugins/typo_textfilter_htmlfilter/test/typo_textfilter_htmlfilter_test.rb +0 -8
  1383. data/vendor/plugins/typo_textfilter_lightbox/README +0 -4
  1384. data/vendor/plugins/typo_textfilter_lightbox/Rakefile +0 -22
  1385. data/vendor/plugins/typo_textfilter_lightbox/init.rb +0 -2
  1386. data/vendor/plugins/typo_textfilter_lightbox/install.rb +0 -1
  1387. data/vendor/plugins/typo_textfilter_lightbox/lib/tasks/typo_textfilter_lightbox_tasks.rake +0 -4
  1388. data/vendor/plugins/typo_textfilter_lightbox/lib/typo_textfilter_lightbox.rb +0 -127
  1389. data/vendor/plugins/typo_textfilter_lightbox/test/typo_textfilter_lightbox_test.rb +0 -8
  1390. data/vendor/plugins/typo_textfilter_markdown/README +0 -4
  1391. data/vendor/plugins/typo_textfilter_markdown/Rakefile +0 -22
  1392. data/vendor/plugins/typo_textfilter_markdown/init.rb +0 -2
  1393. data/vendor/plugins/typo_textfilter_markdown/install.rb +0 -1
  1394. data/vendor/plugins/typo_textfilter_markdown/lib/tasks/typo_textfilter_markdown_tasks.rake +0 -4
  1395. data/vendor/plugins/typo_textfilter_markdown/lib/typo_textfilter_markdown.rb +0 -36
  1396. data/vendor/plugins/typo_textfilter_markdown/test/typo_textfilter_markdown_test.rb +0 -8
  1397. data/vendor/plugins/typo_textfilter_none/README +0 -4
  1398. data/vendor/plugins/typo_textfilter_none/Rakefile +0 -22
  1399. data/vendor/plugins/typo_textfilter_none/init.rb +0 -2
  1400. data/vendor/plugins/typo_textfilter_none/install.rb +0 -1
  1401. data/vendor/plugins/typo_textfilter_none/lib/tasks/typo_textfilter_none_tasks.rake +0 -4
  1402. data/vendor/plugins/typo_textfilter_none/lib/typo_textfilter_none.rb +0 -12
  1403. data/vendor/plugins/typo_textfilter_none/test/typo_textfilter_none_test.rb +0 -8
  1404. data/vendor/plugins/typo_textfilter_smartypants/README +0 -4
  1405. data/vendor/plugins/typo_textfilter_smartypants/Rakefile +0 -22
  1406. data/vendor/plugins/typo_textfilter_smartypants/init.rb +0 -2
  1407. data/vendor/plugins/typo_textfilter_smartypants/install.rb +0 -1
  1408. data/vendor/plugins/typo_textfilter_smartypants/lib/tasks/typo_textfilter_smartypants_tasks.rake +0 -4
  1409. data/vendor/plugins/typo_textfilter_smartypants/lib/typo_textfilter_smartypants.rb +0 -12
  1410. data/vendor/plugins/typo_textfilter_smartypants/test/typo_textfilter_smartypants_test.rb +0 -8
  1411. data/vendor/plugins/typo_textfilter_textile/README +0 -4
  1412. data/vendor/plugins/typo_textfilter_textile/Rakefile +0 -22
  1413. data/vendor/plugins/typo_textfilter_textile/init.rb +0 -2
  1414. data/vendor/plugins/typo_textfilter_textile/install.rb +0 -1
  1415. data/vendor/plugins/typo_textfilter_textile/lib/tasks/typo_textfilter_textile_tasks.rake +0 -4
  1416. data/vendor/plugins/typo_textfilter_textile/lib/typo_textfilter_textile.rb +0 -18
  1417. data/vendor/plugins/typo_textfilter_textile/test/typo_textfilter_textile_test.rb +0 -8
  1418. data/vendor/plugins/typo_textfilter_textile_and_markdown/README +0 -4
  1419. data/vendor/plugins/typo_textfilter_textile_and_markdown/Rakefile +0 -22
  1420. data/vendor/plugins/typo_textfilter_textile_and_markdown/init.rb +0 -2
  1421. data/vendor/plugins/typo_textfilter_textile_and_markdown/install.rb +0 -1
  1422. data/vendor/plugins/typo_textfilter_textile_and_markdown/lib/tasks/typo_textfilter_textile_and_markdown_tasks.rake +0 -4
  1423. data/vendor/plugins/typo_textfilter_textile_and_markdown/lib/typo_textfilter_textile_and_markdown.rb +0 -12
  1424. data/vendor/plugins/typo_textfilter_textile_and_markdown/test/typo_textfilter_textile_and_markdown_test.rb +0 -8
  1425. data/vendor/plugins/upload_progress/CHANGELOG +0 -3
  1426. data/vendor/plugins/upload_progress/MIT-LICENSE +0 -20
  1427. data/vendor/plugins/upload_progress/README +0 -45
  1428. data/vendor/plugins/upload_progress/Rakefile +0 -23
  1429. data/vendor/plugins/upload_progress/init.rb +0 -7
  1430. data/vendor/plugins/upload_progress/lib/multipart_progress.rb +0 -169
  1431. data/vendor/plugins/upload_progress/lib/progress.rb +0 -145
  1432. data/vendor/plugins/upload_progress/lib/upload_progress.rb +0 -303
  1433. data/vendor/plugins/upload_progress/lib/upload_progress_helper.rb +0 -424
  1434. data/vendor/plugins/upload_progress/public/stylesheets/upload_progress.css +0 -21
  1435. data/vendor/plugins/upload_progress/test/multipart_progress_testx.rb +0 -364
  1436. data/vendor/plugins/upload_progress/test/upload_progress_helper_testx.rb +0 -134
  1437. data/vendor/plugins/upload_progress/test/upload_progress_testx.rb +0 -88
  1438. data/vendor/plugins/xml_sidebar/Rakefile +0 -22
  1439. data/vendor/plugins/xml_sidebar/init.rb +0 -5
  1440. data/vendor/plugins/xml_sidebar/lib/xml_sidebar.rb +0 -24
  1441. data/vendor/plugins/xml_sidebar/test/xml_sidebar_test.rb +0 -8
  1442. data/vendor/plugins/xml_sidebar/views/content.rhtml +0 -26
  1443. data/vendor/rubypants/README +0 -114
  1444. data/vendor/rubypants/Rakefile +0 -55
  1445. data/vendor/rubypants/html/classes/RubyPants.html +0 -924
  1446. data/vendor/rubypants/html/created.rid +0 -1
  1447. data/vendor/rubypants/html/files/README.html +0 -248
  1448. data/vendor/rubypants/html/files/rubypants_rb.html +0 -125
  1449. data/vendor/rubypants/html/fr_class_index.html +0 -27
  1450. data/vendor/rubypants/html/fr_file_index.html +0 -28
  1451. data/vendor/rubypants/html/fr_method_index.html +0 -38
  1452. data/vendor/rubypants/html/index.html +0 -24
  1453. data/vendor/rubypants/html/rdoc-style.css +0 -172
  1454. data/vendor/rubypants/install.rb +0 -9
  1455. data/vendor/rubypants/rubypants.rb +0 -490
  1456. data/vendor/rubypants/test_rubypants.rb +0 -162
  1457. data/vendor/uuidtools/CHANGELOG +0 -4
  1458. data/vendor/uuidtools/README +0 -13
  1459. data/vendor/uuidtools/install.rb +0 -30
  1460. data/vendor/uuidtools/lib/uuidtools.rb +0 -555
  1461. data/vendor/uuidtools/rakefile +0 -112
@@ -1,685 +0,0 @@
1
- # localization Marcin Gil <marcin.gil@gmail.com>
2
- # additional localization Szymon (jeznet) Jeż <szymon@jez.net.pl>
3
-
4
- Localization.define('pl_PL') do |l|
5
- # General
6
- l.store "your blog", "Twój blog"
7
- l.store "Typo admin", "administracja Typo"
8
- l.store "Publish", "Publikuj"
9
- l.store "Dashboard", "Podsumowanie"
10
- l.store "Manage", "Zarządzaj"
11
- l.store "Customize", "Personalizuj"
12
- l.store "Feedback", "Komentarze"
13
- l.store "Design", "Wygląd"
14
- l.store "%d users", "%d użytkownicy"
15
- l.store "1 user", "użytkownik"
16
- l.store "no users", "brak użytkowników"
17
- l.store "Settings", "Ustawienia"
18
- l.store "Things you can do", "Dostępne działania"
19
- l.store "with %s Famfamfam iconset %s", "z %s ze zbioru ikon Famfamfam %s"
20
- l.store "is proudly powered by", "dumnie działa na"
21
-
22
- #admin/login.rhtml
23
- l.store "Username", "Użytkownik"
24
- l.store "Password", "Hasło"
25
- l.store "Login", "Login"
26
- l.store "Back to the blog", "Wróć do bloga"
27
-
28
- # admin/logout.rhtml
29
- l.store "You are now logged out of the system", "Wylogowano z systemu"
30
- l.store "Do you want to go to your blog?", "Czy chcesz obejrzeć Twój blog?"
31
- l.store "Logoff", "Wyloguj"
32
-
33
- # admin/signup.rhtml
34
- l.store "Signup", "Zapisz się"
35
- l.store "Desired login", "Proponowany login"
36
- l.store "Display name", "Wyświetlana nazwa"
37
- l.store "Email", "Email"
38
- l.store "Choose password", "Wybierz hasło"
39
- l.store "Confirm password", "Potwierdź hasło"
40
-
41
- # admin/dashboard/index.rhtml
42
- l.store "What can you do ?", "Co możesz zrobić?"
43
- l.store "Write Post", "Utworzyć wpis"
44
- l.store "Write Page", "Utworzyć stronę"
45
- l.store "Update your profile or change your password", "Zaktualizować profil lub zmienić hasło"
46
- l.store "Change your blog presentation", "Zmienić wygląd swojego bloga"
47
- l.store "Enable plugins", "Aktywować wtyczki"
48
- l.store "Latest Posts", "Ostatnie Wpisy"
49
- l.store "Typo documentation", "Oficjalna dokumentacja Typo"
50
- l.store "No comments yet", "Brak komentarzy"
51
- l.store "Latest news from the Typo development blog", "Najnowsze wieści z bloga developerskiego Typo"
52
-
53
- # app/views/admin/dashboard/_overview.html.erb
54
- l.store "This place gives you a quick overview of what happens on your Typo blog and what you can do. Maybe will you want to %s, %s or %s.",
55
- "To miejsce daje ci szybki podgląd na to co dzieje się na twoim blogu i to co możesz zrobić. Może chcesz %s, %s or %s."
56
- l.store "update your profile or change your password", "zaktualizować profil lub zmienić hasło"
57
- l.store "You can also do a bit of design, %s or %s.", "Możesz również trochę poprojektować wygląd, %s lub %s."
58
- l.store "change your blog presentation", "zmienić wygląd swojego bloga"
59
- l.store "enable plugins", "aktywować wtyczkę"
60
- l.store "write a post", "utworzyć wpis"
61
- l.store "write a page", "utworzyć stronę"
62
-
63
- # app/views/admin/dashboard/_welcome.html.erb
64
- l.store "Welcome back, %s!", "Witamy spowrotem, %s!"
65
- l.store "%d articles and %d comments were posted since your last connexion", "%d artykułów i %d komentarzy zostało opublikowanych od twojego ostaniego połączenia"
66
- l.store "You're running Typo %s", "Działasz na Typo %s"
67
- l.store "Total posts : %d", "Liczba wszystkich wpisów: %d"
68
- l.store "Your posts : %d", "Twoje wpisy: %d"
69
- l.store "Total comments : %d", "Liczba wszystkich komentarzy: %d"
70
- l.store "Spam comments : %d", "Niechciane komentarze (spam): %d"
71
-
72
- # app/views/admin/dashboard/_inbound.html.erb
73
- l.store "Inbound links", "Linki przychodzące"
74
- l.store "No one made a link to you yet", "Nikt jeszcze nie stworzył do ciebie łącza"
75
- l.store " made a link to you saying ", " wykonał do ciebie łącze o treści "
76
- l.store "You have no internet connection", "Nie masz połączenia internetowego"
77
-
78
- # app/views/admin/dashboard/_comments.html.erb
79
- l.store "Latest Comments", "Ostatnie komentarze"
80
- l.store "No comments yet", "Brak komentarzy"
81
- l.store "By %s on %s", "Przez %s odnośnie %s"
82
-
83
- # app/views/admin/dashboard/_popular.html.erb
84
- l.store "Most popular", "Najpopularniejsze"
85
- l.store "Nothing to show yet", "Nie ma jeszcze nic do pokazania"
86
-
87
- #admin/base/recent_comments.rhtml
88
- l.store "Recent comments", "Ostatnie komentarze"
89
-
90
- #admin/base/recent_trackbacks.rhtml
91
- l.store "Recent trackbacks", "Ostatnie trackbacki"
92
-
93
- #admin/blacklist/_blacklis_patterns.rhtml
94
- l.store "Pattern", "Wzorzec"
95
- l.store "Type", "Typ"
96
- l.store "Edit", "Zmień"
97
- l.store "Delete", "Usuń"
98
-
99
- #admin/blacklist/_form.rhtml
100
- l.store "String", "Ciąg znaków"
101
- l.store "Regex", "Wyrażenie regularne"
102
-
103
- #admin/blacklist/_quick_post.rhtml
104
- l.store "Add pattern", "Dodaj wzorzec"
105
- l.store "Cancel", "Anuluj"
106
- l.store "or", "lub"
107
-
108
- #admin/blacklist/destroy.rhtml
109
- l.store "Blacklist Patterns", "Czarna lista"
110
- l.store "Show this pattern", "Pokaż ten wzorzec"
111
- l.store "Are you sure you want to delete this item?", "Czy na pewno chcesz usunąć tą pozycję?"
112
-
113
- #admin/blacklist/edit.rhtml
114
- l.store "Editing pattern", "Zmiana wzorca"
115
-
116
- #admin/blacklist/list.rhtml
117
- l.store "Create new Blacklist", "Utwórz nową czarną listę"
118
-
119
- #admin/cache/list.rhtml
120
- l.store "Cache", "Bufor"
121
-
122
- #admin/categories/_categories.rhtml
123
- l.store "Category title", "Tytuł kategorii"
124
- l.store "%d articles", "%d artykuły"
125
- l.store "1 article", "1 artykuł"
126
- l.store "no articles", "brak artykułów"
127
-
128
- #admin/categories/_form.rhtml
129
- l.store "Name", "Nazwa"
130
-
131
- #admin/categories/_quick_post.rhtml
132
- l.store "Title", "Tytuł"
133
- l.store "Add category", "Dodaj kategorię"
134
-
135
- #admin/categorie/destroy.rhtml
136
- l.store "%d categories", "%d kategorie"
137
- l.store "1 category", "kategoria"
138
- l.store "no categories", "brak kategori"
139
- l.store "Show this category", "Pokaż tą kategorię"
140
- l.store "Delete this category", "Usuń tą kategorię"
141
- l.store "Are you sure you want to delete the category ", "Czy na pewno chcesz skasować kategorię "
142
-
143
- #admin/category/list.html.erb
144
- l.store "add new", "dodaj nową"
145
-
146
- #admin/category/edit.rhtml
147
- l.store "Editing category", "Edytuj kategorię"
148
-
149
- #admin/category/list.rhtml
150
- l.store "Manage Categories", "Zarządzaj kategoriami"
151
- l.store "Create new category", "Utwórz nową kategorię"
152
- l.store "New Category", "Utwórz nową kategorię"
153
- l.store "Reorder", "Zmień porządek"
154
- l.store "Sort alphabetically", "Sortuj alfabetycznie"
155
- l.store "Manage Articles", "Zarządzaj artykułami"
156
- l.store "Manage Pages", "Zarządzaj stronami"
157
- l.store "Manage Resources", "Zarządzaj zasobami"
158
-
159
- #admin/category/reorder.rhtml
160
- l.store "(Done)", "(Zakończono)"
161
-
162
- #admin/category/show
163
- l.store "Edit this category", "Edytuj tą kategorię"
164
- l.store "Articles in", "Artykuły w"
165
-
166
- #admin/comments/_form.rhtml
167
- l.store "Author", "Autor"
168
- l.store "Url", "Strona web"
169
- l.store "Body", "Treść"
170
-
171
- #admin/comments/comments.rhtml
172
- l.store "on", "na"
173
-
174
- #admin/comments/destroy.rhtml
175
- l.store "Comments for", "Komentarze do"
176
-
177
- #admin/comments/edit.rhtml
178
- l.store "Show this comment", "Pokaż komentarz"
179
- l.store "View comment on your blog", "Obejrzyj komentarz na blogu"
180
- l.store "Editing comment", "Edycja komentarza"
181
-
182
- #admin/comments/list.rhtml
183
- l.store "IP", "Adres IP"
184
- l.store "Posted date", "Data publikacji"
185
-
186
- #admin/comments/new.rhtml
187
- l.store "Creating comment", "Tworzenie komentarza"
188
-
189
- #admin/content/_articles.rhtml
190
- l.store "Posts", "Wpisy"
191
- l.store "Uploads", "Załadowane zasoby"
192
- l.store "Post title", "Tytuł wpisu"
193
- l.store "Posted at", "Data publikacji"
194
- l.store "%d comments", "%d komentarze"
195
- l.store "1 comment", "1 komentarz"
196
- l.store "%d trackbacks", "%d trackbacki"
197
- l.store "1 trackback", "1 trackback"
198
- l.store "View", "Obejrzyj"
199
- l.store "Status", "Stan"
200
- l.store "Offline", "Offline"
201
- l.store "Online", "Online"
202
- l.store "no trackbacks", "brak trackbacków"
203
- l.store "no comments", "brak komentarzy"
204
- l.store "Continue reading", "Czytaj dalej"
205
- l.store "Files", "Pliki"
206
- l.store "Images", "Grafika"
207
-
208
- #admin/content/_attachment.rhtml
209
- l.store "Remove", "Skasuj"
210
- l.store "Really delete attachment", "Na pewno skasować?"
211
- l.store "Add Another Attachment", "Dodaj kolejny załącznik"
212
-
213
- #admin/content/_form.rhtml
214
- l.store "Article Body", "Nagłówek artykułu"
215
- l.store "Post", "Wpis"
216
- l.store "Optional extended content", "Opcjonalna treść rozszerzona"
217
- l.store "Optional Extended Content", "Opcjonalna treść rozszerzona"
218
- l.store "Article Content", "Treść artykułu"
219
- l.store "Extended Content", "Treść rozszerzona"
220
- l.store "%d tags", "%d tagi"
221
- l.store "1 tag", "1 tag"
222
- l.store "no tags", "brak tagów"
223
- l.store "Save", "Zapisz"
224
- l.store "Article Attachments", "Załączniki artykułu"
225
- l.store "Article Options", "Opcje artykułu"
226
- l.store "Permalink", "Permalink"
227
- l.store "Allow comments", "Zezwól na dodawanie komentarzy"
228
- l.store "Allow trackbacks", "Zezwól na podawanie trackbacków"
229
- l.store "Published", "Opublikowane"
230
- l.store "Publish at", "Opublikowane dnia"
231
- l.store "Textfilter", "Filtr tekstu"
232
- l.store "Toggle Extended Content", "Przełącz treść rozszerzoną"
233
-
234
- #admin/content/_pages.rhtml
235
- l.store "Previous page", "Poprzednia strona"
236
- l.store "Next page", "Następna strona"
237
-
238
- #admin/content/_show_categories.rhtml
239
- l.store "Currently this article is listed in following categories", "Artykuł jest opublikowany w następujących kategoriach"
240
- l.store "You can add it to the following categories", "Możesz dodać go do następujących kategorii"
241
-
242
- #admin/content/_show_ressources.rhtml
243
- l.store "Currently this article has the following resources", "Artykuł ma dołączone następujące zasoby"
244
- l.store "You can associate the following resources", "Możesz przypisać do artykułu następujące zasoby"
245
-
246
- #admin/content/destroy.rhtml
247
- l.store "Show this article", "Pokaż artykuł"
248
- l.store "Are you sure you want to delete this article", "Czy na pewno chcesz usunąć ten artykuł"
249
- l.store "Delete this article", "Usuń artykuł"
250
-
251
- #admin/content/edit.rhtml
252
- l.store "Edit Article", "Edytuj artykuł"
253
- l.store "View article on your blog", "Obejrzyj artykuł na blogu"
254
-
255
- #admin/content/new.rhtml
256
- l.store "Write a Page", "Utwórz stronę"
257
- l.store "Write an Article", "Utwórz artykuł"
258
-
259
- #admin/content/preview.rhtml
260
- l.store "Posted by", "Opublikowane przez"
261
-
262
- #admin/content/show.rhtml
263
- l.store "Preview Article", "Podgląd artykułu"
264
- l.store "Edit this article", "Edytuj ten artykuł"
265
- l.store "Last updated", "Ostatnio zmieniany"
266
- l.store "Attachments", "Załączniki"
267
-
268
- #admin/feedback/list.rhtml
269
- l.store "Limit to spam", "Pokaż spam"
270
- l.store "Limit to unconfirmed", "Pokaż niepotwierdzone"
271
- l.store "Limit to unconfirmed spam", "Pokaż niepotwierdzony spam"
272
- l.store "Blacklist", "Czarna lista"
273
- l.store "Feedback Search", "Przeszukaj komentarze"
274
- l.store "Comments and Trackbacks for", "Komentarze i trackbacki do"
275
-
276
- #admin/general/task
277
- l.store "Basic settings", "Ustawienia podstawowe"
278
- l.store "Advanced settings", "Ustawienia zaawansowane"
279
- l.store "Blog advanced settings", "Ustawienia zaawansowane bloga"
280
-
281
- #admin/general/index.rhtml
282
- l.store "Blog settings", "Ustawienia bloga"
283
- l.store "Which settings group would you like to edit", "Którą grupę ustawień chcesz zmodyfikować"
284
- l.store "General settings", "Ustawienia ogólne"
285
- l.store "General Settings", "Ustawienia ogólne"
286
- l.store "Read", "Odczyt"
287
- l.store "Write", "Pisanie"
288
- l.store "Discuss", "Dyskusje"
289
- l.store "Notification", "Powiadomienia"
290
- l.store "Spam Protection", "Ochrona przed spamem"
291
- l.store "Resource Settings", "Ustawienia zasobów"
292
- l.store "Cache", "Bufor"
293
- l.store "Blog name", "Nazwa bloga"
294
- l.store "Blog subtitle", "Podtytuł bloga"
295
- l.store "Language", "Język"
296
- l.store "This option let you choose between the simple admin interface or the complete one, displaying much more options and therefore more complicated to use. For advanced users only!", "Ta opcja pozwala wybrać prosty lub pełny panel administracyjny. Pełny panel administracyjny zawiera więcej opcji przez co jest bardziej skomplikowany. Tylko dla zaawansowanych użytkowników!"
297
- l.store "Blog URL", "Adres URL bloga"
298
- l.store "Latitude, Longitude", "Szerokość geogr., długość geogr."
299
- l.store "Display", "Wyświetl"
300
- l.store "your lattitude and longitude", "Twoją szerokość i długość geograficzna"
301
- l.store "exemple", "na przykład"
302
- l.store "Search Engine Optimisation", "Optymalizacja silnika wyszukiwania"
303
- l.store "Show blog name", "Pokaż nazwę bloga"
304
- l.store "At the beginning of page title", "Na początku strony tytułowej"
305
- l.store "At the end of page title", "Na końcu strony tytułowej"
306
- l.store "Don't show blog name in page title", "W ogóle nie pokazuj na stronie tytułowej"
307
- l.store "Save Settings", "Zapisz ustawienia"
308
- l.store "articles on my homepage by default", "domyślnie artykułów na stronie głównej"
309
- l.store "articles in my news feed by default", "domyślnie artykułów w subskrypcji RSS"
310
- l.store "Show full article on feed", "Pokaż pełną treść artykułu w subskrypcji RSS"
311
- l.store "Article filter", "Filtr artykułów"
312
- l.store "Comments filter", "Filtr komentarzy"
313
- l.store "When publishing articles, Typo can send trackbacks to websites that you link to. This should be disabled for private blogs as it will leak non-public information to sites that you're discussing. For public blogs, there's no real point in disabling this.", "Publikując artykuły, Typo może powiadomić strony, do których podasz łącza. Opcja ta powinna być wyłączona w przypadku blogów osobistych, gdyż może doprowadzić do wycieku prywatnych informacji. W przypadku blogów publicznych wyłączenie tej opcji nie ma większego sensu."
314
- l.store "Send trackbacks", "Wyślij trackbacki"
315
- l.store "URLs to ping automatically", "Automatycznie pingowane łącza"
316
- l.store "This setting allows you to disable trackbacks for every article in your blog. It won't remove existing trackbacks, but it will prevent any further attempt to add a trackback anywhere on your blog.", "Ta opcja pozwala na wyłączenie trackbacków we wszystkich artykułach. Nie usunie jednak istniejących trackbacków, a jedynie zabroni dodawania nowych."
317
- l.store "Disable trackbacks site-wide" ,"Wyłącz trackbacki w całym serwisie"
318
- l.store "Enable Trackbacks by default", "Trackbacki domyślnie włączone"
319
- l.store "You can enable site wide feeback moderation. If you do so, no comment or trackback will appear on your blog unless you validate it", "Możesz włączyć globalną moderację komentarzy. W takim przypadku żaden komentarz nie ukaże się na blogu aż do momentu jego akceptacji."
320
- l.store "Enable feedback moderation", "Włącz moderację komentarzy"
321
- l.store "Enable comments by default", "Komentarze domyślnie włączone"
322
- l.store "Show your email address", "Pokaż swój adres email"
323
- l.store "Enable gravatars", "Włącz gravatary"
324
- l.store "You can optionally disable non-Ajax comments. Typo will always use Ajax for comment submission if Javascript is enabled, so non-Ajax comments are either from spammers or users without Javascript.", "Można opcjonalnie wyłączyć nie-Ajaxowe komentarze. Typo zawsze używa technologii Ajax do przesyłania komentarzy - o ile Javascript jest włączony. Przeważnie komentarze nie-Ajaxowe pochodzą od spamerów lub użytkowników bez Javascript."
325
- l.store "Allow non-ajax comments", "Zezwól na nie-AJAXowe komentarze"
326
- l.store "Disable comments after", "Wyłącz komentarze po "
327
- l.store "Set to 0 to never disable comments", "Ustaw 0 by komentarze były zawsze włączone"
328
- l.store "Typo will automatically reject comments and trackbacks which contain over a certain amount of links in them", "Typo automatycznie odrzuca komentarze i trackbacki, które zawierają większą, niż podana, liczbę łączy"
329
- l.store "Max Links", "Max. liczba łączy"
330
- l.store "Set to 0 to never reject comments", "Ustaw 0 by komentarze były zawsze akceptowane"
331
- l.store "Typo can notify you when new articles or comments are posted", "Typo może wysyłać powiadomienia o nowych artykułach bądź komentarzach"
332
- l.store "Source Email", "Źródłowy adres email"
333
- l.store "Email address used by Typo to send notifications", "Adres email używany przez Typo do wysyłania powiadomień"
334
- l.store "Jabber account", "Konto Jabber"
335
- l.store "Jabber account to use when sending Jabber notifications", "Konto Jabber do wysyłania powiadomień"
336
- l.store "Jabber password", "Hasło konta Jabber"
337
- l.store "Spam protection", "Ochrona przed spamem"
338
- l.store "Enabling spam protection will make typo compare the IP address of posters as well as the contents of their posts against local and remote blacklists. Good defense against spam bots", "Włączenie ochrony przed spamem sprawi, iż Typo będzie porównywać adresy IP nadawców oraz treść ich postów z lokalnymi i zdalnymi czarnymi listami. To dobra obrona przed spam botami."
339
- l.store "Enable spam protection", "Włącz ochronę przed spamem"
340
- l.store "Typo can (optionally) use the %s spam-filtering service. You need to register with Akismet and receive an API key before you can use their service. If you have an Akismet key, enter it here", "Typo może (opcjonalnie) stosować usługę %s do filtrowania spamu. Musisz zarejestrować się w serwisie Akismet by otrzymać klucz API nim będzie można używać tej usługi. Jeśli posiadasz klucz API Akismet, wprowadź go tutaj"
341
- l.store "Akismet Key", "Klucz Akismet"
342
- l.store "The below settings act as defaults when you choose to publish an enclosure with iTunes metadata", "Poniższe ustawienia podawane są jako domyślne jeśli publikacja będzie zawierać metadane iTunes"
343
- l.store "Subtitle", "Podtytuł"
344
- l.store "Summary", "Streszczenie"
345
- l.store "Setting for channel", "Ustawienia kanału"
346
- l.store "Optional Name", "Nazwa opcjonalna"
347
- l.store "Not published by Apple", "Nie publikowane przez Apple"
348
- l.store "Copyright Information", "Informacje o prawach (copyright)"
349
- l.store "Explicit", "Tylko dla dorosłych"
350
- l.store "Empty Fragment Cache", "Usuń bufor fragmentów"
351
- l.store "Rebuild cached HTML", "Przebuduj bufor HTML"
352
- l.store "days", "dni"
353
-
354
- #admin/general/update_database
355
- l.store "Database migration", "Migruj bazę danych"
356
- l.store "Information", "Informacja"
357
- l.store "Current database version", "Aktualna wersja bazy danych"
358
- l.store "New database version", "Nowa wersja bazy danych"
359
- l.store "Your database supports migrations", "Twoja baza danych wspiera migracje"
360
- l.store "yes", "tak"
361
- l.store "no", "nie"
362
- l.store "Needed migrations", "Potrzebne migracje"
363
- l.store "You are up to date!", "Wszystko jest aktualne!"
364
- l.store "Update database now", "Aktualizuj bazę danych"
365
- l.store "may take a moment", "może zająć dłuższą chwilę"
366
- l.store "config updated.", "konfiguracja zaktualizowana."
367
-
368
- #admin/pages/_form.rhtml
369
- l.store "Page Body", "Nagłówek strony"
370
- l.store "Page Content", "Treść strony"
371
- l.store "Location", "Lokacja"
372
- l.store "Page Options", "Opcje strony"
373
-
374
- #admin/pages/_pages.rhtml
375
- l.store "Action", "Akcje"
376
- l.store "Pages", "Strony"
377
- l.store "Show this page", "Pokaż tą stronę"
378
- l.store "Are you sure you want to delete the page", "Czy na pewno chcesz usunąć tą stronę"
379
- l.store "Delete this page", "Usuń tą stronę"
380
-
381
- #admin/pages/edit.rhtml
382
- l.store "Create new page", "Utwórz nową stronę"
383
- l.store "View page on your blog", "Zaprezentuj stronę na blogu"
384
- l.store "Editing page", "Edytuj stronę"
385
- l.store "Manage Text Filters", "Zarządzaj filtrami tekstu"
386
-
387
- #admin/pages/show.rhtml
388
- l.store "Edit this page", "Edytuj tą stronę"
389
- l.store "by", "przez"
390
-
391
- #admin/ressources/_metadata_add.rhtml
392
- l.store "Resource MetaData", "Metadane zasobu"
393
- l.store "Set iTunes metadata for this enclosure", "Ustaw metadane iTunes"
394
- l.store "Duration", "Czas trwania"
395
- l.store "Key Words", "Słowa kluczowe"
396
- l.store "seperate with spaces", "rozdziel spacjami"
397
- l.store "Category", "Kategoria"
398
-
399
- #admin/resources/_metadata_edit.rhtml
400
- l.store "Remove iTunes Metadata", "Usuń metadane iTunes"
401
- l.store "Content Type", "Typ treści"
402
-
403
- #admin/resources/_resources.rhtml
404
- l.store "Filename", "Nazwa pliku"
405
- l.store "right-click for link", "Kliknij PPM by uzyskać łącze"
406
- l.store "MetaData", "Metadane"
407
- l.store "File Size", "Rozmiar pliku"
408
- l.store "Uploaded", "Załadowany"
409
- l.store "Edit MetaData", "Zmień metadane"
410
- l.store "Add MetaData", "Dodaj metadane"
411
-
412
- #admin/resources/destroy.rhtml
413
- l.store "File Uploads", "Wysłane pliki"
414
- l.store "Upload a new File", "Wyślij nowy plik"
415
- l.store "Are you sure you want to delete this file", "Czy na pewno chcesz skasować ten plik"
416
- l.store "Delete this file from the webserver?", "Skasować ten plik z serwera?"
417
-
418
- #admin/resources/new.rhtml
419
- l.store "Upload a File to your Site", "Wyślij plik na swój blog"
420
- l.store "Upload", "Wyślij"
421
- l.store "Upload a new Resource", "Wyślij nowy zasób"
422
- l.store "File", "Plik"
423
-
424
- #admin/sidebar/_avaliables.rhtml
425
- l.store "You have no plugins installed", "Brak zainstalowanych wtyczek"
426
-
427
- #admin/sidebar/_publish.rhtml
428
- l.store "Changes published", "Opublikowane zmiany"
429
-
430
- #admin/sidebar/_target.rhtml
431
- l.store "Drag some plugins here to fill your sidebar", "Przeciągnij i upuść wtyczki na pasek boczny"
432
-
433
- #admin/sidebar/index.rhtml
434
- l.store "Choose theme", "Wybierz temat"
435
- l.store "Drag and drop to change the sidebar items displayed on this blog. To remove items from the sidebar just click remove Changes are saved immediately, but not activated until you click the 'Publish' button", "Przeciągnij i upuść pozycje, które mają być wyświetlone na blogu. By usunąć pozycję naciśnij *Usuń*. Zmiany są zapisywane od razu, lecz nie są aktywne do momentu kliknięcia 'Publikuj zmiany'"
436
- l.store "Publish changes", "Publikuj zmiany"
437
- l.store "Available Items", "Dostępne elementy"
438
- l.store "Active Sidebar items", "Aktywne elementy paska"
439
-
440
- #admin/textfilters/_form.rhtml
441
- l.store "Description", "Opis"
442
- l.store "Markup type", "Typ znaczników"
443
- l.store "Post-processing filters", "Filtr post-process"
444
- l.store "Parameters", "Parametry"
445
-
446
- #admin/textfilters/_macros.rhtml
447
- l.store "Show Help", "Pomoc"
448
-
449
- #admin/textfilters/_textfilters.rhtml
450
- l.store "Markup", "Znaczniki"
451
- l.store "Filters", "Filtry"
452
-
453
- #admin/textfilters/destroy.rhtml
454
- l.store "Text Filters", "Filtry tekstu"
455
- l.store "Are you sure you want to delete this filter", "Czy na pewno chcesz usunąć ten filtr tekstu"
456
- l.store "Delete this filter", "Usuń filtr"
457
-
458
- #admin/textfilters/edit.rhtml
459
- l.store "Editing textfilter", "Modyfikuj filtr"
460
-
461
- #admin/textfilters/list.rhtml
462
- l.store "Create new text filter", "Utwórz nowy filtr"
463
- l.store "Customize Sidebar", "Personalizuj pasek boczny"
464
- l.store "Macros", "Makra"
465
-
466
- #admin/textfilters/macro_help.rhtml
467
- l.store "Macro Filter Help", "Pomoc makr filtrów"
468
- l.store "Creating text filter", "Tworzenie filtra tekstó"
469
-
470
- #admin/textfilters/show.rhtml
471
- l.store "Text Filter Details", "Szczegóły filtra tekstu"
472
- l.store "Edit this filter", "Modyfikuj ten filtr"
473
- l.store "See help text for this filter", "Zobacz pomoc dla tego filtra"
474
-
475
- #admin/themes/index.rhtml
476
- l.store "Choose theme", "Wybierz temat"
477
- l.store "Activate", "Aktywuj"
478
- l.store "Active theme", "Temat aktywny"
479
-
480
- #admin/trackbacks/edit.rhtml
481
- l.store "Trackbacks for", "Trackbacki do"
482
- l.store "Editing trackback", "Modyfikuj trackback"
483
-
484
- #admin/trackbacks/new.rhtml
485
- l.store "Creating trackback", "Tworzenie trackbacka"
486
- l.store "Edit this trackback", "Modyfikuj ten trackback"
487
-
488
- #admin/users/_form.rhtml
489
- l.store "Jabber", "Jabber"
490
- l.store "Password Confirmation", "Potwierdzenie hasła"
491
- l.store "Send notification messages via email", "Wysyłaj powiadomienia emailem"
492
- l.store "Send notification messages when new articles are posted", "Wysyłaj powiadomienia o nowych artykułach"
493
- l.store "Send notification messages when comments are posted", "Wysyłaj powiadomienia o nowych komentarzach"
494
-
495
- #admin/user/_user.rhtml
496
- l.store "Number of Articles", "Liczba artykułów"
497
- l.store "Number of Comments", "Liczba komentarzy"
498
- l.store "Notified", "Powiadamiony"
499
- l.store "via email", "emailem"
500
-
501
- #admin/user/destroy.rhtml
502
- l.store "Show this user", "Pokazuj tego użytkownika"
503
- l.store "Really delete user", "Na pewno usunąć użytkownika"
504
-
505
- #admin/user/edit.rhtml
506
- l.store "Edit User", "Zmień dane użytkownika"
507
- l.store "Editing User", "Zmiana danych użytkownika"
508
- l.store "New User", "Nowy użytkownik"
509
- l.store "Add new user", "Dodaj nowego użytkownika"
510
-
511
- #admin/user/new.rhtml
512
- l.store "Creating user", "Tworzenie użytkownika"
513
-
514
- #admin/user/show.rhtml
515
- l.store "User's articles", "Artykuły użytkownika"
516
- l.store "Notify via email", "Powiadamiaj emailem"
517
- l.store "Notify on new articles", "Powiadamiaj o nowych artykułach"
518
- l.store "Notify on new comments", "Powiadamiaj o nowych komentarzach"
519
-
520
- #articles/_comment.rhtml
521
- l.store "said", "powiedział"
522
- l.store "This comment has been flagged for moderator approval. It won't appear on this blog until the author approves it", "Ten komentarz oczekuje na akceptację. Nie ukaże się do czasu zaakceptowania przez autora."
523
-
524
- #articles/_comment_box.rhtml
525
- l.store "Your name", "Twoja nazwa"
526
- l.store "Your blog", "Twój blog"
527
- l.store "Your email", "Twój email"
528
- l.store "Your message", "Treść"
529
- l.store "Comment Markup Help", "Pomoc języka formatowania"
530
- l.store "Preview comment", "Obejrzyj komentarz"
531
- l.store 'leave url/email', 'zostaw url/email'
532
-
533
- #articles/_trackback.rhtml
534
- l.store "From", "Z"
535
-
536
- #articles/archives.rhtml
537
- l.store "No articles found", "Brak artykułów"
538
-
539
- #articles/comment_preview.rhtml
540
- l.store "is about to say", "zaraz powie"
541
-
542
- #articles/groupings.rhtml
543
- l.store "There are", "Istnieje"
544
-
545
- #articles/index.rhtml
546
- l.store "Read more", "Czytaj dalej"
547
- l.store "Older posts", "Starsze wpisy"
548
-
549
- #articles/read.rhtml
550
- l.store "Leave a response", "Skomentuj"
551
- l.store "Use the following link to trackback from your own site", "Użyj następującego trackbacka na swojej stronie"
552
- l.store "RSS feed for this post", "Subskrypcja RSS dla tego wpisu"
553
- l.store "trackback uri", "Adres trackback"
554
- l.store "Comments are disabled", "Komentarze wyłączone"
555
-
556
- l.store "Pictures from", "Zdjęcia z"
557
-
558
- #views/shared/_search.rhtml
559
- l.store 'Live Search', 'Wyszukiwarka'
560
-
561
- #vendor/plugins/aimpresence_sidebar/aimpresence_sidebar.rb
562
- l.store "AIM Presence", "Status AIM"
563
-
564
- #vendor/plugins/aimpresence_sidebar/views/content.rb
565
- l.store "AIM Status", "Status AIM"
566
-
567
- #vendor/plugins/xml_sidebar/xml_sidebar.rb
568
- l.store "XML Syndication", "Subskrypcja XML"
569
-
570
- #vendor/plugins/xml_sidebar/xml_sidebar.rb
571
- l.store "Syndicate", "Subskrypcje"
572
-
573
- #vendor/plugins/archives_sidebar/views/content.rb
574
- l.store "Archives", "Archiwa"
575
-
576
- #vendor/plugins/tags_sidebar/views/content.rb
577
- l.store "Tags", "Tagi"
578
-
579
- #app/helpers/admin/base_helper.rb
580
- l.store "Back to overview", "Wróć do podglądu"
581
- l.store "log out", "wyloguj"
582
-
583
- #app/controller/admin/cache_controller.rb
584
- l.store "Cache was cleared", "Bufor opróżniono"
585
- l.store "HTML was cleared", "HTML opróżniono"
586
-
587
- #app/controller/admin/categories_controller.rb
588
- l.store "Category was successfully created.", "Kategoria została pomyślnie utworzona."
589
- l.store "Category could not be created.", "Kategoria nie została utworzona."
590
- l.store "Category was successfully updated.", "Kategoria została pomyślnie zaktualizowana."
591
-
592
- #app/models/article.rb
593
- l.store "New post", "Nowy wpis"
594
- l.store "A new message was posted to ", "Nowy wpis został dodany do "
595
-
596
- #app/helper/application_helper.rb
597
- l.store "no ", "brak "
598
-
599
- #app/controller/admin/resource_controller.rb
600
- l.store "File uploaded: ", "Załadowany plik: "
601
- l.store "Unable to upload", "Nie można załadować"
602
- l.store "Metadata was successfully removed.", "Metadane zostały pomyślnie usunięte."
603
- l.store "Metadata was successfully updated.", "Metadane zostały pomyślnie zaktualizowane."
604
- l.store "Not all metadata was defined correctly.", "Nie wszystkie metadane zostały poprawnie zdefiniowane."
605
- l.store "Content Type was successfully updated.", "Typ zawartości został pomyślnie zaktualizowany."
606
- l.store "Error occurred while updating Content Type.", "Wystąpił błąd w trakcie aktualizacji typu zawartości."
607
- l.store "complete", "zakończony"
608
-
609
- #vendor/plugins/xml_sidebar/views/content.rhtml
610
- l.store 'Articles feed', 'Artykuły RSS'
611
- l.store 'Comments feed', 'Komentarze RSS'
612
- l.store 'Trackbacks feed', 'Trackbacki RSS' # FIXME This translation could be better?
613
- l.store 'Articles', 'Artykuły'
614
- l.store 'Comments', 'Komentarze'
615
- l.store 'Trackbacks', 'Trackbacki' # FIXME
616
-
617
- #vendor/plugins/category_sidebar/views/content.rhtml
618
- l.store 'Categories', 'Kategorie'
619
-
620
- #app/helpers/articles_helper.rb
621
- l.store 'Posted in', 'Opublikowano w'
622
- l.store 'posted in', 'opublikowano w'
623
-
624
- #articles/_comment_box.rhtml
625
- l.store 'submit', 'Prześlij'
626
-
627
- #vendor/plugins/will-paginate
628
- l.store "Previous", "Poprzednie"
629
- l.store "Next", "Następne"
630
-
631
- # Other, Not sorted
632
- l.store "Search", "Szukaj"
633
- l.store "Date", "Data"
634
- l.store "Log out", "Wyloguj"
635
-
636
- # Taken from the es_MX translation.
637
-
638
- #app/helpers/application_helper.rb
639
- l.store 'no', 'nie'
640
- l.store 'comment', 'komentarz'
641
- l.store 'comments', 'komentarze'
642
- l.store 'trackback', '' # FIXME
643
- l.store 'trackbacki', ''
644
- l.store 'less than', 'mniej niż'
645
- l.store 'a minute', 'minuta'
646
- l.store 'second', 'sekunda'
647
- l.store 'seconds', 'sekundy'
648
- l.store 'minute', 'minuta'
649
- l.store 'minutes', 'minuty'
650
- l.store 'hour', 'godzina'
651
- l.store 'hours', 'godziny'
652
- l.store '20 seconds', '20 sekund'
653
- l.store 'half a minute', 'pół minuty'
654
- l.store 'about', 'o' # FIXME
655
- l.store '1 hour', 'jedna godzina'
656
- l.store '1 minute', 'jedna minuta'
657
- l.store '1 day', 'jeden dzień'
658
- l.store '1 year', 'jeden rok'
659
- l.store '1 month', 'jeden miesiąc'
660
- l.store 'day', 'dzień'
661
- l.store 'days', 'dni'
662
- l.store 'month', 'miesiąc'
663
- l.store 'months', 'miesiące'
664
- l.store 'year', 'rok'
665
- l.store 'years', 'lata'
666
- l.store 'over', 'ponad'
667
- l.store 'ago', 'temu'
668
-
669
- # TODO: How to make this work? Why is it not working.
670
- # All Javascript strings go here, with the js_ prefix (only needed in this file)
671
- l.store 'js_hour', 'godzina'
672
- l.store 'js_minute', 'minuta'
673
- l.store 'js_hours', 'godziny'
674
- l.store 'js_minutes', 'minuty'
675
- l.store 'js_days', 'dni'
676
- l.store 'js_in', 'w'
677
- l.store 'js_since', 'od'
678
- l.store 'js_from now', 'od teraz'
679
- l.store 'js_ago', 'temu'
680
- l.store 'js_on', ' '
681
- l.store 'js_less than a minute', 'mniej niż minutę temu'
682
- l.store 'js_about one hour', 'około godzinę temu'
683
- l.store 'js_one day', 'jednen dzień'
684
- l.store 'js_about one day', 'około jednego dnia'
685
- end