Skip to content

Commit 7d5abad

Browse files
committed
Remove Gitter from codebase
We no longer use Gitter for development talk and similar. So we might want to remove it? This patch removes Gitter from README, help page and features page. And replaces it in the help modal with POEditor, our translation platform. Signed-off-by: Sheogorath <[email protected]>
1 parent dba56b6 commit 7d5abad

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ CodiMD
33

44
[![Standard - JavaScript Style Guide][standardjs-image]][standardjs-url]
55

6-
[![Join the chat at https://gitter.im/hackmdio/hackmd][gitter-image]][gitter-url]
76
[![#CodiMD on matrix.org][matrix.org-image]][matrix.org-url]
87
[![build status][travis-image]][travis-url]
98
[![version][github-version-badge]][github-release-page]
@@ -364,8 +363,6 @@ See more at [http://operational-transformation.github.io/](http://operational-tr
364363

365364
**License under AGPL.**
366365

367-
[gitter-image]: https://badges.gitter.im/Join%20Chat.svg
368-
[gitter-url]: https://gitter.im/hackmdio/hackmd?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
369366
[matrix.org-image]: https://img.shields.io/badge/Matrix.org-%[email protected]
370367
[matrix.org-url]: https://riot.im/app/#/room/#codimd:matrix.org
371368
[travis-image]: https://travis-ci.org/hackmdio/codimd.svg?branch=master

locales/en.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,6 @@
111111
"Do you really want to delete your user account?": "Do you really want to delete your user account?",
112112
"This will delete your account, all notes that are owned by you and remove all references to your account from other notes.": "This will delete your account, all notes that are owned by you and remove all references to your account from other notes.",
113113
"Delete user": "Delete user",
114-
"Export user data": "Export user data"
115-
}
114+
"Export user data": "Export user data",
115+
"Help us translating on %s": "Help us translating on %s"
116+
}

public/docs/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This means that you can write notes with other people on your **desktop**, **tab
88
You can sign-in via multiple auth providers like **Facebook**, **Twitter**, **GitHub** and many more on the [_homepage_](/).
99

1010
If you experience any _issues_, feel free to report it on [**GitHub**](https://github.com/hackmdio/codimd/issues).
11-
Or meet us on [**Matrix.org**](https://riot.im/app/#/room/#codimd:matrix.org) or [**Gitter**](https://gitter.im/hackmdio/hackmd) for dev-talk and interactive help.
11+
Or meet us on [**Matrix.org**](https://riot.im/app/#/room/#codimd:matrix.org) for dev-talk and interactive help.
1212
**Thank you very much!**
1313

1414
Workspace

public/views/shared/help-modal.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<br>
2020
<a href="https://riot.im/app/#/room/#codimd:matrix.org" target="_blank"><i class="fa fa-hashtag fa-fw"></i> <%= __('Meet us on %s', 'Matrix') %></a>
2121
<br>
22-
<a href="https://gitter.im/hackmdio/hackmd" target="_blank"><i class="fa fa-comments fa-fw"></i> <%= __('Meet us on %s', 'Gitter') %></a>
22+
<a href="https://translate.codimd.org" target="_blank"><i class="fa fa-language fa-fw"></i> <%= __('Help us translating on %s', 'POEditor') %></a>
2323
</div>
2424
</div>
2525
<div class="panel panel-default">

0 commit comments

Comments
 (0)