summaryrefslogtreecommitdiff
path: root/views/about.pug
blob: b19a45e34029a4de4f9655dfea1d73d236cfc5c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
//- vim:ts=4:sw=4:
doctype html
html
	head
		include head
		title= SITE_NAME
	body
		include header
		article
			h1= SITE_NAME

			p.
				Here you can play board games online with other players.
				You can invite your friends or look in the waiting room to see whether someone wants to play.
				Your opponents don't have to be online, but if they are you can play live.

			p.
				Registration and use is free, and there are no ads.

			p.
				Please read the <a href="/docs/tips.html">Tips &amp; Tricks</a> before playing!

			p.
				Read the developer <a href="/docs/">documentation</a> if you want to create modules.

			p.
				The source code is available on #[a(href="https://git.rally-the-troops.com/") git.rally-the-troops.com].

			h2 Imprint

			p !{SITE_IMPRINT}

			h2 Privacy policy

			p When you create an account we collect the following personal information:

			ul
				li E-mail addresses in order to send password reset emails and notifications.
				li IP addresses to prevent malicious behavior.
				li Your messages and forum posts.
				li Your game activity.

			p Your personal data will be removed if you delete your account.

			h2 Licensing

			p All games are used with consent from their respective rights holders.

			p Icons are sourced from #[a(href="https://game-icons.net") game-icons.net] by Delapouite, Lorc, and others under the #[a(href="https://creativecommons.org/licenses/by/3.0/") CC BY 3.0] license.

			p Other images and graphics are sourced from #[a( href="https://commons.wikimedia.org/wiki/Main_Page") Wikimedia Commons].