about_tmpl.coffee 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553
  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">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="_lined-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="_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;2016 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://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="_lined-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-2016 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. 'Backbone.js',
  95. '2010-2016 Jeremy Ashkenas, DocumentCloud',
  96. 'MIT',
  97. 'https://raw.githubusercontent.com/jashkenas/backbone/master/LICENSE'
  98. ], [
  99. 'Bootstrap',
  100. '2011-2016 Twitter, Inc.',
  101. 'CC BY',
  102. 'https://creativecommons.org/licenses/by/3.0/'
  103. ], [
  104. 'Bottle',
  105. '2016 Marcel Hellkamp',
  106. 'MIT',
  107. 'https://raw.githubusercontent.com/bottlepy/bottle/master/LICENSE'
  108. ], [
  109. 'Bower',
  110. '2016 Bower contributors',
  111. 'MIT',
  112. 'https://github.com/bower/bower.github.io/blob/1057905c18d899106f91372e6cca7ef54a91d60f/package.json#L20'
  113. ], [
  114. 'C<br>C++',
  115. 'cppreference.com',
  116. 'CC BY-SA',
  117. 'http://en.cppreference.com/w/Cppreference:Copyright/CC-BY-SA'
  118. ], [
  119. 'CakePHP',
  120. '2005-2016 The Cake Software Foundation, Inc.',
  121. 'MIT',
  122. 'https://raw.githubusercontent.com/cakephp/cakephp/master/LICENSE.txt'
  123. ], [
  124. 'Chai',
  125. '2011-2015 Jake Luer',
  126. 'MIT',
  127. 'https://github.com/chaijs/chai/blob/master/README.md#license'
  128. ], [
  129. 'Chef&trade;',
  130. 'Chef Software, Inc.',
  131. 'CC BY',
  132. 'https://raw.githubusercontent.com/chef/chef-web-docs-2016/master/LICENSE'
  133. ], [
  134. 'Clojure',
  135. 'Rich Hickey',
  136. 'EPL',
  137. 'https://github.com/clojure/clojure/blob/master/epl-v10.html'
  138. ], [
  139. 'CMake',
  140. '2000-2016 Kitware, Inc.<br>&copy; 2000-2011 Insight Software Consortium',
  141. 'BSD',
  142. 'https://cmake.org/licensing/'
  143. ], [
  144. 'CodeIgniter',
  145. '2014-2016 British Columbia Institute of Technology',
  146. 'MIT',
  147. 'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt'
  148. ], [
  149. 'CoffeeScript',
  150. '2009-2015 Jeremy Ashkenas',
  151. 'MIT',
  152. 'https://raw.githubusercontent.com/jashkenas/coffee-script/master/LICENSE'
  153. ], [
  154. 'Cordova',
  155. '2012-2016 The Apache Software Foundation',
  156. 'Apache',
  157. 'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
  158. ], [
  159. 'CSS<br>DOM<br>HTML<br>JavaScript<br>SVG<br>XPath',
  160. '2005-2016 Mozilla Developer Network and individual contributors',
  161. 'CC BY-SA',
  162. 'https://creativecommons.org/licenses/by-sa/2.5/'
  163. ], [
  164. 'Crystal',
  165. '2012-2016 Manas Technology Solutions',
  166. 'Apache',
  167. 'https://raw.githubusercontent.com/crystal-lang/crystal/master/LICENSE'
  168. ], [
  169. 'D3.js',
  170. '2010-2016 Michael Bostock',
  171. 'BSD',
  172. 'https://raw.githubusercontent.com/d3/d3/master/LICENSE'
  173. ], [
  174. 'Django',
  175. 'Django Software Foundation and individual contributors',
  176. 'BSD',
  177. 'https://raw.githubusercontent.com/django/django/master/LICENSE'
  178. ], [
  179. 'Docker',
  180. '2013-2016 Docker, Inc.<br>Docker and the Docker logo are trademarks of Docker, Inc.',
  181. 'Apache',
  182. 'https://raw.githubusercontent.com/docker/docker/master/LICENSE'
  183. ], [
  184. 'Dojo',
  185. '2005-2015 The Dojo Foundation',
  186. 'BSD + AFL',
  187. 'http://dojotoolkit.org/license.html'
  188. ], [
  189. 'Drupal',
  190. '2001-2015 by the original authors<br>Drupal is a registered trademark of Dries Buytaert.',
  191. 'GPLv2',
  192. 'https://api.drupal.org/api/drupal/LICENSE.txt'
  193. ], [
  194. 'Ember.js',
  195. '2016 Yehuda Katz, Tom Dale and Ember.js contributors',
  196. 'MIT',
  197. 'https://raw.githubusercontent.com/emberjs/ember.js/master/LICENSE'
  198. ], [
  199. 'Elixir',
  200. '2012-2016 Plataformatec',
  201. 'Apache',
  202. 'https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE'
  203. ], [
  204. 'Erlang',
  205. '1999-2016 Ericsson AB',
  206. 'Apache',
  207. 'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
  208. ], [
  209. 'Express',
  210. '2016 StrongLoop, IBM, and other expressjs.com contributors.',
  211. 'Unknown',
  212. 'https://github.com/expressjs/expressjs.com/issues/413'
  213. ], [
  214. 'Fish',
  215. '2005-2009 Axel Liljencrantz',
  216. 'GPLv2',
  217. 'https://fishshell.com/docs/current/license.html'
  218. ], [
  219. 'GCC<br>GNU Fortran',
  220. 'Free Software Foundation',
  221. 'GFDL',
  222. 'https://www.gnu.org/licenses/fdl-1.3.en.html'
  223. ], [
  224. 'Git',
  225. '2005-2016 Linus Torvalds and others',
  226. 'GPLv2',
  227. 'https://raw.githubusercontent.com/git/git/master/COPYING'
  228. ], [
  229. 'Go',
  230. 'Google, Inc.',
  231. 'CC BY',
  232. 'https://creativecommons.org/licenses/by/3.0/'
  233. ], [
  234. 'Grunt',
  235. 'GruntJS Team',
  236. 'MIT',
  237. 'https://github.com/gruntjs/grunt-docs/blob/master/package.json#L10'
  238. ], [
  239. 'Haskell',
  240. 'The University of Glasgow',
  241. 'BSD',
  242. 'https://www.haskell.org/ghc/license'
  243. ], [
  244. 'Haxe',
  245. '2005-2016 Haxe Foundation',
  246. 'MIT',
  247. 'http://haxe.org/foundation/open-source.html'
  248. ], [
  249. 'InfluxData',
  250. '2015 InfluxData, Inc.',
  251. 'MIT',
  252. 'https://github.com/influxdata/docs.influxdata.com/blob/master/LICENSE'
  253. ], [
  254. 'jQuery',
  255. 'Packt Publishing<br>&copy; jQuery Foundation and other contributors',
  256. 'MIT',
  257. 'https://raw.githubusercontent.com/jquery/api.jquery.com/master/LICENSE.txt'
  258. ], [
  259. 'jQuery Mobile',
  260. 'jQuery Foundation and other contributors',
  261. 'MIT',
  262. 'https://raw.githubusercontent.com/jquery/api.jquerymobile.com/master/LICENSE.txt'
  263. ], [
  264. 'jQuery UI',
  265. 'jQuery Foundation and other contributors',
  266. 'MIT',
  267. 'https://raw.githubusercontent.com/jquery/api.jqueryui.com/master/LICENSE.txt'
  268. ], [
  269. 'Julia',
  270. '2009-2015 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors',
  271. 'MIT',
  272. 'https://raw.githubusercontent.com/JuliaLang/julia/master/LICENSE.md'
  273. ], [
  274. 'Knockout.js',
  275. 'Steven Sanderson, the Knockout.js team, and other contributors',
  276. 'MIT',
  277. 'https://raw.githubusercontent.com/knockout/knockout/master/LICENSE'
  278. ], [
  279. 'Kotlin',
  280. '2010-2016 JetBrains s.r.o.',
  281. 'Apache',
  282. 'https://raw.githubusercontent.com/JetBrains/kotlin-web-site/master/LICENSE'
  283. ], [
  284. 'Laravel',
  285. 'Taylor Otwell',
  286. 'MIT',
  287. 'https://raw.githubusercontent.com/laravel/framework/master/LICENSE.txt'
  288. ], [
  289. 'Less',
  290. '2009-2016 The Core Less Team',
  291. 'CC BY',
  292. 'https://creativecommons.org/licenses/by/3.0/'
  293. ], [
  294. 'Lo-Dash',
  295. '2012-2016 The Dojo Foundation',
  296. 'MIT',
  297. 'https://raw.githubusercontent.com/lodash/lodash/master/LICENSE.txt'
  298. ], [
  299. 'Lua',
  300. '1994–2015 Lua.org, PUC-Rio',
  301. 'MIT',
  302. 'http://www.lua.org/license.html'
  303. ], [
  304. 'L&Ouml;VE',
  305. '2006-2016 L&Ouml;VE Development Team',
  306. 'GFDL',
  307. 'http://www.gnu.org/copyleft/fdl.html'
  308. ], [
  309. 'Marionette.js',
  310. '2016 Muted Solutions, LLC',
  311. 'MIT',
  312. 'https://mutedsolutions.mit-license.org/'
  313. ], [
  314. 'Markdown',
  315. '2004 John Gruber',
  316. 'BSD',
  317. 'https://daringfireball.net/projects/markdown/license'
  318. ], [
  319. 'Matplotlib',
  320. '2012-2016 Matplotlib Development Team. All rights reserved.',
  321. 'Custom',
  322. 'https://raw.githubusercontent.com/matplotlib/matplotlib/master/LICENSE/LICENSE'
  323. ], [
  324. 'Meteor',
  325. '2011-2016 Meteor Development Group',
  326. 'MIT',
  327. 'https://raw.githubusercontent.com/meteor/meteor/master/LICENSE.txt'
  328. ], [
  329. 'Minitest',
  330. 'Ryan Davis, seattle.rb',
  331. 'MIT',
  332. 'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license'
  333. ], [
  334. 'Mocha',
  335. 'Mocha contributors',
  336. 'CC BY',
  337. 'https://creativecommons.org/licenses/by/4.0/'
  338. ], [
  339. 'Modernizr',
  340. '2009-2016 The Modernizr team',
  341. 'MIT',
  342. 'https://modernizr.com/license/'
  343. ], [
  344. 'Moment.js',
  345. '2011-2016 Tim Wood, Iskren Chernev, Moment.js contributors',
  346. 'MIT',
  347. 'https://raw.githubusercontent.com/moment/moment/master/LICENSE'
  348. ], [
  349. 'Mongoose',
  350. '2010 LearnBoost',
  351. 'MIT',
  352. 'https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
  353. ], [
  354. 'nginx',
  355. '2002-2016 Igor Sysoev<br>&copy; 2011-2016 Nginx, Inc.',
  356. 'BSD',
  357. 'http://nginx.org/LICENSE'
  358. ], [
  359. 'nginx / Lua Module',
  360. '2009-2016 Xiaozhe Wang (chaoslawful)<br>&copy; 2009-2016 Yichun "agentzh" Zhang (章亦春), CloudFlare Inc.',
  361. 'BSD',
  362. 'https://github.com/openresty/lua-nginx-module#copyright-and-license'
  363. ], [
  364. 'Node.js',
  365. 'Joyent, Inc. and other Node contributors<br>Node.js is a trademark of Joyent, Inc.',
  366. 'MIT',
  367. 'https://raw.githubusercontent.com/nodejs/node/master/LICENSE'
  368. ], [
  369. 'Nokogiri',
  370. '2008-2014 2014 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori Musha',
  371. 'MIT',
  372. 'https://raw.githubusercontent.com/sparklemotion/nokogiri/master/LICENSE.txt'
  373. ], [
  374. 'npm',
  375. 'npm, Inc. and Contributors<br>npm is a trademark of npm, Inc.',
  376. 'npm',
  377. 'https://raw.githubusercontent.com/npm/npm/master/LICENSE'
  378. ], [
  379. 'NumPy',
  380. '2008-2016 NumPy Developers',
  381. 'NumPy',
  382. 'https://raw.githubusercontent.com/numpy/numpy/master/LICENSE.txt'
  383. ], [
  384. 'OpenTSDB',
  385. '2010-2016 The OpenTSDB Authors',
  386. 'LGPLv2.1',
  387. 'https://raw.githubusercontent.com/OpenTSDB/opentsdb.net/gh-pages/COPYING.LESSER'
  388. ], [
  389. 'Padrino',
  390. '2010-2016 Padrino',
  391. 'MIT',
  392. 'https://raw.githubusercontent.com/padrino/padrino-framework/master/padrino/LICENSE.txt'
  393. ], [
  394. 'Perl',
  395. '1993-2016 Larry Wall and others',
  396. 'GPLv1',
  397. 'http://perldoc.perl.org/index-licence.html'
  398. ], [
  399. 'Phalcon',
  400. '2011-2016 Phalcon Framework Team',
  401. 'CC BY',
  402. 'https://docs.phalconphp.com/en/latest/reference/license.html'
  403. ], [
  404. 'Phaser',
  405. '2016 Richard Davey, Photon Storm Ltd.',
  406. 'MIT',
  407. 'https://raw.githubusercontent.com/photonstorm/phaser/master/license.txt'
  408. ], [
  409. 'Phoenix',
  410. '2014 Chris McCord',
  411. 'MIT',
  412. 'https://raw.githubusercontent.com/phoenixframework/phoenix/master/LICENSE.md'
  413. ], [
  414. 'PHP',
  415. '1997-2016 The PHP Documentation Group',
  416. 'CC BY',
  417. 'https://creativecommons.org/licenses/by/3.0/'
  418. ], [
  419. 'PHPUnit',
  420. '2005-2016 Sebastian Bergmann',
  421. 'CC BY',
  422. 'https://creativecommons.org/licenses/by/3.0/'
  423. ], [
  424. 'PostgreSQL',
  425. '1996-2016 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of California',
  426. 'PostgreSQL',
  427. 'http://www.postgresql.org/about/licence/'
  428. ], [
  429. 'Python',
  430. '1990-2015 Python Software Foundation<br>Python is a trademark of the Python Software Foundation.',
  431. 'PSFL',
  432. 'https://docs.python.org/3/license.html'
  433. ], [
  434. 'Q',
  435. '2009-2015 Kristopher Michael Kowal and contributors',
  436. 'MIT',
  437. 'https://raw.githubusercontent.com/kriskowal/q/v1/LICENSE'
  438. ], [
  439. 'Ramda',
  440. '2013-2016 Scott Sauyet and Michael Hurley',
  441. 'MIT',
  442. 'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt'
  443. ], [
  444. 'React, React Native, Flow, Relay',
  445. '2013-2016 Facebook Inc.',
  446. 'CC BY',
  447. 'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs'
  448. ], [
  449. 'Redis',
  450. '2009-2016 Salvatore Sanfilippo',
  451. 'CC BY-SA',
  452. 'https://creativecommons.org/licenses/by-sa/4.0/'
  453. ], [
  454. 'Redux',
  455. '2015-2016 Dan Abramov',
  456. 'MIT',
  457. 'https://raw.githubusercontent.com/reactjs/redux/master/LICENSE.md'
  458. ], [
  459. 'RequireJS',
  460. 'jQuery Foundation and other contributors',
  461. 'MIT',
  462. 'https://raw.githubusercontent.com/requirejs/requirejs/master/LICENSE'
  463. ], [
  464. 'RethinkDB',
  465. 'RethinkDB contributors',
  466. 'CC BY-SA',
  467. 'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE'
  468. ], [
  469. 'Ruby',
  470. '1993-2016 Yukihiro Matsumoto',
  471. 'Ruby',
  472. 'https://www.ruby-lang.org/en/about/license.txt'
  473. ], [
  474. 'Ruby on Rails',
  475. '2004-2016 David Heinemeier Hansson<br>Rails, Ruby on Rails, and the Rails logo are trademarks of David Heinemeier Hansson.',
  476. 'MIT',
  477. 'https://raw.githubusercontent.com/rails/rails/master/activerecord/MIT-LICENSE'
  478. ], [
  479. 'Rust',
  480. '2016 The Rust Project Developers',
  481. 'MIT',
  482. 'https://raw.githubusercontent.com/rust-lang/rust/master/LICENSE-MIT'
  483. ], [
  484. 'Sass',
  485. '2006-2016 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein',
  486. 'MIT',
  487. 'https://raw.githubusercontent.com/sass/sass/stable/MIT-LICENSE'
  488. ], [
  489. 'Sinon',
  490. '2010-2016 Christian Johansen',
  491. 'BSD',
  492. 'https://raw.githubusercontent.com/cjohansen/Sinon.JS/master/LICENSE'
  493. ], [
  494. 'Socket.io',
  495. '2014-2015 Automattic',
  496. 'MIT',
  497. 'https://raw.githubusercontent.com/Automattic/socket.io/master/LICENSE'
  498. ], [
  499. 'Symfony',
  500. '2004-2016 Fabien Potencier',
  501. 'MIT',
  502. 'https://symfony.com/doc/current/contributing/code/license.html'
  503. ], [
  504. 'Tcl/Tk',
  505. 'The Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, and other parties',
  506. 'Tcl/Tk',
  507. 'http://tcl.tk/software/tcltk/license.html'
  508. ], [
  509. 'TensorFlow',
  510. '2015 The TensorFlow Authors',
  511. 'Apache',
  512. 'https://raw.githubusercontent.com/tensorflow/tensorflow/master/LICENSE'
  513. ], [
  514. 'TypeScript',
  515. 'Microsoft and other contributors',
  516. 'Apache',
  517. 'https://raw.githubusercontent.com/Microsoft/TypeScript-Handbook/master/LICENSE'
  518. ], [
  519. 'Underscore.js',
  520. '2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
  521. 'MIT',
  522. 'https://raw.githubusercontent.com/jashkenas/underscore/master/LICENSE'
  523. ], [
  524. 'Vagrant',
  525. '2010-2016 Mitchell Hashimoto',
  526. 'MIT',
  527. 'https://raw.githubusercontent.com/mitchellh/vagrant/master/LICENSE'
  528. ], [
  529. 'Vue.js',
  530. '2013-2016 Evan You, Vue.js contributors',
  531. 'MIT',
  532. 'https://raw.githubusercontent.com/vuejs/vue/master/LICENSE'
  533. ], [
  534. 'Webpack',
  535. '2012-2016 Tobias Koppers',
  536. 'MIT',
  537. 'https://raw.githubusercontent.com/webpack/webpack/master/LICENSE'
  538. ], [
  539. 'Yii',
  540. '2008-2016 by Yii Software LLC',
  541. 'BSD',
  542. 'https://raw.githubusercontent.com/yiisoft/yii/master/LICENSE'
  543. ]
  544. ]