HornsAndHooves-publify_core 10.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (452) hide show
  1. checksums.yaml +7 -0
  2. data/CHANGELOG.md +102 -0
  3. data/MIT-LICENSE +21 -0
  4. data/README.md +9 -0
  5. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.eot +0 -0
  6. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.svg +288 -0
  7. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf +0 -0
  8. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff +0 -0
  9. data/app/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2 +0 -0
  10. data/app/assets/fonts/open-sans-bold.woff +0 -0
  11. data/app/assets/fonts/open-sans.woff +0 -0
  12. data/app/assets/images/admin/loading.gif +0 -0
  13. data/app/assets/images/admin/typologo.gif +0 -0
  14. data/app/assets/images/calendar_date_select/calendar.gif +0 -0
  15. data/app/assets/images/close.gif +0 -0
  16. data/app/assets/images/closelabel.gif +0 -0
  17. data/app/assets/images/go.png +0 -0
  18. data/app/assets/images/loading.gif +0 -0
  19. data/app/assets/images/nextlabel.gif +0 -0
  20. data/app/assets/images/overlay.png +0 -0
  21. data/app/assets/images/powered.gif +0 -0
  22. data/app/assets/images/prevlabel.gif +0 -0
  23. data/app/assets/images/spinner-blue.gif +0 -0
  24. data/app/assets/images/spinner.gif +0 -0
  25. data/app/assets/images/thumb_blank.jpg +0 -0
  26. data/app/assets/javascripts/application.js +2 -0
  27. data/app/assets/javascripts/bootstrap/affix.js +164 -0
  28. data/app/assets/javascripts/bootstrap/alert.js +95 -0
  29. data/app/assets/javascripts/bootstrap/button.js +125 -0
  30. data/app/assets/javascripts/bootstrap/collapse.js +212 -0
  31. data/app/assets/javascripts/bootstrap/dropdown.js +165 -0
  32. data/app/assets/javascripts/bootstrap/modal.js +358 -0
  33. data/app/assets/javascripts/bootstrap/tab.js +155 -0
  34. data/app/assets/javascripts/bootstrap/transition.js +59 -0
  35. data/app/assets/javascripts/bootstrap-sprockets.js +8 -0
  36. data/app/assets/javascripts/cookies.js +60 -0
  37. data/app/assets/javascripts/datetimepicker.js +1470 -0
  38. data/app/assets/javascripts/lang/da_DK.js +17 -0
  39. data/app/assets/javascripts/lang/default.js +21 -0
  40. data/app/assets/javascripts/lang/en_US.js +21 -0
  41. data/app/assets/javascripts/lang/fr_FR.js +21 -0
  42. data/app/assets/javascripts/lang/nl_NL.js +21 -0
  43. data/app/assets/javascripts/lang/zh_TW.js +17 -0
  44. data/app/assets/javascripts/lightbox.js +350 -0
  45. data/app/assets/javascripts/observe.js +28 -0
  46. data/app/assets/javascripts/publify.js +11 -0
  47. data/app/assets/javascripts/publify_admin.js +104 -0
  48. data/app/assets/javascripts/quicktags.js +448 -0
  49. data/app/assets/javascripts/set-timeago-lang.js +3 -0
  50. data/app/assets/javascripts/sidebar.js +28 -0
  51. data/app/assets/javascripts/spinnable.js +5 -0
  52. data/app/assets/javascripts/tagmanager.js +481 -0
  53. data/app/assets/javascripts/typeahead.js +1139 -0
  54. data/app/assets/stylesheets/_bootstrap-compass.scss +9 -0
  55. data/app/assets/stylesheets/_bootstrap-mincer.scss +19 -0
  56. data/app/assets/stylesheets/_bootstrap-sprockets.scss +9 -0
  57. data/app/assets/stylesheets/_bootstrap.scss +43 -0
  58. data/app/assets/stylesheets/accounts.css.scss +7 -0
  59. data/app/assets/stylesheets/administration_structure.css.scss +255 -0
  60. data/app/assets/stylesheets/bootstrap/_alerts.scss +73 -0
  61. data/app/assets/stylesheets/bootstrap/_button-groups.scss +242 -0
  62. data/app/assets/stylesheets/bootstrap/_buttons.scss +168 -0
  63. data/app/assets/stylesheets/bootstrap/_close.scss +37 -0
  64. data/app/assets/stylesheets/bootstrap/_code.scss +69 -0
  65. data/app/assets/stylesheets/bootstrap/_component-animations.scss +38 -0
  66. data/app/assets/stylesheets/bootstrap/_dropdowns.scss +213 -0
  67. data/app/assets/stylesheets/bootstrap/_forms.scss +586 -0
  68. data/app/assets/stylesheets/bootstrap/_glyphicons.scss +307 -0
  69. data/app/assets/stylesheets/bootstrap/_grid.scss +94 -0
  70. data/app/assets/stylesheets/bootstrap/_labels.scss +66 -0
  71. data/app/assets/stylesheets/bootstrap/_media.scss +66 -0
  72. data/app/assets/stylesheets/bootstrap/_mixins.scss +37 -0
  73. data/app/assets/stylesheets/bootstrap/_modals.scss +150 -0
  74. data/app/assets/stylesheets/bootstrap/_navbar.scss +479 -0
  75. data/app/assets/stylesheets/bootstrap/_navs.scss +242 -0
  76. data/app/assets/stylesheets/bootstrap/_normalize.scss +427 -0
  77. data/app/assets/stylesheets/bootstrap/_pagination.scss +86 -0
  78. data/app/assets/stylesheets/bootstrap/_panels.scss +222 -0
  79. data/app/assets/stylesheets/bootstrap/_print.scss +99 -0
  80. data/app/assets/stylesheets/bootstrap/_scaffolding.scss +160 -0
  81. data/app/assets/stylesheets/bootstrap/_tables.scss +234 -0
  82. data/app/assets/stylesheets/bootstrap/_theme.scss +224 -0
  83. data/app/assets/stylesheets/bootstrap/_type.scss +296 -0
  84. data/app/assets/stylesheets/bootstrap/_utilities.scss +55 -0
  85. data/app/assets/stylesheets/bootstrap/_variables.scss +654 -0
  86. data/app/assets/stylesheets/bootstrap/_wells.scss +29 -0
  87. data/app/assets/stylesheets/bootstrap/mixins/_alerts.scss +15 -0
  88. data/app/assets/stylesheets/bootstrap/mixins/_background-variant.scss +12 -0
  89. data/app/assets/stylesheets/bootstrap/mixins/_border-radius.scss +18 -0
  90. data/app/assets/stylesheets/bootstrap/mixins/_buttons.scss +56 -0
  91. data/app/assets/stylesheets/bootstrap/mixins/_center-block.scss +7 -0
  92. data/app/assets/stylesheets/bootstrap/mixins/_clearfix.scss +22 -0
  93. data/app/assets/stylesheets/bootstrap/mixins/_forms.scss +82 -0
  94. data/app/assets/stylesheets/bootstrap/mixins/_gradients.scss +56 -0
  95. data/app/assets/stylesheets/bootstrap/mixins/_grid-framework.scss +81 -0
  96. data/app/assets/stylesheets/bootstrap/mixins/_grid.scss +122 -0
  97. data/app/assets/stylesheets/bootstrap/mixins/_hide-text.scss +21 -0
  98. data/app/assets/stylesheets/bootstrap/mixins/_image.scss +28 -0
  99. data/app/assets/stylesheets/bootstrap/mixins/_labels.scss +12 -0
  100. data/app/assets/stylesheets/bootstrap/mixins/_nav-divider.scss +10 -0
  101. data/app/assets/stylesheets/bootstrap/mixins/_nav-vertical-align.scss +9 -0
  102. data/app/assets/stylesheets/bootstrap/mixins/_opacity.scss +7 -0
  103. data/app/assets/stylesheets/bootstrap/mixins/_pagination.scss +24 -0
  104. data/app/assets/stylesheets/bootstrap/mixins/_panels.scss +20 -0
  105. data/app/assets/stylesheets/bootstrap/mixins/_reset-filter.scss +8 -0
  106. data/app/assets/stylesheets/bootstrap/mixins/_resize.scss +6 -0
  107. data/app/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss +17 -0
  108. data/app/assets/stylesheets/bootstrap/mixins/_size.scss +10 -0
  109. data/app/assets/stylesheets/bootstrap/mixins/_tab-focus.scss +9 -0
  110. data/app/assets/stylesheets/bootstrap/mixins/_table-row.scss +28 -0
  111. data/app/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss +12 -0
  112. data/app/assets/stylesheets/bootstrap/mixins/_text-overflow.scss +8 -0
  113. data/app/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss +222 -0
  114. data/app/assets/stylesheets/coderay.css +135 -0
  115. data/app/assets/stylesheets/datetimepicker.css +306 -0
  116. data/app/assets/stylesheets/lightbox.css +63 -0
  117. data/app/assets/stylesheets/publify.css.scss +9 -0
  118. data/app/assets/stylesheets/publify_admin.css.scss +10 -0
  119. data/app/assets/stylesheets/rss.css +53 -0
  120. data/app/assets/stylesheets/sidebar_admin.css.scss +36 -0
  121. data/app/assets/stylesheets/tagmanager.css +102 -0
  122. data/app/assets/stylesheets/user-styles.css +29 -0
  123. data/app/controllers/accounts_controller.rb +4 -0
  124. data/app/controllers/admin/base_controller.rb +27 -0
  125. data/app/controllers/admin/content_controller.rb +194 -0
  126. data/app/controllers/admin/dashboard_controller.rb +33 -0
  127. data/app/controllers/admin/feedback_controller.rb +160 -0
  128. data/app/controllers/admin/notes_controller.rb +73 -0
  129. data/app/controllers/admin/pages_controller.rb +73 -0
  130. data/app/controllers/admin/post_types_controller.rb +57 -0
  131. data/app/controllers/admin/profiles_controller.rb +57 -0
  132. data/app/controllers/admin/redirects_controller.rb +51 -0
  133. data/app/controllers/admin/resources_controller.rb +36 -0
  134. data/app/controllers/admin/seo_controller.rb +46 -0
  135. data/app/controllers/admin/settings_controller.rb +53 -0
  136. data/app/controllers/admin/sidebar_controller.rb +67 -0
  137. data/app/controllers/admin/tags_controller.rb +55 -0
  138. data/app/controllers/admin/themes_controller.rb +31 -0
  139. data/app/controllers/admin/users_controller.rb +67 -0
  140. data/app/controllers/articles_controller.rb +215 -0
  141. data/app/controllers/authors_controller.rb +30 -0
  142. data/app/controllers/base_controller.rb +43 -0
  143. data/app/controllers/comments_controller.rb +67 -0
  144. data/app/controllers/content_controller.rb +24 -0
  145. data/app/controllers/feedback_controller.rb +13 -0
  146. data/app/controllers/notes_controller.rb +35 -0
  147. data/app/controllers/setup_controller.rb +61 -0
  148. data/app/controllers/tags_controller.rb +50 -0
  149. data/app/controllers/text_controller.rb +7 -0
  150. data/app/controllers/textfilter_controller.rb +5 -0
  151. data/app/controllers/theme_controller.rb +63 -0
  152. data/app/controllers/xml_controller.rb +20 -0
  153. data/app/helpers/admin/base_helper.rb +87 -0
  154. data/app/helpers/admin/feedback_helper.rb +53 -0
  155. data/app/helpers/articles_helper.rb +10 -0
  156. data/app/helpers/authors_helper.rb +30 -0
  157. data/app/helpers/base_helper.rb +257 -0
  158. data/app/helpers/blog_helper.rb +14 -0
  159. data/app/helpers/xml_helper.rb +18 -0
  160. data/app/jobs/application_job.rb +5 -0
  161. data/app/mailers/notification_mailer.rb +40 -0
  162. data/app/models/ability.rb +53 -0
  163. data/app/models/archives_sidebar.rb +45 -0
  164. data/app/models/article/factory.rb +64 -0
  165. data/app/models/article.rb +308 -0
  166. data/app/models/blog.rb +280 -0
  167. data/app/models/comment.rb +57 -0
  168. data/app/models/config_manager.rb +83 -0
  169. data/app/models/content.rb +118 -0
  170. data/app/models/content_base.rb +88 -0
  171. data/app/models/feedback.rb +250 -0
  172. data/app/models/meta_sidebar.rb +10 -0
  173. data/app/models/note.rb +152 -0
  174. data/app/models/page.rb +42 -0
  175. data/app/models/page_sidebar.rb +14 -0
  176. data/app/models/ping.rb +5 -0
  177. data/app/models/post_type.rb +16 -0
  178. data/app/models/redirect.rb +51 -0
  179. data/app/models/redirection.rb +6 -0
  180. data/app/models/resource.rb +12 -0
  181. data/app/models/search_sidebar.rb +9 -0
  182. data/app/models/sidebar.rb +142 -0
  183. data/app/models/static_sidebar.rb +22 -0
  184. data/app/models/tag.rb +71 -0
  185. data/app/models/tag_sidebar.rb +30 -0
  186. data/app/models/text_filter.rb +141 -0
  187. data/app/models/trackback.rb +46 -0
  188. data/app/models/trigger.rb +34 -0
  189. data/app/models/user.rb +142 -0
  190. data/app/services/title_builder.rb +88 -0
  191. data/app/uploaders/resource_uploader.rb +63 -0
  192. data/app/views/accounts/confirm.html.erb +7 -0
  193. data/app/views/admin/content/_article_list.html.erb +26 -0
  194. data/app/views/admin/content/_form.html.erb +145 -0
  195. data/app/views/admin/content/autosave.js.erb +5 -0
  196. data/app/views/admin/content/edit.html.erb +3 -0
  197. data/app/views/admin/content/index.html.erb +48 -0
  198. data/app/views/admin/content/index.js.erb +1 -0
  199. data/app/views/admin/content/new.html.erb +3 -0
  200. data/app/views/admin/dashboard/_comment.html.erb +18 -0
  201. data/app/views/admin/dashboard/_comments.html.erb +10 -0
  202. data/app/views/admin/dashboard/_drafts.html.erb +25 -0
  203. data/app/views/admin/dashboard/_overview.html.erb +21 -0
  204. data/app/views/admin/dashboard/_welcome.html.erb +28 -0
  205. data/app/views/admin/dashboard/index.html.erb +16 -0
  206. data/app/views/admin/feedback/_button.html.erb +19 -0
  207. data/app/views/admin/feedback/_feedback.html.erb +7 -0
  208. data/app/views/admin/feedback/_ham.html.erb +17 -0
  209. data/app/views/admin/feedback/_spam.html.erb +23 -0
  210. data/app/views/admin/feedback/article.html.erb +69 -0
  211. data/app/views/admin/feedback/edit.html.erb +48 -0
  212. data/app/views/admin/feedback/ham.js +1 -0
  213. data/app/views/admin/feedback/index.html.erb +53 -0
  214. data/app/views/admin/feedback/spam.js +1 -0
  215. data/app/views/admin/migrations/show.html.erb +39 -0
  216. data/app/views/admin/notes/_form.html.erb +37 -0
  217. data/app/views/admin/notes/_header.html.erb +6 -0
  218. data/app/views/admin/notes/_list.html.erb +13 -0
  219. data/app/views/admin/notes/_note.html.erb +14 -0
  220. data/app/views/admin/notes/edit.html.erb +11 -0
  221. data/app/views/admin/notes/index.html.erb +11 -0
  222. data/app/views/admin/notes/show.html.erb +14 -0
  223. data/app/views/admin/pages/_form.html.erb +101 -0
  224. data/app/views/admin/pages/_pages.html.erb +21 -0
  225. data/app/views/admin/pages/edit.html.erb +1 -0
  226. data/app/views/admin/pages/index.html.erb +17 -0
  227. data/app/views/admin/pages/new.html.erb +1 -0
  228. data/app/views/admin/post_types/_index_and_form.html.erb +65 -0
  229. data/app/views/admin/post_types/edit.html.erb +1 -0
  230. data/app/views/admin/post_types/index.html.erb +1 -0
  231. data/app/views/admin/profiles/index.html.erb +10 -0
  232. data/app/views/admin/redirects/_index_and_form.html.erb +68 -0
  233. data/app/views/admin/redirects/edit.html.erb +1 -0
  234. data/app/views/admin/redirects/index.html.erb +1 -0
  235. data/app/views/admin/resources/index.html.erb +72 -0
  236. data/app/views/admin/seo/_general.html.erb +104 -0
  237. data/app/views/admin/seo/_permalinks.html.erb +53 -0
  238. data/app/views/admin/seo/_titles.html.erb +209 -0
  239. data/app/views/admin/seo/show.html.erb +28 -0
  240. data/app/views/admin/settings/display.html.erb +101 -0
  241. data/app/views/admin/settings/feedback.html.erb +118 -0
  242. data/app/views/admin/settings/index.html.erb +73 -0
  243. data/app/views/admin/settings/write.html.erb +69 -0
  244. data/app/views/admin/shared/_edit.html.erb +4 -0
  245. data/app/views/admin/shared/_menu.html.erb +121 -0
  246. data/app/views/admin/shared/_twitter_alert.html.erb +3 -0
  247. data/app/views/admin/sidebar/_available.html.erb +6 -0
  248. data/app/views/admin/sidebar/_available.json.erb +6 -0
  249. data/app/views/admin/sidebar/_config.html.erb +27 -0
  250. data/app/views/admin/sidebar/_target.html.erb +9 -0
  251. data/app/views/admin/sidebar/_target_sidebar.html.erb +20 -0
  252. data/app/views/admin/sidebar/destroy.js.erb +1 -0
  253. data/app/views/admin/sidebar/index.html.erb +31 -0
  254. data/app/views/admin/sidebar/sortable.js.erb +3 -0
  255. data/app/views/admin/sidebar/update.js.erb +2 -0
  256. data/app/views/admin/tags/_index_and_form.html.erb +59 -0
  257. data/app/views/admin/tags/edit.html.erb +1 -0
  258. data/app/views/admin/tags/index.html.erb +1 -0
  259. data/app/views/admin/themes/index.html.erb +27 -0
  260. data/app/views/admin/users/_form.html.erb +215 -0
  261. data/app/views/admin/users/edit.html.erb +8 -0
  262. data/app/views/admin/users/index.html.erb +39 -0
  263. data/app/views/admin/users/new.html.erb +8 -0
  264. data/app/views/archives_sidebar/_content.html.erb +13 -0
  265. data/app/views/articles/_archives_article.html.erb +9 -0
  266. data/app/views/articles/_article.html.erb +9 -0
  267. data/app/views/articles/_article_author.html.erb +4 -0
  268. data/app/views/articles/_article_collection.html.erb +8 -0
  269. data/app/views/articles/_article_content.html.erb +5 -0
  270. data/app/views/articles/_article_excerpt.html.erb +15 -0
  271. data/app/views/articles/_article_links.html.erb +12 -0
  272. data/app/views/articles/_comment.html.erb +1 -0
  273. data/app/views/articles/_comment_errors.html.erb +2 -0
  274. data/app/views/articles/_comment_form.html.erb +48 -0
  275. data/app/views/articles/_comment_list.html.erb +5 -0
  276. data/app/views/articles/_comment_preview.html.erb +4 -0
  277. data/app/views/articles/_full_article_content.html.erb +4 -0
  278. data/app/views/articles/_password_form.html.erb +10 -0
  279. data/app/views/articles/_trackback.html.erb +6 -0
  280. data/app/views/articles/archives.html.erb +15 -0
  281. data/app/views/articles/comment.js.erb +5 -0
  282. data/app/views/articles/comment_failed.js.erb +3 -0
  283. data/app/views/articles/error.html.erb +3 -0
  284. data/app/views/articles/feedback_atom_feed.atom.builder +10 -0
  285. data/app/views/articles/feedback_rss_feed.rss.builder +21 -0
  286. data/app/views/articles/index.html.erb +1 -0
  287. data/app/views/articles/index_atom_feed.atom.builder +9 -0
  288. data/app/views/articles/index_rss_feed.rss.builder +20 -0
  289. data/app/views/articles/live_search.html.erb +10 -0
  290. data/app/views/articles/read.html.erb +43 -0
  291. data/app/views/articles/search.html.erb +8 -0
  292. data/app/views/articles/trackback.xml.builder +7 -0
  293. data/app/views/articles/view_page.html.erb +3 -0
  294. data/app/views/authors/show.html.erb +30 -0
  295. data/app/views/authors/show_atom_feed.atom.builder +9 -0
  296. data/app/views/authors/show_rss_feed.rss.builder +20 -0
  297. data/app/views/comments/_comment.html.erb +17 -0
  298. data/app/views/comments/preview.html.erb +1 -0
  299. data/app/views/comments/preview.js.erb +3 -0
  300. data/app/views/devise/mailer/reset_password_instructions.html.erb +11 -0
  301. data/app/views/devise/passwords/edit.html.erb +28 -0
  302. data/app/views/devise/passwords/new.html.erb +20 -0
  303. data/app/views/devise/registrations/new.html.erb +36 -0
  304. data/app/views/devise/sessions/new.html.erb +32 -0
  305. data/app/views/devise/shared/_links.html.erb +11 -0
  306. data/app/views/errors/404.html.erb +2 -0
  307. data/app/views/feedback/index.atom.builder +9 -0
  308. data/app/views/feedback/index.rss.builder +20 -0
  309. data/app/views/layouts/accounts.html.erb +33 -0
  310. data/app/views/layouts/administration.html.erb +37 -0
  311. data/app/views/layouts/default.html.erb +33 -0
  312. data/app/views/layouts/editor.html.erb +17 -0
  313. data/app/views/meta_sidebar/_content.html.erb +8 -0
  314. data/app/views/notes/_note.html.erb +16 -0
  315. data/app/views/notes/error.html.erb +3 -0
  316. data/app/views/notes/index.html.erb +15 -0
  317. data/app/views/notes/show.html.erb +5 -0
  318. data/app/views/notes/show_in_reply.html.erb +18 -0
  319. data/app/views/notification_mailer/_mail_footer.html.erb +5 -0
  320. data/app/views/notification_mailer/_mail_header.html.erb +3 -0
  321. data/app/views/notification_mailer/article.html.erb +7 -0
  322. data/app/views/notification_mailer/comment.html.erb +12 -0
  323. data/app/views/notification_mailer/notif_user.html.erb +9 -0
  324. data/app/views/page_sidebar/_content.html.erb +12 -0
  325. data/app/views/search_sidebar/_content.html.erb +10 -0
  326. data/app/views/settings/done.html.erb +2 -0
  327. data/app/views/settings/install.html.erb +12 -0
  328. data/app/views/setup/index.html.erb +17 -0
  329. data/app/views/shared/_atom_header.atom.builder +6 -0
  330. data/app/views/shared/_atom_item_article.atom.builder +36 -0
  331. data/app/views/shared/_atom_item_comment.atom.builder +10 -0
  332. data/app/views/shared/_atom_item_trackback.atom.builder +10 -0
  333. data/app/views/shared/_flash.erb +10 -0
  334. data/app/views/shared/_google_analytics.html.erb +8 -0
  335. data/app/views/shared/_page_header.html.erb +23 -0
  336. data/app/views/shared/_rss_item_article.rss.builder +32 -0
  337. data/app/views/shared/_rss_item_comment.rss.builder +9 -0
  338. data/app/views/shared/_rss_item_trackback.rss.builder +9 -0
  339. data/app/views/sidebar/_row.html.erb +1 -0
  340. data/app/views/sidebar/_sidebar.html.erb +5 -0
  341. data/app/views/sidebar/display_plugins.html.erb +5 -0
  342. data/app/views/sidebar/show.html.erb +1 -0
  343. data/app/views/static_sidebar/_content.html.erb +2 -0
  344. data/app/views/tag_sidebar/_content.html.erb +10 -0
  345. data/app/views/tags/index.html.erb +15 -0
  346. data/app/views/tags/show.html.erb +1 -0
  347. data/app/views/theme/static_view_test.html.erb +1 -0
  348. data/app/views/xml/_googlesitemap_item_article.googlesitemap.builder +7 -0
  349. data/app/views/xml/_googlesitemap_item_category.googlesitemap.builder +6 -0
  350. data/app/views/xml/_googlesitemap_item_page.googlesitemap.builder +6 -0
  351. data/app/views/xml/_googlesitemap_item_tag.googlesitemap.builder +6 -0
  352. data/app/views/xml/sitemap.googlesitemap.builder +9 -0
  353. data/config/i18n-tasks.yml +49 -0
  354. data/config/initializers/devise.rb +271 -0
  355. data/config/initializers/mime_types.rb +7 -0
  356. data/config/locales/da.yml +769 -0
  357. data/config/locales/de.yml +769 -0
  358. data/config/locales/en.yml +770 -0
  359. data/config/locales/es-MX.yml +769 -0
  360. data/config/locales/fr.yml +769 -0
  361. data/config/locales/he.yml +769 -0
  362. data/config/locales/it.yml +769 -0
  363. data/config/locales/ja.yml +769 -0
  364. data/config/locales/lt.yml +783 -0
  365. data/config/locales/nb-NO.yml +769 -0
  366. data/config/locales/nl.yml +769 -0
  367. data/config/locales/pl.yml +797 -0
  368. data/config/locales/pt-BR.yml +769 -0
  369. data/config/locales/ro.yml +782 -0
  370. data/config/locales/ru.yml +797 -0
  371. data/config/locales/sidebars.da.yml +20 -0
  372. data/config/locales/sidebars.de.yml +20 -0
  373. data/config/locales/sidebars.en.yml +20 -0
  374. data/config/locales/sidebars.es-MX.yml +20 -0
  375. data/config/locales/sidebars.fr.yml +20 -0
  376. data/config/locales/sidebars.he.yml +20 -0
  377. data/config/locales/sidebars.it.yml +20 -0
  378. data/config/locales/sidebars.ja.yml +20 -0
  379. data/config/locales/sidebars.lt.yml +20 -0
  380. data/config/locales/sidebars.nb-NO.yml +20 -0
  381. data/config/locales/sidebars.nl.yml +20 -0
  382. data/config/locales/sidebars.pl.yml +20 -0
  383. data/config/locales/sidebars.pt-BR.yml +20 -0
  384. data/config/locales/sidebars.ro.yml +20 -0
  385. data/config/locales/sidebars.ru.yml +20 -0
  386. data/config/locales/sidebars.zh-CN.yml +20 -0
  387. data/config/locales/sidebars.zh-TW.yml +20 -0
  388. data/config/locales/zh-CN.yml +768 -0
  389. data/config/locales/zh-TW.yml +769 -0
  390. data/config/routes.rb +174 -0
  391. data/db/migrate/113_initial_schema.rb +210 -0
  392. data/db/migrate/114_fixes_buggy_articles_and_notes.rb +56 -0
  393. data/db/migrate/115_drops_categories_for_tags.rb +37 -0
  394. data/db/migrate/20150207131657_add_missing_indexes.rb +23 -0
  395. data/db/migrate/20150807134129_simplify_redirect_relations.rb +45 -0
  396. data/db/migrate/20150808052637_add_blog_ids.rb +39 -0
  397. data/db/migrate/20150808191127_add_blog_id_to_redirects.rb +19 -0
  398. data/db/migrate/20150810094754_add_blog_id_to_tags.rb +19 -0
  399. data/db/migrate/20160108111120_add_devise_to_users.rb +57 -0
  400. data/db/migrate/20160108184201_move_last_connection_to_last_sign_in_at.rb +20 -0
  401. data/db/migrate/20160110094906_remove_profiles_rights.rb +18 -0
  402. data/db/migrate/20160605103918_replace_profile_id_with_string.rb +32 -0
  403. data/db/migrate/20160605154632_remove_profiles.rb +31 -0
  404. data/db/migrate/20160701061851_demand_blog_id_on_contents.rb +13 -0
  405. data/db/migrate/20160701062604_add_blog_id_to_resources.rb +32 -0
  406. data/db/migrate/20170528093024_move_resources_to_content.rb +9 -0
  407. data/db/migrate/20170528094923_move_tags_to_content.rb +10 -0
  408. data/db/migrate/20170528201606_remove_separate_published_flag.rb +9 -0
  409. data/db/migrate/20170605071626_remove_extra_state_columns_from_feedback.rb +10 -0
  410. data/db/migrate/20170702105201_remove_published_at_from_feedback.rb +9 -0
  411. data/db/migrate/20190208151235_add_text_filter_name_fields.rb +11 -0
  412. data/db/migrate/20190208152646_move_text_filter_to_name.rb +99 -0
  413. data/db/migrate/20190209155717_remove_text_filter_ids.rb +21 -0
  414. data/db/migrate/20190209160610_remove_text_filters.rb +19 -0
  415. data/db/seeds.rb +25 -0
  416. data/lib/email_notify.rb +28 -0
  417. data/lib/format.rb +9 -0
  418. data/lib/publify_core/engine.rb +31 -0
  419. data/lib/publify_core/lang.rb +9 -0
  420. data/lib/publify_core/testing_support/dns_mock.rb +15 -0
  421. data/lib/publify_core/testing_support/factories.rb +242 -0
  422. data/lib/publify_core/testing_support/feed_assertions.rb +48 -0
  423. data/lib/publify_core/testing_support/fixtures/exploit.svg +4 -0
  424. data/lib/publify_core/testing_support/fixtures/fakepng.png +1 -0
  425. data/lib/publify_core/testing_support/fixtures/otherfile.txt +1 -0
  426. data/lib/publify_core/testing_support/fixtures/testfile.png +0 -0
  427. data/lib/publify_core/testing_support/fixtures/testfile.txt +1 -0
  428. data/lib/publify_core/testing_support/upload_fixtures.rb +15 -0
  429. data/lib/publify_core/version.rb +5 -0
  430. data/lib/publify_core.rb +46 -0
  431. data/lib/publify_guid.rb +11 -0
  432. data/lib/publify_plugins.rb +77 -0
  433. data/lib/publify_textfilter_markdown.rb +57 -0
  434. data/lib/publify_textfilter_none.rb +16 -0
  435. data/lib/publify_textfilter_smartypants.rb +16 -0
  436. data/lib/publify_textfilter_textile.rb +23 -0
  437. data/lib/publify_textfilter_twitterfilter.rb +39 -0
  438. data/lib/publify_time.rb +34 -0
  439. data/lib/sidebar_field.rb +127 -0
  440. data/lib/sidebar_registry.rb +35 -0
  441. data/lib/spam_protection.rb +103 -0
  442. data/lib/tasks/i18n.rake +9 -0
  443. data/lib/tasks/manifest.rake +30 -0
  444. data/lib/tasks/publify_core_tasks.rake +6 -0
  445. data/lib/text_filter_plugin.rb +183 -0
  446. data/lib/theme.rb +72 -0
  447. data/lib/transforms.rb +47 -0
  448. data/themes/plain/about.markdown +4 -0
  449. data/themes/plain/javascripts/theme.js +0 -0
  450. data/themes/plain/preview.png +0 -0
  451. data/themes/plain/stylesheets/theme.css +57 -0
  452. metadata +1062 -0
@@ -0,0 +1,770 @@
1
+ ---
2
+ en:
3
+ accounts:
4
+ back_to_html: "← Back to %{place}"
5
+ back_to_login: Back to login
6
+ confirm:
7
+ admin: admin
8
+ dont_lose_the_mail_sent: Don't lose the mail sent at %{email} or you won't be able to login anymore
9
+ login: 'Login: %{login}'
10
+ proceed_to: Proceed to %{link}
11
+ success: You have successfully signed up.
12
+ create_account: Create an account
13
+ lost_my_password: I've lost my password
14
+ activerecord:
15
+ errors:
16
+ models:
17
+ article:
18
+ attributes:
19
+ title:
20
+ blank: can't be blank
21
+ template:
22
+ body: ''
23
+ header: ''
24
+ admin:
25
+ base:
26
+ not_allowed: Error, you are not allowed to perform this action
27
+ successfully_deleted: This %{name} was deleted successfully
28
+ content:
29
+ access_granted:
30
+ error: Error, you are not allowed to perform this action
31
+ article_list:
32
+ no_articles: There are no articles yet. Why don't you create one?
33
+ autosave:
34
+ success: Article was successfully saved
35
+ create:
36
+ success: Article was successfully created
37
+ form:
38
+ allow_comments: Allow comments
39
+ allow_comments_status:
40
+ disabled: disabled
41
+ enabled: enabled
42
+ allowed_comments_html: Comments are %{allow_comment}
43
+ article_type: Article type
44
+ cancel: Cancel
45
+ default: Default
46
+ now: now
47
+ ok: OK
48
+ password: Password
49
+ permalink: Permalink
50
+ preview: Preview
51
+ protected: Protected
52
+ public: Public
53
+ publish: Publish
54
+ publish_settings: Publish settings
55
+ published: Published
56
+ save: Save
57
+ save_as_draft: Save as draft
58
+ status: Status
59
+ tags: Tags
60
+ tags_explanation_html: Separate tags with commas. Use double quotes (") around multi-word tags, e.g. "opera house".
61
+ title: Title
62
+ type_your_post: Type your post
63
+ visibility: Visibility
64
+ index:
65
+ all_articles: All articles
66
+ drafts: Drafts
67
+ manage_articles: Manage articles
68
+ new_article: New article
69
+ publication_date: Publication date
70
+ publication_pending: Publication pending
71
+ published: Published
72
+ search: Search
73
+ select_an_author: Select an author
74
+ withdrawn: Withdrawn
75
+ update:
76
+ success: Article was successfully updated
77
+ dashboard:
78
+ comment:
79
+ by: By
80
+ no_comments_yet: No comments yet
81
+ comments:
82
+ latest_comments: Latest Comments
83
+ drafts:
84
+ no_drafts_yet: No drafts yet, why don't you write one
85
+ your_drafts: Your drafts
86
+ index:
87
+ welcome_back: Welcome back, %{user_name}!
88
+ overview:
89
+ change_your_blog_presentation: change your blog presentation
90
+ customization_explain_html: You can also do a bit of design, %{theme_link} or %{sidebar_link}.
91
+ dashboard_explain_html: This place gives you a quick overview of what happens on your Publify blog and what you can do. Maybe will you want to %{available_actions}
92
+ enable_plugins: enable plugins
93
+ help_explain_html: If you need help, %{doc_link}.
94
+ read_our_documentation: read our documentation
95
+ update_your_profile_or_change_your_password: update your profile or change your password
96
+ write_a_page: write a page
97
+ write_a_post: write a post
98
+ welcome:
99
+ approved_count:
100
+ one: 1 approved
101
+ other: "%{count} approved"
102
+ zero: no approved
103
+ articles_and_comments_count_since: "%{articles_count} articles and %{comments_count} comments were posted since your last login"
104
+ articles_count:
105
+ one: 1 article
106
+ other: "%{count} articles"
107
+ zero: no article
108
+ comments_count:
109
+ one: 1 comment
110
+ other: "%{count} comments"
111
+ zero: no comment
112
+ content: Content
113
+ drafts_count:
114
+ one: 1 draft
115
+ other: "%{count} drafts"
116
+ zero: no draft
117
+ feedback: Feedback
118
+ notes_count:
119
+ one: 1 note
120
+ other: "%{count} notes"
121
+ zero: no note
122
+ pages_count:
123
+ one: 1 page
124
+ other: "%{count} pages"
125
+ zero: no page
126
+ running_publify: You're running Publify %{version}
127
+ spam_count:
128
+ one: 1 spam
129
+ other: "%{count} spam"
130
+ zero: no spam
131
+ today: Today
132
+ unconfirmed_count:
133
+ one: 1 unconfirmed
134
+ other: "%{count} unconfirmed"
135
+ zero: no unconfirmed
136
+ your_articles_count:
137
+ one: 1 article written by you
138
+ other: "%{count} articles written by you"
139
+ zero: no article written by you
140
+ feedback:
141
+ article:
142
+ action_or_other_html: "%{first_action} or %{second_action}"
143
+ add_a_comment: Add a comment
144
+ author: Author
145
+ cancel: Cancel
146
+ comments_for_html: Comments for %{title}
147
+ email: Email
148
+ no_feedback: There is no feedback yet. Why don't you create some?
149
+ save: Save
150
+ select_all: Select all
151
+ url: Url
152
+ your_comment: Your comment
153
+ bulkops:
154
+ error: Not implemented
155
+ success_classification: Confirmed classification of %{count} item(s)
156
+ success_deleted: Deleted %{count} item(s)
157
+ success_deleted_spam: All spam have been deleted
158
+ success_mark_as_ham:
159
+ one: Marked 1 item as Ham
160
+ other: Marked %{count} items as Ham
161
+ zero: No item selected to mark as Ham
162
+ success_mark_as_spam:
163
+ one: Marked 1 item as Spam
164
+ other: Marked %{count} items as Spam
165
+ zero: No item selected to mark as Spam
166
+ button:
167
+ delete_all_spam: Delete all spam
168
+ delete_checked_items: Delete Checked Items
169
+ mark_checked_items_as_ham: Mark Checked Items as Ham
170
+ mark_checked_items_as_spam: Mark Checked Items as Spam
171
+ create:
172
+ success: Comment was successfully created.
173
+ destroy:
174
+ error: Not found
175
+ success: Deleted
176
+ edit:
177
+ action_or_other_html: "%{first_action} or %{second_action}"
178
+ author: Author
179
+ cancel: Cancel
180
+ comments_for_html: Comments for %{article_link}
181
+ edit_a_comment: Edit a comment
182
+ email: Email
183
+ save: Save
184
+ url: Url
185
+ your_comment: Your comment
186
+ ham:
187
+ by: by
188
+ created_on: 'on'
189
+ index:
190
+ all: All
191
+ feedback: Feedback
192
+ ham: Ham
193
+ no_feedback: There is no feedback yet. Why don't you create some?
194
+ presumed_ham: Presumed ham
195
+ presumed_spam: Presumed spam
196
+ select_all: Select all
197
+ spam: Spam
198
+ unapproved_comments: Unapproved comments
199
+ spam:
200
+ by: by
201
+ cancel: Cancel
202
+ created_on: 'on'
203
+ this_comment_by_was_flagged_as_spam_html: This comment by %{author} was flagged as spam, %{cancel_link}?
204
+ state:
205
+ ham: Ham
206
+ just_marked_as_ham: Just Marked As Ham
207
+ just_marked_as_spam: Just Marked As Spam
208
+ just_presumed_ham: Just Presumed Ham
209
+ presumed_ham: Ham?
210
+ presumed_spam: Spam?
211
+ spam: Spam
212
+ unclassified: Unclassified
213
+ update:
214
+ success: Comment was successfully updated.
215
+ migrations:
216
+ show:
217
+ current_database_version: Current database version
218
+ database_migration: Database migration
219
+ information: Information
220
+ may_take_a_moment: may take a moment
221
+ migration_pending:
222
+ one: There is one migration pending.
223
+ other: There are %{count} migrations pending.
224
+ migrations: Migrations
225
+ needed_migrations: Needed migrations
226
+ update_database_now: Update database now
227
+ you_are_up_to_date: You are up to date!
228
+ notes:
229
+ form:
230
+ cancel: Cancel
231
+ compose_new_note: Compose new note
232
+ in_reply_to: In reply to
233
+ no_notes: There are no notes yet. Why don't you create one?
234
+ now: Now
235
+ or: or
236
+ permanent_link: Permanent link
237
+ posse_to_twitter: POSSE to Twitter
238
+ publish: Publish
239
+ publish_at: Publish at
240
+ publish_settings: Publish settings
241
+ tweet_id_like: Tweet id like 123456
242
+ header:
243
+ notes: Notes
244
+ show:
245
+ action_or_other_html: "%{first_action} or %{second_action}"
246
+ are_you_sure: Are you sure you want to delete this note?
247
+ cancel: Cancel
248
+ delete: Delete
249
+ destroy_confirmation: Destroy confirmation
250
+ pages:
251
+ edit:
252
+ success: Page has been updated
253
+ form:
254
+ article_filter: Article filter
255
+ cancel: Cancel
256
+ online: Online
257
+ permanent_link: Permanent link
258
+ publish: Publish
259
+ publish_settings: Publish settings
260
+ save: Save
261
+ status: Status
262
+ title: Title
263
+ type_your_post: Type your post
264
+ index:
265
+ author: Author
266
+ manage_pages: Manage pages
267
+ new_page: New Page
268
+ title: Title
269
+ new:
270
+ success: New page created
271
+ pages:
272
+ no_pages: There are no pages yet. Why don't you create one?
273
+ post_types:
274
+ index_and_form:
275
+ cancel: Cancel
276
+ default: Default
277
+ description: Description
278
+ explain: The template name is the filename Publify will look for when calling an article of that type. It should be in your theme under views/articles/template name.html.erb
279
+ name: Name
280
+ or: or
281
+ post_types: Post Types
282
+ publify_default_post_type: Publify default post type
283
+ save: Save
284
+ template_name: Template name
285
+ profiles:
286
+ index:
287
+ success: User details updated
288
+ your_profile: Your profile
289
+ redirects:
290
+ destroy:
291
+ success: Redirection was successfully deleted.
292
+ index_and_form:
293
+ cancel: Cancel
294
+ from: From
295
+ leave_empty_to_shorten_a_link: Leave empty to shorten a link
296
+ no_redirects: There are no redirects yet. Why don't you create one?
297
+ or: or
298
+ redirects: Redirects
299
+ save: Save
300
+ to: To
301
+ resources:
302
+ destroy:
303
+ notice: File has been deleted
304
+ error: File cannot be deleted. There is an article which uses it.
305
+ index:
306
+ are_you_sure: Are you sure?
307
+ content_type: Content Type
308
+ date: Date
309
+ delete: Delete
310
+ file_size: File Size
311
+ filename: Filename
312
+ media_library: Media Library
313
+ medium_size: Medium size
314
+ no_resources: There are no resources yet. Why don't you create one?
315
+ original_size: Original size
316
+ right_click_for_link: right-click for link
317
+ thumbnail: Thumbnail
318
+ upload: Upload
319
+ upload_a_file_to_your_site: Upload a File to your Site
320
+ upload:
321
+ success: File uploaded
322
+ warning: No file selected
323
+ seo:
324
+ general:
325
+ custom_tracking_code: Custom tracking code
326
+ do_not_index_tags: Do not index tags
327
+ dofollow: Dofollow
328
+ explain: Here you can add anything you want to appear in your application header, such as analytics service tracking code.
329
+ explain_moderate_feedback: You may want to moderate feedback when turning this on
330
+ explain_rss_description: 'You can use the following tags: %author% (author name), %blog_url% (this blog URL), %blog_name% (this blog title) and %permalink_url% (a link to the article you want to protect)'
331
+ explain_tag_index_html: Checking this box will add <code>noindex, follow</code> meta tags in every tags page, removing them from search engines and preventing duplicate content issues
332
+ general_settings: General settings
333
+ google: Google
334
+ google_analytics: Google Analytics
335
+ google_webmaster_tools_validation_link: Google Webmaster Tools validation link
336
+ indexing: Indexing
337
+ meta_description: Meta description
338
+ meta_keywords: Meta keywords
339
+ robots_txt: Robots.txt
340
+ rss_description_message: RSS description message
341
+ this_will_display: This will display at the bottom of each post in the RSS feed
342
+ use_dofollow_in_comments: Use dofollow in comments
343
+ use_meta_keywords: Use meta keywords
344
+ use_rss_description: Use RSS description
345
+ permalinks:
346
+ custom: Custom
347
+ date_and_title: Date and title
348
+ explain: Publify offers you the ability to create a custom URL structure for your permalinks and archives. This can improve the aesthetics, usability, and forward-compatibility of your links.
349
+ help_on_permalink_settings: Help on permalink settings
350
+ month_and_title: Month and title
351
+ permalink_format: Permalink format
352
+ sample: Here are some examples to get you started.
353
+ title_only: Title only
354
+ you_can_custom_your_url_structure: 'You can customize your URL structure using the following tags:'
355
+ your_article_day: your article day of publication.
356
+ your_article_month: your article month of publication.
357
+ your_article_slug_html: your article slug. <strong>Using this slug is mandatory</strong>.
358
+ your_article_year: your article year of publication.
359
+ show:
360
+ cancel: Cancel
361
+ global_settings: Global settings
362
+ or: or
363
+ permalinks: Permalinks
364
+ title_settings: Title settings
365
+ update_settings: Update settings
366
+ titles:
367
+ articles: Articles
368
+ author_page: Author page
369
+ dated_archives: Dated archives
370
+ description_template: Description template
371
+ help_on_title_settings: Help on title settings
372
+ home: Home
373
+ pages: Pages
374
+ paginated_archives: Paginated archives
375
+ replaced_by_the_archive_date: Replaced by the archive date
376
+ replaced_by_the_content_body: Replaced by the content body
377
+ replaced_with_the_article_categories: Replaced with the article categories (comma separated)
378
+ replaced_with_the_article_page_title: Replaced with the article/page title
379
+ replaced_with_the_article_tags: Replaced with the article tags (comma separated)
380
+ replaced_with_the_category_tag_name: Replaced with the category/tag name
381
+ replaced_with_the_current_date: Replaced with the current date
382
+ replaced_with_the_current_month: Replaced with the current month
383
+ replaced_with_the_current_page_number: Replaced with the current page number
384
+ replaced_with_the_current_search_phrase: Replaced with the current search phrase
385
+ replaced_with_the_current_time: Replaced with the current time
386
+ replaced_with_the_current_year: Replaced with the current year
387
+ replaced_with_the_post_page_excerpt: Replaced with the post/page excerpt
388
+ replaced_with_the_title_of_the_article_page: Replaced with the title of the article/page
389
+ search_results: Search results
390
+ short_statuses: Short statuses
391
+ short_statuses_lists: Short statuses lists
392
+ the_blog_s_name: The blog's name
393
+ the_blog_s_tagline_description: The blog's tagline / description
394
+ these_tags_can_be_included: These tags can be included in your templates and will be replaced when displaying the page.
395
+ title_template: Title template
396
+ settings:
397
+ display:
398
+ cancel: Cancel
399
+ custom_url: Custom URL shortener domain
400
+ custom_url_help: If you have a custom domain for URL shortening, enter it here.
401
+ date_format: Date format
402
+ default_archives_show: articles on the archives page
403
+ default_article_show: articles on the homepage
404
+ default_feed_show: most recent articles in feed
405
+ display: Display
406
+ display_settings: Display Settings
407
+ feed_articles: Article excerpts
408
+ feed_excerpts_only: Show only article excerpts in feed
409
+ feed_settings: RSS Feed Settings
410
+ or: or
411
+ publishing_options: Publishing Options
412
+ status_main_feed: Display statuses in the main feed
413
+ statuses: Statuses
414
+ time_format: Time format
415
+ update_settings: Update settings
416
+ feedback:
417
+ askimet_key: Akismet Key
418
+ avatars_provider: Avatars provider
419
+ cancel: Cancel
420
+ captcha: Captcha
421
+ comments: Comments
422
+ comments_filter: Comments filter
423
+ days: days
424
+ disable_comments_after: Disable comments after
425
+ enable_comments_by_default: Enable comments by default
426
+ enable_feedback_moderation: Enable feedback moderation
427
+ enable_recaptcha: Enable reCaptcha
428
+ enable_spam_protection: Enable spam protection
429
+ explain_feedback_moderation: You can enable site-wide feedback moderation. If you do so, no comment will appear on your blog unless you validate it.
430
+ explain_reject_comments: Publify will automatically reject comments which contain over a certain amount of links in them
431
+ explain_spam_protection: Enabling spam protection will make Publify compare the IP address of posters as well as the contents of their posts against local and remote blacklists. Good defense against spam bots
432
+ explain_spamfiltering_html: Publify can (optionally) use the <a href='http://akismet.com'>Akismet</a> 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
433
+ feedback: Feedback
434
+ feedback_settings: Feedback settings
435
+ max_links: Max Links
436
+ none: none
437
+ or: or
438
+ remember_to_set_your_recaptcha: Remember to set your reCaptcha keys inside config/initializers/recaptcha.rb
439
+ set_to_0_to_never_disable_comments: Set to 0 to never disable comments
440
+ set_to_0_to_never_reject_comments: Set to 0 to never reject comments
441
+ spam: Spam
442
+ spam_protection: Spam protection
443
+ update_settings: Update settings
444
+ index:
445
+ allow_users_to_register: Allow users to register
446
+ blog_name: Blog name
447
+ blog_subtitle: Blog subtitle
448
+ blog_url: Blog URL
449
+ cancel: Cancel
450
+ email_address_used_to_notify: Email address used by Publify to send notifications
451
+ explain_allow_users_to_register_html: This will allow users to register themselves as contributors, an unprivileged account level which grants them no rights beyond owning a profile on the site. If you don't want users to register, you can add them via <em>Manage users</em> under <em>Settings</em>.
452
+ general_settings: General settings
453
+ items_to_display_in_admin_lists: Items to display in admin lists
454
+ language: Language
455
+ or: or
456
+ source_email: Source Email
457
+ update_settings: Update settings
458
+ users: Users
459
+ your_blog: Your blog
460
+ update:
461
+ error: 'Error: %{messages}'
462
+ success: Configuration updated.
463
+ write:
464
+ avatar_size: Avatar size
465
+ cancel: Cancel
466
+ display: Display
467
+ example: example
468
+ image_medium_size: Image medium size
469
+ image_thumbnail_size: Image thumbnail size
470
+ latitude_longitude: Latitude, Longitude
471
+ media: Media
472
+ or: or
473
+ publish: Publish
474
+ publish_on_twitter: Publish on Twitter
475
+ twitter_consumer_key: Twitter consumer key
476
+ twitter_consumer_secret: Twitter consumer secret
477
+ update_settings: Update settings
478
+ write: Write
479
+ your_geoloc: your latitude and longitude
480
+ shared:
481
+ destroy:
482
+ are_you_sure: Are you sure you want to delete this %{element}?
483
+ menu:
484
+ all_articles: All articles
485
+ all_pages: All pages
486
+ article_types: Article types
487
+ articles: Articles
488
+ choose_theme: Choose theme
489
+ customize_sidebar: Customize sidebar
490
+ design: Design
491
+ display: Display
492
+ documentation: Documentation
493
+ feedback: Feedback
494
+ general_settings: General settings
495
+ global_seo_settings: Global SEO settings
496
+ in_page_plugins: In page plugins
497
+ logged_in_as: Logged in as %{login}
498
+ logout_html: Log out &raquo;
499
+ manage_users: Manage Users
500
+ media_library: Media Library
501
+ new: New
502
+ new_article: New Article
503
+ new_media: New Media
504
+ new_note: New Note
505
+ new_page: New Page
506
+ notes: Notes
507
+ pages: Pages
508
+ permalinks: Permalinks
509
+ profile: Profile
510
+ redirects: Redirects
511
+ report_a_bug: Report a bug
512
+ seo: SEO
513
+ settings: Settings
514
+ sidebar_plugins: Sidebar plugins
515
+ tags: Tags
516
+ titles: Titles
517
+ write: Write
518
+ twitter_alert:
519
+ fill_the_twitter_credentials: fill in the OAuth credentials
520
+ how_to_setup_twitter_html: If you want to push short statuses on Twitter, you need to %{twitter_settings_link} Twitter gave you after you %{twitter_registration_link}.
521
+ registered_your_application: registered your application
522
+ sidebar:
523
+ config:
524
+ active_sidebar_items: Active Sidebar items
525
+ available_items: Available Items
526
+ you_have_no_plugins_installed: You have no plugins installed
527
+ index:
528
+ cancel: Cancel
529
+ download_more_plugins_html: You can download and install sidebar plugins from our official <a href='https://github.com/fdv/publify/wiki/Sidebar-plugins'>plugin repository</a>. All you have to do is upload the theme directory in your vendor/plugins directory.
530
+ explain_how_its_works: 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 changes' button
531
+ or: or
532
+ publish_changes: Publish changes
533
+ sidebar: Sidebar
534
+ target:
535
+ drag_some_plugins_here: Drag some plugins here to fill your sidebar
536
+ tags:
537
+ edit:
538
+ success: Tag was successfully updated
539
+ index_and_form:
540
+ cancel: Cancel
541
+ display_name: Display Name
542
+ manage_tags: Manage Tags
543
+ name: Name
544
+ no_tags: There are no tags yet. Why don't you create one?
545
+ or: or
546
+ save: Save
547
+ themes:
548
+ index:
549
+ active_theme: "%{name} - Active theme"
550
+ choose_a_theme: Choose a theme
551
+ use_this_theme: Use this theme
552
+ switchto:
553
+ success: Theme selection updated
554
+ users:
555
+ edit:
556
+ edit_user: Edit User
557
+ form:
558
+ about: Biography
559
+ account_settings: Account Settings
560
+ aim: AIM screen name
561
+ article_filter: Article filter
562
+ author_page: author page
563
+ avatar: Avatar Settings
564
+ avatar_current: Current avatar
565
+ cancel: Cancel
566
+ contact_explain_html: This information will be displayed on your %{link}
567
+ contact_settings: Contact Settings
568
+ display_name: Display name
569
+ email: Email
570
+ firstname: First name
571
+ jabber: Jabber ID
572
+ lastname: Last name
573
+ login: Login
574
+ msn: MSN Messenger ID
575
+ nickname: Nickname
576
+ notification_article: when new article is posted
577
+ notification_comment: when new comment is posted
578
+ notification_email: via email
579
+ notification_settings: Notifications
580
+ notifications: Send notification messages
581
+ or: or
582
+ password: Password
583
+ password_confirmation: Password confirmation
584
+ profile: Profile
585
+ profile_settings: Profile Settings
586
+ save: Save
587
+ twitter: Twitter username
588
+ twitter_account: Twitter username
589
+ twitter_oauth: Twitter OAuth token
590
+ twitter_oauth_secret: Twitter OAuth secret
591
+ upload: Upload your profile image
592
+ upload_file: Upload a .jpg, .png or .gif file
593
+ user_status: User Status
594
+ website: Website
595
+ yahoo: Yahoo! Messenger ID
596
+ index:
597
+ articles: Articles
598
+ comments: Comments
599
+ email: Email
600
+ login: login
601
+ name: Name
602
+ new_user: New User
603
+ profile: Profile
604
+ state: State
605
+ users: Users
606
+ new:
607
+ add_user: Add User
608
+ success: User was successfully created
609
+ articles:
610
+ archives:
611
+ no_articles_found: No articles found
612
+ archives_article:
613
+ posted_in: posted in
614
+ article_author:
615
+ posted_by: Posted by
616
+ article_excerpt:
617
+ continue_reading: Continue reading
618
+ article_links:
619
+ comments:
620
+ one: 1 comment
621
+ other: "%{count} comments"
622
+ zero: no comments
623
+ tags: Tags
624
+ trackbacks:
625
+ one: 1 trackback
626
+ other: "%{count} trackbacks"
627
+ zero: no trackbacks
628
+ comment_errors:
629
+ message: Oops, something wrong happened, the comment could not be saved.
630
+ comment_form:
631
+ comment_markup_help: Comment Markup Help
632
+ leave_url_email: leave url/email
633
+ preview_comment: Preview comment
634
+ your_blog: Your blog
635
+ your_email: Your email
636
+ your_message: Your message
637
+ your_name: Your name
638
+ comment_preview:
639
+ is_about_to_say: is about to say
640
+ index:
641
+ page: page
642
+ password_form:
643
+ submit: Submit
644
+ read:
645
+ comments: Comments
646
+ comments_are_disabled: Comments are disabled
647
+ edit: Edit
648
+ leave_a_response: Leave a response
649
+ rss_feed: RSS feed
650
+ trackbacks: Trackbacks
651
+ trackback:
652
+ from: From
653
+ authors:
654
+ show:
655
+ aim: 'AIM:'
656
+ contact_information: Contact information
657
+ jabber: 'Jabber:'
658
+ msn: 'MSN:'
659
+ this_author_has_not_published_any_article_yet: This author has not published any articles yet
660
+ twitter: 'Twitter:'
661
+ web_site: 'Web site:'
662
+ yahoo: 'Yahoo:'
663
+ comments:
664
+ comment:
665
+ said: said
666
+ this_comment_has_been_flagged_for_moderator_approval: This comment has been flagged for moderator approval. It won't appear on this blog until the author approves it
667
+ date:
668
+ abbr_month_names:
669
+ -
670
+ - Jan
671
+ - Feb
672
+ - Mar
673
+ - Apr
674
+ - May
675
+ - Jun
676
+ - Jul
677
+ - Aug
678
+ - Sep
679
+ - Oct
680
+ - Nov
681
+ - Dec
682
+ month_names:
683
+ -
684
+ - January
685
+ - February
686
+ - March
687
+ - April
688
+ - May
689
+ - June
690
+ - July
691
+ - August
692
+ - September
693
+ - October
694
+ - November
695
+ - December
696
+ devise_custom:
697
+ characters_minimum: Minimum %{min} characters
698
+ errors:
699
+ article_type_already_exist: This article type already exists
700
+ cant_end_with_rss_or_atom: Can't end in .rss or .atom. These are reserved for feed URLs
701
+ no_notes_found: No notes found...
702
+ no_posts_found: No posts found...
703
+ page_not_found: Page not found
704
+ permalink_need_a_title: 'You need a permalink format with an identifier : %%title%%'
705
+ problem_sending_to_twitter: Oooops something went wrong!
706
+ render_sidebar: It seems something went wrong. Maybe some of your sidebars are actually missing and you should either reinstall them or remove them manually
707
+ the_page_you_are_looking_for: The page you are looking for has moved or does not exist.
708
+ generic:
709
+ change: Change
710
+ save: Save
711
+ helper:
712
+ at: at
713
+ langs:
714
+ da_DK: Danish
715
+ de_DE: German
716
+ en_US: English (US)
717
+ es_MX: Spanish (Mexican)
718
+ fr_FR: French
719
+ he_IL: Hebrew
720
+ it_IT: Italian
721
+ ja_JP: Japanese
722
+ lt_LT: Lithuanian
723
+ nb_NO: Norwegian
724
+ nl_NL: Nederland
725
+ pl_PL: Polish
726
+ pt_BR: Portuguese (Brazilian)
727
+ ro_RO: Romanian
728
+ ru_RU: Russian
729
+ zh_CN: Simple Chinese
730
+ zh_TW: Chinese
731
+ layouts:
732
+ administration:
733
+ powered_by: is proudly powered by
734
+ default:
735
+ designed_by: Designed by %{designed_by}
736
+ powered_by_html: Powered by %{powered_by}
737
+ notes:
738
+ note:
739
+ view_on_twitter: View on Twitter
740
+ notice:
741
+ note_successfully_created: Note was successfully created
742
+ profile:
743
+ admin: Publify administrator
744
+ contributor: Contributor
745
+ publisher: Blog publisher
746
+ setup:
747
+ article:
748
+ body: Welcome to Publify. This is your first article. Edit or delete it, then start blogging!
749
+ title: Hello World!
750
+ index:
751
+ blog_name: Blog name
752
+ password: Password
753
+ welcome_to_your_blog_setup: Welcome to your blog setup
754
+ your_mail: Your email
755
+ page:
756
+ about: About
757
+ body: This is an example of a Publify page. You can edit this to write information about yourself or your site so readers know who you are. You can create as many pages as you like and manage all of your content inside Publify.
758
+ tags:
759
+ index:
760
+ there_are_no_tags: There are no tags
761
+ time:
762
+ formats:
763
+ default: "%m/%d/%Y %H:%M"
764
+ letters_month_with_year: "%m %Y"
765
+ short: "%m/%d/%y"
766
+ with_spaces: "%d %B %y"
767
+ user:
768
+ status:
769
+ active: Active
770
+ inactive: Inactive