Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(chat): remove Gitter #89

Merged
merged 1 commit into from
Feb 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ command-line client allows users to instantiate and run computational research d
analysis workflows on remote containerised compute clouds. REANA was born to target the
use case of particle physics analyses, but is applicable to any scientific discipline.

This repository holds the REANA project web site. It uses
[Lektor](https://www.getlektor.com/) static web site generator.
This repository holds the REANA project web site [www.reana.io](https://www.reana.io).

## Installation
## Developing

Build:

```console
$ docker build -t docker.io/reanahub/wwwreanaio .
```

## Running
Run locally:

```console
$ docker run --name wwwreanaio -d -p 8080:8080 docker.io/reanahub/wwwreanaio
Expand Down
1 change: 0 additions & 1 deletion assets/static/img/gitter.svg

This file was deleted.

2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ check_shellcheck () {
}

check_docstyle () {
awesome_bot --allow-dupe --skip-save-results --allow-redirect --white-list https://reana.cern.ch,https://twitter.com/reanahub/lists/reana-developers,https://gitter.im/reanahub/reana,https://indico.ific.uv.es -- templates/**/*.html
awesome_bot --allow-dupe --skip-save-results --allow-redirect --white-list https://reana.cern.ch,https://twitter.com/reanahub/lists/reana-developers,https://indico.ific.uv.es -- templates/**/*.html
}

check_dockerfile () {
Expand Down
8 changes: 1 addition & 7 deletions templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ <h3 class="contact-title">Keep in touch</h3>
<a href="https://twitter.com/reanahub">@reanahub</a> <span class="hidden-xs">&middot;</span> <a class="text-nowrap" href="https://twitter.com/reanahub/lists/reana-developers"> developers</a>
</td>
</tr>
<tr>
<td class="contact-list-header"><i class="fab fa-gitter"></i> Chat room</td>
<td>
<a href="https://gitter.im/reanahub/reana"><img src="{{ '/static/img/gitter.svg'|asseturl }}"></a>
</td>
</tr>
<tr>
<td class="contact-list-header"><i class="fab fa-github"></i> GitHub</td>
<td>
Expand Down Expand Up @@ -68,7 +62,7 @@ <h3 class="contact-title">Keep in touch</h3>
<div class="container">
<div class="row">
<div class="col centered">
<span>Copyright © 2018-2022 CERN. Icons by <a href="http://fontawesome.io/">Font Awesome</a>.
<span>Copyright © 2018-2022, 2024 CERN. Icons by <a href="http://fontawesome.io/">Font Awesome</a>.
</div>
</div>
</div>
Expand Down
Loading