about_tmpl.coffee 32 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004
  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="#copyright">Copyright</a>
  6. <li><a href="#plugins">Plugins</a>
  7. <li><a href="#faq">FAQ</a>
  8. <li><a href="#credits">Credits</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 developer documentations in a clean and organized web UI with instant search, offline support, mobile version, dark theme, keyboard shortcuts, and more.
  14. <p>DevDocs is free and <a href="https://github.com/freeCodeCamp/devdocs">open source</a>. It was created by <a href="https://thibaut.me">Thibaut Courouble</a> and is operated by <a href="https://www.freecodecamp.org/">freeCodeCamp</a>.
  15. <p>To keep up-to-date with the latest news:
  16. <ul>
  17. <li>Follow <a href="https://twitter.com/DevDocs">@DevDocs</a> on Twitter
  18. <li>Watch the repository on <a href="https://github.com/freeCodeCamp/devdocs/subscription">GitHub</a> <iframe class="_github-btn" src="https://ghbtns.com/github-btn.html?user=freeCodeCamp&repo=devdocs&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20" tabindex="-1"></iframe>
  19. <li>Join the <a href="https://discord.gg/PRyKn3Vbay">Discord</a> chat room
  20. </ul>
  21. <h2 class="_block-heading" id="copyright">Copyright and License</h2>
  22. <p class="_note">
  23. <strong>Copyright 2013&ndash;2021 Thibaut Courouble and <a href="https://github.com/freeCodeCamp/devdocs/graphs/contributors">other contributors</a></strong><br>
  24. This software is licensed under the terms of the Mozilla Public License v2.0.<br>
  25. You may obtain a copy of the source code at <a href="https://github.com/freeCodeCamp/devdocs">github.com/freeCodeCamp/devdocs</a>.<br>
  26. For more information, see the <a href="https://github.com/freeCodeCamp/devdocs/blob/main/COPYRIGHT">COPYRIGHT</a>
  27. and <a href="https://github.com/freeCodeCamp/devdocs/blob/main/LICENSE">LICENSE</a> files.
  28. <h2 class="_block-heading" id="plugins">Plugins and Extensions</h2>
  29. <ul>
  30. <li><a href="https://sublime.wbond.net/packages/DevDocs">Sublime Text package</a>
  31. <li><a href="https://atom.io/packages/devdocs">Atom package</a>
  32. <li><a href="https://marketplace.visualstudio.com/items?itemName=deibit.devdocs">Visual Studio Code extension</a>
  33. <li><a href="https://github.com/yannickglt/alfred-devdocs">Alfred workflow</a>
  34. <li><a href="https://github.com/search?q=topic%3Adevdocs&type=Repositories">More…</a>
  35. </ul>
  36. <h2 class="_block-heading" id="faq">Questions & Answers</h2>
  37. <dl>
  38. <dt>Where can I suggest new docs and features?
  39. <dd>You can suggest and vote for new docs on the <a href="https://trello.com/b/6BmTulfx/devdocs-documentation">Trello board</a>.<br>
  40. If you have a specific feature request, add it to the <a href="https://github.com/freeCodeCamp/devdocs/issues">issue tracker</a>.<br>
  41. Otherwise, come talk to us in the <a href="https://discord.gg/PRyKn3Vbay">Discord</a> chat room.
  42. <dt>Where can I report bugs?
  43. <dd>In the <a href="https://github.com/freeCodeCamp/devdocs/issues">issue tracker</a>. Thanks!
  44. </dl>
  45. <h2 class="_block-heading" id="credits">Credits</h2>
  46. <p><strong>Special thanks to:</strong>
  47. <ul>
  48. <li><a href="https://sentry.io/">Sentry</a> and <a href="https://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
  49. <li><a href="https://out.devdocs.io/s/maxcdn">MaxCDN</a>, <a href="https://out.devdocs.io/s/shopify">Shopify</a>, <a href="https://out.devdocs.io/s/jetbrains">JetBrains</a> and <a href="https://out.devdocs.io/s/code-school">Code School</a> for sponsoring DevDocs in the past
  50. <li><a href="https://www.heroku.com">Heroku</a> and <a href="https://newrelic.com/">New Relic</a> for providing awesome free service
  51. <li><a href="https://www.jeremykratz.com/">Jeremy Kratz</a> for the C/C++ logo
  52. </ul>
  53. <div class="_table">
  54. <table class="_credits">
  55. <tr>
  56. <th>Documentation
  57. <th>Copyright
  58. <th>License
  59. #{("<tr><td>#{c[0]}<td>&copy; #{c[1]}<td><a href=\"#{c[3]}\">#{c[2]}</a>" for c in credits).join('')}
  60. </table>
  61. </div>
  62. <h2 class="_block-heading" id="privacy">Privacy Policy</h2>
  63. <ul>
  64. <li><a href="https://devdocs.io">devdocs.io</a> ("App") is operated by <a href="https://www.freecodecamp.org/">freeCodeCamp</a> ("We").
  65. <li>We do not collect personal information through the app.
  66. <li>We use Google Analytics and Gauges to collect anonymous traffic information if you have given consent to this. You can change your decision in the <a href="/settings">settings</a>.
  67. <li>We use Sentry to collect crash data and improve the app.
  68. <li>The app uses cookies to store user preferences.
  69. <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.
  70. <li>If you have any questions regarding privacy, please email <a href="mailto:privacy@freecodecamp.org">privacy@freecodecamp.org</a>.
  71. </ul>
  72. """
  73. credits = [
  74. [
  75. 'Angular',
  76. '2010-2022 Google, Inc.',
  77. 'CC BY',
  78. 'https://creativecommons.org/licenses/by/4.0/'
  79. ], [
  80. 'Angular.js',
  81. '2010-2020 Google, Inc.',
  82. 'CC BY 3.0',
  83. 'https://creativecommons.org/licenses/by/3.0/'
  84. ], [
  85. 'Ansible',
  86. '2012-2018 Michael DeHaan<br>&copy; 2018–2021 Red Hat, Inc.',
  87. 'GPLv3',
  88. 'https://raw.githubusercontent.com/ansible/ansible/devel/COPYING'
  89. ], [
  90. 'Apache HTTP Server<br>Apache Pig',
  91. '2018 The Apache Software Foundation<br>Apache and the Apache feather logo are trademarks of The Apache Software Foundation.',
  92. 'Apache',
  93. 'https://www.apache.org/licenses/LICENSE-2.0'
  94. ], [
  95. 'Astro',
  96. '2022 withastro',
  97. 'MIT',
  98. 'https://github.com/withastro/docs/blob/main/LICENSE'
  99. ], [
  100. 'Async',
  101. '2010-2018 Caolan McMahon',
  102. 'MIT',
  103. 'https://raw.githubusercontent.com/caolan/async/master/LICENSE'
  104. ], [
  105. 'Axios',
  106. '2014-present Matt Zabriskie',
  107. 'MIT',
  108. 'https://raw.githubusercontent.com/axios/axios/main/LICENSE'
  109. ], [
  110. 'Babel',
  111. '2014-present Sebastian McKenzie',
  112. 'MIT',
  113. 'https://raw.githubusercontent.com/babel/babel/master/LICENSE'
  114. ], [
  115. 'Backbone.js',
  116. '2010-2019 Jeremy Ashkenas, DocumentCloud',
  117. 'MIT',
  118. 'https://raw.githubusercontent.com/jashkenas/backbone/master/LICENSE'
  119. ], [
  120. 'Bash',
  121. '2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.',
  122. 'GFDL',
  123. 'https://www.gnu.org/licenses/fdl-1.3.en.html'
  124. ], [
  125. 'Bluebird',
  126. '2013-2018 Petka Antonov',
  127. 'MIT',
  128. 'https://raw.githubusercontent.com/petkaantonov/bluebird/master/LICENSE'
  129. ], [
  130. 'Bootstrap',
  131. '2011-2022 Twitter, Inc.<br>2011-2022 The Bootstrap Authors',
  132. 'CC BY',
  133. 'https://creativecommons.org/licenses/by/3.0/'
  134. ], [
  135. 'Bottle',
  136. '2009-2017 Marcel Hellkamp',
  137. 'MIT',
  138. 'https://raw.githubusercontent.com/bottlepy/bottle/master/LICENSE'
  139. ], [
  140. 'Bower',
  141. '2018 Bower contributors',
  142. 'MIT',
  143. 'https://github.com/bower/bower.github.io/blob/1057905c18d899106f91372e6cca7ef54a91d60f/package.json#L20'
  144. ], [
  145. 'C<br>C++',
  146. 'cppreference.com',
  147. 'CC BY-SA',
  148. 'http://en.cppreference.com/w/Cppreference:Copyright/CC-BY-SA'
  149. ], [
  150. 'CakePHP',
  151. '2005-present The Cake Software Foundation, Inc.',
  152. 'MIT',
  153. 'https://raw.githubusercontent.com/cakephp/cakephp/master/LICENSE'
  154. ], [
  155. 'Chai',
  156. '2017 Chai.js Assertion Library',
  157. 'MIT',
  158. 'https://raw.githubusercontent.com/chaijs/chai/master/LICENSE'
  159. ], [
  160. 'Chef&trade;',
  161. 'Chef Software, Inc.',
  162. 'CC BY',
  163. 'https://raw.githubusercontent.com/chef/chef-web-docs-2016/master/LICENSE'
  164. ], [
  165. 'Clojure',
  166. 'Rich Hickey',
  167. 'EPL',
  168. 'https://github.com/clojure/clojure/blob/master/epl-v10.html'
  169. ], [
  170. 'CMake',
  171. '2000-2022 Kitware, Inc. and Contributors',
  172. 'BSD',
  173. 'https://cmake.org/licensing/'
  174. ], [
  175. 'Codeception',
  176. '2011 Michael Bodnarchuk and contributors',
  177. 'MIT',
  178. 'https://raw.githubusercontent.com/Codeception/Codeception/master/LICENSE'
  179. ], [
  180. 'CodeceptJS',
  181. '2015 DavertMik',
  182. 'MIT',
  183. 'https://raw.githubusercontent.com/Codeception/CodeceptJS/master/LICENSE'
  184. ], [
  185. 'CodeIgniter',
  186. '2014-2021 British Columbia Institute of Technology',
  187. 'MIT',
  188. 'https://raw.githubusercontent.com/bcit-ci/CodeIgniter/develop/license.txt'
  189. ], [
  190. 'CoffeeScript',
  191. '2009-2022 Jeremy Ashkenas',
  192. 'MIT',
  193. 'https://raw.githubusercontent.com/jashkenas/coffeescript/master/LICENSE'
  194. ], [
  195. 'Composer',
  196. 'Nils Adermann, Jordi Boggiano',
  197. 'MIT',
  198. 'https://raw.githubusercontent.com/composer/composer/master/LICENSE'
  199. ], [
  200. 'Cordova',
  201. '2012, 2013, 2015 The Apache Software Foundation',
  202. 'Apache',
  203. 'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
  204. ], [
  205. 'Crystal',
  206. '2012-2022 Manas Technology Solutions',
  207. 'Apache',
  208. 'https://raw.githubusercontent.com/crystal-lang/crystal/master/LICENSE'
  209. ], [
  210. 'CSS<br>DOM<br>HTTP<br>HTML<br>JavaScript<br>SVG<br>XPath',
  211. '2005-2022 MDN contributors',
  212. 'CC BY-SA',
  213. 'https://creativecommons.org/licenses/by-sa/2.5/'
  214. ], [
  215. 'Cypress',
  216. '2017 Cypress.io',
  217. 'MIT',
  218. 'https://raw.githubusercontent.com/cypress-io/cypress-documentation/develop/LICENSE.md'
  219. ], [
  220. 'D',
  221. '1999-2021 The D Language Foundation',
  222. 'Boost',
  223. 'https://raw.githubusercontent.com/dlang/phobos/master/LICENSE_1_0.txt'
  224. ], [
  225. 'D3.js',
  226. '2010-2022 Michael Bostock',
  227. 'BSD',
  228. 'https://raw.githubusercontent.com/d3/d3/master/LICENSE'
  229. ], [
  230. 'Dart',
  231. '2012 the Dart project authors',
  232. 'BSD 3-Clause "New" or "Revised" License',
  233. 'https://raw.githubusercontent.com/dart-lang/sdk/main/LICENSE'
  234. ], [
  235. 'date-fns',
  236. '2021 Sasha Koss and Lesha Koss',
  237. 'MIT',
  238. 'https://raw.githubusercontent.com/date-fns/date-fns/main/LICENSE.md'
  239. ], [
  240. 'Deno',
  241. '2018–2022 the Deno authors',
  242. 'MIT',
  243. 'https://raw.githubusercontent.com/denoland/manual/main/LICENSE'
  244. ], [
  245. 'Django',
  246. 'Django Software Foundation and individual contributors',
  247. 'BSD',
  248. 'https://raw.githubusercontent.com/django/django/master/LICENSE'
  249. ], [
  250. 'Django REST Framework',
  251. '2011-present Encode OSS Ltd.',
  252. 'BSD',
  253. 'https://raw.githubusercontent.com/encode/django-rest-framework/master/LICENSE.md'
  254. ], [
  255. 'Docker',
  256. '2019 Docker, Inc.<br>Docker and the Docker logo are trademarks of Docker, Inc.',
  257. 'Apache',
  258. 'https://raw.githubusercontent.com/docker/docker.github.io/master/LICENSE'
  259. ], [
  260. 'Dojo',
  261. '2005-2017 JS Foundation',
  262. 'BSD + AFL',
  263. 'http://dojotoolkit.org/license.html'
  264. ], [
  265. 'Drupal',
  266. '2001-2015 by the original authors<br>Drupal is a registered trademark of Dries Buytaert.',
  267. 'GPLv2',
  268. 'https://api.drupal.org/api/drupal/LICENSE.txt'
  269. ],[
  270. 'Eigen3',
  271. 'Eigen',
  272. 'MPL2',
  273. 'https://www.mozilla.org/en-US/MPL/2.0/'
  274. ], [
  275. 'Electron',
  276. 'GitHub Inc.',
  277. 'MIT',
  278. 'https://raw.githubusercontent.com/electron/electron/master/LICENSE'
  279. ], [
  280. 'Elisp',
  281. '1990-1996, 1998-2022 Free Software Foundation, Inc.',
  282. 'GPLv3',
  283. 'https://www.gnu.org/licenses/gpl-3.0.html'
  284. ], [
  285. 'Elixir',
  286. '2012 Plataformatec',
  287. 'Apache',
  288. 'https://raw.githubusercontent.com/elixir-lang/elixir/master/LICENSE'
  289. ], [
  290. 'Ember.js',
  291. '2020 Yehuda Katz, Tom Dale and Ember.js contributors',
  292. 'MIT',
  293. 'https://raw.githubusercontent.com/emberjs/ember.js/master/LICENSE'
  294. ], [
  295. 'Enzyme',
  296. '2015 Airbnb, Inc.',
  297. 'MIT',
  298. 'https://raw.githubusercontent.com/airbnb/enzyme/master/LICENSE.md'
  299. ], [
  300. 'Erlang',
  301. '2010-2022 Ericsson AB',
  302. 'Apache',
  303. 'https://raw.githubusercontent.com/erlang/otp/maint/LICENSE.txt'
  304. ], [
  305. 'esbulid',
  306. '2020 Evan Wallace',
  307. 'MIT',
  308. 'https://raw.githubusercontent.com/evanw/esbuild/blob/master/LICENSE.md'
  309. ], [
  310. 'ESLint',
  311. 'OpenJS Foundation and other contributors',
  312. 'MIT',
  313. 'https://raw.githubusercontent.com/eslint/eslint/master/LICENSE'
  314. ], [
  315. 'Express',
  316. '2017 StrongLoop, IBM, and other expressjs.com contributors.',
  317. 'CC BY-SA',
  318. 'https://raw.githubusercontent.com/expressjs/expressjs.com/gh-pages/LICENSE.md'
  319. ], [
  320. 'Falcon',
  321. '2019 by Falcon contributors',
  322. 'Apache',
  323. 'https://raw.githubusercontent.com/falconry/falcon/master/LICENSE'
  324. ], [
  325. 'FastAPI',
  326. '2018 Sebastián Ramírez',
  327. 'MIT',
  328. 'https://github.com/tiangolo/fastapi/blob/master/LICENSE'
  329. ], [
  330. 'Fish',
  331. '2005–2009 Axel Liljencrantz, 2009–2022 fish-shell contributors',
  332. 'GPLv2',
  333. 'https://fishshell.com/docs/current/license.html'
  334. ], [
  335. 'Flask',
  336. '2007-2022 Pallets',
  337. 'BSD',
  338. 'https://github.com/pallets/flask/blob/master/LICENSE.rst'
  339. ], [
  340. 'GCC<br>GNU Fortran<br>GNU Make',
  341. 'Free Software Foundation',
  342. 'GFDL',
  343. 'https://www.gnu.org/licenses/fdl-1.3.en.html'
  344. ], [
  345. 'Git',
  346. '2012-2022 Scott Chacon and others',
  347. 'MIT',
  348. 'https://raw.githubusercontent.com/git/git-scm.com/master/MIT-LICENSE.txt'
  349. ], [
  350. 'GnuCOBOL',
  351. 'Free Software Foundation',
  352. 'GFDL',
  353. 'https://www.gnu.org/licenses/fdl-1.3.en.html'
  354. ], [
  355. 'Gnuplot',
  356. 'Copyright 1986 - 1993, 1998, 2004 Thomas Williams, Colin Kelley',
  357. 'gnuplot license',
  358. 'https://sourceforge.net/p/gnuplot/gnuplot-main/ci/master/tree/Copyright'
  359. ], [
  360. 'Go',
  361. 'Google, Inc.',
  362. 'CC BY',
  363. 'https://creativecommons.org/licenses/by/3.0/'
  364. ], [
  365. 'Godot',
  366. '2014-2022 Juan Linietsky, Ariel Manzur, Godot Engine contributors',
  367. 'MIT',
  368. 'https://raw.githubusercontent.com/godotengine/godot/master/LICENSE.txt'
  369. ], [
  370. 'Graphite',
  371. '2008-2012 Chris Davis<br>&copy; 2011-2016 The Graphite Project',
  372. 'Apache',
  373. 'https://raw.githubusercontent.com/graphite-project/graphite-web/master/LICENSE'
  374. ], [
  375. 'Groovy',
  376. '2003-2022 The Apache Software Foundation',
  377. 'Apache',
  378. 'https://github.com/apache/groovy-website/blob/asf-site/LICENSE'
  379. ], [
  380. 'Grunt',
  381. 'GruntJS Team',
  382. 'MIT',
  383. 'https://github.com/gruntjs/grunt-docs/blob/master/package.json#L10'
  384. ], [
  385. 'GTK',
  386. 'The GNOME Project',
  387. 'LGPLv2.1+',
  388. 'https://gitlab.gnome.org/GNOME/gtk/-/blob/master/COPYING'
  389. ], [
  390. 'Handlebars',
  391. '2011-2017 Yehuda Katz',
  392. 'MIT',
  393. 'https://raw.githubusercontent.com/wycats/handlebars.js/master/LICENSE'
  394. ], [
  395. 'HAProxy',
  396. '2022 Willy Tarreau, HAProxy contributors',
  397. 'GPLv2',
  398. 'https://raw.githubusercontent.com/haproxy/haproxy/master/LICENSE'
  399. ], [
  400. 'Haskell',
  401. 'The University of Glasgow',
  402. 'BSD',
  403. 'https://www.haskell.org/ghc/license'
  404. ], [
  405. 'Haxe',
  406. '2005-2018 Haxe Foundation',
  407. 'MIT',
  408. 'https://haxe.org/foundation/open-source.html'
  409. ], [
  410. 'Homebrew',
  411. '2009-present Homebrew contributors',
  412. 'BSD',
  413. 'https://raw.githubusercontent.com/Homebrew/brew/master/LICENSE.txt'
  414. ], [
  415. 'i3',
  416. '2009, Michael Stapelberg and contributors',
  417. 'BSD',
  418. 'https://raw.githubusercontent.com/i3/i3/next/LICENSE'
  419. ], [
  420. 'Immutable.js',
  421. '2014–present Lee Byron and other contributors',
  422. 'BSD',
  423. 'https://github.com/immutable-js/immutable-js/blob/main/LICENSE'
  424. ], [
  425. 'InfluxData',
  426. '2015 InfluxData, Inc.',
  427. 'MIT',
  428. 'https://github.com/influxdata/docs.influxdata.com/blob/master/LICENSE'
  429. ], [
  430. 'Jasmine',
  431. '2008-2019 Pivotal Labs',
  432. 'MIT',
  433. 'https://raw.githubusercontent.com/jasmine/jasmine/main/MIT.LICENSE'
  434. ], [
  435. 'Jekyll',
  436. '2020 Jekyll Core Team and contributors',
  437. 'MIT',
  438. 'https://raw.githubusercontent.com/jekyll/jekyll/master/LICENSE'
  439. ], [
  440. 'Jest',
  441. '2022 Facebook, Inc.',
  442. 'MIT',
  443. 'https://raw.githubusercontent.com/facebook/jest/master/LICENSE'
  444. ], [
  445. 'Jinja',
  446. '2007-2021 Pallets',
  447. 'BSD',
  448. 'https://github.com/pallets/jinja/blob/master/LICENSE.rst'
  449. ], [
  450. 'jq',
  451. 'Stephen Dolan',
  452. 'CC-BY-3.0',
  453. 'https://github.com/stedolan/jq/blob/master/COPYING#L24-L28'
  454. ], [
  455. 'jQuery',
  456. 'Packt Publishing<br>&copy; jQuery Foundation and other contributors',
  457. 'MIT',
  458. 'https://raw.githubusercontent.com/jquery/api.jquery.com/master/LICENSE.txt'
  459. ], [
  460. 'jQuery Mobile',
  461. 'jQuery Foundation and other contributors',
  462. 'MIT',
  463. 'https://raw.githubusercontent.com/jquery/api.jquerymobile.com/master/LICENSE.txt'
  464. ], [
  465. 'jQuery UI',
  466. 'jQuery Foundation and other contributors',
  467. 'MIT',
  468. 'https://raw.githubusercontent.com/jquery/api.jqueryui.com/master/LICENSE.txt'
  469. ], [
  470. 'JSDoc',
  471. '2011-2017 the contributors to the JSDoc 3 documentation project',
  472. 'CC BY-SA',
  473. 'https://raw.githubusercontent.com/jsdoc3/jsdoc3.github.com/master/LICENSE'
  474. ], [
  475. 'Julia',
  476. '2009-2022 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and other contributors',
  477. 'MIT',
  478. 'https://raw.githubusercontent.com/JuliaLang/julia/master/LICENSE.md'
  479. ], [
  480. 'Knockout.js',
  481. 'Steven Sanderson, the Knockout.js team, and other contributors',
  482. 'MIT',
  483. 'https://raw.githubusercontent.com/knockout/knockout/master/LICENSE'
  484. ], [
  485. 'Koa',
  486. '2020 Koa contributors',
  487. 'MIT',
  488. 'https://raw.githubusercontent.com/koajs/koa/master/LICENSE'
  489. ], [
  490. 'Kotlin',
  491. '2010-2022 JetBrains s.r.o. and Kotlin Programming Language contributors',
  492. 'Apache',
  493. 'https://raw.githubusercontent.com/JetBrains/kotlin/master/license/LICENSE.txt'
  494. ], [
  495. 'Kubernetes',
  496. '2022 The Kubernetes Authors and The Linux Foundation',
  497. 'Apache License 2.0',
  498. 'https://github.com/kubernetes/kubernetes/blob/master/LICENSE'
  499. ], [
  500. 'Laravel',
  501. 'Taylor Otwell',
  502. 'MIT',
  503. 'https://raw.githubusercontent.com/laravel/framework/master/LICENSE.txt'
  504. ], [
  505. 'LaTeX',
  506. 'Karl Berry',
  507. 'Public Domain',
  508. 'https://ctan.org/pkg/latex2e-help-texinfo/'
  509. ], [
  510. 'Leaflet',
  511. '2010-2022 Vladimir Agafonkin<br>&copy; 2010-2011, CloudMade<br>Maps &copy; OpenStreetMap contributors.',
  512. 'BSD',
  513. 'https://raw.githubusercontent.com/Leaflet/Leaflet/master/LICENSE'
  514. ], [
  515. 'Less',
  516. '2009-2020 The Core Less Team',
  517. 'CC BY',
  518. 'https://creativecommons.org/licenses/by/3.0/'
  519. ], [
  520. 'Liquid',
  521. '2005, 2006 Tobias Luetke',
  522. 'MIT',
  523. 'https://raw.githubusercontent.com/Shopify/liquid/master/LICENSE'
  524. ], [
  525. 'Lo-Dash',
  526. 'JS Foundation and other contributors',
  527. 'MIT',
  528. 'https://raw.githubusercontent.com/lodash/lodash/master/LICENSE'
  529. ], [
  530. 'Lua',
  531. '1994–2020 Lua.org, PUC-Rio',
  532. 'MIT',
  533. 'http://www.lua.org/license.html'
  534. ], [
  535. 'LÖVE',
  536. '2006-2020 LÖVE Development Team',
  537. 'GFDL',
  538. 'http://www.gnu.org/copyleft/fdl.html'
  539. ], [
  540. 'MariaDB',
  541. '2022 MariaDB',
  542. 'CC BY-SA & GFDL',
  543. 'https://mariadb.com/kb/en/library/documentation/+license/'
  544. ], [
  545. 'Marionette.js',
  546. '2017 Muted Solutions, LLC',
  547. 'MIT',
  548. 'https://mutedsolutions.mit-license.org/'
  549. ], [
  550. 'Markdown',
  551. '2004 John Gruber',
  552. 'BSD',
  553. 'https://daringfireball.net/projects/markdown/license'
  554. ], [
  555. 'Matplotlib',
  556. '2012-2022 Matplotlib Development Team. All rights reserved.',
  557. 'Custom',
  558. 'https://raw.githubusercontent.com/matplotlib/matplotlib/master/LICENSE/LICENSE'
  559. ], [
  560. 'Meteor',
  561. '2011-2017 Meteor Development Group, Inc.',
  562. 'MIT',
  563. 'https://raw.githubusercontent.com/meteor/meteor/master/LICENSE'
  564. ], [
  565. 'Minitest',
  566. 'Ryan Davis, seattle.rb',
  567. 'MIT',
  568. 'https://github.com/seattlerb/minitest/blob/master/README.rdoc#license'
  569. ], [
  570. 'Mocha',
  571. '2011-2021 JS Foundation and contributors',
  572. 'CC BY',
  573. 'https://creativecommons.org/licenses/by/4.0/'
  574. ], [
  575. 'Modernizr',
  576. '2009-2020 The Modernizr team',
  577. 'MIT',
  578. 'https://modernizr.com/license/'
  579. ], [
  580. 'Moment.js<br>Moment.js Timezone',
  581. 'JS Foundation and other contributors',
  582. 'MIT',
  583. 'https://raw.githubusercontent.com/moment/moment/master/LICENSE'
  584. ], [
  585. 'Mongoose',
  586. '2010 LearnBoost',
  587. 'MIT',
  588. 'https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
  589. ], [
  590. 'nginx',
  591. '2002-2021 Igor Sysoev<br>&copy; 2011-2022 Nginx, Inc.',
  592. 'BSD',
  593. 'http://nginx.org/LICENSE'
  594. ], [
  595. 'nginx / Lua Module',
  596. '2009-2017 Xiaozhe Wang (chaoslawful)<br>&copy; 2009-2018 Yichun "agentzh" Zhang (章亦春), OpenResty Inc.',
  597. 'BSD',
  598. 'https://github.com/openresty/lua-nginx-module#copyright-and-license'
  599. ], [
  600. 'Nim',
  601. '2006-2021 Andreas Rumpf',
  602. 'MIT',
  603. 'https://github.com/nim-lang/Nim#license'
  604. ], [
  605. 'Nix',
  606. '2022 NixOS Contributors',
  607. 'LGPLv2.1',
  608. 'https://github.com/NixOS/nix#license'
  609. ], [
  610. 'Node.js',
  611. 'Joyent, Inc. and other Node contributors<br>Node.js is a trademark of Joyent, Inc.',
  612. 'MIT',
  613. 'https://raw.githubusercontent.com/nodejs/node/master/LICENSE'
  614. ], [
  615. 'Nokogiri',
  616. '2008–2021 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori MUSHA, John Shahid, Lars Kanis',
  617. 'MIT',
  618. 'https://raw.githubusercontent.com/sparklemotion/nokogiri/master/LICENSE.md'
  619. ], [
  620. 'npm',
  621. 'npm, Inc. and Contributors<br>npm is a trademark of npm, Inc.',
  622. 'npm',
  623. 'https://raw.githubusercontent.com/npm/npm/master/LICENSE'
  624. ], [
  625. 'NumPy',
  626. '2005-2022 NumPy Developers',
  627. 'BSD',
  628. 'https://raw.githubusercontent.com/numpy/numpy/master/LICENSE.txt'
  629. ], [
  630. 'OCaml',
  631. '1995-2022 INRIA',
  632. 'CC BY-SA',
  633. 'https://ocaml.org/docs/'
  634. ], [
  635. 'Octave',
  636. '1996–2022 The Octave Project Developers',
  637. 'Octave',
  638. 'https://docs.octave.org/v7.2.0/'
  639. ], [
  640. 'OpenJDK',
  641. '1993, 2022, Oracle and/or its affiliates. All rights reserved.<br>Licensed under the GNU General Public License, version 2, with the Classpath Exception.<br>Various third party code in OpenJDK is licensed under different licenses.<br>Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.',
  642. 'GPLv2',
  643. 'http://openjdk.java.net/legal/gplv2+ce.html'
  644. ], [
  645. 'OpenTSDB',
  646. '2010-2016 The OpenTSDB Authors',
  647. 'LGPLv2.1',
  648. 'https://raw.githubusercontent.com/OpenTSDB/opentsdb.net/gh-pages/COPYING.LESSER'
  649. ], [
  650. 'Padrino',
  651. '2010-2020 Padrino',
  652. 'MIT',
  653. 'https://raw.githubusercontent.com/padrino/padrino-framework/master/padrino/LICENSE.txt'
  654. ], [
  655. 'pandas',
  656. '2008-2022, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team',
  657. 'BSD',
  658. 'https://raw.githubusercontent.com/pydata/pandas/master/LICENSE'
  659. ], [
  660. 'Perl',
  661. '1993-2021 Larry Wall and others',
  662. 'GPLv1',
  663. 'https://perldoc.perl.org/index-licence.html'
  664. ], [
  665. 'Phalcon',
  666. '2011-2017 Phalcon Framework Team',
  667. 'CC BY',
  668. 'https://docs.phalconphp.com/en/latest/reference/license.html'
  669. ], [
  670. 'Phaser',
  671. '2016 Richard Davey, Photon Storm Ltd.',
  672. 'MIT',
  673. 'https://raw.githubusercontent.com/photonstorm/phaser/master/license.txt'
  674. ], [
  675. 'Phoenix',
  676. '2014 Chris McCord',
  677. 'MIT',
  678. 'https://raw.githubusercontent.com/phoenixframework/phoenix/master/LICENSE.md'
  679. ], [
  680. 'PHP',
  681. '1997-2021 The PHP Documentation Group',
  682. 'CC BY',
  683. 'https://secure.php.net/manual/en/copyright.php'
  684. ], [
  685. 'PHPUnit',
  686. '2005-2017 Sebastian Bergmann',
  687. 'CC BY',
  688. 'https://creativecommons.org/licenses/by/3.0/'
  689. ], [
  690. 'PointCloudLibrary',
  691. '2009–2012, Willow Garage, Inc.<br>&copy; 2012–, Open Perception, Inc.',
  692. 'BSD',
  693. 'https://raw.githubusercontent.com/PointCloudLibrary/pcl/master/LICENSE.txt'
  694. ], [
  695. 'Pony',
  696. '2016-2020, The Pony Developers & 2014-2015, Causality Ltd.',
  697. 'BSD',
  698. 'https://raw.githubusercontent.com/ponylang/ponyc/master/LICENSE'
  699. ], [
  700. 'PostgreSQL',
  701. '1996-2022 The PostgreSQL Global Development Group<br>&copy; 1994 The Regents of the University of California',
  702. 'PostgreSQL',
  703. 'https://www.postgresql.org/about/licence/'
  704. ], [
  705. 'Prettier',
  706. 'James Long and contributors',
  707. 'MIT',
  708. 'https://raw.githubusercontent.com/prettier/prettier/main/LICENSE '
  709. ], [
  710. 'Puppeteer',
  711. '2021 Google Inc',
  712. 'Apache',
  713. 'https://raw.githubusercontent.com/puppeteer/puppeteer/master/LICENSE'
  714. ], [
  715. 'Pygame',
  716. 'Pygame Developers',
  717. 'LGPLv2.1',
  718. 'https://raw.githubusercontent.com/pygame/pygame/master/LICENSE'
  719. ], [
  720. 'Python',
  721. '2001-2022 Python Software Foundation<br>Python is a trademark of the Python Software Foundation.',
  722. 'PSFL',
  723. 'https://docs.python.org/3/license.html'
  724. ], [
  725. 'PyTorch',
  726. '2019 Torch Contributors',
  727. 'BSD',
  728. 'https://raw.githubusercontent.com/pytorch/pytorch/master/LICENSE'
  729. ], [
  730. 'Q',
  731. '2009-2017 Kristopher Michael Kowal',
  732. 'MIT',
  733. 'https://raw.githubusercontent.com/kriskowal/q/master/LICENSE'
  734. ], [
  735. 'Qt',
  736. '2012-2018 The Qt Company Ltd',
  737. 'GFDL',
  738. 'https://doc.qt.io/qt-5/licensing.html'
  739. ], [
  740. 'R',
  741. '1999–2012 R Foundation for Statistical Computing',
  742. 'GPL',
  743. 'https://svn.r-project.org/R/trunk/COPYING'
  744. ], [
  745. 'Ramda',
  746. '2013-2020 Scott Sauyet and Michael Hurley',
  747. 'MIT',
  748. 'https://raw.githubusercontent.com/ramda/ramda/master/LICENSE.txt'
  749. ], [
  750. 'React, React Native, Flow, Relay',
  751. 'Facebook Inc. and its affiliates',
  752. 'MIT',
  753. 'https://raw.githubusercontent.com/facebook/react/master/LICENSE'
  754. ], [
  755. 'React Bootstrap',
  756. '2014-present Stephen J. Collings, Matthew Honnibal, Pieter Vanderwerff',
  757. 'MIT',
  758. 'https://raw.githubusercontent.com/react-bootstrap/react-bootstrap/master/LICENSE'
  759. ], [
  760. 'React Router',
  761. 'React Training 2015-2019<br>Remix Software 2020-2022',
  762. 'MIT',
  763. 'https://raw.githubusercontent.com/remix-run/react-router/main/LICENSE.md'
  764. ], [
  765. 'ReactiveX',
  766. 'ReactiveX contributors',
  767. 'Apache',
  768. 'https://raw.githubusercontent.com/ReactiveX/reactivex.github.io/develop/LICENSE'
  769. ], [
  770. 'Redis',
  771. '2009-2020 Salvatore Sanfilippo',
  772. 'CC BY-SA',
  773. 'https://creativecommons.org/licenses/by-sa/4.0/'
  774. ], [
  775. 'Redux',
  776. '2015-2022 Dan Abramov',
  777. 'MIT',
  778. 'https://raw.githubusercontent.com/reactjs/redux/master/LICENSE.md'
  779. ], [
  780. 'Requests',
  781. '2011-2022 Kenneth Reitz and other contributors',
  782. 'Apache',
  783. 'https://raw.githubusercontent.com/psf/requests/main/LICENSE'
  784. ], [
  785. 'RequireJS',
  786. 'jQuery Foundation and other contributors',
  787. 'MIT',
  788. 'https://raw.githubusercontent.com/requirejs/requirejs/master/LICENSE'
  789. ], [
  790. 'RethinkDB',
  791. 'RethinkDB contributors',
  792. 'CC BY-SA',
  793. 'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE'
  794. ], [
  795. 'Ruby',
  796. '1993-2022 Yukihiro Matsumoto',
  797. 'Ruby',
  798. 'https://www.ruby-lang.org/en/about/license.txt'
  799. ], [
  800. 'Ruby on Rails',
  801. '2004-2021 David Heinemeier Hansson<br>Rails, Ruby on Rails, and the Rails logo are trademarks of David Heinemeier Hansson.',
  802. 'MIT',
  803. 'https://raw.githubusercontent.com/rails/rails/master/activerecord/MIT-LICENSE'
  804. ], [
  805. 'Rust',
  806. '2010 The Rust Project Developers',
  807. 'MIT',
  808. 'https://raw.githubusercontent.com/rust-lang/book/master/LICENSE-MIT'
  809. ], [
  810. 'RxJS',
  811. '2015-2022 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors',
  812. 'Apache',
  813. 'https://raw.githubusercontent.com/ReactiveX/rxjs/master/LICENSE.txt'
  814. ], [
  815. 'Salt Stack',
  816. '2021 SaltStack',
  817. 'Apache',
  818. 'https://raw.githubusercontent.com/saltstack/salt/develop/LICENSE'
  819. ], [
  820. 'Sanctuary',
  821. '2020 Sanctuary; 2016 Plaid Technologies, Inc.',
  822. 'MIT',
  823. 'https://raw.githubusercontent.com/sanctuary-js/sanctuary/master/LICENSE'
  824. ], [
  825. 'Sass',
  826. '2022 Google Inc.',
  827. 'MIT',
  828. 'https://raw.githubusercontent.com/sass/sass/main/LICENSE'
  829. ], [
  830. 'Scala',
  831. '2002-2022 EPFL, with contributions from Lightbend',
  832. 'Apache',
  833. 'https://www.scala-lang.org/license/'
  834. ], [
  835. 'scikit-image',
  836. '2019 the scikit-image team',
  837. 'BSD',
  838. 'https://scikit-image.org/docs/dev/license.html'
  839. ], [
  840. 'scikit-learn',
  841. '2007-2022 The scikit-learn developers',
  842. 'BSD',
  843. 'https://raw.githubusercontent.com/scikit-learn/scikit-learn/master/COPYING'
  844. ], [
  845. 'Sequelize',
  846. '2014—present Sequelize contributors',
  847. 'MIT',
  848. 'https://raw.githubusercontent.com/sequelize/sequelize/master/LICENSE'
  849. ], [
  850. 'Sinon',
  851. '2010-2021 Christian Johansen',
  852. 'BSD',
  853. 'https://raw.githubusercontent.com/sinonjs/sinon/master/LICENSE'
  854. ], [
  855. 'Socket.io',
  856. '2014-2018 Automattic',
  857. 'MIT',
  858. 'https://raw.githubusercontent.com/Automattic/socket.io/master/LICENSE'
  859. ], [
  860. 'Spring Boot',
  861. '2002-2022 Pivotal, Inc. All Rights Reserved.',
  862. 'Apache License 2.0',
  863. 'https://raw.githubusercontent.com/spring-projects/spring-boot/master/LICENSE.txt'
  864. ], [
  865. 'SQLite',
  866. 'n/a',
  867. 'Public Domain',
  868. 'https://sqlite.org/copyright.html'
  869. ], [
  870. 'Statsmodels',
  871. '2009-2012 Statsmodels Developers<br>&copy; 2006-2008 Scipy Developers<br>&copy; 2006 Jonathan E. Taylor',
  872. 'BSD',
  873. 'https://raw.githubusercontent.com/statsmodels/statsmodels/master/LICENSE.txt'
  874. ], [
  875. 'Svelte',
  876. '2016–2022 Rich Harris and contributors',
  877. 'MIT',
  878. 'https://raw.githubusercontent.com/sveltejs/svelte/master/LICENSE.md'
  879. ], [
  880. 'Symfony',
  881. '2004-2017 Fabien Potencier',
  882. 'MIT',
  883. 'https://symfony.com/doc/current/contributing/code/license.html'
  884. ], [
  885. 'TailwindCSS',
  886. '2022 Tailwind Labs, Inc.',
  887. 'MIT',
  888. 'https://raw.githubusercontent.com/tailwindlabs/tailwindcss/master/LICENSE'
  889. ], [
  890. 'Tcl/Tk',
  891. 'The Regents of the University of California, Sun Microsystems, Inc., Scriptics Corporation, and other parties',
  892. 'Tcl/Tk',
  893. 'http://tcl.tk/software/tcltk/license.html'
  894. ], [
  895. 'TensorFlow',
  896. '2022 The TensorFlow Authors',
  897. 'CC BY',
  898. 'https://creativecommons.org/licenses/by/4.0/'
  899. ], [
  900. 'Terraform',
  901. '2018 HashiCorp',
  902. 'MPL',
  903. 'https://raw.githubusercontent.com/hashicorp/terraform-website/master/LICENSE.md'
  904. ], [
  905. 'Trio',
  906. '2017 Nathaniel J. Smith',
  907. 'MIT',
  908. 'https://raw.githubusercontent.com/python-trio/trio/master/LICENSE.MIT'
  909. ], [
  910. 'Twig',
  911. '2009-2020 The Twig Team',
  912. 'BSD',
  913. 'https://twig.symfony.com/license'
  914. ], [
  915. 'TypeScript',
  916. '2012-2022 Microsoft',
  917. 'Apache',
  918. 'https://raw.githubusercontent.com/Microsoft/TypeScript-Handbook/master/LICENSE'
  919. ], [
  920. 'Underscore.js',
  921. '2009-2021 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
  922. 'MIT',
  923. 'https://raw.githubusercontent.com/jashkenas/underscore/master/LICENSE'
  924. ], [
  925. 'Vagrant',
  926. '2010-2018 Mitchell Hashimoto',
  927. 'MPL',
  928. 'https://raw.githubusercontent.com/mitchellh/vagrant/master/website/LICENSE.md'
  929. ], [
  930. 'Vite',
  931. '2019–present, Yuxi (Evan) You and Vite contributors',
  932. 'MIT',
  933. 'https://github.com/vitejs/vite/blob/main/LICENSE'
  934. ], [
  935. 'Vitest',
  936. '2021-Present Anthony Fu<br>2021-Present Matias Capeletto<br>',
  937. 'MIT',
  938. 'https://github.com/vitest-dev/vitest/blob/main/LICENSE'
  939. ], [
  940. 'Vue Router',
  941. '2013-present Evan You',
  942. 'MIT',
  943. 'https://raw.githubusercontent.com/vuejs/vue-router/dev/LICENSE'
  944. ], [
  945. 'Vue.js',
  946. '2013-present Yuxi Evan You',
  947. 'MIT',
  948. 'https://raw.githubusercontent.com/vuejs/vuejs.org/master/LICENSE'
  949. ], [
  950. 'Vueuse',
  951. '2019-present Anthony Fu',
  952. 'MIT',
  953. 'https://raw.githubusercontent.com/vueuse/vueuse/main/LICENSE'
  954. ], [
  955. 'Vuex',
  956. '2015-present Evan You',
  957. 'MIT',
  958. 'https://raw.githubusercontent.com/vuejs/vuex/dev/LICENSE'
  959. ], [
  960. 'Vulkan',
  961. '2014-2017 Khronos Group Inc.<br>Vulkan and the Vulkan logo are registered trademarks of the Khronos Group Inc.',
  962. 'CC BY',
  963. 'https://creativecommons.org/licenses/by/4.0/'
  964. ], [
  965. 'webpack',
  966. 'JS Foundation and other contributors',
  967. 'CC BY',
  968. 'https://creativecommons.org/licenses/by/4.0/'
  969. ], [
  970. 'Werkzeug',
  971. '2007-2022 Pallets',
  972. 'BSD',
  973. 'https://github.com/pallets/werkzeug/blob/master/LICENSE.rst'
  974. ], [
  975. 'Wordpress',
  976. '2003-2022 WordPress Foundation',
  977. 'GPLv2+',
  978. 'https://wordpress.org/about/license/'
  979. ], [
  980. 'Yarn',
  981. '2016-present Yarn Contributors',
  982. 'BSD',
  983. 'https://raw.githubusercontent.com/yarnpkg/yarn/master/LICENSE'
  984. ], [
  985. 'Yii',
  986. '2008-2017 by Yii Software LLC',
  987. 'BSD',
  988. 'https://raw.githubusercontent.com/yiisoft/yii/master/LICENSE'
  989. ], [
  990. 'Zig',
  991. '2015–2022, Zig contributors',
  992. 'MIT',
  993. 'https://raw.githubusercontent.com/ziglang/zig/master/LICENSE'
  994. ]
  995. ]