Update more Forem to DEV language (#9337)

* Update more Forem to DEV language

* Update readme with more Forem language

* Use Forem favicon, thanks @atsmith813!
This commit is contained in:
Andy Zhao 2020-07-15 18:01:34 -04:00 committed by GitHub
parent a78ccf2310
commit 3b73038919
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 31 additions and 25 deletions

View file

@ -46,21 +46,29 @@
</a>
</p>
Welcome to the [dev.to](https://dev.to) codebase. We are so excited to have you.
With your help, we can build out DEV to be more stable and better serve our
community.
Welcome to the [Forem](https://forem.com) codebase, the platform that powers
[dev.to](https://dev.to). We are so excited to have you. With your help, we can
build out Forems usability, scalability, and stability to better serve our
communities.
## What is dev.to?
## What is Forem?
[dev.to](https://dev.to) (or just DEV) is a platform where software developers
write articles, take part in discussions, and build their professional profiles.
We value supportive and constructive dialogue in the pursuit of great code and
career growth for all members. The ecosystem spans from beginner to advanced
developers, and all are welcome to find their place within our community. ❤️
Forem is open source software for building communities. Communities for your
peers, customers, fanbases, families, friends, and any other time and space
where people need to come together to be part of a collective.
[See our announcement post](https://dev.to/devteam/for-empowering-community-2k6h)
for a higher level overview of what Forem is.
[dev.to](https://dev.to) (or just DEV) is hosted by Forem. It is a community of
software developers who articles, take part in discussions, and build their
professional profiles. We value supportive and constructive dialogue in the
pursuit of great code and career growth for all members. The ecosystem spans
from beginner to advanced developers, and all are welcome to find their place
within our community. ❤️
## Table of Contents
- [What is dev.to?](#what-is-devto)
- [What is Forem?](#what-is-forem)
- [Table of Contents](#table-of-contents)
- [Contributing](#contributing)
- [Getting Started](#getting-started)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

View file

@ -62,7 +62,7 @@ application.
![twitter-3](https://user-images.githubusercontent.com/22895284/51078799-9a9a2700-16bb-11e9-8e88-0393260449c7.png)
5. Fill in the DEV information, **Terms of Service** `http://dev.to/terms` and
5. Fill in the information, **Terms of Service** `http://dev.to/terms` and
**Privacy policy** `http://dev.to/privacy`.
![twitter-4](https://user-images.githubusercontent.com/22895284/51078800-9a9a2700-16bb-11e9-9b36-d325a2624f5a.png)

View file

@ -10,11 +10,11 @@ project.
# Running the documentation locally
Like DEV, this site is open source and the code is [hosted on GitHub][docs]. If
you find any incorrect information, or a even a typo, we'd love to see a pull
Like Forem, this site is open source and the code is [hosted on GitHub][docs].
If you find any incorrect information, or a even a typo, we'd love to see a pull
request. Follow these steps to get the documentation site running locally.
DEV's documentation is built with [GitDocs NodeJS library][gitdocs].
Forem's documentation is built with [GitDocs NodeJS library][gitdocs].
The first step to running the documentations locally is to install the `GitDocs`
package globally.

View file

@ -12,9 +12,8 @@ later version. Please see the
repository for the full text.
Like many open source projects, we require that contributors provide us with a
Contributor License Agreement (CLA). By submitting code to the Forem/DEV
project, you are granting us a right to use that code under the terms of the
CLA.
Contributor License Agreement (CLA). By submitting code to the Forem project,
you are granting us a right to use that code under the terms of the CLA.
Our version of the CLA was adapted from the Microsoft Contributor License
Agreement, which they generously made available to the public domain under
@ -30,16 +29,16 @@ Please refer to the official
## Why does Forem have a CLA?
The Contributor License Agreement (CLA) is a legal document in which you state
that you are entitled to contribute your code to the DEV codebase, and are
that you are entitled to contribute your code to the Forem codebase, and are
willing to have it used in distributions and derivative work.
The CLA helps provide confidence to future users that they will be allowed to
use the DEV codebase without fear that a contributor will try to withdraw
use the Forem codebase without fear that a contributor will try to withdraw
permissions at a later date.
## Am I giving away the copyright of my contributions?
No. You are granting Forem a license to use and distribute your contribution
No. You are granting Forem/DEV a license to use and distribute your contribution
without further restriction, not assigning the copyright.
## What if I have other questions?

View file

@ -7,6 +7,6 @@ items:
# Maintainer Processes
This document contains basic instructions for the maintainers of the DEV
application. It's a work in-progress, but should allow the DEV Core Team to
This document contains basic instructions for the maintainers of the Forem
application. It's a work in-progress, but should allow the Forem Core Team to
document processes and strategies in a transparent way!

View file

@ -28,12 +28,11 @@ platform.
- Certain aspects of the app are currently hardcoded. For instance: logos,
certain elements of content, etc. If you were to host the current version of
the app, you would be inadvertently impersonating the core Forem/dev.to
project.
the app, you would be inadvertently impersonating the core Forem/DEV project.
- Forem/DEV has commercial licenses for certain design components as described
in our
[Design License Info](https://docs.forem.com/design/branding/#design-license-info)
section. These licenses are specific to the Forem/dev.to project, and may not
section. These licenses are specific to the Forem/DEV project, and may not
extend to self-hosted versions.
### I want to stand up my own entity using the Forem codebase, how can I help?