Tweak About and Tips page

This commit is contained in:
Thibaut 2015-02-22 17:00:50 -05:00
parent 3eea84c78e
commit dfdd4f373e
2 changed files with 5 additions and 5 deletions

View file

@ -13,8 +13,8 @@ app.templates.aboutPage = -> """
<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> &mdash; 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> &mdash; content delivery that developers love
<li>Supported by <a href="http://devdocs.io/s/shopify">Shopify</a>
<li>Powered by <a href="http://devdocs.io/s/maxcdn" title="Content Delivery Network Services">MaxCDN</a>
<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>
@ -24,7 +24,7 @@ app.templates.aboutPage = -> """
<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
<p class="_note _note-green">If you like DevDocs, please consider supporting my work on
<a href="https://gratipay.com/Thibaut/">Gratipay</a>. Thanks!<br>
<h2 class="_lined-heading" id="credits">Credits</h2>

View file

@ -12,7 +12,7 @@ app.templates.helpPage = """
<h2 class="_lined-heading" id="search">Search</h2>
<p>
The search is case-insensitive, ignores spaces, and supports fuzzy matching (for queries longer than two characters).
The search is case-insensitive and supports fuzzy matching (for queries longer than two characters).
For example, searching <code class="_label">bgcp</code> brings up <code class="_label">background-clip</code>.
<dl>
<dt id="doc_search">Searching a single documentation
@ -30,7 +30,7 @@ app.templates.helpPage = """
<a href="/#q=js%20date" target="_top">devdocs.io/#q=js date</a>.
<dt id="browser_search">Searching using the address bar
<dd>
DevDocs supports OpenSearch, meaning that it can easily be installed as a search engine on most web browsers.
DevDocs supports OpenSearch, meaning it can easily be installed as a search engine on most web browsers.
<ul>
<li>On Chrome, the setup is done automatically. Simply press <code class="_label">Tab</code> when devdocs.io is autocompleted
in the omnibox (to set a custom keyword, click <em>Manage search engines\u2026</em> in Chrome's settings).