1
0

about_tmpl.coffee 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608
  1. app.templates.aboutPage = -> """
  2. <nav class="_toc" role="directory">
  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. <li><a href="#privacy">Privacy Policy</a>
  10. </ul>
  11. </nav>
  12. <h1 class="_lined-heading">DevDocs: API Documentation Browser</h1>
  13. <p>DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
  14. <ul>
  15. <li>Created and maintained by <a href="http://thibaut.me">Thibaut Courouble</a>
  16. <li>Free and <a href="https://github.com/Thibaut/devdocs">open source</a>
  17. <iframe class="_github-btn" src="https://ghbtns.com/github-btn.html?user=Thibaut&repo=devdocs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20" tabindex="-1"></iframe>
  18. </ul>
  19. <p>To keep up-to-date with the latest news:
  20. <ul>
  21. <li>Follow <a href="https://twitter.com/DevDocs">@DevDocs</a> on Twitter
  22. <li>Watch the repository on <a href="https://github.com/Thibaut/devdocs/subscription">GitHub</a>
  23. <li>Join the <a href="https://groups.google.com/d/forum/devdocs">mailing list</a>
  24. </ul>
  25. <p class="_note _note-green">If you like DevDocs, please consider supporting my work on
  26. <a href="https://gratipay.com/devdocs/">Gratipay</a>. Thanks!<br>
  27. <h2 class="_block-heading" id="credits">Credits</h2>
  28. <p><strong>Special thanks to:</strong>
  29. <ul>
  30. <li><a href="http://out.devdocs.io/s/maxcdn">MaxCDN</a> and <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
  31. <li><a href="http://out.devdocs.io/s/maxcdn">MaxCDN</a>, <a href="http://out.devdocs.io/s/shopify">Shopify</a>, <a href="http://out.devdocs.io/s/jetbrains">JetBrains</a> and <a href="http://out.devdocs.io/s/code-school">Code School</a> for sponsoring DevDocs in the past
  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="_block-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="_block-heading" id="copyright">Copyright and License</h2>
  54. <p class="_note">
  55. <strong>Copyright 2013&ndash;2017 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="_block-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://sublime.wbond.net/packages/DevDocs">Sublime Text plugin</a>
  64. <li><a href="https://atom.io/packages/devdocs">Atom plugin</a>
  65. <li><a href="https://github.com/gruehle/dev-docs-viewer">Brackets extension</a>
  66. <li><a href="https://github.com/xuchunyang/DevDocs.el">Emacs Package</a>
  67. </ul>
  68. <h2 class="_block-heading" id="privacy">Privacy Policy</h2>
  69. <ul>
  70. <li><a href="http://devdocs.io">devdocs.io</a> ("App") is operated by Thibaut Courouble ("We").
  71. <li>We do not collect personal information.
  72. <li>We use Google Analytics, Gauges and Sentry to collect anonymous traffic information and improve the app.
  73. <li>The app uses cookies to store user preferences.
  74. <li>By using the app, you signify your acceptance of this policy. If you do not agree to this policy, please do not use the app.
  75. <li>If you have any questions regarding privacy, please email <a href="mailto:thibaut@devdocs.io">thibaut@devdocs.io</a>.
  76. </ul>
  77. """
  78. credits = [
  79. [ 'Angular<br>Angular.js',
  80. '2010-2017 Google, Inc.',
  81. 'CC BY',
  82. 'https://creativecommons.org/licenses/by/4.0/'
  83. ], [
  84. 'Ansible',
  85. '2012-2016 Michael DeHaan<br>&copy; 2016 Red Hat, Inc.',
  86. 'GPLv3',
  87. 'https://raw.githubusercontent.com/ansible/ansible/devel/COPYING'
  88. ], [
  89. 'Apache HTTP Server<br>Apache Pig',
  90. '2016 The Apache Software Foundation<br>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.',
  91. 'Apache',
  92. 'https://www.apache.org/licenses/LICENSE-2.0'
  93. ], [
  94. 'Async',
  95. '2010-2017 Caolan McMahon',
  96. 'MIT',
  97. 'https://raw.githubusercontent.com/caolan/async/master/LICENSE'
  98. ], [
  99. 'Backbone.js',
  100. '2010-2016 Jeremy Ashkenas, DocumentCloud',
  101. 'MIT',
  102. 'https://raw.githubusercontent.com/jashkenas/backbone/master/LICENSE'
  103. ], [
  104. 'Bootstrap',
  105. '2011-2017 Twitter, Inc.<br>2011-2017 The Bootstrap Authors',
  106. 'CC BY',
  107. 'https://creativecommons.org/licenses/by/3.0/'
  108. ], [
  109. 'Bottle',
  110. '2009-2017 Marcel Hellkamp',
  111. 'MIT',
  112. 'https://raw.githubusercontent.com/bottlepy/bottle/master/LICENSE'
  113. ], [
  114. 'Bower',
  115. '2016 Bower contributors',
  116. 'MIT',
  117. 'https://github.com/bower/bower.github.io/blob/1057905c18d899106f91372e6cca7ef54a91d60f/package.json#L20'
  118. ], [
  119. 'C<br>C++',
  120. 'cppreference.com',
  121. 'CC BY-SA',
  122. 'http://en.cppreference.com/w/Cppreference:Copyright/CC-BY-SA'
  123. ], [
  124. 'CakePHP',
  125. '2005-2017 The Cake Software Foundation, Inc.',
  126. 'MIT',
  127. 'https://raw.githubusercontent.com/cakephp/cakephp/master/LICENSE.txt'
  128. ], [
  129. 'Chai',
  130. '2011-2015 Jake Luer',
  131. 'MIT',
  132. 'https://github.com/chaijs/chai/blob/master/README.md#license'
  133. ], [
  134. 'Chef&trade;',
  135. 'Chef Software, Inc.',
  136. 'CC BY',
  137. 'https://raw.githubusercontent.com/chef/chef-web-docs-2016/master/LICENSE'
  138. ], [
  139. 'Clojure',
  140. 'Rich Hickey',
  141. 'EPL',
  142. 'https://github.com/clojure/clojure/blob/master/epl-v10.html'
  143. ], [
  144. 'CMake',
  145. '2000-2016 Kitware, Inc.<br>&copy; 2000-2011 Insight Software Consortium',
  146. 'BSD',
  147. 'https://cmake.org/licensing/'
  148. ], [
  149. 'Codeception',
  150. '2011-2017 Michael Bodnarchuk and contributors',
  151. 'MIT',
  152. 'https://raw.githubusercontent.com/Codeception/Codeception/master/LICENSE'
  153. ], [
  154. 'CodeceptJS',
  155. '2015 DavertMik',
  156. 'MIT',
  157. 'https://raw.githubusercontent.com/Codeception/CodeceptJS/master/LICENSE'
  158. ], [
  159. 'CodeIgniter',
  160. '2014-2017 British Columbia Institute of Technology',
  161. 'MIT',
  162. 'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt'
  163. ], [
  164. 'CoffeeScript',
  165. '2009-2017 Jeremy Ashkenas',
  166. 'MIT',
  167. 'https://raw.githubusercontent.com/jashkenas/coffee-script/master/LICENSE'
  168. ], [
  169. 'Cordova',
  170. '2012-2016 The Apache Software Foundation',
  171. 'Apache',
  172. 'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
  173. ], [
  174. 'CSS<br>DOM<br>HTTP<br>HTML<br>JavaScript<br>SVG<br>XPath',
  175. '2005-2017 Mozilla Developer Network and individual contributors',
  176. 'CC BY-SA',
  177. 'https://creativecommons.org/licenses/by-sa/2.5/'
  178. ], [
  179. 'Crystal',
  180. '2012-2017 Manas Technology Solutions',
  181. 'Apache',
  182. 'https://raw.githubusercontent.com/crystal-lang/crystal/master/LICENSE'
  183. ], [
  184. 'D3.js',
  185. '2010-2016 Michael Bostock',
  186. 'BSD',
  187. 'https://raw.githubusercontent.com/d3/d3/master/LICENSE'
  188. ], [
  189. 'Django',
  190. 'Django Software Foundation and individual contributors',
  191. 'BSD',
  192. 'https://raw.githubusercontent.com/django/django/master/LICENSE'
  193. ], [
  194. 'Docker',
  195. '2013-2016 Docker, Inc.<br>Docker and the Docker logo are trademarks of Docker, Inc.',
  196. 'Apache',
  197. 'https://raw.githubusercontent.com/docker/docker/master/LICENSE'
  198. ], [
  199. 'Dojo',
  200. '2005-2015 The Dojo Foundation',
  201. 'BSD + AFL',
  202. 'http://dojotoolkit.org/license.html'
  203. ], [
  204. 'Drupal',
  205. '2001-2015 by the original authors<br>Drupal is a registered trademark of Dries Buytaert.',
  206. 'GPLv2',
  207. 'https://api.drupal.org/api/drupal/LICENSE.txt'
  208. ], [
  209. 'Ember.js',
  210. '2017 Yehuda Katz, Tom Dale and Ember.js contributors',
  211. 'MIT',
  212. 'https://raw.githubusercontent.com/emberjs/ember.js/master/LICENSE'
  213. ], [
  214. 'Elixir',
  215. '2012-2017 Plataformatec',
  216. 'Apache',
  217. 'https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE'
  218. ], [
  219. 'Erlang',
  220. '1999-2016 Ericsson AB',
  221. 'Apache',
  222. 'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
  223. ], [
  224. 'Express',
  225. '2016 StrongLoop, IBM, and other expressjs.com contributors.',
  226. 'Unknown',
  227. 'https://github.com/expressjs/expressjs.com/issues/413'
  228. ], [
  229. 'Fish',
  230. '2005-2009 Axel Liljencrantz',
  231. 'GPLv2',
  232. 'https://fishshell.com/docs/current/license.html'
  233. ], [
  234. 'GCC<br>GNU Fortran',
  235. 'Free Software Foundation',
  236. 'GFDL',
  237. 'https://www.gnu.org/licenses/fdl-1.3.en.html'
  238. ], [
  239. 'Git',
  240. '2005-2016 Linus Torvalds and others',
  241. 'GPLv2',
  242. 'https://raw.githubusercontent.com/git/git/master/COPYING'
  243. ], [
  244. 'Go',
  245. 'Google, Inc.',
  246. 'CC BY',
  247. 'https://creativecommons.org/licenses/by/3.0/'
  248. ], [
  249. 'Grunt',
  250. 'GruntJS Team',
  251. 'MIT',
  252. 'https://github.com/gruntjs/grunt-docs/blob/master/package.json#L10'
  253. ], [
  254. 'Haskell',
  255. 'The University of Glasgow',
  256. 'BSD',
  257. 'https://www.haskell.org/ghc/license'
  258. ], [
  259. 'Haxe',
  260. '2005-2016 Haxe Foundation',
  261. 'MIT',
  262. 'http://haxe.org/foundation/open-source.html'
  263. ], [
  264. 'Immutable.js',
  265. '2014-2016 Facebook, Inc.',
  266. 'BSD',
  267. 'https://raw.githubusercontent.com/facebook/immutable-js/master/LICENSE'
  268. ], [
  269. 'InfluxData',
  270. '2015 InfluxData, Inc.',
  271. 'MIT',
  272. 'https://github.com/influxdata/docs.influxdata.com/blob/master/LICENSE'
  273. ], [
  274. 'jQuery',
  275. 'Packt Publishing<br>&copy; jQuery Foundation and other contributors',
  276. 'MIT',
  277. 'https://raw.githubusercontent.com/jquery/api.jquery.com/master/LICENSE.txt'
  278. ], [
  279. 'jQuery Mobile',
  280. 'jQuery Foundation and other contributors',
  281. 'MIT',
  282. 'https://raw.githubusercontent.com/jquery/api.jquerymobile.com/master/LICENSE.txt'
  283. ], [
  284. 'jQuery UI',
  285. 'jQuery Foundation and other contributors',
  286. 'MIT',
  287. 'https://raw.githubusercontent.com/jquery/api.jqueryui.com/master/LICENSE.txt'
  288. ], [
  289. 'Julia',
  290. '2009-2016 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors',
  291. 'MIT',
  292. 'https://raw.githubusercontent.com/JuliaLang/julia/master/LICENSE.md'
  293. ], [
  294. 'Knockout.js',
  295. 'Steven Sanderson, the Knockout.js team, and other contributors',
  296. 'MIT',
  297. 'https://raw.githubusercontent.com/knockout/knockout/master/LICENSE'
  298. ], [
  299. 'Kotlin',
  300. '2010-2016 JetBrains s.r.o.',
  301. 'Apache',
  302. 'https://raw.githubusercontent.com/JetBrains/kotlin-web-site/master/LICENSE'
  303. ], [
  304. 'Laravel',
  305. 'Taylor Otwell',
  306. 'MIT',
  307. 'https://raw.githubusercontent.com/laravel/framework/master/LICENSE.txt'
  308. ], [
  309. 'Less',
  310. '2009-2016 The Core Less Team',
  311. 'CC BY',
  312. 'https://creativecommons.org/licenses/by/3.0/'
  313. ], [
  314. 'Lo-Dash',
  315. '2012-2016 The Dojo Foundation',
  316. 'MIT',
  317. 'https://raw.githubusercontent.com/lodash/lodash/master/LICENSE.txt'
  318. ], [
  319. 'Lua',
  320. '1994–2015 Lua.org, PUC-Rio',
  321. 'MIT',
  322. 'http://www.lua.org/license.html'
  323. ], [
  324. 'L&Ouml;VE',
  325. '2006-2016 L&Ouml;VE Development Team',
  326. 'GFDL',
  327. 'http://www.gnu.org/copyleft/fdl.html'
  328. ], [
  329. 'Marionette.js',
  330. '2017 Muted Solutions, LLC',
  331. 'MIT',
  332. 'https://mutedsolutions.mit-license.org/'
  333. ], [
  334. 'Markdown',
  335. '2004 John Gruber',
  336. 'BSD',
  337. 'https://daringfireball.net/projects/markdown/license'
  338. ], [
  339. 'Matplotlib',
  340. '2012-2016 Matplotlib Development Team. All rights reserved.',
  341. 'Custom',
  342. 'https://raw.githubusercontent.com/matplotlib/matplotlib/master/LICENSE/LICENSE'
  343. ], [
  344. 'Meteor',
  345. '2011-2016 Meteor Development Group',
  346. 'MIT',
  347. 'https://raw.githubusercontent.com/meteor/meteor/master/LICENSE.txt'
  348. ], [
  349. 'Minitest',
  350. 'Ryan Davis, seattle.rb',
  351. 'MIT',
  352. 'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license'
  353. ], [
  354. 'Mocha',
  355. '2016 JS Foundation and contributors',
  356. 'CC BY',
  357. 'https://creativecommons.org/licenses/by/4.0/'
  358. ], [
  359. 'Modernizr',
  360. '2009-2016 The Modernizr team',
  361. 'MIT',
  362. 'https://modernizr.com/license/'
  363. ], [
  364. 'Moment.js',
  365. '2011-2016 Tim Wood, Iskren Chernev, Moment.js contributors',
  366. 'MIT',
  367. 'https://raw.githubusercontent.com/moment/moment/master/LICENSE'
  368. ], [
  369. 'Mongoose',
  370. '2010 LearnBoost',
  371. 'MIT',
  372. 'https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
  373. ], [
  374. 'nginx',
  375. '2002-2017 Igor Sysoev<br>&copy; 2011-2017 Nginx, Inc.',
  376. 'BSD',
  377. 'http://nginx.org/LICENSE'
  378. ], [
  379. 'nginx / Lua Module',
  380. '2009-2016 Xiaozhe Wang (chaoslawful)<br>&copy; 2009-2016 Yichun "agentzh" Zhang (章亦春), CloudFlare Inc.',
  381. 'BSD',
  382. 'https://github.com/openresty/lua-nginx-module#copyright-and-license'
  383. ], [
  384. 'Node.js',
  385. 'Joyent, Inc. and other Node contributors<br>Node.js is a trademark of Joyent, Inc.',
  386. 'MIT',
  387. 'https://raw.githubusercontent.com/nodejs/node/master/LICENSE'
  388. ], [
  389. 'Nokogiri',
  390. '2008-2016 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori Musha, John Shahid',
  391. 'MIT',
  392. 'https://raw.githubusercontent.com/sparklemotion/nokogiri/master/LICENSE.txt'
  393. ], [
  394. 'npm',
  395. 'npm, Inc. and Contributors<br>npm is a trademark of npm, Inc.',
  396. 'npm',
  397. 'https://raw.githubusercontent.com/npm/npm/master/LICENSE'
  398. ], [
  399. 'NumPy',
  400. '2008-2017 NumPy Developers',
  401. 'NumPy',
  402. 'https://raw.githubusercontent.com/numpy/numpy/master/LICENSE.txt'
  403. ], [
  404. 'OpenTSDB',
  405. '2010-2016 The OpenTSDB Authors',
  406. 'LGPLv2.1',
  407. 'https://raw.githubusercontent.com/OpenTSDB/opentsdb.net/gh-pages/COPYING.LESSER'
  408. ], [
  409. 'Padrino',
  410. '2010-2016 Padrino',
  411. 'MIT',
  412. 'https://raw.githubusercontent.com/padrino/padrino-framework/master/padrino/LICENSE.txt'
  413. ], [
  414. 'pandas',
  415. '2011-2012 Lambda Foundry, Inc. and PyData Development Team<br>&copy; 2008-2011 AQR Capital Management, LLC<br>&copy; 2008-2014 the pandas development team',
  416. 'BSD',
  417. 'https://raw.githubusercontent.com/pydata/pandas/master/LICENSE'
  418. ], [
  419. 'Perl',
  420. '1993-2016 Larry Wall and others',
  421. 'GPLv1',
  422. 'http://perldoc.perl.org/index-licence.html'
  423. ], [
  424. 'Phalcon',
  425. '2011-2016 Phalcon Framework Team',
  426. 'CC BY',
  427. 'https://docs.phalconphp.com/en/latest/reference/license.html'
  428. ], [
  429. 'Phaser',
  430. '2016 Richard Davey, Photon Storm Ltd.',
  431. 'MIT',
  432. 'https://raw.githubusercontent.com/photonstorm/phaser/master/license.txt'
  433. ], [
  434. 'Phoenix',
  435. '2014 Chris McCord',
  436. 'MIT',
  437. 'https://raw.githubusercontent.com/phoenixframework/phoenix/master/LICENSE.md'
  438. ], [
  439. 'PHP',
  440. '1997-2016 The PHP Documentation Group',
  441. 'CC BY',
  442. 'https://creativecommons.org/licenses/by/3.0/'
  443. ], [
  444. 'PHPUnit',
  445. '2005-2016 Sebastian Bergmann',
  446. 'CC BY',
  447. 'https://creativecommons.org/licenses/by/3.0/'
  448. ], [
  449. 'PostgreSQL',
  450. '1996-2016 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of California',
  451. 'PostgreSQL',
  452. 'http://www.postgresql.org/about/licence/'
  453. ], [
  454. 'Python',
  455. '1990-2015 Python Software Foundation<br>Python is a trademark of the Python Software Foundation.',
  456. 'PSFL',
  457. 'https://docs.python.org/3/license.html'
  458. ], [
  459. 'Q',
  460. '2009-2015 Kristopher Michael Kowal and contributors',
  461. 'MIT',
  462. 'https://raw.githubusercontent.com/kriskowal/q/v1/LICENSE'
  463. ], [
  464. 'Ramda',
  465. '2013-2016 Scott Sauyet and Michael Hurley',
  466. 'MIT',
  467. 'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt'
  468. ], [
  469. 'React, React Native, Flow, Relay',
  470. '2013-2017 Facebook Inc.',
  471. 'CC BY',
  472. 'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs'
  473. ], [
  474. 'Redis',
  475. '2009-2017 Salvatore Sanfilippo',
  476. 'CC BY-SA',
  477. 'https://creativecommons.org/licenses/by-sa/4.0/'
  478. ], [
  479. 'Redux',
  480. '2015-2016 Dan Abramov',
  481. 'MIT',
  482. 'https://raw.githubusercontent.com/reactjs/redux/master/LICENSE.md'
  483. ], [
  484. 'RequireJS',
  485. 'jQuery Foundation and other contributors',
  486. 'MIT',
  487. 'https://raw.githubusercontent.com/requirejs/requirejs/master/LICENSE'
  488. ], [
  489. 'RethinkDB',
  490. 'RethinkDB contributors',
  491. 'CC BY-SA',
  492. 'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE'
  493. ], [
  494. 'Ruby',
  495. '1993-2016 Yukihiro Matsumoto',
  496. 'Ruby',
  497. 'https://www.ruby-lang.org/en/about/license.txt'
  498. ], [
  499. 'Ruby on Rails',
  500. '2004-2016 David Heinemeier Hansson<br>Rails, Ruby on Rails, and the Rails logo are trademarks of David Heinemeier Hansson.',
  501. 'MIT',
  502. 'https://raw.githubusercontent.com/rails/rails/master/activerecord/MIT-LICENSE'
  503. ], [
  504. 'Rust',
  505. '2010 The Rust Project Developers',
  506. 'MIT',
  507. 'https://raw.githubusercontent.com/rust-lang/rust/master/LICENSE-MIT'
  508. ], [
  509. 'Sass',
  510. '2006-2016 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein',
  511. 'MIT',
  512. 'https://raw.githubusercontent.com/sass/sass/stable/MIT-LICENSE'
  513. ], [
  514. 'scikit-image',
  515. '2011 the scikit-image team',
  516. 'BSD',
  517. 'http://scikit-image.org/docs/dev/license.html'
  518. ], [
  519. 'scikit-learn',
  520. '2007-2016 The scikit-learn developers',
  521. 'BSD',
  522. 'https://raw.githubusercontent.com/scikit-learn/scikit-learn/master/COPYING'
  523. ], [
  524. 'Sinon',
  525. '2010-2016 Christian Johansen',
  526. 'BSD',
  527. 'https://raw.githubusercontent.com/cjohansen/Sinon.JS/master/LICENSE'
  528. ], [
  529. 'Socket.io',
  530. '2014-2015 Automattic',
  531. 'MIT',
  532. 'https://raw.githubusercontent.com/Automattic/socket.io/master/LICENSE'
  533. ], [
  534. 'SQLite',
  535. 'n/a',
  536. 'Public Domain',
  537. 'https://sqlite.org/copyright.html'
  538. ], [
  539. 'Statsmodels',
  540. '2009-2012 Statsmodels Developers<br>&copy; 2006-2008 Scipy Developers<br>&copy; 2006 Jonathan E. Taylor',
  541. 'BSD',
  542. 'https://raw.githubusercontent.com/statsmodels/statsmodels/master/LICENSE.txt'
  543. ], [
  544. 'Symfony',
  545. '2004-2016 Fabien Potencier',
  546. 'MIT',
  547. 'https://symfony.com/doc/current/contributing/code/license.html'
  548. ], [
  549. 'Tcl/Tk',
  550. 'The Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, and other parties',
  551. 'Tcl/Tk',
  552. 'http://tcl.tk/software/tcltk/license.html'
  553. ], [
  554. 'TensorFlow',
  555. '2017 The TensorFlow Authors',
  556. 'CC BY',
  557. 'https://creativecommons.org/licenses/by/3.0/'
  558. ], [
  559. 'Twig',
  560. '2009-2017 The Twig Team',
  561. 'BSD',
  562. 'http://twig.sensiolabs.org/license'
  563. ], [
  564. 'TypeScript',
  565. 'Microsoft and other contributors',
  566. 'Apache',
  567. 'https://raw.githubusercontent.com/Microsoft/TypeScript-Handbook/master/LICENSE'
  568. ], [
  569. 'Underscore.js',
  570. '2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
  571. 'MIT',
  572. 'https://raw.githubusercontent.com/jashkenas/underscore/master/LICENSE'
  573. ], [
  574. 'Vagrant',
  575. '2010-2017 Mitchell Hashimoto',
  576. 'MPL',
  577. 'https://raw.githubusercontent.com/mitchellh/vagrant/master/website/LICENSE.md'
  578. ], [
  579. 'Vue.js',
  580. '2013-2017 Evan You, Vue.js contributors',
  581. 'MIT',
  582. 'https://raw.githubusercontent.com/vuejs/vue/master/LICENSE'
  583. ], [
  584. 'webpack',
  585. '2012-2016 Tobias Koppers',
  586. 'CC BY',
  587. 'https://creativecommons.org/licenses/by/4.0/'
  588. ], [
  589. 'Yarn',
  590. '2016-2017 Yarn Contributors',
  591. 'BSD',
  592. 'https://raw.githubusercontent.com/yarnpkg/yarn/master/LICENSE'
  593. ], [
  594. 'Yii',
  595. '2008-2016 by Yii Software LLC',
  596. 'BSD',
  597. 'https://raw.githubusercontent.com/yiisoft/yii/master/LICENSE'
  598. ]
  599. ]