app.templates.aboutPage = -> """

Table of Contents

API Documentation Browser

DevDocs combines multiple API documentations in a fast, organized, and searchable interface.

To keep up-to-date with the latest development and community news:

If you use and like DevDocs, please consider donating through Gittip or PayPal.
Your support helps sustain the project and is highly appreciated.

Credits

Documentation Copyright License #{("
#{c[0]}© #{c[1]}#{c[2]}" for c in credits).join('')}

Special Thanks

Questions & Answsers

Does it work offline?
Yes! DevDocs is open source. You can run the code locally on your computer.
An offline version that requires no setup is planned for the future.
Where can I suggest new docs and features?
You can suggest and vote for new docs on the Trello board.
If you have a specific feature request, add it to the issue tracker.
Otherwise use the mailing list.
Where can I report bugs?
In the issue tracker. Thanks!

For anything else, feel free to email me at thibaut@devdocs.io.

Copyright 2013 Thibaut Courouble and other contributors
This software is licensed under the terms of the Mozilla Public License v2.0.
You may obtain a copy of the source code at github.com/Thibaut/devdocs.
For more information, see the COPYRIGHT and LICENSE files. """ credits = [ [ 'Angular.js', '2010-2013 Google, Inc.', 'CC BY', 'http://creativecommons.org/licenses/by/3.0/' ], [ 'Backbone.js', '2010-2013 Jeremy Ashkenas, DocumentCloud', 'MIT', 'https://raw.github.com/jashkenas/backbone/master/LICENSE' ], [ 'CoffeeScript', '2009-2013 Jeremy Ashkenas', 'MIT', 'https://raw.github.com/jashkenas/coffee-script/master/LICENSE' ], [ 'CSS
DOM
HTML
JavaScript', '2005-2013 Mozilla Developer Network and individual contributors', 'CC BY-SA', 'http://creativecommons.org/licenses/by-sa/2.5/' ], [ 'Ember.js', '2013 Yehuda Katz, Tom Dale and Ember.js contributors', 'MIT', 'https://raw.github.com/emberjs/ember.js/master/LICENSE' ], [ 'HTTP', '1999 The Internet Society', 'Custom', 'http://www.w3.org/Protocols/rfc2616/rfc2616-sec21.html#sec21' ], [ 'jQuery', '2009 Packt Publishing
© 2013 jQuery Foundation', 'MIT', 'https://raw.github.com/jquery/api.jquery.com/master/LICENSE-MIT.txt' ], [ 'jQuery Mobile', '2013 jQuery Foundation', 'MIT', 'https://raw.github.com/jquery/api.jquerymobile.com/master/LICENSE-MIT.txt' ], [ 'jQuery UI', '2013 jQuery Foundation', 'MIT', 'https://raw.github.com/jquery/api.jqueryui.com/master/LICENSE-MIT.txt' ], [ 'Less', '2009-2013 Alexis Sellier & The Core Less Team', 'Apache v2', 'https://raw.github.com/less/less.js/master/LICENSE' ], [ 'Lo-Dash', '2009-2013 The Dojo Foundation', 'MIT', 'https://raw.github.com/lodash/lodash/master/LICENSE.txt' ], [ 'Node.js', 'Joyent, Inc. and other Node contributors', 'MIT', 'https://raw.github.com/joyent/node/master/LICENSE' ], [ 'PHP', '1997-2013 The PHP Documentation Group', 'CC BY', 'http://creativecommons.org/licenses/by/3.0/' ], [ 'Sass', '2006-2013 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein', 'MIT', 'https://raw.github.com/nex3/sass/master/MIT-LICENSE' ], [ 'Underscore.js', '2009-2013 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors', 'MIT', 'https://raw.github.com/jashkenas/underscore/master/LICENSE' ] ]