app.templates.splash = """
DevDocs
Sponsored by MaxCDN Donate on Gittip """ <% if App.development? %> app.templates.intro = """
Stop showing this message

Hi there!

Thanks for downloading DevDocs. Here are a few things you should know:

  1. Your local version of DevDocs won't self-update. Unless you're offline or modifying the code, I recommend using the hosted version at devdocs.io.
  2. Run thor docs:list to see all available documentations.
  3. Run thor docs:download --all to download/update all documentations.
  4. To be notified about new versions, don't forget to subscribe to the newsletter.
  5. The issue tracker is the preferred channel for bug reports and feature requests. For everything else, use the mailing list.
  6. Contributions are welcome. See the guidelines.
  7. DevDocs is licensed under the terms of the Mozilla Public License v2.0. For more information, see the COPYRIGHT and LICENSE files.
  8. If you like the app, please consider funding the project on Gittip. Thanks!
Sponsored by

That's all. Happy coding!

""" <% else %> app.templates.intro = """
Stop showing this message

Welcome!

DevDocs combines multiple API documentations in a fast, organized, and searchable interface. Here's what you should know before you start:

  1. To enable more docs, click Select documentation in the bottom left corner
  2. You don't have to use your mouse — see the list of keyboard shortcuts
  3. The search supports fuzzy matching (e.g. "bgcp" brings up "background-clip")
  4. To search a specific documentation, type its name (or an abbreviation), then Tab
  5. You can search using your browser's address bar — learn how
  6. DevDocs works on mobile and can be installed on Chrome and Firefox.
  7. For the latest news, subscribe to the newsletter or follow @DevDocs
  8. DevDocs is free and open source
  9. If you like the app, please consider funding the project on Gittip. Thanks!
Sponsored by

That's all. Happy coding!

""" <% end %> app.templates.mobileNav = """ """ app.templates.mobileIntro = """

Welcome!

DevDocs combines multiple API documentations in a fast, organized, and searchable interface. Here's what you should know before you start:

  1. To pick your docs, click Select documentation at the bottom of the menu
  2. The search supports fuzzy matching (e.g. "bgcp" matches "background-clip")
  3. To search a specific documentation, type its name (or an abbreviation), then Space
  4. For the latest news, subscribe to the newsletter or follow @DevDocs
  5. DevDocs is open source

That's all. Happy coding!

Sponsored by

Stop showing this message
"""