jeygeethanmedia-inkpen 1.2.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (702) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +15 -0
  3. data/.rspec +1 -0
  4. data/.ruby-version +1 -0
  5. data/CHANGELOG.md +175 -0
  6. data/Gemfile +43 -0
  7. data/Gemfile.lock +333 -0
  8. data/Guardfile +33 -0
  9. data/LICENSE +165 -0
  10. data/README.rdoc +150 -0
  11. data/Rakefile +31 -0
  12. data/app/assets/config/manifest.js +5 -0
  13. data/app/assets/fonts/BPmono-webfont.eot +0 -0
  14. data/app/assets/fonts/BPmono-webfont.svg +216 -0
  15. data/app/assets/fonts/BPmono-webfont.ttf +0 -0
  16. data/app/assets/fonts/BPmono-webfont.woff +0 -0
  17. data/app/assets/fonts/BPmonoBold-webfont.eot +0 -0
  18. data/app/assets/fonts/BPmonoBold-webfont.svg +148 -0
  19. data/app/assets/fonts/BPmonoBold-webfont.ttf +0 -0
  20. data/app/assets/fonts/BPmonoBold-webfont.woff +0 -0
  21. data/app/assets/fonts/BPmonoItalics-webfont.eot +0 -0
  22. data/app/assets/fonts/BPmonoItalics-webfont.svg +148 -0
  23. data/app/assets/fonts/BPmonoItalics-webfont.ttf +0 -0
  24. data/app/assets/fonts/BPmonoItalics-webfont.woff +0 -0
  25. data/app/assets/fonts/Museo300-Regular-webfont.eot +0 -0
  26. data/app/assets/fonts/Museo300-Regular-webfont.svg +160 -0
  27. data/app/assets/fonts/Museo300-Regular-webfont.ttf +0 -0
  28. data/app/assets/fonts/Museo300-Regular-webfont.woff +0 -0
  29. data/app/assets/fonts/Museo500-Regular-webfont.eot +0 -0
  30. data/app/assets/fonts/Museo500-Regular-webfont.svg +160 -0
  31. data/app/assets/fonts/Museo500-Regular-webfont.ttf +0 -0
  32. data/app/assets/fonts/Museo500-Regular-webfont.woff +0 -0
  33. data/app/assets/fonts/Ubuntu-B-webfont.eot +0 -0
  34. data/app/assets/fonts/Ubuntu-B-webfont.svg +232 -0
  35. data/app/assets/fonts/Ubuntu-B-webfont.ttf +0 -0
  36. data/app/assets/fonts/Ubuntu-B-webfont.woff +0 -0
  37. data/app/assets/fonts/Ubuntu-L-webfont 2.ttf +0 -0
  38. data/app/assets/fonts/Ubuntu-L-webfont.svg +147 -0
  39. data/app/assets/fonts/Ubuntu-L-webfont.ttf +0 -0
  40. data/app/assets/fonts/Ubuntu-L-webfont.woff +0 -0
  41. data/app/assets/fonts/Ubuntu-R-webfont.eot +0 -0
  42. data/app/assets/fonts/Ubuntu-R-webfont.svg +232 -0
  43. data/app/assets/fonts/Ubuntu-R-webfont.ttf +0 -0
  44. data/app/assets/fonts/Ubuntu-R-webfont.woff +0 -0
  45. data/app/assets/fonts/Ubuntu-RI-webfont.eot +0 -0
  46. data/app/assets/fonts/Ubuntu-RI-webfont.svg +232 -0
  47. data/app/assets/fonts/Ubuntu-RI-webfont.ttf +0 -0
  48. data/app/assets/fonts/Ubuntu-RI-webfont.woff +0 -0
  49. data/app/assets/heroes/001.jpg +0 -0
  50. data/app/assets/heroes/001_dark.jpg +0 -0
  51. data/app/assets/heroes/002.jpg +0 -0
  52. data/app/assets/heroes/002_dark.jpg +0 -0
  53. data/app/assets/heroes/003.jpg +0 -0
  54. data/app/assets/heroes/003_dark.jpg +0 -0
  55. data/app/assets/images/article-icons.png +0 -0
  56. data/app/assets/images/checkbox-icon.png +0 -0
  57. data/app/assets/images/favicon.ico +0 -0
  58. data/app/assets/images/footer_icon.png +0 -0
  59. data/app/assets/images/gplus.svg +17 -0
  60. data/app/assets/images/ic_action_add.png +0 -0
  61. data/app/assets/images/ic_action_home.png +0 -0
  62. data/app/assets/images/ic_arrow_left.png +0 -0
  63. data/app/assets/images/ic_arrow_right.png +0 -0
  64. data/app/assets/images/ic_googleplus.png +0 -0
  65. data/app/assets/images/ic_rss.png +0 -0
  66. data/app/assets/images/ic_rss_hover.png +0 -0
  67. data/app/assets/images/ic_twitter.png +0 -0
  68. data/app/assets/images/ic_twitter_hover.png +0 -0
  69. data/app/assets/images/icon_addphoto.png +0 -0
  70. data/app/assets/images/opoloo_feed.png +0 -0
  71. data/app/assets/images/signet_opoloo.png +0 -0
  72. data/app/assets/images/squirrelpark_signet.png +0 -0
  73. data/app/assets/javascripts/lines/admin/admin.js +299 -0
  74. data/app/assets/javascripts/lines/admin/autosize.min.js +7 -0
  75. data/app/assets/javascripts/lines/admin/navbar.js +51 -0
  76. data/app/assets/javascripts/lines/admin/pictures.js.coffee +22 -0
  77. data/app/assets/javascripts/lines/application.js +17 -0
  78. data/app/assets/javascripts/lines/articles.js.coffee +6 -0
  79. data/app/assets/javascripts/lines/viewer.js.coffee +3 -0
  80. data/app/assets/stylesheets/lines/admin/admin.scss +609 -0
  81. data/app/assets/stylesheets/lines/admin/variables_and_mixins.scss +36 -0
  82. data/app/assets/stylesheets/lines/application.scss +11 -0
  83. data/app/assets/stylesheets/lines/article.scss +302 -0
  84. data/app/assets/stylesheets/lines/fonts.scss +4 -0
  85. data/app/assets/stylesheets/lines/footer.scss +18 -0
  86. data/app/assets/stylesheets/lines/general.scss +90 -0
  87. data/app/assets/stylesheets/lines/lines_overrides.scss +6 -0
  88. data/app/assets/stylesheets/lines/media_queries.scss +41 -0
  89. data/app/assets/stylesheets/lines/messages.scss +29 -0
  90. data/app/assets/stylesheets/lines/navbar.scss +227 -0
  91. data/app/assets/stylesheets/lines/pagination.scss +17 -0
  92. data/app/assets/stylesheets/lines/pygments.css.erb +2 -0
  93. data/app/assets/stylesheets/lines/variables_and_mixins.scss +27 -0
  94. data/app/controllers/lines/admin/application_controller.rb +21 -0
  95. data/app/controllers/lines/admin/articles_controller.rb +176 -0
  96. data/app/controllers/lines/admin/authors_controller.rb +71 -0
  97. data/app/controllers/lines/admin/pictures_controller.rb +44 -0
  98. data/app/controllers/lines/application_controller.rb +18 -0
  99. data/app/controllers/lines/articles_controller.rb +72 -0
  100. data/app/controllers/lines/password_resets_controller.rb +81 -0
  101. data/app/controllers/lines/sessions_controller.rb +34 -0
  102. data/app/helpers/lines/application_helper.rb +125 -0
  103. data/app/mailers/lines/user_mailer.rb +11 -0
  104. data/app/models/lines/application_record.rb +3 -0
  105. data/app/models/lines/article.rb +127 -0
  106. data/app/models/lines/author.rb +41 -0
  107. data/app/models/lines/authorable.rb +8 -0
  108. data/app/models/lines/picture.rb +25 -0
  109. data/app/models/lines/user.rb +72 -0
  110. data/app/uploaders/document_uploader.rb +16 -0
  111. data/app/uploaders/hero_image_uploader.rb +31 -0
  112. data/app/uploaders/picture_uploader.rb +35 -0
  113. data/app/views/kaminari/lines/_gap.html.erb +8 -0
  114. data/app/views/kaminari/lines/_next_page.html.erb +11 -0
  115. data/app/views/kaminari/lines/_page.html.erb +12 -0
  116. data/app/views/kaminari/lines/_paginator.html.erb +27 -0
  117. data/app/views/kaminari/lines/_prev_page.html.erb +11 -0
  118. data/app/views/layouts/lines/_markdown_cheatsheet.html.erb +72 -0
  119. data/app/views/layouts/lines/admin.html.erb +45 -0
  120. data/app/views/layouts/lines/application.html.erb +54 -0
  121. data/app/views/layouts/lines/preview.html.erb +42 -0
  122. data/app/views/lines/admin/articles/_form.html.erb +99 -0
  123. data/app/views/lines/admin/articles/_picture_box.html.erb +32 -0
  124. data/app/views/lines/admin/articles/edit.html.erb +2 -0
  125. data/app/views/lines/admin/articles/index.html.erb +64 -0
  126. data/app/views/lines/admin/articles/new.html.erb +6 -0
  127. data/app/views/lines/admin/articles/show.html.erb +8 -0
  128. data/app/views/lines/admin/authors/_form.html.erb +25 -0
  129. data/app/views/lines/admin/authors/edit.html.erb +20 -0
  130. data/app/views/lines/admin/authors/index.html.erb +39 -0
  131. data/app/views/lines/admin/authors/new.html.erb +20 -0
  132. data/app/views/lines/admin/authors/show.html.erb +24 -0
  133. data/app/views/lines/admin/pictures/_form.html.erb +29 -0
  134. data/app/views/lines/admin/pictures/_picture.html.erb +6 -0
  135. data/app/views/lines/admin/pictures/create.js.erb +5 -0
  136. data/app/views/lines/admin/pictures/destroy.js.erb +1 -0
  137. data/app/views/lines/articles/_article.html.erb +45 -0
  138. data/app/views/lines/articles/_article_collection.html.erb +5 -0
  139. data/app/views/lines/articles/_article_small.html.erb +24 -0
  140. data/app/views/lines/articles/index.atom.builder +34 -0
  141. data/app/views/lines/articles/index.html.erb +15 -0
  142. data/app/views/lines/articles/show.html.erb +5 -0
  143. data/app/views/lines/password_resets/edit.html.erb +39 -0
  144. data/app/views/lines/password_resets/new.html.erb +14 -0
  145. data/app/views/lines/sessions/new.html.erb +22 -0
  146. data/app/views/lines/shared/_flash.html.erb +8 -0
  147. data/app/views/lines/shared/_footer.html.erb +9 -0
  148. data/app/views/lines/shared/_navigation.html.erb +18 -0
  149. data/app/views/lines/user_mailer/password_reset.html.erb +11 -0
  150. data/app/views/lines/user_mailer/password_reset.text.erb +12 -0
  151. data/bin/rails +12 -0
  152. data/certs/lines-engine.pem +21 -0
  153. data/config/initializers/assets.rb +1 -0
  154. data/config/initializers/carrierwave_test.rb +9 -0
  155. data/config/initializers/kaminari_config.rb +11 -0
  156. data/config/initializers/load_config.rb +13 -0
  157. data/config/lines_config.yml +63 -0
  158. data/config/locales/de.yml +210 -0
  159. data/config/locales/kaminari.de.yml +8 -0
  160. data/config/locales/kaminari.en.yml +8 -0
  161. data/config/locales/lines.de.yml +64 -0
  162. data/config/locales/lines.en.yml +64 -0
  163. data/config/routes.rb +37 -0
  164. data/db/migrate/20140505122014_base_migration.rb +84 -0
  165. data/db/migrate/20140702160602_acts_as_taggable_on_migration.acts_as_taggable_on_engine.rb +31 -0
  166. data/db/migrate/20140702160603_add_missing_unique_indices.acts_as_taggable_on_engine.rb +20 -0
  167. data/db/migrate/20140702160604_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb +15 -0
  168. data/db/migrate/20141027143656_add_teaser_to_article.rb +5 -0
  169. data/db/migrate/20150421093311_add_reset_password_fields_to_users.rb +6 -0
  170. data/db/seeds.rb +9 -0
  171. data/lib/generators/lines/README +31 -0
  172. data/lib/generators/lines/copy_styles_generator.rb +13 -0
  173. data/lib/generators/lines/install_generator.rb +52 -0
  174. data/lib/generators/lines/templates/octorel.png +0 -0
  175. data/lib/lines.rb +14 -0
  176. data/lib/lines/engine.rb +71 -0
  177. data/lib/lines/version.rb +3 -0
  178. data/lib/tasks/lines.rake +51 -0
  179. data/lib/tasks/lines_tasks.rake +4 -0
  180. data/lines.gemspec +58 -0
  181. data/public/codemirror/.gitattributes +8 -0
  182. data/public/codemirror/.gitignore +8 -0
  183. data/public/codemirror/.npmignore +9 -0
  184. data/public/codemirror/.travis.yml +4 -0
  185. data/public/codemirror/AUTHORS +474 -0
  186. data/public/codemirror/CONTRIBUTING.md +88 -0
  187. data/public/codemirror/LICENSE +19 -0
  188. data/public/codemirror/README.md +27 -0
  189. data/public/codemirror/addon/comment/comment.js +183 -0
  190. data/public/codemirror/addon/comment/continuecomment.js +85 -0
  191. data/public/codemirror/addon/dialog/dialog.css +32 -0
  192. data/public/codemirror/addon/dialog/dialog.js +157 -0
  193. data/public/codemirror/addon/display/fullscreen.css +6 -0
  194. data/public/codemirror/addon/display/fullscreen.js +41 -0
  195. data/public/codemirror/addon/display/panel.js +112 -0
  196. data/public/codemirror/addon/display/placeholder.js +58 -0
  197. data/public/codemirror/addon/display/rulers.js +63 -0
  198. data/public/codemirror/addon/edit/closebrackets.js +185 -0
  199. data/public/codemirror/addon/edit/closetag.js +166 -0
  200. data/public/codemirror/addon/edit/continuelist.js +51 -0
  201. data/public/codemirror/addon/edit/matchbrackets.js +120 -0
  202. data/public/codemirror/addon/edit/matchtags.js +66 -0
  203. data/public/codemirror/addon/edit/trailingspace.js +27 -0
  204. data/public/codemirror/addon/fold/brace-fold.js +105 -0
  205. data/public/codemirror/addon/fold/comment-fold.js +57 -0
  206. data/public/codemirror/addon/fold/foldcode.js +149 -0
  207. data/public/codemirror/addon/fold/foldgutter.css +20 -0
  208. data/public/codemirror/addon/fold/foldgutter.js +146 -0
  209. data/public/codemirror/addon/fold/indent-fold.js +44 -0
  210. data/public/codemirror/addon/fold/markdown-fold.js +49 -0
  211. data/public/codemirror/addon/fold/xml-fold.js +182 -0
  212. data/public/codemirror/addon/hint/anyword-hint.js +41 -0
  213. data/public/codemirror/addon/hint/css-hint.js +60 -0
  214. data/public/codemirror/addon/hint/html-hint.js +348 -0
  215. data/public/codemirror/addon/hint/javascript-hint.js +146 -0
  216. data/public/codemirror/addon/hint/show-hint.css +38 -0
  217. data/public/codemirror/addon/hint/show-hint.js +386 -0
  218. data/public/codemirror/addon/hint/sql-hint.js +254 -0
  219. data/public/codemirror/addon/hint/xml-hint.js +110 -0
  220. data/public/codemirror/addon/lint/coffeescript-lint.js +41 -0
  221. data/public/codemirror/addon/lint/css-lint.js +35 -0
  222. data/public/codemirror/addon/lint/javascript-lint.js +136 -0
  223. data/public/codemirror/addon/lint/json-lint.js +31 -0
  224. data/public/codemirror/addon/lint/lint.css +73 -0
  225. data/public/codemirror/addon/lint/lint.js +207 -0
  226. data/public/codemirror/addon/lint/yaml-lint.js +28 -0
  227. data/public/codemirror/addon/merge/merge.css +112 -0
  228. data/public/codemirror/addon/merge/merge.js +775 -0
  229. data/public/codemirror/addon/mode/loadmode.js +64 -0
  230. data/public/codemirror/addon/mode/multiplex.js +123 -0
  231. data/public/codemirror/addon/mode/multiplex_test.js +33 -0
  232. data/public/codemirror/addon/mode/overlay.js +85 -0
  233. data/public/codemirror/addon/mode/simple.js +213 -0
  234. data/public/codemirror/addon/runmode/colorize.js +40 -0
  235. data/public/codemirror/addon/runmode/runmode-standalone.js +157 -0
  236. data/public/codemirror/addon/runmode/runmode.js +72 -0
  237. data/public/codemirror/addon/runmode/runmode.node.js +178 -0
  238. data/public/codemirror/addon/scroll/annotatescrollbar.js +115 -0
  239. data/public/codemirror/addon/scroll/scrollpastend.js +46 -0
  240. data/public/codemirror/addon/scroll/simplescrollbars.css +66 -0
  241. data/public/codemirror/addon/scroll/simplescrollbars.js +147 -0
  242. data/public/codemirror/addon/search/match-highlighter.js +128 -0
  243. data/public/codemirror/addon/search/matchesonscrollbar.css +8 -0
  244. data/public/codemirror/addon/search/matchesonscrollbar.js +97 -0
  245. data/public/codemirror/addon/search/search.js +202 -0
  246. data/public/codemirror/addon/search/searchcursor.js +189 -0
  247. data/public/codemirror/addon/selection/active-line.js +71 -0
  248. data/public/codemirror/addon/selection/mark-selection.js +118 -0
  249. data/public/codemirror/addon/selection/selection-pointer.js +98 -0
  250. data/public/codemirror/addon/tern/tern.css +87 -0
  251. data/public/codemirror/addon/tern/tern.js +699 -0
  252. data/public/codemirror/addon/tern/worker.js +44 -0
  253. data/public/codemirror/addon/wrap/hardwrap.js +139 -0
  254. data/public/codemirror/bin/authors.sh +6 -0
  255. data/public/codemirror/bin/compress +92 -0
  256. data/public/codemirror/bin/lint +3 -0
  257. data/public/codemirror/bin/release +45 -0
  258. data/public/codemirror/bin/source-highlight +51 -0
  259. data/public/codemirror/bower.json +17 -0
  260. data/public/codemirror/demo/activeline.html +78 -0
  261. data/public/codemirror/demo/anywordhint.html +79 -0
  262. data/public/codemirror/demo/bidi.html +74 -0
  263. data/public/codemirror/demo/btree.html +85 -0
  264. data/public/codemirror/demo/buffers.html +109 -0
  265. data/public/codemirror/demo/changemode.html +58 -0
  266. data/public/codemirror/demo/closebrackets.html +52 -0
  267. data/public/codemirror/demo/closetag.html +41 -0
  268. data/public/codemirror/demo/complete.html +79 -0
  269. data/public/codemirror/demo/emacs.html +75 -0
  270. data/public/codemirror/demo/folding.html +95 -0
  271. data/public/codemirror/demo/fullscreen.html +83 -0
  272. data/public/codemirror/demo/hardwrap.html +72 -0
  273. data/public/codemirror/demo/html5complete.html +56 -0
  274. data/public/codemirror/demo/indentwrap.html +59 -0
  275. data/public/codemirror/demo/lint.html +171 -0
  276. data/public/codemirror/demo/loadmode.html +72 -0
  277. data/public/codemirror/demo/marker.html +52 -0
  278. data/public/codemirror/demo/markselection.html +52 -0
  279. data/public/codemirror/demo/matchhighlighter.html +47 -0
  280. data/public/codemirror/demo/matchtags.html +48 -0
  281. data/public/codemirror/demo/merge.html +122 -0
  282. data/public/codemirror/demo/multiplex.html +75 -0
  283. data/public/codemirror/demo/mustache.html +69 -0
  284. data/public/codemirror/demo/panel.html +136 -0
  285. data/public/codemirror/demo/placeholder.html +45 -0
  286. data/public/codemirror/demo/preview.html +87 -0
  287. data/public/codemirror/demo/requirejs.html +70 -0
  288. data/public/codemirror/demo/resize.html +51 -0
  289. data/public/codemirror/demo/rulers.html +49 -0
  290. data/public/codemirror/demo/runmode.html +62 -0
  291. data/public/codemirror/demo/search.html +95 -0
  292. data/public/codemirror/demo/simplemode.html +186 -0
  293. data/public/codemirror/demo/simplescrollbars.html +82 -0
  294. data/public/codemirror/demo/spanaffectswrapping_shim.html +85 -0
  295. data/public/codemirror/demo/sublime.html +76 -0
  296. data/public/codemirror/demo/tern.html +133 -0
  297. data/public/codemirror/demo/theme.html +152 -0
  298. data/public/codemirror/demo/trailingspace.html +48 -0
  299. data/public/codemirror/demo/variableheight.html +67 -0
  300. data/public/codemirror/demo/vim.html +104 -0
  301. data/public/codemirror/demo/visibletabs.html +62 -0
  302. data/public/codemirror/demo/widget.html +85 -0
  303. data/public/codemirror/demo/xmlcomplete.html +119 -0
  304. data/public/codemirror/doc/activebookmark.js +57 -0
  305. data/public/codemirror/doc/compress.html +329 -0
  306. data/public/codemirror/doc/docs.css +271 -0
  307. data/public/codemirror/doc/internals.html +503 -0
  308. data/public/codemirror/doc/logo.png +0 -0
  309. data/public/codemirror/doc/logo.svg +181 -0
  310. data/public/codemirror/doc/manual.html +3327 -0
  311. data/public/codemirror/doc/realworld.html +174 -0
  312. data/public/codemirror/doc/releases.html +1116 -0
  313. data/public/codemirror/doc/reporting.html +61 -0
  314. data/public/codemirror/doc/upgrade_v2.2.html +96 -0
  315. data/public/codemirror/doc/upgrade_v3.html +230 -0
  316. data/public/codemirror/doc/upgrade_v4.html +144 -0
  317. data/public/codemirror/doc/yinyang.png +0 -0
  318. data/public/codemirror/index.html +199 -0
  319. data/public/codemirror/keymap/emacs.js +412 -0
  320. data/public/codemirror/keymap/sublime.js +555 -0
  321. data/public/codemirror/keymap/vim.js +5060 -0
  322. data/public/codemirror/lib/codemirror.css +332 -0
  323. data/public/codemirror/lib/codemirror.js +8788 -0
  324. data/public/codemirror/mode/apl/apl.js +174 -0
  325. data/public/codemirror/mode/apl/index.html +72 -0
  326. data/public/codemirror/mode/asciiarmor/asciiarmor.js +73 -0
  327. data/public/codemirror/mode/asciiarmor/index.html +46 -0
  328. data/public/codemirror/mode/asn.1/asn.1.js +204 -0
  329. data/public/codemirror/mode/asn.1/index.html +78 -0
  330. data/public/codemirror/mode/asterisk/asterisk.js +196 -0
  331. data/public/codemirror/mode/asterisk/index.html +154 -0
  332. data/public/codemirror/mode/brainfuck/brainfuck.js +85 -0
  333. data/public/codemirror/mode/brainfuck/index.html +85 -0
  334. data/public/codemirror/mode/clike/clike.js +604 -0
  335. data/public/codemirror/mode/clike/index.html +252 -0
  336. data/public/codemirror/mode/clike/scala.html +767 -0
  337. data/public/codemirror/mode/clike/test.js +33 -0
  338. data/public/codemirror/mode/clojure/clojure.js +244 -0
  339. data/public/codemirror/mode/clojure/index.html +88 -0
  340. data/public/codemirror/mode/cmake/cmake.js +97 -0
  341. data/public/codemirror/mode/cmake/index.html +129 -0
  342. data/public/codemirror/mode/cobol/cobol.js +255 -0
  343. data/public/codemirror/mode/cobol/index.html +210 -0
  344. data/public/codemirror/mode/coffeescript/coffeescript.js +369 -0
  345. data/public/codemirror/mode/coffeescript/index.html +740 -0
  346. data/public/codemirror/mode/commonlisp/commonlisp.js +123 -0
  347. data/public/codemirror/mode/commonlisp/index.html +177 -0
  348. data/public/codemirror/mode/css/css.js +756 -0
  349. data/public/codemirror/mode/css/index.html +75 -0
  350. data/public/codemirror/mode/css/less.html +152 -0
  351. data/public/codemirror/mode/css/less_test.js +54 -0
  352. data/public/codemirror/mode/css/scss.html +157 -0
  353. data/public/codemirror/mode/css/scss_test.js +110 -0
  354. data/public/codemirror/mode/css/test.js +188 -0
  355. data/public/codemirror/mode/cypher/cypher.js +146 -0
  356. data/public/codemirror/mode/cypher/index.html +63 -0
  357. data/public/codemirror/mode/d/d.js +218 -0
  358. data/public/codemirror/mode/d/index.html +273 -0
  359. data/public/codemirror/mode/dart/dart.js +50 -0
  360. data/public/codemirror/mode/dart/index.html +71 -0
  361. data/public/codemirror/mode/diff/diff.js +47 -0
  362. data/public/codemirror/mode/diff/index.html +117 -0
  363. data/public/codemirror/mode/django/django.js +350 -0
  364. data/public/codemirror/mode/django/index.html +73 -0
  365. data/public/codemirror/mode/dockerfile/dockerfile.js +76 -0
  366. data/public/codemirror/mode/dockerfile/index.html +73 -0
  367. data/public/codemirror/mode/dtd/dtd.js +142 -0
  368. data/public/codemirror/mode/dtd/index.html +89 -0
  369. data/public/codemirror/mode/dylan/dylan.js +291 -0
  370. data/public/codemirror/mode/dylan/index.html +407 -0
  371. data/public/codemirror/mode/ebnf/ebnf.js +195 -0
  372. data/public/codemirror/mode/ebnf/index.html +102 -0
  373. data/public/codemirror/mode/ecl/ecl.js +206 -0
  374. data/public/codemirror/mode/ecl/index.html +52 -0
  375. data/public/codemirror/mode/eiffel/eiffel.js +160 -0
  376. data/public/codemirror/mode/eiffel/index.html +429 -0
  377. data/public/codemirror/mode/elm/elm.js +205 -0
  378. data/public/codemirror/mode/elm/index.html +61 -0
  379. data/public/codemirror/mode/erlang/erlang.js +618 -0
  380. data/public/codemirror/mode/erlang/index.html +76 -0
  381. data/public/codemirror/mode/factor/factor.js +83 -0
  382. data/public/codemirror/mode/factor/index.html +77 -0
  383. data/public/codemirror/mode/forth/forth.js +180 -0
  384. data/public/codemirror/mode/forth/index.html +75 -0
  385. data/public/codemirror/mode/fortran/fortran.js +188 -0
  386. data/public/codemirror/mode/fortran/index.html +81 -0
  387. data/public/codemirror/mode/gas/gas.js +345 -0
  388. data/public/codemirror/mode/gas/index.html +68 -0
  389. data/public/codemirror/mode/gfm/gfm.js +124 -0
  390. data/public/codemirror/mode/gfm/index.html +93 -0
  391. data/public/codemirror/mode/gfm/test.js +213 -0
  392. data/public/codemirror/mode/gherkin/gherkin.js +178 -0
  393. data/public/codemirror/mode/gherkin/index.html +48 -0
  394. data/public/codemirror/mode/go/go.js +185 -0
  395. data/public/codemirror/mode/go/index.html +85 -0
  396. data/public/codemirror/mode/groovy/groovy.js +230 -0
  397. data/public/codemirror/mode/groovy/index.html +84 -0
  398. data/public/codemirror/mode/haml/haml.js +159 -0
  399. data/public/codemirror/mode/haml/index.html +79 -0
  400. data/public/codemirror/mode/haml/test.js +97 -0
  401. data/public/codemirror/mode/handlebars/handlebars.js +53 -0
  402. data/public/codemirror/mode/handlebars/index.html +83 -0
  403. data/public/codemirror/mode/haskell/haskell.js +267 -0
  404. data/public/codemirror/mode/haskell/index.html +73 -0
  405. data/public/codemirror/mode/haxe/haxe.js +518 -0
  406. data/public/codemirror/mode/haxe/index.html +124 -0
  407. data/public/codemirror/mode/htmlembedded/htmlembedded.js +28 -0
  408. data/public/codemirror/mode/htmlembedded/index.html +59 -0
  409. data/public/codemirror/mode/htmlmixed/htmlmixed.js +121 -0
  410. data/public/codemirror/mode/htmlmixed/index.html +89 -0
  411. data/public/codemirror/mode/http/http.js +113 -0
  412. data/public/codemirror/mode/http/index.html +45 -0
  413. data/public/codemirror/mode/idl/idl.js +290 -0
  414. data/public/codemirror/mode/idl/index.html +64 -0
  415. data/public/codemirror/mode/index.html +149 -0
  416. data/public/codemirror/mode/jade/index.html +70 -0
  417. data/public/codemirror/mode/jade/jade.js +590 -0
  418. data/public/codemirror/mode/javascript/index.html +114 -0
  419. data/public/codemirror/mode/javascript/javascript.js +704 -0
  420. data/public/codemirror/mode/javascript/json-ld.html +72 -0
  421. data/public/codemirror/mode/javascript/test.js +205 -0
  422. data/public/codemirror/mode/javascript/typescript.html +61 -0
  423. data/public/codemirror/mode/jinja2/index.html +54 -0
  424. data/public/codemirror/mode/jinja2/jinja2.js +142 -0
  425. data/public/codemirror/mode/julia/index.html +195 -0
  426. data/public/codemirror/mode/julia/julia.js +299 -0
  427. data/public/codemirror/mode/kotlin/index.html +89 -0
  428. data/public/codemirror/mode/kotlin/kotlin.js +284 -0
  429. data/public/codemirror/mode/livescript/index.html +459 -0
  430. data/public/codemirror/mode/livescript/livescript.js +280 -0
  431. data/public/codemirror/mode/lua/index.html +85 -0
  432. data/public/codemirror/mode/lua/lua.js +159 -0
  433. data/public/codemirror/mode/markdown/index.html +359 -0
  434. data/public/codemirror/mode/markdown/markdown.js +781 -0
  435. data/public/codemirror/mode/markdown/test.js +792 -0
  436. data/public/codemirror/mode/mathematica/index.html +72 -0
  437. data/public/codemirror/mode/mathematica/mathematica.js +175 -0
  438. data/public/codemirror/mode/meta.js +190 -0
  439. data/public/codemirror/mode/mirc/index.html +160 -0
  440. data/public/codemirror/mode/mirc/mirc.js +193 -0
  441. data/public/codemirror/mode/mllike/index.html +179 -0
  442. data/public/codemirror/mode/mllike/mllike.js +205 -0
  443. data/public/codemirror/mode/modelica/index.html +67 -0
  444. data/public/codemirror/mode/modelica/modelica.js +245 -0
  445. data/public/codemirror/mode/mumps/index.html +85 -0
  446. data/public/codemirror/mode/mumps/mumps.js +148 -0
  447. data/public/codemirror/mode/nginx/index.html +181 -0
  448. data/public/codemirror/mode/nginx/nginx.js +178 -0
  449. data/public/codemirror/mode/ntriples/index.html +45 -0
  450. data/public/codemirror/mode/ntriples/ntriples.js +186 -0
  451. data/public/codemirror/mode/octave/index.html +83 -0
  452. data/public/codemirror/mode/octave/octave.js +135 -0
  453. data/public/codemirror/mode/pascal/index.html +61 -0
  454. data/public/codemirror/mode/pascal/pascal.js +109 -0
  455. data/public/codemirror/mode/pegjs/index.html +66 -0
  456. data/public/codemirror/mode/pegjs/pegjs.js +114 -0
  457. data/public/codemirror/mode/perl/index.html +75 -0
  458. data/public/codemirror/mode/perl/perl.js +837 -0
  459. data/public/codemirror/mode/php/index.html +64 -0
  460. data/public/codemirror/mode/php/php.js +230 -0
  461. data/public/codemirror/mode/php/test.js +154 -0
  462. data/public/codemirror/mode/pig/index.html +55 -0
  463. data/public/codemirror/mode/pig/pig.js +178 -0
  464. data/public/codemirror/mode/properties/index.html +53 -0
  465. data/public/codemirror/mode/properties/properties.js +78 -0
  466. data/public/codemirror/mode/puppet/index.html +121 -0
  467. data/public/codemirror/mode/puppet/puppet.js +220 -0
  468. data/public/codemirror/mode/python/index.html +198 -0
  469. data/public/codemirror/mode/python/python.js +358 -0
  470. data/public/codemirror/mode/q/index.html +144 -0
  471. data/public/codemirror/mode/q/q.js +139 -0
  472. data/public/codemirror/mode/r/index.html +85 -0
  473. data/public/codemirror/mode/r/r.js +162 -0
  474. data/public/codemirror/mode/rpm/changes/index.html +66 -0
  475. data/public/codemirror/mode/rpm/index.html +149 -0
  476. data/public/codemirror/mode/rpm/rpm.js +101 -0
  477. data/public/codemirror/mode/rst/index.html +535 -0
  478. data/public/codemirror/mode/rst/rst.js +557 -0
  479. data/public/codemirror/mode/ruby/index.html +183 -0
  480. data/public/codemirror/mode/ruby/ruby.js +285 -0
  481. data/public/codemirror/mode/ruby/test.js +14 -0
  482. data/public/codemirror/mode/rust/index.html +60 -0
  483. data/public/codemirror/mode/rust/rust.js +451 -0
  484. data/public/codemirror/mode/sass/index.html +66 -0
  485. data/public/codemirror/mode/sass/sass.js +414 -0
  486. data/public/codemirror/mode/scheme/index.html +77 -0
  487. data/public/codemirror/mode/scheme/scheme.js +249 -0
  488. data/public/codemirror/mode/shell/index.html +66 -0
  489. data/public/codemirror/mode/shell/shell.js +139 -0
  490. data/public/codemirror/mode/shell/test.js +58 -0
  491. data/public/codemirror/mode/sieve/index.html +93 -0
  492. data/public/codemirror/mode/sieve/sieve.js +193 -0
  493. data/public/codemirror/mode/slim/index.html +96 -0
  494. data/public/codemirror/mode/slim/slim.js +575 -0
  495. data/public/codemirror/mode/slim/test.js +96 -0
  496. data/public/codemirror/mode/smalltalk/index.html +68 -0
  497. data/public/codemirror/mode/smalltalk/smalltalk.js +168 -0
  498. data/public/codemirror/mode/smarty/index.html +138 -0
  499. data/public/codemirror/mode/smarty/smarty.js +225 -0
  500. data/public/codemirror/mode/solr/index.html +57 -0
  501. data/public/codemirror/mode/solr/solr.js +104 -0
  502. data/public/codemirror/mode/soy/index.html +68 -0
  503. data/public/codemirror/mode/soy/soy.js +198 -0
  504. data/public/codemirror/mode/sparql/index.html +61 -0
  505. data/public/codemirror/mode/sparql/sparql.js +174 -0
  506. data/public/codemirror/mode/spreadsheet/index.html +42 -0
  507. data/public/codemirror/mode/spreadsheet/spreadsheet.js +109 -0
  508. data/public/codemirror/mode/sql/index.html +84 -0
  509. data/public/codemirror/mode/sql/sql.js +391 -0
  510. data/public/codemirror/mode/stex/index.html +110 -0
  511. data/public/codemirror/mode/stex/stex.js +251 -0
  512. data/public/codemirror/mode/stex/test.js +123 -0
  513. data/public/codemirror/mode/stylus/index.html +106 -0
  514. data/public/codemirror/mode/stylus/stylus.js +768 -0
  515. data/public/codemirror/mode/swift/index.html +88 -0
  516. data/public/codemirror/mode/swift/swift.js +203 -0
  517. data/public/codemirror/mode/tcl/index.html +142 -0
  518. data/public/codemirror/mode/tcl/tcl.js +147 -0
  519. data/public/codemirror/mode/textile/index.html +191 -0
  520. data/public/codemirror/mode/textile/test.js +417 -0
  521. data/public/codemirror/mode/textile/textile.js +469 -0
  522. data/public/codemirror/mode/tiddlywiki/index.html +154 -0
  523. data/public/codemirror/mode/tiddlywiki/tiddlywiki.css +14 -0
  524. data/public/codemirror/mode/tiddlywiki/tiddlywiki.js +358 -0
  525. data/public/codemirror/mode/tiki/index.html +95 -0
  526. data/public/codemirror/mode/tiki/tiki.css +26 -0
  527. data/public/codemirror/mode/tiki/tiki.js +312 -0
  528. data/public/codemirror/mode/toml/index.html +73 -0
  529. data/public/codemirror/mode/toml/toml.js +88 -0
  530. data/public/codemirror/mode/tornado/index.html +63 -0
  531. data/public/codemirror/mode/tornado/tornado.js +68 -0
  532. data/public/codemirror/mode/troff/index.html +146 -0
  533. data/public/codemirror/mode/troff/troff.js +82 -0
  534. data/public/codemirror/mode/ttcn-cfg/index.html +115 -0
  535. data/public/codemirror/mode/ttcn-cfg/ttcn-cfg.js +214 -0
  536. data/public/codemirror/mode/ttcn/index.html +118 -0
  537. data/public/codemirror/mode/ttcn/ttcn.js +283 -0
  538. data/public/codemirror/mode/turtle/index.html +50 -0
  539. data/public/codemirror/mode/turtle/turtle.js +162 -0
  540. data/public/codemirror/mode/twig/index.html +45 -0
  541. data/public/codemirror/mode/twig/twig.js +132 -0
  542. data/public/codemirror/mode/vb/index.html +102 -0
  543. data/public/codemirror/mode/vb/vb.js +276 -0
  544. data/public/codemirror/mode/vbscript/index.html +55 -0
  545. data/public/codemirror/mode/vbscript/vbscript.js +350 -0
  546. data/public/codemirror/mode/velocity/index.html +118 -0
  547. data/public/codemirror/mode/velocity/velocity.js +201 -0
  548. data/public/codemirror/mode/verilog/index.html +120 -0
  549. data/public/codemirror/mode/verilog/test.js +273 -0
  550. data/public/codemirror/mode/verilog/verilog.js +537 -0
  551. data/public/codemirror/mode/vhdl/index.html +95 -0
  552. data/public/codemirror/mode/vhdl/vhdl.js +189 -0
  553. data/public/codemirror/mode/xml/index.html +57 -0
  554. data/public/codemirror/mode/xml/test.js +51 -0
  555. data/public/codemirror/mode/xml/xml.js +385 -0
  556. data/public/codemirror/mode/xquery/index.html +210 -0
  557. data/public/codemirror/mode/xquery/test.js +67 -0
  558. data/public/codemirror/mode/xquery/xquery.js +437 -0
  559. data/public/codemirror/mode/yaml/index.html +80 -0
  560. data/public/codemirror/mode/yaml/yaml.js +117 -0
  561. data/public/codemirror/mode/z80/index.html +53 -0
  562. data/public/codemirror/mode/z80/z80.js +116 -0
  563. data/public/codemirror/package.json +20 -0
  564. data/public/codemirror/test/comment_test.js +100 -0
  565. data/public/codemirror/test/doc_test.js +371 -0
  566. data/public/codemirror/test/driver.js +138 -0
  567. data/public/codemirror/test/emacs_test.js +147 -0
  568. data/public/codemirror/test/index.html +241 -0
  569. data/public/codemirror/test/lint.js +11 -0
  570. data/public/codemirror/test/mode_test.css +23 -0
  571. data/public/codemirror/test/mode_test.js +192 -0
  572. data/public/codemirror/test/multi_test.js +285 -0
  573. data/public/codemirror/test/phantom_driver.js +31 -0
  574. data/public/codemirror/test/run.js +31 -0
  575. data/public/codemirror/test/scroll_test.js +115 -0
  576. data/public/codemirror/test/search_test.js +62 -0
  577. data/public/codemirror/test/sql-hint-test.js +189 -0
  578. data/public/codemirror/test/sublime_test.js +303 -0
  579. data/public/codemirror/test/test.js +2142 -0
  580. data/public/codemirror/test/vim_test.js +3955 -0
  581. data/public/codemirror/theme/3024-day.css +41 -0
  582. data/public/codemirror/theme/3024-night.css +39 -0
  583. data/public/codemirror/theme/ambiance-mobile.css +5 -0
  584. data/public/codemirror/theme/ambiance.css +76 -0
  585. data/public/codemirror/theme/base16-dark.css +38 -0
  586. data/public/codemirror/theme/base16-light.css +38 -0
  587. data/public/codemirror/theme/blackboard.css +32 -0
  588. data/public/codemirror/theme/cobalt.css +25 -0
  589. data/public/codemirror/theme/colorforth.css +33 -0
  590. data/public/codemirror/theme/dracula.css +87 -0
  591. data/public/codemirror/theme/eclipse.css +23 -0
  592. data/public/codemirror/theme/elegant.css +13 -0
  593. data/public/codemirror/theme/erlang-dark.css +34 -0
  594. data/public/codemirror/theme/icecoder.css +42 -0
  595. data/public/codemirror/theme/lesser-dark.css +47 -0
  596. data/public/codemirror/theme/lines.css +109 -0
  597. data/public/codemirror/theme/liquibyte.css +95 -0
  598. data/public/codemirror/theme/material.css +105 -0
  599. data/public/codemirror/theme/mbo.css +37 -0
  600. data/public/codemirror/theme/mdn-like.css +46 -0
  601. data/public/codemirror/theme/midnight.css +47 -0
  602. data/public/codemirror/theme/monokai.css +35 -0
  603. data/public/codemirror/theme/neat.css +12 -0
  604. data/public/codemirror/theme/neo.css +43 -0
  605. data/public/codemirror/theme/night.css +28 -0
  606. data/public/codemirror/theme/paraiso-dark.css +38 -0
  607. data/public/codemirror/theme/paraiso-light.css +38 -0
  608. data/public/codemirror/theme/pastel-on-dark.css +53 -0
  609. data/public/codemirror/theme/rubyblue.css +25 -0
  610. data/public/codemirror/theme/seti.css +88 -0
  611. data/public/codemirror/theme/solarized.css +165 -0
  612. data/public/codemirror/theme/the-matrix.css +30 -0
  613. data/public/codemirror/theme/tomorrow-night-bright.css +35 -0
  614. data/public/codemirror/theme/tomorrow-night-eighties.css +38 -0
  615. data/public/codemirror/theme/ttcn.css +65 -0
  616. data/public/codemirror/theme/twilight.css +32 -0
  617. data/public/codemirror/theme/vibrant-ink.css +34 -0
  618. data/public/codemirror/theme/xq-dark.css +53 -0
  619. data/public/codemirror/theme/xq-light.css +43 -0
  620. data/public/codemirror/theme/yeti.css +86 -0
  621. data/public/codemirror/theme/zenburn.css +37 -0
  622. data/public/fira-mono/FiraMono-Bold.eot +0 -0
  623. data/public/fira-mono/FiraMono-Bold.otf +0 -0
  624. data/public/fira-mono/FiraMono-Bold.ttf +0 -0
  625. data/public/fira-mono/FiraMono-Bold.woff +0 -0
  626. data/public/fira-mono/FiraMono-Medium.eot +0 -0
  627. data/public/fira-mono/FiraMono-Medium.otf +0 -0
  628. data/public/fira-mono/FiraMono-Medium.ttf +0 -0
  629. data/public/fira-mono/FiraMono-Medium.woff +0 -0
  630. data/public/fira-mono/FiraMono-Regular.eot +0 -0
  631. data/public/fira-mono/FiraMono-Regular.otf +0 -0
  632. data/public/fira-mono/FiraMono-Regular.ttf +0 -0
  633. data/public/fira-mono/FiraMono-Regular.woff +0 -0
  634. data/public/fira-mono/fira-mono.css +32 -0
  635. data/public/heroes/lines_default_01.png +0 -0
  636. data/public/heroes/lines_default_02.png +0 -0
  637. data/public/heroes/lines_default_03.png +0 -0
  638. data/public/iconfont/iconfont.css +48 -0
  639. data/public/iconfont/iconfont.eot +0 -0
  640. data/public/iconfont/iconfont.svg +18 -0
  641. data/public/iconfont/iconfont.ttf +0 -0
  642. data/public/iconfont/iconfont.woff +0 -0
  643. data/spec/controllers/lines/admin/articles_controller-spec.rb +7 -0
  644. data/spec/dummy/README.rdoc +28 -0
  645. data/spec/dummy/Rakefile +6 -0
  646. data/spec/dummy/app/assets/config/manifest.js +5 -0
  647. data/spec/dummy/app/assets/images/.keep +0 -0
  648. data/spec/dummy/app/assets/javascripts/application.js +13 -0
  649. data/spec/dummy/app/assets/stylesheets/application.css +13 -0
  650. data/spec/dummy/app/controllers/application_controller.rb +5 -0
  651. data/spec/dummy/app/controllers/concerns/.keep +0 -0
  652. data/spec/dummy/app/helpers/application_helper.rb +2 -0
  653. data/spec/dummy/app/mailers/.keep +0 -0
  654. data/spec/dummy/app/models/.keep +0 -0
  655. data/spec/dummy/app/models/concerns/.keep +0 -0
  656. data/spec/dummy/app/views/layouts/application.html.erb +14 -0
  657. data/spec/dummy/bin/bundle +3 -0
  658. data/spec/dummy/bin/rails +4 -0
  659. data/spec/dummy/bin/rake +4 -0
  660. data/spec/dummy/config.ru +4 -0
  661. data/spec/dummy/config/application.rb +29 -0
  662. data/spec/dummy/config/boot.rb +5 -0
  663. data/spec/dummy/config/database.yml +26 -0
  664. data/spec/dummy/config/environment.rb +5 -0
  665. data/spec/dummy/config/environments/development.rb +42 -0
  666. data/spec/dummy/config/environments/production.rb +83 -0
  667. data/spec/dummy/config/environments/test.rb +44 -0
  668. data/spec/dummy/config/initializers/backtrace_silencers.rb +7 -0
  669. data/spec/dummy/config/initializers/cookies_serializer.rb +3 -0
  670. data/spec/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  671. data/spec/dummy/config/initializers/inflections.rb +16 -0
  672. data/spec/dummy/config/initializers/mime_types.rb +4 -0
  673. data/spec/dummy/config/initializers/session_store.rb +3 -0
  674. data/spec/dummy/config/initializers/wrap_parameters.rb +14 -0
  675. data/spec/dummy/config/locales/en.yml +23 -0
  676. data/spec/dummy/config/routes.rb +3 -0
  677. data/spec/dummy/config/secrets.yml +22 -0
  678. data/spec/dummy/db/schema.rb +103 -0
  679. data/spec/dummy/db/seeds.rb +9 -0
  680. data/spec/dummy/lib/assets/.keep +0 -0
  681. data/spec/dummy/public/404.html +67 -0
  682. data/spec/dummy/public/422.html +67 -0
  683. data/spec/dummy/public/500.html +66 -0
  684. data/spec/dummy/public/favicon.ico +0 -0
  685. data/spec/dummy/test/mailers/previews/user_mailer_preview.rb +11 -0
  686. data/spec/dummy/vendor/screenshots/octorel.png +0 -0
  687. data/spec/factories/articles.rb +22 -0
  688. data/spec/factories/authors.rb +9 -0
  689. data/spec/factories/pictures.rb +8 -0
  690. data/spec/factories/users.rb +10 -0
  691. data/spec/features/article_spec.rb +65 -0
  692. data/spec/features/password_reset_spec.rb +48 -0
  693. data/spec/features/user_logs_in_spec.rb +28 -0
  694. data/spec/mailers/lines/user_mailer_spec.rb +24 -0
  695. data/spec/models/article_spec.rb +38 -0
  696. data/spec/models/lines/author_spec.rb +29 -0
  697. data/spec/models/lines/picture_spec.rb +25 -0
  698. data/spec/models/lines/user_spec.rb +18 -0
  699. data/spec/spec_helper.rb +57 -0
  700. data/spec/support/auth_macros.rb +21 -0
  701. data/spec/support/images/example.jpg +0 -0
  702. metadata +1241 -0
@@ -0,0 +1,66 @@
1
+ <!doctype html>
2
+
3
+ <title>CodeMirror: RPM changes mode</title>
4
+ <meta charset="utf-8"/>
5
+ <link rel=stylesheet href="../../doc/docs.css">
6
+
7
+ <link rel="stylesheet" href="../../../lib/codemirror.css">
8
+ <script src="../../../lib/codemirror.js"></script>
9
+ <script src="changes.js"></script>
10
+ <link rel="stylesheet" href="../../../doc/docs.css">
11
+ <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
12
+
13
+ <div id=nav>
14
+ <a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../../doc/logo.png"></a>
15
+
16
+ <ul>
17
+ <li><a href="../../../index.html">Home</a>
18
+ <li><a href="../../../doc/manual.html">Manual</a>
19
+ <li><a href="https://github.com/codemirror/codemirror">Code</a>
20
+ </ul>
21
+ <ul>
22
+ <li><a href="../../index.html">Language modes</a>
23
+ <li><a class=active href="#">RPM changes</a>
24
+ </ul>
25
+ </div>
26
+
27
+ <article>
28
+ <h2>RPM changes mode</h2>
29
+
30
+ <div><textarea id="code" name="code">
31
+ -------------------------------------------------------------------
32
+ Tue Oct 18 13:58:40 UTC 2011 - misterx@example.com
33
+
34
+ - Update to r60.3
35
+ - Fixes bug in the reflect package
36
+ * disallow Interface method on Value obtained via unexported name
37
+
38
+ -------------------------------------------------------------------
39
+ Thu Oct 6 08:14:24 UTC 2011 - misterx@example.com
40
+
41
+ - Update to r60.2
42
+ - Fixes memory leak in certain map types
43
+
44
+ -------------------------------------------------------------------
45
+ Wed Oct 5 14:34:10 UTC 2011 - misterx@example.com
46
+
47
+ - Tweaks for gdb debugging
48
+ - go.spec changes:
49
+ - move %go_arch definition to %prep section
50
+ - pass correct location of go specific gdb pretty printer and
51
+ functions to cpp as HOST_EXTRA_CFLAGS macro
52
+ - install go gdb functions & printer
53
+ - gdb-printer.patch
54
+ - patch linker (src/cmd/ld/dwarf.c) to emit correct location of go
55
+ gdb functions and pretty printer
56
+ </textarea></div>
57
+ <script>
58
+ var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
59
+ mode: {name: "changes"},
60
+ lineNumbers: true,
61
+ indentUnit: 4
62
+ });
63
+ </script>
64
+
65
+ <p><strong>MIME types defined:</strong> <code>text/x-rpm-changes</code>.</p>
66
+ </article>
@@ -0,0 +1,149 @@
1
+ <!doctype html>
2
+
3
+ <title>CodeMirror: RPM changes mode</title>
4
+ <meta charset="utf-8"/>
5
+ <link rel=stylesheet href="../../doc/docs.css">
6
+
7
+ <link rel="stylesheet" href="../../lib/codemirror.css">
8
+ <script src="../../lib/codemirror.js"></script>
9
+ <script src="rpm.js"></script>
10
+ <link rel="stylesheet" href="../../doc/docs.css">
11
+ <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
12
+
13
+ <div id=nav>
14
+ <a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
15
+
16
+ <ul>
17
+ <li><a href="../../index.html">Home</a>
18
+ <li><a href="../../doc/manual.html">Manual</a>
19
+ <li><a href="https://github.com/codemirror/codemirror">Code</a>
20
+ </ul>
21
+ <ul>
22
+ <li><a href="../index.html">Language modes</a>
23
+ <li><a class=active href="#">RPM</a>
24
+ </ul>
25
+ </div>
26
+
27
+ <article>
28
+ <h2>RPM changes mode</h2>
29
+
30
+ <div><textarea id="code" name="code">
31
+ -------------------------------------------------------------------
32
+ Tue Oct 18 13:58:40 UTC 2011 - misterx@example.com
33
+
34
+ - Update to r60.3
35
+ - Fixes bug in the reflect package
36
+ * disallow Interface method on Value obtained via unexported name
37
+
38
+ -------------------------------------------------------------------
39
+ Thu Oct 6 08:14:24 UTC 2011 - misterx@example.com
40
+
41
+ - Update to r60.2
42
+ - Fixes memory leak in certain map types
43
+
44
+ -------------------------------------------------------------------
45
+ Wed Oct 5 14:34:10 UTC 2011 - misterx@example.com
46
+
47
+ - Tweaks for gdb debugging
48
+ - go.spec changes:
49
+ - move %go_arch definition to %prep section
50
+ - pass correct location of go specific gdb pretty printer and
51
+ functions to cpp as HOST_EXTRA_CFLAGS macro
52
+ - install go gdb functions & printer
53
+ - gdb-printer.patch
54
+ - patch linker (src/cmd/ld/dwarf.c) to emit correct location of go
55
+ gdb functions and pretty printer
56
+ </textarea></div>
57
+ <script>
58
+ var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
59
+ mode: {name: "rpm-changes"},
60
+ lineNumbers: true,
61
+ indentUnit: 4
62
+ });
63
+ </script>
64
+
65
+ <h2>RPM spec mode</h2>
66
+
67
+ <div><textarea id="code2" name="code2">
68
+ #
69
+ # spec file for package minidlna
70
+ #
71
+ # Copyright (c) 2011, Sascha Peilicke <saschpe@gmx.de>
72
+ #
73
+ # All modifications and additions to the file contributed by third parties
74
+ # remain the property of their copyright owners, unless otherwise agreed
75
+ # upon. The license for this file, and modifications and additions to the
76
+ # file, is the same license as for the pristine package itself (unless the
77
+ # license for the pristine package is not an Open Source License, in which
78
+ # case the license is the MIT License). An "Open Source License" is a
79
+ # license that conforms to the Open Source Definition (Version 1.9)
80
+ # published by the Open Source Initiative.
81
+
82
+
83
+ Name: libupnp6
84
+ Version: 1.6.13
85
+ Release: 0
86
+ Summary: Portable Universal Plug and Play (UPnP) SDK
87
+ Group: System/Libraries
88
+ License: BSD-3-Clause
89
+ Url: http://sourceforge.net/projects/pupnp/
90
+ Source0: http://downloads.sourceforge.net/pupnp/libupnp-%{version}.tar.bz2
91
+ BuildRoot: %{_tmppath}/%{name}-%{version}-build
92
+
93
+ %description
94
+ The portable Universal Plug and Play (UPnP) SDK provides support for building
95
+ UPnP-compliant control points, devices, and bridges on several operating
96
+ systems.
97
+
98
+ %package -n libupnp-devel
99
+ Summary: Portable Universal Plug and Play (UPnP) SDK
100
+ Group: Development/Libraries/C and C++
101
+ Provides: pkgconfig(libupnp)
102
+ Requires: %{name} = %{version}
103
+
104
+ %description -n libupnp-devel
105
+ The portable Universal Plug and Play (UPnP) SDK provides support for building
106
+ UPnP-compliant control points, devices, and bridges on several operating
107
+ systems.
108
+
109
+ %prep
110
+ %setup -n libupnp-%{version}
111
+
112
+ %build
113
+ %configure --disable-static
114
+ make %{?_smp_mflags}
115
+
116
+ %install
117
+ %makeinstall
118
+ find %{buildroot} -type f -name '*.la' -exec rm -f {} ';'
119
+
120
+ %post -p /sbin/ldconfig
121
+
122
+ %postun -p /sbin/ldconfig
123
+
124
+ %files
125
+ %defattr(-,root,root,-)
126
+ %doc ChangeLog NEWS README TODO
127
+ %{_libdir}/libixml.so.*
128
+ %{_libdir}/libthreadutil.so.*
129
+ %{_libdir}/libupnp.so.*
130
+
131
+ %files -n libupnp-devel
132
+ %defattr(-,root,root,-)
133
+ %{_libdir}/pkgconfig/libupnp.pc
134
+ %{_libdir}/libixml.so
135
+ %{_libdir}/libthreadutil.so
136
+ %{_libdir}/libupnp.so
137
+ %{_includedir}/upnp/
138
+
139
+ %changelog</textarea></div>
140
+ <script>
141
+ var editor = CodeMirror.fromTextArea(document.getElementById("code2"), {
142
+ mode: {name: "rpm-spec"},
143
+ lineNumbers: true,
144
+ indentUnit: 4
145
+ });
146
+ </script>
147
+
148
+ <p><strong>MIME types defined:</strong> <code>text/x-rpm-spec</code>, <code>text/x-rpm-changes</code>.</p>
149
+ </article>
@@ -0,0 +1,101 @@
1
+ // CodeMirror, copyright (c) by Marijn Haverbeke and others
2
+ // Distributed under an MIT license: http://codemirror.net/LICENSE
3
+
4
+ (function(mod) {
5
+ if (typeof exports == "object" && typeof module == "object") // CommonJS
6
+ mod(require("../../lib/codemirror"));
7
+ else if (typeof define == "function" && define.amd) // AMD
8
+ define(["../../lib/codemirror"], mod);
9
+ else // Plain browser env
10
+ mod(CodeMirror);
11
+ })(function(CodeMirror) {
12
+ "use strict";
13
+
14
+ CodeMirror.defineMode("rpm-changes", function() {
15
+ var headerSeperator = /^-+$/;
16
+ var headerLine = /^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ?\d{1,2} \d{2}:\d{2}(:\d{2})? [A-Z]{3,4} \d{4} - /;
17
+ var simpleEmail = /^[\w+.-]+@[\w.-]+/;
18
+
19
+ return {
20
+ token: function(stream) {
21
+ if (stream.sol()) {
22
+ if (stream.match(headerSeperator)) { return 'tag'; }
23
+ if (stream.match(headerLine)) { return 'tag'; }
24
+ }
25
+ if (stream.match(simpleEmail)) { return 'string'; }
26
+ stream.next();
27
+ return null;
28
+ }
29
+ };
30
+ });
31
+
32
+ CodeMirror.defineMIME("text/x-rpm-changes", "rpm-changes");
33
+
34
+ // Quick and dirty spec file highlighting
35
+
36
+ CodeMirror.defineMode("rpm-spec", function() {
37
+ var arch = /^(i386|i586|i686|x86_64|ppc64|ppc|ia64|s390x|s390|sparc64|sparcv9|sparc|noarch|alphaev6|alpha|hppa|mipsel)/;
38
+
39
+ var preamble = /^(Name|Version|Release|License|Summary|Url|Group|Source|BuildArch|BuildRequires|BuildRoot|AutoReqProv|Provides|Requires(\(\w+\))?|Obsoletes|Conflicts|Recommends|Source\d*|Patch\d*|ExclusiveArch|NoSource|Supplements):/;
40
+ var section = /^%(debug_package|package|description|prep|build|install|files|clean|changelog|preinstall|preun|postinstall|postun|pre|post|triggerin|triggerun|pretrans|posttrans|verifyscript|check|triggerpostun|triggerprein|trigger)/;
41
+ var control_flow_complex = /^%(ifnarch|ifarch|if)/; // rpm control flow macros
42
+ var control_flow_simple = /^%(else|endif)/; // rpm control flow macros
43
+ var operators = /^(\!|\?|\<\=|\<|\>\=|\>|\=\=|\&\&|\|\|)/; // operators in control flow macros
44
+
45
+ return {
46
+ startState: function () {
47
+ return {
48
+ controlFlow: false,
49
+ macroParameters: false,
50
+ section: false
51
+ };
52
+ },
53
+ token: function (stream, state) {
54
+ var ch = stream.peek();
55
+ if (ch == "#") { stream.skipToEnd(); return "comment"; }
56
+
57
+ if (stream.sol()) {
58
+ if (stream.match(preamble)) { return "preamble"; }
59
+ if (stream.match(section)) { return "section"; }
60
+ }
61
+
62
+ if (stream.match(/^\$\w+/)) { return "def"; } // Variables like '$RPM_BUILD_ROOT'
63
+ if (stream.match(/^\$\{\w+\}/)) { return "def"; } // Variables like '${RPM_BUILD_ROOT}'
64
+
65
+ if (stream.match(control_flow_simple)) { return "keyword"; }
66
+ if (stream.match(control_flow_complex)) {
67
+ state.controlFlow = true;
68
+ return "keyword";
69
+ }
70
+ if (state.controlFlow) {
71
+ if (stream.match(operators)) { return "operator"; }
72
+ if (stream.match(/^(\d+)/)) { return "number"; }
73
+ if (stream.eol()) { state.controlFlow = false; }
74
+ }
75
+
76
+ if (stream.match(arch)) { return "number"; }
77
+
78
+ // Macros like '%make_install' or '%attr(0775,root,root)'
79
+ if (stream.match(/^%[\w]+/)) {
80
+ if (stream.match(/^\(/)) { state.macroParameters = true; }
81
+ return "macro";
82
+ }
83
+ if (state.macroParameters) {
84
+ if (stream.match(/^\d+/)) { return "number";}
85
+ if (stream.match(/^\)/)) {
86
+ state.macroParameters = false;
87
+ return "macro";
88
+ }
89
+ }
90
+ if (stream.match(/^%\{\??[\w \-]+\}/)) { return "macro"; } // Macros like '%{defined fedora}'
91
+
92
+ //TODO: Include bash script sub-parser (CodeMirror supports that)
93
+ stream.next();
94
+ return null;
95
+ }
96
+ };
97
+ });
98
+
99
+ CodeMirror.defineMIME("text/x-rpm-spec", "rpm-spec");
100
+
101
+ });
@@ -0,0 +1,535 @@
1
+ <!doctype html>
2
+
3
+ <title>CodeMirror: reStructuredText mode</title>
4
+ <meta charset="utf-8"/>
5
+ <link rel=stylesheet href="../../doc/docs.css">
6
+
7
+ <link rel="stylesheet" href="../../lib/codemirror.css">
8
+ <script src="../../lib/codemirror.js"></script>
9
+ <script src="../../addon/mode/overlay.js"></script>
10
+ <script src="rst.js"></script>
11
+ <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
12
+ <div id=nav>
13
+ <a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
14
+
15
+ <ul>
16
+ <li><a href="../../index.html">Home</a>
17
+ <li><a href="../../doc/manual.html">Manual</a>
18
+ <li><a href="https://github.com/codemirror/codemirror">Code</a>
19
+ </ul>
20
+ <ul>
21
+ <li><a href="../index.html">Language modes</a>
22
+ <li><a class=active href="#">reStructuredText</a>
23
+ </ul>
24
+ </div>
25
+
26
+ <article>
27
+ <h2>reStructuredText mode</h2>
28
+ <form><textarea id="code" name="code">
29
+ .. This is an excerpt from Sphinx documentation: http://sphinx.pocoo.org/_sources/rest.txt
30
+
31
+ .. highlightlang:: rest
32
+
33
+ .. _rst-primer:
34
+
35
+ reStructuredText Primer
36
+ =======================
37
+
38
+ This section is a brief introduction to reStructuredText (reST) concepts and
39
+ syntax, intended to provide authors with enough information to author documents
40
+ productively. Since reST was designed to be a simple, unobtrusive markup
41
+ language, this will not take too long.
42
+
43
+ .. seealso::
44
+
45
+ The authoritative `reStructuredText User Documentation
46
+ &lt;http://docutils.sourceforge.net/rst.html&gt;`_. The "ref" links in this
47
+ document link to the description of the individual constructs in the reST
48
+ reference.
49
+
50
+
51
+ Paragraphs
52
+ ----------
53
+
54
+ The paragraph (:duref:`ref &lt;paragraphs&gt;`) is the most basic block in a reST
55
+ document. Paragraphs are simply chunks of text separated by one or more blank
56
+ lines. As in Python, indentation is significant in reST, so all lines of the
57
+ same paragraph must be left-aligned to the same level of indentation.
58
+
59
+
60
+ .. _inlinemarkup:
61
+
62
+ Inline markup
63
+ -------------
64
+
65
+ The standard reST inline markup is quite simple: use
66
+
67
+ * one asterisk: ``*text*`` for emphasis (italics),
68
+ * two asterisks: ``**text**`` for strong emphasis (boldface), and
69
+ * backquotes: ````text```` for code samples.
70
+
71
+ If asterisks or backquotes appear in running text and could be confused with
72
+ inline markup delimiters, they have to be escaped with a backslash.
73
+
74
+ Be aware of some restrictions of this markup:
75
+
76
+ * it may not be nested,
77
+ * content may not start or end with whitespace: ``* text*`` is wrong,
78
+ * it must be separated from surrounding text by non-word characters. Use a
79
+ backslash escaped space to work around that: ``thisis\ *one*\ word``.
80
+
81
+ These restrictions may be lifted in future versions of the docutils.
82
+
83
+ reST also allows for custom "interpreted text roles"', which signify that the
84
+ enclosed text should be interpreted in a specific way. Sphinx uses this to
85
+ provide semantic markup and cross-referencing of identifiers, as described in
86
+ the appropriate section. The general syntax is ``:rolename:`content```.
87
+
88
+ Standard reST provides the following roles:
89
+
90
+ * :durole:`emphasis` -- alternate spelling for ``*emphasis*``
91
+ * :durole:`strong` -- alternate spelling for ``**strong**``
92
+ * :durole:`literal` -- alternate spelling for ````literal````
93
+ * :durole:`subscript` -- subscript text
94
+ * :durole:`superscript` -- superscript text
95
+ * :durole:`title-reference` -- for titles of books, periodicals, and other
96
+ materials
97
+
98
+ See :ref:`inline-markup` for roles added by Sphinx.
99
+
100
+
101
+ Lists and Quote-like blocks
102
+ ---------------------------
103
+
104
+ List markup (:duref:`ref &lt;bullet-lists&gt;`) is natural: just place an asterisk at
105
+ the start of a paragraph and indent properly. The same goes for numbered lists;
106
+ they can also be autonumbered using a ``#`` sign::
107
+
108
+ * This is a bulleted list.
109
+ * It has two items, the second
110
+ item uses two lines.
111
+
112
+ 1. This is a numbered list.
113
+ 2. It has two items too.
114
+
115
+ #. This is a numbered list.
116
+ #. It has two items too.
117
+
118
+
119
+ Nested lists are possible, but be aware that they must be separated from the
120
+ parent list items by blank lines::
121
+
122
+ * this is
123
+ * a list
124
+
125
+ * with a nested list
126
+ * and some subitems
127
+
128
+ * and here the parent list continues
129
+
130
+ Definition lists (:duref:`ref &lt;definition-lists&gt;`) are created as follows::
131
+
132
+ term (up to a line of text)
133
+ Definition of the term, which must be indented
134
+
135
+ and can even consist of multiple paragraphs
136
+
137
+ next term
138
+ Description.
139
+
140
+ Note that the term cannot have more than one line of text.
141
+
142
+ Quoted paragraphs (:duref:`ref &lt;block-quotes&gt;`) are created by just indenting
143
+ them more than the surrounding paragraphs.
144
+
145
+ Line blocks (:duref:`ref &lt;line-blocks&gt;`) are a way of preserving line breaks::
146
+
147
+ | These lines are
148
+ | broken exactly like in
149
+ | the source file.
150
+
151
+ There are also several more special blocks available:
152
+
153
+ * field lists (:duref:`ref &lt;field-lists&gt;`)
154
+ * option lists (:duref:`ref &lt;option-lists&gt;`)
155
+ * quoted literal blocks (:duref:`ref &lt;quoted-literal-blocks&gt;`)
156
+ * doctest blocks (:duref:`ref &lt;doctest-blocks&gt;`)
157
+
158
+
159
+ Source Code
160
+ -----------
161
+
162
+ Literal code blocks (:duref:`ref &lt;literal-blocks&gt;`) are introduced by ending a
163
+ paragraph with the special marker ``::``. The literal block must be indented
164
+ (and, like all paragraphs, separated from the surrounding ones by blank lines)::
165
+
166
+ This is a normal text paragraph. The next paragraph is a code sample::
167
+
168
+ It is not processed in any way, except
169
+ that the indentation is removed.
170
+
171
+ It can span multiple lines.
172
+
173
+ This is a normal text paragraph again.
174
+
175
+ The handling of the ``::`` marker is smart:
176
+
177
+ * If it occurs as a paragraph of its own, that paragraph is completely left
178
+ out of the document.
179
+ * If it is preceded by whitespace, the marker is removed.
180
+ * If it is preceded by non-whitespace, the marker is replaced by a single
181
+ colon.
182
+
183
+ That way, the second sentence in the above example's first paragraph would be
184
+ rendered as "The next paragraph is a code sample:".
185
+
186
+
187
+ .. _rst-tables:
188
+
189
+ Tables
190
+ ------
191
+
192
+ Two forms of tables are supported. For *grid tables* (:duref:`ref
193
+ &lt;grid-tables&gt;`), you have to "paint" the cell grid yourself. They look like
194
+ this::
195
+
196
+ +------------------------+------------+----------+----------+
197
+ | Header row, column 1 | Header 2 | Header 3 | Header 4 |
198
+ | (header rows optional) | | | |
199
+ +========================+============+==========+==========+
200
+ | body row 1, column 1 | column 2 | column 3 | column 4 |
201
+ +------------------------+------------+----------+----------+
202
+ | body row 2 | ... | ... | |
203
+ +------------------------+------------+----------+----------+
204
+
205
+ *Simple tables* (:duref:`ref &lt;simple-tables&gt;`) are easier to write, but
206
+ limited: they must contain more than one row, and the first column cannot
207
+ contain multiple lines. They look like this::
208
+
209
+ ===== ===== =======
210
+ A B A and B
211
+ ===== ===== =======
212
+ False False False
213
+ True False False
214
+ False True False
215
+ True True True
216
+ ===== ===== =======
217
+
218
+
219
+ Hyperlinks
220
+ ----------
221
+
222
+ External links
223
+ ^^^^^^^^^^^^^^
224
+
225
+ Use ```Link text &lt;http://example.com/&gt;`_`` for inline web links. If the link
226
+ text should be the web address, you don't need special markup at all, the parser
227
+ finds links and mail addresses in ordinary text.
228
+
229
+ You can also separate the link and the target definition (:duref:`ref
230
+ &lt;hyperlink-targets&gt;`), like this::
231
+
232
+ This is a paragraph that contains `a link`_.
233
+
234
+ .. _a link: http://example.com/
235
+
236
+
237
+ Internal links
238
+ ^^^^^^^^^^^^^^
239
+
240
+ Internal linking is done via a special reST role provided by Sphinx, see the
241
+ section on specific markup, :ref:`ref-role`.
242
+
243
+
244
+ Sections
245
+ --------
246
+
247
+ Section headers (:duref:`ref &lt;sections&gt;`) are created by underlining (and
248
+ optionally overlining) the section title with a punctuation character, at least
249
+ as long as the text::
250
+
251
+ =================
252
+ This is a heading
253
+ =================
254
+
255
+ Normally, there are no heading levels assigned to certain characters as the
256
+ structure is determined from the succession of headings. However, for the
257
+ Python documentation, this convention is used which you may follow:
258
+
259
+ * ``#`` with overline, for parts
260
+ * ``*`` with overline, for chapters
261
+ * ``=``, for sections
262
+ * ``-``, for subsections
263
+ * ``^``, for subsubsections
264
+ * ``"``, for paragraphs
265
+
266
+ Of course, you are free to use your own marker characters (see the reST
267
+ documentation), and use a deeper nesting level, but keep in mind that most
268
+ target formats (HTML, LaTeX) have a limited supported nesting depth.
269
+
270
+
271
+ Explicit Markup
272
+ ---------------
273
+
274
+ "Explicit markup" (:duref:`ref &lt;explicit-markup-blocks&gt;`) is used in reST for
275
+ most constructs that need special handling, such as footnotes,
276
+ specially-highlighted paragraphs, comments, and generic directives.
277
+
278
+ An explicit markup block begins with a line starting with ``..`` followed by
279
+ whitespace and is terminated by the next paragraph at the same level of
280
+ indentation. (There needs to be a blank line between explicit markup and normal
281
+ paragraphs. This may all sound a bit complicated, but it is intuitive enough
282
+ when you write it.)
283
+
284
+
285
+ .. _directives:
286
+
287
+ Directives
288
+ ----------
289
+
290
+ A directive (:duref:`ref &lt;directives&gt;`) is a generic block of explicit markup.
291
+ Besides roles, it is one of the extension mechanisms of reST, and Sphinx makes
292
+ heavy use of it.
293
+
294
+ Docutils supports the following directives:
295
+
296
+ * Admonitions: :dudir:`attention`, :dudir:`caution`, :dudir:`danger`,
297
+ :dudir:`error`, :dudir:`hint`, :dudir:`important`, :dudir:`note`,
298
+ :dudir:`tip`, :dudir:`warning` and the generic :dudir:`admonition`.
299
+ (Most themes style only "note" and "warning" specially.)
300
+
301
+ * Images:
302
+
303
+ - :dudir:`image` (see also Images_ below)
304
+ - :dudir:`figure` (an image with caption and optional legend)
305
+
306
+ * Additional body elements:
307
+
308
+ - :dudir:`contents` (a local, i.e. for the current file only, table of
309
+ contents)
310
+ - :dudir:`container` (a container with a custom class, useful to generate an
311
+ outer ``&lt;div&gt;`` in HTML)
312
+ - :dudir:`rubric` (a heading without relation to the document sectioning)
313
+ - :dudir:`topic`, :dudir:`sidebar` (special highlighted body elements)
314
+ - :dudir:`parsed-literal` (literal block that supports inline markup)
315
+ - :dudir:`epigraph` (a block quote with optional attribution line)
316
+ - :dudir:`highlights`, :dudir:`pull-quote` (block quotes with their own
317
+ class attribute)
318
+ - :dudir:`compound` (a compound paragraph)
319
+
320
+ * Special tables:
321
+
322
+ - :dudir:`table` (a table with title)
323
+ - :dudir:`csv-table` (a table generated from comma-separated values)
324
+ - :dudir:`list-table` (a table generated from a list of lists)
325
+
326
+ * Special directives:
327
+
328
+ - :dudir:`raw` (include raw target-format markup)
329
+ - :dudir:`include` (include reStructuredText from another file)
330
+ -- in Sphinx, when given an absolute include file path, this directive takes
331
+ it as relative to the source directory
332
+ - :dudir:`class` (assign a class attribute to the next element) [1]_
333
+
334
+ * HTML specifics:
335
+
336
+ - :dudir:`meta` (generation of HTML ``&lt;meta&gt;`` tags)
337
+ - :dudir:`title` (override document title)
338
+
339
+ * Influencing markup:
340
+
341
+ - :dudir:`default-role` (set a new default role)
342
+ - :dudir:`role` (create a new role)
343
+
344
+ Since these are only per-file, better use Sphinx' facilities for setting the
345
+ :confval:`default_role`.
346
+
347
+ Do *not* use the directives :dudir:`sectnum`, :dudir:`header` and
348
+ :dudir:`footer`.
349
+
350
+ Directives added by Sphinx are described in :ref:`sphinxmarkup`.
351
+
352
+ Basically, a directive consists of a name, arguments, options and content. (Keep
353
+ this terminology in mind, it is used in the next chapter describing custom
354
+ directives.) Looking at this example, ::
355
+
356
+ .. function:: foo(x)
357
+ foo(y, z)
358
+ :module: some.module.name
359
+
360
+ Return a line of text input from the user.
361
+
362
+ ``function`` is the directive name. It is given two arguments here, the
363
+ remainder of the first line and the second line, as well as one option
364
+ ``module`` (as you can see, options are given in the lines immediately following
365
+ the arguments and indicated by the colons). Options must be indented to the
366
+ same level as the directive content.
367
+
368
+ The directive content follows after a blank line and is indented relative to the
369
+ directive start.
370
+
371
+
372
+ Images
373
+ ------
374
+
375
+ reST supports an image directive (:dudir:`ref &lt;image&gt;`), used like so::
376
+
377
+ .. image:: gnu.png
378
+ (options)
379
+
380
+ When used within Sphinx, the file name given (here ``gnu.png``) must either be
381
+ relative to the source file, or absolute which means that they are relative to
382
+ the top source directory. For example, the file ``sketch/spam.rst`` could refer
383
+ to the image ``images/spam.png`` as ``../images/spam.png`` or
384
+ ``/images/spam.png``.
385
+
386
+ Sphinx will automatically copy image files over to a subdirectory of the output
387
+ directory on building (e.g. the ``_static`` directory for HTML output.)
388
+
389
+ Interpretation of image size options (``width`` and ``height``) is as follows:
390
+ if the size has no unit or the unit is pixels, the given size will only be
391
+ respected for output channels that support pixels (i.e. not in LaTeX output).
392
+ Other units (like ``pt`` for points) will be used for HTML and LaTeX output.
393
+
394
+ Sphinx extends the standard docutils behavior by allowing an asterisk for the
395
+ extension::
396
+
397
+ .. image:: gnu.*
398
+
399
+ Sphinx then searches for all images matching the provided pattern and determines
400
+ their type. Each builder then chooses the best image out of these candidates.
401
+ For instance, if the file name ``gnu.*`` was given and two files :file:`gnu.pdf`
402
+ and :file:`gnu.png` existed in the source tree, the LaTeX builder would choose
403
+ the former, while the HTML builder would prefer the latter.
404
+
405
+ .. versionchanged:: 0.4
406
+ Added the support for file names ending in an asterisk.
407
+
408
+ .. versionchanged:: 0.6
409
+ Image paths can now be absolute.
410
+
411
+
412
+ Footnotes
413
+ ---------
414
+
415
+ For footnotes (:duref:`ref &lt;footnotes&gt;`), use ``[#name]_`` to mark the footnote
416
+ location, and add the footnote body at the bottom of the document after a
417
+ "Footnotes" rubric heading, like so::
418
+
419
+ Lorem ipsum [#f1]_ dolor sit amet ... [#f2]_
420
+
421
+ .. rubric:: Footnotes
422
+
423
+ .. [#f1] Text of the first footnote.
424
+ .. [#f2] Text of the second footnote.
425
+
426
+ You can also explicitly number the footnotes (``[1]_``) or use auto-numbered
427
+ footnotes without names (``[#]_``).
428
+
429
+
430
+ Citations
431
+ ---------
432
+
433
+ Standard reST citations (:duref:`ref &lt;citations&gt;`) are supported, with the
434
+ additional feature that they are "global", i.e. all citations can be referenced
435
+ from all files. Use them like so::
436
+
437
+ Lorem ipsum [Ref]_ dolor sit amet.
438
+
439
+ .. [Ref] Book or article reference, URL or whatever.
440
+
441
+ Citation usage is similar to footnote usage, but with a label that is not
442
+ numeric or begins with ``#``.
443
+
444
+
445
+ Substitutions
446
+ -------------
447
+
448
+ reST supports "substitutions" (:duref:`ref &lt;substitution-definitions&gt;`), which
449
+ are pieces of text and/or markup referred to in the text by ``|name|``. They
450
+ are defined like footnotes with explicit markup blocks, like this::
451
+
452
+ .. |name| replace:: replacement *text*
453
+
454
+ or this::
455
+
456
+ .. |caution| image:: warning.png
457
+ :alt: Warning!
458
+
459
+ See the :duref:`reST reference for substitutions &lt;substitution-definitions&gt;`
460
+ for details.
461
+
462
+ If you want to use some substitutions for all documents, put them into
463
+ :confval:`rst_prolog` or put them into a separate file and include it into all
464
+ documents you want to use them in, using the :rst:dir:`include` directive. (Be
465
+ sure to give the include file a file name extension differing from that of other
466
+ source files, to avoid Sphinx finding it as a standalone document.)
467
+
468
+ Sphinx defines some default substitutions, see :ref:`default-substitutions`.
469
+
470
+
471
+ Comments
472
+ --------
473
+
474
+ Every explicit markup block which isn't a valid markup construct (like the
475
+ footnotes above) is regarded as a comment (:duref:`ref &lt;comments&gt;`). For
476
+ example::
477
+
478
+ .. This is a comment.
479
+
480
+ You can indent text after a comment start to form multiline comments::
481
+
482
+ ..
483
+ This whole indented block
484
+ is a comment.
485
+
486
+ Still in the comment.
487
+
488
+
489
+ Source encoding
490
+ ---------------
491
+
492
+ Since the easiest way to include special characters like em dashes or copyright
493
+ signs in reST is to directly write them as Unicode characters, one has to
494
+ specify an encoding. Sphinx assumes source files to be encoded in UTF-8 by
495
+ default; you can change this with the :confval:`source_encoding` config value.
496
+
497
+
498
+ Gotchas
499
+ -------
500
+
501
+ There are some problems one commonly runs into while authoring reST documents:
502
+
503
+ * **Separation of inline markup:** As said above, inline markup spans must be
504
+ separated from the surrounding text by non-word characters, you have to use a
505
+ backslash-escaped space to get around that. See `the reference
506
+ &lt;http://docutils.sf.net/docs/ref/rst/restructuredtext.html#inline-markup&gt;`_
507
+ for the details.
508
+
509
+ * **No nested inline markup:** Something like ``*see :func:`foo`*`` is not
510
+ possible.
511
+
512
+
513
+ .. rubric:: Footnotes
514
+
515
+ .. [1] When the default domain contains a :rst:dir:`class` directive, this directive
516
+ will be shadowed. Therefore, Sphinx re-exports it as :rst:dir:`rst-class`.
517
+ </textarea></form>
518
+
519
+ <script>
520
+ var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
521
+ lineNumbers: true,
522
+ });
523
+ </script>
524
+ <p>
525
+ The <code>python</code> mode will be used for highlighting blocks
526
+ containing Python/IPython terminal sessions: blocks starting with
527
+ <code>&gt;&gt;&gt;</code> (for Python) or <code>In [num]:</code> (for
528
+ IPython).
529
+
530
+ Further, the <code>stex</code> mode will be used for highlighting
531
+ blocks containing LaTex code.
532
+ </p>
533
+
534
+ <p><strong>MIME types defined:</strong> <code>text/x-rst</code>.</p>
535
+ </article>