about_tmpl.coffee 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  1. app.templates.aboutPage = -> """
  2. <div class="_toc">
  3. <h3 class="_toc-title">Table of Contents</h3>
  4. <ul class="_toc-list">
  5. <li><a href="#credits">Credits</a>
  6. <li><a href="#faq">FAQ</a>
  7. <li><a href="#copyright">Copyright</a>
  8. <li><a href="#plugins">Plugins</a>
  9. </ul>
  10. </div>
  11. <h1 class="_lined-heading">API Documentation Browser</h1>
  12. <p>DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
  13. <ul>
  14. <li>Created and maintained by <a href="http://thibaut.me">Thibaut Courouble</a>
  15. <li>Made at <a href="http://devdocs.io/s/shopify">Shopify</a> &mdash; one of the best software companies in the world
  16. <li>Powered by <a href="http://devdocs.io/s/maxcdn" title="Content Delivery Network Services">MaxCDN</a> &mdash; content delivery that developers love
  17. <li>Free and <a href="https://github.com/Thibaut/devdocs">open source</a>
  18. <iframe class="_github-btn" src="http://ghbtns.com/github-btn.html?user=Thibaut&repo=devdocs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
  19. </ul>
  20. <p>To keep up-to-date with the latest development and community news:
  21. <ul>
  22. <li>Subscribe to the <a href="http://eepurl.com/HnLUz">newsletter</a>
  23. <li>Follow <a href="https://twitter.com/DevDocs">@DevDocs</a> on Twitter
  24. <li>Join the <a href="https://groups.google.com/d/forum/devdocs">mailing list</a>
  25. </ul>
  26. <p class="_note _note-green">If you like DevDocs, please consider funding the project on
  27. <a href="https://gratipay.com/Thibaut/">Gratipay</a>. Thanks!<br>
  28. <h2 class="_lined-heading" id="credits">Credits</h2>
  29. <p><strong>Special thanks to:</strong>
  30. <ul>
  31. <li><a href="http://get.gaug.es/?utm_source=devdocs&utm_medium=referral&utm_campaign=sponsorships" title="Real Time Web Analytics">Gauges</a> for offering a free account to DevDocs
  32. <li><a href="https://www.heroku.com">Heroku</a> and <a href="http://newrelic.com">New Relic</a> for providing awesome free service
  33. <li>Daniel Bruce for the <a href="http://www.entypo.com">Entypo</a> pictograms
  34. <li><a href="http://www.jeremykratz.com/">Jeremy Kratz</a> for the C/C++ logo
  35. </ul>
  36. <table class="_credits">
  37. <tr>
  38. <th>Documentation
  39. <th>Copyright
  40. <th>License
  41. #{("<tr><td>#{c[0]}<td>&copy; #{c[1]}<td><a href=\"#{c[3]}\">#{c[2]}</a>" for c in credits).join('')}
  42. </table>
  43. <h2 class="_lined-heading" id="faq">Questions & Answers</h2>
  44. <dl>
  45. <dt>Where can I suggest new docs and features?
  46. <dd>You can suggest and vote for new docs on the <a href="https://trello.com/b/6BmTulfx/devdocs-documentation">Trello board</a>.<br>
  47. If you have a specific feature request, add it to the <a href="https://github.com/Thibaut/devdocs/issues">issue tracker</a>.<br>
  48. Otherwise use the <a href="https://groups.google.com/d/forum/devdocs">mailing list</a>.
  49. <dt>Where can I report bugs?
  50. <dd>In the <a href="https://github.com/Thibaut/devdocs/issues">issue tracker</a>. Thanks!
  51. </dl>
  52. <p>For anything else, feel free to email me at <a href="mailto:thibaut@devdocs.io">thibaut@devdocs.io</a>.
  53. <h2 class="_lined-heading" id="copyright">Copyright and License</h2>
  54. <p class="_note">
  55. <strong>Copyright 2013&ndash;2015 Thibaut Courouble and <a href="https://github.com/Thibaut/devdocs/graphs/contributors">other contributors</a></strong><br>
  56. This software is licensed under the terms of the Mozilla Public License v2.0.<br>
  57. You may obtain a copy of the source code at <a href="https://github.com/Thibaut/devdocs">github.com/Thibaut/devdocs</a>.<br>
  58. For more information, see the <a href="https://github.com/Thibaut/devdocs/blob/master/COPYRIGHT">COPYRIGHT</a>
  59. and <a href="https://github.com/Thibaut/devdocs/blob/master/LICENSE">LICENSE</a> files.
  60. <h2 class="_lined-heading" id="plugins">Plugins and Extensions</h2>
  61. <ul>
  62. <li><a href="https://chrome.google.com/webstore/detail/devdocs/mnfehgbmkapmjnhcnbodoamcioleeooe">Chrome web app</a>
  63. <li><a href="https://marketplace.firefox.com/app/devdocs/">Firefox web app</a>
  64. <li><a href="https://sublime.wbond.net/packages/DevDocs">Sublime Text plugin</a>
  65. <li><a href="https://atom.io/packages/devdocs">Atom plugin</a>
  66. <li><a href="https://github.com/gruehle/dev-docs-viewer">Brackets extension</a>
  67. </ul>
  68. <p>You can also use <a href="http://fluidapp.com">Fluid</a> to turn DevDocs into a real OS X app, or <a href="https://apps.ubuntu.com/cat/applications/fogger/">Fogger</a> on Ubuntu.
  69. """
  70. credits = [
  71. [ 'Angular.js',
  72. '2010-2014 Google, Inc.',
  73. 'CC BY',
  74. 'http://creativecommons.org/licenses/by/3.0/'
  75. ], [
  76. 'Backbone.js',
  77. '2010-2014 Jeremy Ashkenas, DocumentCloud',
  78. 'MIT',
  79. 'https://raw.github.com/jashkenas/backbone/master/LICENSE'
  80. ], [
  81. 'Bower',
  82. '2014 Bower contributors',
  83. 'CC BY',
  84. 'https://github.com/bower/bower.github.io/blob/b7b94ad38b72e8fb5dafb20c8ce42835a49cc98f/package.json#L20'
  85. ], [
  86. 'C<br>C++',
  87. 'cppreference.com',
  88. 'CC BY-SA',
  89. 'http://en.cppreference.com/w/Cppreference:Copyright/CC-BY-SA'
  90. ], [
  91. 'Chai',
  92. '2011-2015 Jake Luer',
  93. 'MIT',
  94. 'https://github.com/chaijs/chai/blob/master/README.md#license'
  95. ], [
  96. 'Clojure',
  97. 'Rich Hickey',
  98. 'EPL',
  99. 'https://github.com/clojure/clojure/blob/master/epl-v10.html'
  100. ], [
  101. 'CoffeeScript',
  102. '2009-2015 Jeremy Ashkenas',
  103. 'MIT',
  104. 'https://raw.github.com/jashkenas/coffee-script/master/LICENSE'
  105. ], [
  106. 'Cordova',
  107. '2012-2014 The Apache Software Foundation',
  108. 'Apache',
  109. 'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
  110. ], [
  111. 'CSS<br>DOM<br>HTML<br>JavaScript<br>SVG<br>XPath',
  112. '2005-2014 Mozilla Developer Network and individual contributors',
  113. 'CC BY-SA',
  114. 'http://creativecommons.org/licenses/by-sa/2.5/'
  115. ], [
  116. 'D3.js',
  117. '2015 Michael Bostock',
  118. 'BSD',
  119. 'https://raw.github.com/mbostock/d3/master/LICENSE'
  120. ], [
  121. 'Django',
  122. 'Django Software Foundation and individual contributors',
  123. 'BSD',
  124. 'https://raw.githubusercontent.com/django/django/master/LICENSE'
  125. ], [
  126. 'Ember.js',
  127. '2015 Yehuda Katz, Tom Dale and Ember.js contributors',
  128. 'MIT',
  129. 'https://raw.github.com/emberjs/ember.js/master/LICENSE'
  130. ], [
  131. 'Express',
  132. '2009-2015 TJ Holowaychuk',
  133. 'MIT',
  134. 'https://raw.githubusercontent.com/visionmedia/express/master/LICENSE'
  135. ], [
  136. 'Git',
  137. '2005-2015 Linus Torvalds and others',
  138. 'GPLv2',
  139. 'https://raw.github.com/git/git/master/COPYING'
  140. ], [
  141. 'Go',
  142. 'Google, Inc.',
  143. 'CC BY',
  144. 'http://creativecommons.org/licenses/by/3.0/'
  145. ], [
  146. 'Grunt',
  147. '2014 Grunt Team',
  148. 'MIT',
  149. 'https://raw.githubusercontent.com/gruntjs/gruntjs.com/master/LICENSE'
  150. ], [
  151. 'Haskell',
  152. 'The University of Glasgow',
  153. 'BSD',
  154. 'http://www.haskell.org/ghc/license'
  155. ], [
  156. 'HTTP',
  157. '1999 The Internet Society',
  158. 'Custom',
  159. 'http://www.w3.org/Protocols/rfc2616/rfc2616-sec21.html#sec21'
  160. ], [
  161. 'io.js',
  162. 'io.js contributors',
  163. 'MIT',
  164. 'https://raw.githubusercontent.com/iojs/io.js/v1.x/LICENSE'
  165. ], [
  166. 'jQuery',
  167. '2009 Packt Publishing<br>&copy; 2014 jQuery Foundation',
  168. 'MIT',
  169. 'https://raw.github.com/jquery/api.jquery.com/master/LICENSE-MIT.txt'
  170. ], [
  171. 'jQuery Mobile',
  172. '2014 jQuery Foundation',
  173. 'MIT',
  174. 'https://raw.github.com/jquery/api.jquerymobile.com/master/LICENSE-MIT.txt'
  175. ], [
  176. 'jQuery UI',
  177. '2014 jQuery Foundation',
  178. 'MIT',
  179. 'https://raw.github.com/jquery/api.jqueryui.com/master/LICENSE-MIT.txt'
  180. ], [
  181. 'Knockout.js',
  182. 'Steven Sanderson, the Knockout.js team, and other contributors',
  183. 'MIT',
  184. 'https://raw.github.com/knockout/knockout/master/LICENSE'
  185. ], [
  186. 'Laravel',
  187. 'Taylor Otwell',
  188. 'MIT',
  189. 'https://raw.githubusercontent.com/laravel/framework/master/LICENSE.txt'
  190. ], [
  191. 'Less',
  192. '2009-2015 The Core Less Team',
  193. 'CC BY',
  194. 'http://creativecommons.org/licenses/by/3.0/'
  195. ], [
  196. 'Lo-Dash',
  197. '2012-2015 The Dojo Foundation',
  198. 'MIT',
  199. 'https://raw.github.com/lodash/lodash/master/LICENSE.txt'
  200. ], [
  201. 'Lua',
  202. '1994–2015 Lua.org, PUC-Rio',
  203. 'MIT',
  204. 'http://www.lua.org/license.html'
  205. ], [
  206. 'Marionette.js',
  207. '2014 Muted Solutions, LLC',
  208. 'MIT',
  209. 'http://mutedsolutions.mit-license.org/'
  210. ], [
  211. 'Markdown',
  212. '2004 John Gruber',
  213. 'BSD',
  214. 'http://daringfireball.net/projects/markdown/license'
  215. ], [
  216. 'MaxCDN',
  217. '2015 MaxCDN',
  218. 'MIT',
  219. 'https://raw.githubusercontent.com/MaxCDN/api-docs/master/LICENSE'
  220. ], [
  221. 'Modernizr',
  222. '2009-2014 Modernizr',
  223. 'MIT',
  224. 'http://modernizr.com/license/'
  225. ], [
  226. 'Moment.js',
  227. '2011-2015 Tim Wood, Iskren Chernev, Moment.js contributors',
  228. 'MIT',
  229. 'https://raw.github.com/moment/moment/master/LICENSE'
  230. ], [
  231. 'Mongoose',
  232. '2010 LearnBoost',
  233. 'MIT',
  234. 'https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
  235. ], [
  236. 'nginx',
  237. '2002-2014 Igor Sysoev<br>&copy; 2011-2014 Nginx, Inc.',
  238. 'BSD',
  239. 'http://nginx.org/LICENSE'
  240. ], [
  241. 'Node.js',
  242. 'Joyent, Inc. and other Node contributors<br>Node.js is a trademark of Joyent, Inc.',
  243. 'MIT',
  244. 'https://raw.github.com/joyent/node/master/LICENSE'
  245. ], [
  246. 'Nokogiri',
  247. '2008-2014 2014 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori Musha',
  248. 'MIT',
  249. 'https://github.com/sparklemotion/nokogiri/blob/master/README.rdoc#license'
  250. ], [
  251. 'PHP',
  252. '1997-2015 The PHP Documentation Group',
  253. 'CC BY',
  254. 'http://creativecommons.org/licenses/by/3.0/'
  255. ], [
  256. 'PHPUnit',
  257. '2005-2014 Sebastian Bergmann',
  258. 'CC BY',
  259. 'http://creativecommons.org/licenses/by/3.0/'
  260. ], [
  261. 'PostgreSQL',
  262. '1996-2013 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of California',
  263. 'PostgreSQL',
  264. 'http://www.postgresql.org/about/licence/'
  265. ], [
  266. 'Python',
  267. '1990-2014 Python Software Foundation<br>Python is a trademark of the Python Software Foundation.',
  268. 'PSFL',
  269. 'http://docs.python.org/3/license.html'
  270. ], [
  271. 'React',
  272. '2013-2014 Facebook Inc.',
  273. 'CC BY',
  274. 'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs'
  275. ], [
  276. 'Redis',
  277. '2009-2015 Salvatore Sanfilippo',
  278. 'CC BY-SA',
  279. 'http://creativecommons.org/licenses/by-sa/4.0/'
  280. ], [
  281. 'RequireJS',
  282. '2010-2014 The Dojo Foundation',
  283. 'MIT',
  284. 'https://raw.githubusercontent.com/jrburke/requirejs/master/LICENSE'
  285. ], [
  286. 'RethinkDB',
  287. 'RethinkDB contributors',
  288. 'CC BY-SA',
  289. 'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE'
  290. ], [
  291. 'Ruby',
  292. '1993-2014 Yukihiro Matsumoto',
  293. 'Ruby',
  294. 'https://www.ruby-lang.org/en/about/license.txt'
  295. ], [
  296. 'Ruby on Rails',
  297. '2004-2014 David Heinemeier Hansson<br>Rails, Ruby on Rails, and the Rails logo are trademarks of David Heinemeier Hansson.',
  298. 'MIT',
  299. 'https://raw.github.com/rails/rails/master/activerecord/MIT-LICENSE'
  300. ], [
  301. 'Sass',
  302. '2006-2015 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein',
  303. 'MIT',
  304. 'https://raw.github.com/nex3/sass/master/MIT-LICENSE'
  305. ], [
  306. 'Sinon',
  307. '2010-2014 Christian Johansen',
  308. 'BSD',
  309. 'https://raw.githubusercontent.com/cjohansen/Sinon.JS/master/LICENSE'
  310. ], [
  311. 'Socket.io',
  312. '2014-2015 Automattic',
  313. 'MIT',
  314. 'https://raw.githubusercontent.com/Automattic/socket.io/master/LICENSE'
  315. ], [
  316. 'Symfony',
  317. '2004-2015 Fabien Potencier',
  318. 'MIT',
  319. 'http://symfony.com/doc/current/contributing/code/license.html'
  320. ], [
  321. 'Underscore.js',
  322. '2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
  323. 'MIT',
  324. 'https://raw.github.com/jashkenas/underscore/master/LICENSE'
  325. ], [
  326. 'Yii',
  327. '2008-2015 by Yii Software LLC',
  328. 'BSD',
  329. 'https://raw.github.com/yiisoft/yii/master/LICENSE'
  330. ]
  331. ]