Skip to content
Open
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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
bts - Badminton Tournament Software
==========

Use [bup](https://github.com/phihag/bup/) at tournaments.
Use [bup](https://github.com/lule75/bup/) at tournaments.

## Docker installation

[Install docker](https://docs.docker.com/install/) and run

```
docker run -p 4000:4000 phihag/bts
docker run -p 4000:4000 lule75/bts
```

## Manual installation
Expand Down
6 changes: 3 additions & 3 deletions div/apache/error.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<body>
<h1>Entschuldigung!</h1>

<p>Es gibt ein Problem mit dem Live-Ticker. Wir bemühen uns, den Ticker so schnell wie möglich wiederherzustellen.</p>
<p>There is a problem with the live ticker. We are trying to restore the ticker as quickly as possible</p>

<p>In der Zwischenzeit können abgeschlossene Spiele <a href="https://www.turnier.de/sport/matches.aspx?id=0EA5FD86-A64F-4445-A8DE-BAE3DBF762BA">auf turnier.de</a> eingesehen werden.</p>
<p>In the meantime, completed games can <a href="https://www.turnier.de/sport/matches.aspx?id=0EA5FD86-A64F-4445-A8DE-BAE3DBF762BA">auf turnier.de</a> can be viewed.</p>

</body>
</html>
</html>
4 changes: 2 additions & 2 deletions static/cbts.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html>
<head>
<meta charset="utf-8" />
<title>Badminton Tournament Server</title>
<title>UBA Badminton Tournament Server</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="{{static_path}}css/admin.css" />
<link rel="stylesheet" href="{{static_path}}css/toprow.css" />
Expand Down Expand Up @@ -82,4 +82,4 @@
<script src="{{static_path}}js/toprow.js"></script>

</body>
</html>
</html>
6 changes: 3 additions & 3 deletions ticker_config.json.default
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"port": 4001,
"port": 4002,
"report_errors": true,
"tournament_name": "Live-Ticker",
"prefix_html": "<!-- HTML to show before courts -->",
"note_html": "Tickering with <a href=\"https://github.com/phihag/bts\">bts</a>"
}
"note_html": "Tickering with <a href=\"https://github.com/lule75/bts\">bts</a>"
}