mirror of https://github.com/freeCodeCamp/devdocs
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
323 lines
12 KiB
323 lines
12 KiB
app.templates.aboutPage = -> """
|
|
<div class="_toc">
|
|
<h3 class="_toc-title">Table of Contents</h3>
|
|
<ul class="_toc-list">
|
|
<li><a href="#credits">Credits</a>
|
|
<li><a href="#faq">FAQ</a>
|
|
<li><a href="#copyright">Copyright</a>
|
|
<li><a href="#plugins">Plugins</a>
|
|
</ul>
|
|
</div>
|
|
|
|
<h1 class="_lined-heading">API Documentation Browser</h1>
|
|
<p>DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
|
|
<ul>
|
|
<li>Created and maintained by <a href="http://thibaut.me">Thibaut Courouble</a>
|
|
<li>Made at <a href="http://devdocs.io/s/shopify">Shopify</a> — one of the best software companies in the world
|
|
<li>Powered by <a href="http://devdocs.io/s/maxcdn" title="Content Delivery Network Services">MaxCDN</a> — content delivery that developers love
|
|
<li>Free and <a href="https://github.com/Thibaut/devdocs">open source</a>
|
|
<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>
|
|
</ul>
|
|
<p>To keep up-to-date with the latest development and community news:
|
|
<ul>
|
|
<li>Subscribe to the <a href="http://eepurl.com/HnLUz">newsletter</a>
|
|
<li>Follow <a href="https://twitter.com/DevDocs">@DevDocs</a> on Twitter
|
|
<li>Join the <a href="https://groups.google.com/d/forum/devdocs">mailing list</a>
|
|
</ul>
|
|
<p class="_note _note-green">If you like DevDocs, please consider funding the project on
|
|
<a href="https://gratipay.com/Thibaut/">Gratipay</a>. Thanks!<br>
|
|
|
|
<h2 class="_lined-heading" id="credits">Credits</h2>
|
|
|
|
<p><strong>Special thanks to:</strong>
|
|
<ul>
|
|
<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
|
|
<li><a href="https://www.heroku.com">Heroku</a> and <a href="http://newrelic.com">New Relic</a> for providing awesome free service
|
|
<li>Daniel Bruce for the <a href="http://www.entypo.com">Entypo</a> pictograms
|
|
<li><a href="http://www.jeremykratz.com/">Jeremy Kratz</a> for the C/C++ logo
|
|
</ul>
|
|
|
|
<table class="_credits">
|
|
<tr>
|
|
<th>Documentation
|
|
<th>Copyright
|
|
<th>License
|
|
#{("<tr><td>#{c[0]}<td>© #{c[1]}<td><a href=\"#{c[3]}\">#{c[2]}</a>" for c in credits).join('')}
|
|
</table>
|
|
|
|
<h2 class="_lined-heading" id="faq">Questions & Answers</h2>
|
|
<dl>
|
|
<dt>Does it work offline?
|
|
<dd>Yes! DevDocs is open source. You can run <a href="https://github.com/Thibaut/devdocs">the code</a> locally on your computer.<br>
|
|
An offline version that requires no setup is planned for the future.
|
|
<dt>Where can I suggest new docs and features?
|
|
<dd>You can suggest and vote for new docs on the <a href="https://trello.com/b/6BmTulfx/devdocs-documentation">Trello board</a>.<br>
|
|
If you have a specific feature request, add it to the <a href="https://github.com/Thibaut/devdocs/issues">issue tracker</a>.<br>
|
|
Otherwise use the <a href="https://groups.google.com/d/forum/devdocs">mailing list</a>.
|
|
<dt>Where can I report bugs?
|
|
<dd>In the <a href="https://github.com/Thibaut/devdocs/issues">issue tracker</a>. Thanks!
|
|
</dl>
|
|
<p>For anything else, feel free to email me at <a href="mailto:thibaut@devdocs.io">thibaut@devdocs.io</a>.
|
|
|
|
<h2 class="_lined-heading" id="copyright">Copyright and License</h2>
|
|
<p class="_note">
|
|
<strong>Copyright 2013–2015 Thibaut Courouble and <a href="https://github.com/Thibaut/devdocs/graphs/contributors">other contributors</a></strong><br>
|
|
This software is licensed under the terms of the Mozilla Public License v2.0.<br>
|
|
You may obtain a copy of the source code at <a href="https://github.com/Thibaut/devdocs">github.com/Thibaut/devdocs</a>.<br>
|
|
For more information, see the <a href="https://github.com/Thibaut/devdocs/blob/master/COPYRIGHT">COPYRIGHT</a>
|
|
and <a href="https://github.com/Thibaut/devdocs/blob/master/LICENSE">LICENSE</a> files.
|
|
|
|
<h2 class="_lined-heading" id="plugins">Plugins and Extensions</h2>
|
|
<ul>
|
|
<li><a href="https://chrome.google.com/webstore/detail/devdocs/mnfehgbmkapmjnhcnbodoamcioleeooe">Chrome web app</a>
|
|
<li><a href="https://marketplace.firefox.com/app/devdocs/">Firefox web app</a>
|
|
<li><a href="https://sublime.wbond.net/packages/DevDocs">Sublime Text plugin</a>
|
|
<li><a href="https://atom.io/packages/devdocs">Atom plugin</a>
|
|
<li><a href="https://github.com/gruehle/dev-docs-viewer">Brackets extension</a>
|
|
</ul>
|
|
<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.
|
|
"""
|
|
|
|
credits = [
|
|
[ 'Angular.js',
|
|
'2010-2014 Google, Inc.',
|
|
'CC BY',
|
|
'http://creativecommons.org/licenses/by/3.0/'
|
|
], [
|
|
'Backbone.js',
|
|
'2010-2014 Jeremy Ashkenas, DocumentCloud',
|
|
'MIT',
|
|
'https://raw.github.com/jashkenas/backbone/master/LICENSE'
|
|
], [
|
|
'Bower',
|
|
'2014 Bower contributors',
|
|
'CC BY',
|
|
'https://github.com/bower/bower.github.io/blob/b7b94ad38b72e8fb5dafb20c8ce42835a49cc98f/package.json#L20'
|
|
], [
|
|
'C<br>C++',
|
|
'cppreference.com',
|
|
'CC BY-SA',
|
|
'http://en.cppreference.com/w/Cppreference:Copyright/CC-BY-SA'
|
|
], [
|
|
'Chai',
|
|
'2011-2014 Jake Luer',
|
|
'MIT',
|
|
'https://github.com/chaijs/chai/blob/master/README.md#license'
|
|
], [
|
|
'CoffeeScript',
|
|
'2009-2014 Jeremy Ashkenas',
|
|
'MIT',
|
|
'https://raw.github.com/jashkenas/coffee-script/master/LICENSE'
|
|
], [
|
|
'Cordova',
|
|
'2012-2014 The Apache Software Foundation',
|
|
'Apache',
|
|
'https://raw.githubusercontent.com/apache/cordova-docs/master/LICENSE'
|
|
], [
|
|
'CSS<br>DOM<br>HTML<br>JavaScript<br>SVG<br>XPath',
|
|
'2005-2014 Mozilla Developer Network and individual contributors',
|
|
'CC BY-SA',
|
|
'http://creativecommons.org/licenses/by-sa/2.5/'
|
|
], [
|
|
'D3.js',
|
|
'2014 Michael Bostock',
|
|
'BSD',
|
|
'https://raw.github.com/mbostock/d3/master/LICENSE'
|
|
], [
|
|
'Django',
|
|
'Django Software Foundation and individual contributors',
|
|
'BSD',
|
|
'https://raw.githubusercontent.com/django/django/master/LICENSE'
|
|
], [
|
|
'Ember.js',
|
|
'2014 Yehuda Katz, Tom Dale and Ember.js contributors',
|
|
'MIT',
|
|
'https://raw.github.com/emberjs/ember.js/master/LICENSE'
|
|
], [
|
|
'Express',
|
|
'2009-2014 TJ Holowaychuk',
|
|
'MIT',
|
|
'https://raw.githubusercontent.com/visionmedia/express/master/LICENSE'
|
|
], [
|
|
'Git',
|
|
'2005-2014 Linus Torvalds and others',
|
|
'GPLv2',
|
|
'https://raw.github.com/git/git/master/COPYING'
|
|
], [
|
|
'Go',
|
|
'Google, Inc.',
|
|
'CC BY',
|
|
'http://creativecommons.org/licenses/by/3.0/'
|
|
], [
|
|
'Grunt',
|
|
'2014 Grunt Team',
|
|
'MIT',
|
|
'https://raw.githubusercontent.com/gruntjs/gruntjs.com/master/LICENSE'
|
|
], [
|
|
'Haskell',
|
|
'The University of Glasgow',
|
|
'BSD',
|
|
'http://www.haskell.org/ghc/license'
|
|
], [
|
|
'HTTP',
|
|
'1999 The Internet Society',
|
|
'Custom',
|
|
'http://www.w3.org/Protocols/rfc2616/rfc2616-sec21.html#sec21'
|
|
], [
|
|
'jQuery',
|
|
'2009 Packt Publishing<br>© 2014 jQuery Foundation',
|
|
'MIT',
|
|
'https://raw.github.com/jquery/api.jquery.com/master/LICENSE-MIT.txt'
|
|
], [
|
|
'jQuery Mobile',
|
|
'2014 jQuery Foundation',
|
|
'MIT',
|
|
'https://raw.github.com/jquery/api.jquerymobile.com/master/LICENSE-MIT.txt'
|
|
], [
|
|
'jQuery UI',
|
|
'2014 jQuery Foundation',
|
|
'MIT',
|
|
'https://raw.github.com/jquery/api.jqueryui.com/master/LICENSE-MIT.txt'
|
|
], [
|
|
'Knockout.js',
|
|
'Steven Sanderson, the Knockout.js team, and other contributors',
|
|
'MIT',
|
|
'https://raw.github.com/knockout/knockout/master/LICENSE'
|
|
], [
|
|
'Laravel',
|
|
'Taylor Otwell',
|
|
'MIT',
|
|
'https://raw.githubusercontent.com/laravel/framework/master/LICENSE.txt'
|
|
], [
|
|
'Less',
|
|
'2009-2014 The Core Less Team',
|
|
'CC BY',
|
|
'http://creativecommons.org/licenses/by/3.0/'
|
|
], [
|
|
'Lo-Dash',
|
|
'2009-2014 The Dojo Foundation',
|
|
'MIT',
|
|
'https://raw.github.com/lodash/lodash/master/LICENSE.txt'
|
|
], [
|
|
'Marionette.js',
|
|
'2014 Muted Solutions, LLC',
|
|
'MIT',
|
|
'http://mutedsolutions.mit-license.org/'
|
|
], [
|
|
'Markdown',
|
|
'2004 John Gruber',
|
|
'BSD',
|
|
'http://daringfireball.net/projects/markdown/license'
|
|
], [
|
|
'MaxCDN',
|
|
'2014 MaxCDN',
|
|
'MIT',
|
|
'https://raw.githubusercontent.com/MaxCDN/api-docs/master/LICENSE'
|
|
], [
|
|
'Modernizr',
|
|
'2009-2014 Modernizr',
|
|
'MIT',
|
|
'http://modernizr.com/license/'
|
|
], [
|
|
'Moment.js',
|
|
'2011-2014 Tim Wood, Iskren Chernev, Moment.js contributors',
|
|
'MIT',
|
|
'https://raw.github.com/moment/moment/master/LICENSE'
|
|
], [
|
|
'Mongoose',
|
|
'2010 LearnBoost',
|
|
'MIT',
|
|
'https://github.com/LearnBoost/mongoose/blob/master/README.md#license'
|
|
], [
|
|
'nginx',
|
|
'2002-2014 Igor Sysoev<br>© 2011-2014 Nginx, Inc.',
|
|
'BSD',
|
|
'http://nginx.org/LICENSE'
|
|
], [
|
|
'Node.js',
|
|
'Joyent, Inc. and other Node contributors<br>Node.js is a trademark of Joyent, Inc.',
|
|
'MIT',
|
|
'https://raw.github.com/joyent/node/master/LICENSE'
|
|
], [
|
|
'Nokogiri',
|
|
'2008-2014 2014 Aaron Patterson, Mike Dalessio, Charles Nutter, Sergio Arbeo, Patrick Mahoney, Yoko Harada, Akinori Musha',
|
|
'MIT',
|
|
'https://github.com/sparklemotion/nokogiri/blob/master/README.rdoc#license'
|
|
], [
|
|
'PHP',
|
|
'1997-2014 The PHP Documentation Group',
|
|
'CC BY',
|
|
'http://creativecommons.org/licenses/by/3.0/'
|
|
], [
|
|
'PHPUnit',
|
|
'2005-2014 Sebastian Bergmann',
|
|
'CC BY',
|
|
'http://creativecommons.org/licenses/by/3.0/'
|
|
], [
|
|
'PostgreSQL',
|
|
'1996-2013 The PostgreSQL Global Development Group<br>© 1994 The Regents of the University of California',
|
|
'PostgreSQL',
|
|
'http://www.postgresql.org/about/licence/'
|
|
], [
|
|
'Python',
|
|
'1990-2014 Python Software Foundation<br>Python is a trademark of the Python Software Foundation.',
|
|
'PSFL',
|
|
'http://docs.python.org/3/license.html'
|
|
], [
|
|
'React',
|
|
'2013-2014 Facebook Inc.',
|
|
'CC BY',
|
|
'https://raw.githubusercontent.com/facebook/react/master/LICENSE-docs'
|
|
], [
|
|
'Redis',
|
|
'2009-2014 Salvatore Sanfilippo',
|
|
'CC BY-SA',
|
|
'http://creativecommons.org/licenses/by-sa/4.0/'
|
|
], [
|
|
'RequireJS',
|
|
'2010-2014 The Dojo Foundation',
|
|
'MIT',
|
|
'https://raw.githubusercontent.com/jrburke/requirejs/master/LICENSE'
|
|
], [
|
|
'RethinkDB',
|
|
'RethinkDB contributors',
|
|
'CC BY-SA',
|
|
'https://raw.githubusercontent.com/rethinkdb/docs/master/LICENSE'
|
|
], [
|
|
'Ruby',
|
|
'1993-2014 Yukihiro Matsumoto',
|
|
'Ruby',
|
|
'https://www.ruby-lang.org/en/about/license.txt'
|
|
], [
|
|
'Ruby on Rails',
|
|
'2004-2014 David Heinemeier Hansson<br>Rails, Ruby on Rails, and the Rails logo are trademarks of David Heinemeier Hansson.',
|
|
'MIT',
|
|
'https://raw.github.com/rails/rails/master/activerecord/MIT-LICENSE'
|
|
], [
|
|
'Sass',
|
|
'2006-2014 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein',
|
|
'MIT',
|
|
'https://raw.github.com/nex3/sass/master/MIT-LICENSE'
|
|
], [
|
|
'Sinon',
|
|
'2010-2014 Christian Johansen',
|
|
'BSD',
|
|
'https://raw.githubusercontent.com/cjohansen/Sinon.JS/master/LICENSE'
|
|
], [
|
|
'Socket.io',
|
|
'2014 Automattic',
|
|
'MIT',
|
|
'https://raw.githubusercontent.com/Automattic/socket.io/master/LICENSE'
|
|
], [
|
|
'Underscore.js',
|
|
'2009-2014 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors',
|
|
'MIT',
|
|
'https://raw.github.com/jashkenas/underscore/master/LICENSE'
|
|
], [
|
|
'Yii',
|
|
'2008-2014 by Yii Software LLC',
|
|
'BSD',
|
|
'https://raw.github.com/yiisoft/yii/master/LICENSE'
|
|
]
|
|
]
|