Skip to content

Commit

Permalink
chore: add CONTRIBUTORS section
Browse files Browse the repository at this point in the history
  • Loading branch information
mnater committed Mar 30, 2020
1 parent cc67147 commit 62a26b1
Show file tree
Hide file tree
Showing 4 changed files with 283 additions and 0 deletions.
60 changes: 60 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"projectName": "Hyphenopoly",
"projectOwner": "mnater",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "eslint",
"contributors": [
{
"login": "tbroadley",
"name": "Thomas Broadley",
"avatar_url": "https://avatars0.githubusercontent.com/u/8731922?v=4",
"profile": "http://thomasbroadley.com",
"contributions": [
"doc"
]
},
{
"login": "pothos",
"name": "Kai Lüke",
"avatar_url": "https://avatars0.githubusercontent.com/u/1189130?v=4",
"profile": "https://kailueke.gitlab.io/",
"contributions": [
"code"
]
},
{
"login": "blankse",
"name": "Sebastian Blank",
"avatar_url": "https://avatars2.githubusercontent.com/u/998558?v=4",
"profile": "http://www.data-factory.net/",
"contributions": [
"example"
]
},
{
"login": "ReLater",
"name": "ReLater",
"avatar_url": "https://avatars2.githubusercontent.com/u/20780646?v=4",
"profile": "https://www.ghsvs.de",
"contributions": [
"maintenance"
]
},
{
"login": "julian-zatloukal",
"name": "julian-zatloukal",
"avatar_url": "https://avatars3.githubusercontent.com/u/58230917?v=4",
"profile": "https://github.com/julian-zatloukal",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7
}
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,3 +157,26 @@ Hy-phen-ation
The patterns are precomputed and available for many languages on CTAN. Hyphenopoly.js uses a proprietary binary format (including pattern license, metadata and the patterns). Patterns are computed from a large list of hyphenated words by a program called `patgen`. They aim to find some hyphenation points – not all – because it's better to miss a hyphenation point then to have some false hyphenation points. Most patterns are really good but none is error free.

These pattern vary in size. This is mostly due to the different linguistic characteristics of the languages.

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="http://thomasbroadley.com"><img src="https://avatars0.githubusercontent.com/u/8731922?v=4" width="100px;" alt=""/><br /><sub><b>Thomas Broadley</b></sub></a><br /><a href="https://github.com/mnater/Hyphenopoly/commits?author=tbroadley" title="Documentation">📖</a></td>
<td align="center"><a href="https://kailueke.gitlab.io/"><img src="https://avatars0.githubusercontent.com/u/1189130?v=4" width="100px;" alt=""/><br /><sub><b>Kai Lüke</b></sub></a><br /><a href="https://github.com/mnater/Hyphenopoly/commits?author=pothos" title="Code">💻</a></td>
<td align="center"><a href="http://www.data-factory.net/"><img src="https://avatars2.githubusercontent.com/u/998558?v=4" width="100px;" alt=""/><br /><sub><b>Sebastian Blank</b></sub></a><br /><a href="#example-blankse" title="Examples">💡</a></td>
<td align="center"><a href="https://www.ghsvs.de"><img src="https://avatars2.githubusercontent.com/u/20780646?v=4" width="100px;" alt=""/><br /><sub><b>ReLater</b></sub></a><br /><a href="#maintenance-ReLater" title="Maintenance">🚧</a></td>
<td align="center"><a href="https://github.com/julian-zatloukal"><img src="https://avatars3.githubusercontent.com/u/58230917?v=4" width="100px;" alt=""/><br /><sub><b>julian-zatloukal</b></sub></a><br /><a href="https://github.com/mnater/Hyphenopoly/commits?author=julian-zatloukal" title="Documentation">📖</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
199 changes: 199 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"all-contributors-cli": "^6.14.0",
"assemblyscript": "^0.9.4",
"eslint": "^6.8.0",
"eslint-plugin-security": "^1.4.0",
Expand Down

0 comments on commit 62a26b1

Please sign in to comment.