-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
37 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,57 @@ | ||
# [![unified][logo]][org] | ||
# [![unified][githubusercontent-logo]][github-unified] | ||
|
||
**unified** is two things: | ||
|
||
* **[unified][site]** is a collective of 500+ free and open source packages | ||
* **[unified][unifiedjs]** | ||
is a collective of 500+ free and open source packages | ||
that work with content as structured data (ASTs) | ||
* [`unified`][unified] is the core package to inspect and transform content | ||
with plugins | ||
* [`unified`][github-unified] | ||
is the core package to inspect and transform content with plugins | ||
|
||
Different kinds of content can be connected together. | ||
Particularly, markdown, natural language, HTML, XML, and JavaScript are | ||
frequently used. | ||
|
||
* for more about us, see [`unifiedjs.com`][site] | ||
* for how the collective is governed, see [`unifiedjs/collective`][collective] | ||
* for updates, see [@unifiedjs][twitter] on Twitter | ||
Particularly, | ||
markdown, | ||
natural language, | ||
HTML, | ||
XML, and | ||
JavaScript | ||
are frequently used. | ||
|
||
* for more about us, | ||
see [`unifiedjs.com`][unifiedjs] | ||
* for how the collective is governed, | ||
see [`unifiedjs/collective`][github-unified-collective] | ||
|
||
#### Get involved | ||
|
||
> 👉 **Note**: by interacting with this organization or community you agree to | ||
> abide by our [code of conduct][coc]. | ||
* for questions, see [support][] | ||
* to help, see [contribute][] | ||
* to sponsor, see [OpenCollective][oc] or [GitHub sponsors][ghs] | ||
This community has a [code of conduct][github-health-code-of-conduct]. | ||
You must follow it when interacting with the community. | ||
|
||
[logo]: https://raw.githubusercontent.com/unifiedjs/unified/93862e5/logo.svg?sanitize=true | ||
* for questions, | ||
see [`support.md`][github-health-support] | ||
* to help, | ||
see [`contributing.md`][github-health-contributing] | ||
* to sponsor, | ||
see [GitHub sponsors][github-sponsors], | ||
[`thanks.dev`][thanks], | ||
or [OpenCollective][] | ||
|
||
[org]: https://github.com/unifiedjs | ||
[github-health-code-of-conduct]: https://github.com/unifiedjs/.github/blob/main/code-of-conduct.md | ||
|
||
[unified]: https://github.com/unifiedjs/unified | ||
[github-health-contributing]: https://github.com/unifiedjs/.github/blob/main/contributing.md | ||
|
||
[site]: https://unifiedjs.com | ||
[github-health-support]: https://github.com/unifiedjs/.github/blob/main/support.md | ||
|
||
[twitter]: https://twitter.com/unifiedjs | ||
[github-unified]: https://github.com/unifiedjs/unified | ||
|
||
[collective]: https://github.com/unifiedjs/collective | ||
[github-unified-collective]: https://github.com/unifiedjs/collective | ||
|
||
[coc]: https://github.com/unifiedjs/.github/blob/main/code-of-conduct.md | ||
[opencollective]: https://opencollective.com/unified | ||
|
||
[support]: https://github.com/unifiedjs/.github/blob/main/support.md | ||
[thanks]: https://thanks.dev | ||
|
||
[contribute]: https://github.com/unifiedjs/.github/blob/main/contributing.md | ||
[github-sponsors]: https://github.com/sponsors/unifiedjs | ||
|
||
[oc]: https://opencollective.com/unified | ||
[githubusercontent-logo]: https://raw.githubusercontent.com/unifiedjs/unified/93862e5/logo.svg?sanitize=true | ||
|
||
[ghs]: https://github.com/sponsors/unifiedjs | ||
[unifiedjs]: https://unifiedjs.com |