Skip to content

Commit b635899

Browse files
committed
Copy changes to reflect that DevDocs is now operated by freeCodeCamp
1 parent df3d8a5 commit b635899

File tree

7 files changed

+22
-29
lines changed

7 files changed

+22
-29
lines changed

.github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Use the [Trello board](https://trello.com/b/6BmTulfx/devdocs-documentation) wher
3535
## Contributing code and features
3636

3737
1. Search for existing issues; someone may already be working on a similar feature.
38-
2. Before embarking on any significant pull request, please open an issue describing the changes you intend to make. Otherwise you risk spending a lot of time working on something I may not want to merge. This also tells other contributors that you're working on the feature.
38+
2. Before embarking on any significant pull request, please open an issue describing the changes you intend to make. Otherwise you risk spending a lot of time working on something we may not want to merge. This also tells other contributors that you're working on the feature.
3939
3. Follow the [coding conventions](#coding-conventions).
4040
4. If you're modifying the Ruby code, include tests and ensure they pass.
4141
5. Try to keep your pull request small and simple.

COPYRIGHT

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Copyright 2013-2018 Thibaut Courouble and other contributors
55
file, You can obtain one at http://mozilla.org/MPL/2.0/.
66

77
Please do not use the name DevDocs to endorse or promote products
8-
derived from this software without my permission, except as may be
9-
necessary to comply with the notice/attribution requirements.
8+
derived from this software without the maintainers' permission, except
9+
as may be necessary to comply with the notice/attribution requirements.
1010

11-
I also wish that any documentation file generated using this software
11+
We also wish that any documentation file generated using this software
1212
be attributed to DevDocs. Let's be fair to all contributors by giving
1313
credit where credit's due. Thanks.

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# [DevDocs](https://devdocs.io) [![Build Status](https://travis-ci.org/freeCodeCamp/devdocs.svg?branch=master)](https://travis-ci.org/freeCodeCamp/devdocs)
1+
# [DevDocs](https://devdocs.io) — API Documentation Browser [![Build Status](https://travis-ci.org/freeCodeCamp/devdocs.svg?branch=master)](https://travis-ci.org/freeCodeCamp/devdocs)
22

3-
DevDocs combines multiple API documentations in a fast, organized, and searchable interface.
3+
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.
44

5-
* Created by [Thibaut Courouble](https://thibaut.me)
5+
DevDocs was created by [Thibaut Courouble](https://thibaut.me) and is operated by [freeCodeCamp](https://www.freecodecamp.org).
66

77
Keep track of development news:
88

@@ -14,7 +14,7 @@ Keep track of development news:
1414

1515
## Quick Start
1616

17-
Unless you wish to contribute to the project, I recommend using the hosted version at [devdocs.io](https://devdocs.io). It's up-to-date and works offline out-of-the-box.
17+
Unless you wish to contribute to the project, we recommend using the hosted version at [devdocs.io](https://devdocs.io). It's up-to-date and works offline out-of-the-box.
1818

1919
DevDocs is made of two pieces: a Ruby scraper that generates the documentation and metadata, and a JavaScript app powered by a small Sinatra app.
2020

@@ -138,9 +138,9 @@ Copyright 2013-2018 Thibaut Courouble and [other contributors](https://github.co
138138

139139
This software is licensed under the terms of the Mozilla Public License v2.0. See the [COPYRIGHT](https://github.com/freeCodeCamp/devdocs/blob/master/COPYRIGHT) and [LICENSE](https://github.com/freeCodeCamp/devdocs/blob/master/LICENSE) files.
140140

141-
Please do not use the name DevDocs to endorse or promote products derived from this software without my permission, except as may be necessary to comply with the notice/attribution requirements.
141+
Please do not use the name DevDocs to endorse or promote products derived from this software without the maintainers' permission, except as may be necessary to comply with the notice/attribution requirements.
142142

143-
I also wish that any documentation file generated using this software be attributed to DevDocs. Let's be fair to all contributors by giving credit where credit's due. Thanks!
143+
We also wish that any documentation file generated using this software be attributed to DevDocs. Let's be fair to all contributors by giving credit where credit's due. Thanks!
144144

145145
## Questions?
146146

assets/javascripts/templates/error_tmpl.coffee

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,12 @@ app.templates.unsupportedBrowser = """
6262
<li>iOS 10+
6363
</ul>
6464
<p class="_fail-text">
65-
If you're unable to upgrade, I apologize.
66-
I decided to prioritize speed and new features over support for older browsers.
65+
If you're unable to upgrade, we apologize.
66+
We decided to prioritize speed and new features over support for older browsers.
6767
<p class="_fail-text">
6868
Note: if you're already using one of the browsers above, check your settings and add-ons.
6969
The app uses feature detection, not user agent sniffing.
7070
<p class="_fail-text">
71-
&mdash; Thibaut <a href="https://twitter.com/DevDocs" class="_fail-link">@DevDocs</a>
71+
&mdash; <a href="https://twitter.com/DevDocs">@DevDocs</a>
7272
</div>
7373
"""

assets/javascripts/templates/pages/about_tmpl.coffee

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,12 @@ app.templates.aboutPage = -> """
1111
</nav>
1212
1313
<h1 class="_lined-heading">DevDocs: API Documentation Browser</h1>
14-
<p>DevDocs combines multiple API documentations in a clean and organized web UI with instant search, offline support, mobile version, dark theme, keyboard shortcuts, and more.
15-
<ul>
16-
<li>Created and maintained by <a href="https://thibaut.me">Thibaut Courouble</a>
17-
<li>Free and <a href="https://github.com/freeCodeCamp/devdocs">open source</a>
18-
<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-
</ul>
14+
<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.
15+
<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>.
2016
<p>To keep up-to-date with the latest news:
2117
<ul>
2218
<li>Follow <a href="https://twitter.com/DevDocs">@DevDocs</a> on Twitter
23-
<li>Watch the repository on <a href="https://github.com/freeCodeCamp/devdocs/subscription">GitHub</a>
19+
<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>
2420
<li>Join the <a href="https://gitter.im/FreeCodeCamp/DevDocs">Gitter</a> chat room
2521
</ul>
2622
@@ -52,7 +48,6 @@ app.templates.aboutPage = -> """
5248
<dt>Where can I report bugs?
5349
<dd>In the <a href="https://github.com/freeCodeCamp/devdocs/issues">issue tracker</a>. Thanks!
5450
</dl>
55-
<p>For anything else, feel free to email me at <a href="mailto:[email protected]">[email protected]</a>.
5651
5752
<h2 class="_block-heading" id="credits">Credits</h2>
5853
@@ -76,12 +71,12 @@ app.templates.aboutPage = -> """
7671
7772
<h2 class="_block-heading" id="privacy">Privacy Policy</h2>
7873
<ul>
79-
<li><a href="https://devdocs.io">devdocs.io</a> ("App") is operated by Thibaut Courouble ("We").
80-
<li>We do not collect personal information.
74+
<li><a href="https://devdocs.io">devdocs.io</a> ("App") is operated by <a href="https://www.freecodecamp.org/">freeCodeCamp</a> ("We").
75+
<li>We do not collect personal information through the app.
8176
<li>We use Google Analytics, Gauges and Sentry to collect anonymous traffic information and improve the app.
8277
<li>The app uses cookies to store user preferences.
8378
<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.
84-
<li>If you have any questions regarding privacy, please email <a href="mailto:[email protected]">[email protected]</a>.
79+
<li>If you have any questions regarding privacy, please email <a href="mailto:[email protected]">[email protected]</a>.
8580
</ul>
8681
"""
8782

assets/stylesheets/components/_fail.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@
3232
}
3333

3434
._fail-text:last-child { margin: 0; }
35-
36-
._fail-link { float: right; }

views/unsupported.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<li>iOS 10+</li>
1717
</ul>
1818
<p class="_fail-text">
19-
If you're unable to upgrade, I apologize.
20-
I decided to prioritize speed and new features over support for older browsers.
19+
If you're unable to upgrade, we apologize.
20+
We decided to prioritize speed and new features over support for older browsers.
2121
</p>
2222
<p class="_fail-text">
23-
&mdash; Thibaut <a href="https://twitter.com/DevDocs" class="_fail-link">@DevDocs</a>
23+
&mdash; <a href="https://twitter.com/DevDocs">@DevDocs</a>
2424
</p>
2525
</div>
2626
</body>

0 commit comments

Comments
 (0)