]> git.ipfire.org Git - ipfire.org.git/blob - src/templates/static/legal.html
wiki: Only match usernames when a word starts with @
[ipfire.org.git] / src / templates / static / legal.html
1 {% extends "../base.html" %}
2
3 {% block title %}{{ _("Legal") }}{% end block %}
4
5 {% block container %}
6 <section class="hero is-dark">
7 <div class="hero-body">
8 <div class="container">
9 <nav class="breadcrumb" aria-label="breadcrumbs">
10 <ul>
11 <li>
12 <a href="/">Home</a>
13 </li>
14 <li class="is-active">
15 <a href="#" aria-current="page">Legal</a>
16 </li>
17 </ul>
18 </nav>
19 <h1 class="title">{{ _("Legal") }}</h1>
20 </div>
21 </div>
22 </section>
23 <div class="container">
24 <section class="section">
25 <div class="block">
26 <p class="is-size-5">
27 Information in accordance with section 5 TMG and
28 persons responsible for content in accordance with 55 Section. 2 RStV
29 </p>
30 </div>
31
32 <div class="block">
33 <address>
34 <strong>The IPFire Project</strong>
35 <br>
36 c/o Lightning Wire Labs GmbH
37 <br>
38 Gerhardstraße 8
39 <br>
40 45711 Datteln
41 <br>
42 GERMANY
43 </address>
44 </div>
45 </section>
46
47 <section class="section">
48 <div class="block">
49 <h3 class="title is-3 has-text-weight-semibold">Disclaimer</h3>
50 <h5 class="title is-5">Accountability for content</h5>
51 <p>
52 The contents of our pages have been created with the utmost care. However,
53 we cannot guarantee the contents' accuracy, completeness or topicality.
54 According to statutory provisions, we are furthermore responsible for our
55 own content on these web pages. In this context, please note that we are
56 accordingly not obliged to monitor merely the transmitted or saved information
57 of third parties, or investigate circumstances pointing to illegal activity.
58 Our obligations to remove or block the use of information under generally
59 applicable laws remain unaffected by this as per §§ 8 to 10 of the Telemedia
60 Act (TMG).
61 </p>
62 </div>
63
64 <div class="block">
65 <h5 class="title is-5">Accountability for links</h5>
66 <p>
67 Responsibility for the content of external links (to web pages of third parties)
68 lies solely with the operators of the linked pages. No violations were evident
69 to us at the time of linking. Should any legal infringement become known to us,
70 we will remove the respective link immediately.
71 </p>
72 </div>
73
74 <div class="block">
75 <h5 class="title is-5">Copyright</h5>
76 <p>
77 Our web pages and their contents are subject to German copyright law. Unless
78 expressly permitted by law (§ 44a et seq. of the copyright law), every form
79 of utilizing, reproducing or processing works subject to copyright protection
80 on our web pages requires the prior consent of the respective owner of the rights.
81 Individual reproductions of a work are allowed only for private use, so must
82 not serve either directly or indirectly for earnings. Unauthorized utilization
83 of copyrighted works is punishable (§ 106 of the copyright law).
84 </p>
85 </div>
86 </section>
87 <section class="section">
88
89 <div class="block">
90 <h3 class="title is-3">Privacy Statement</h3>
91 <h5 class="title is-5">General</h5>
92 <p>
93 Your personal data (e.g. title, name, house address, e-mail address, phone number,
94 bank details, credit card number) are processed by us only in accordance with the
95 provisions of German data privacy laws. The following provisions describe the type,
96 scope and purpose of collecting, processing and utilizing personal data.
97 This data privacy policy applies only to our web pages. If links on our pages route
98 you to other pages, please inquire there about how your data are handled in such cases.
99 </p>
100 </div>
101
102 <div class="block">
103 <h5 class="title is-5">Inventory data</h5>
104 <ul>
105 <li>
106 1. Your personal data, insofar as these are necessary for this contractual
107 relationship (inventory data) in terms of its establishment, organization of
108 content and modifications, are used exclusively for fulfilling the contract.
109 For goods to be delivered, for instance, your name and address must be relayed
110 to the supplier of the goods.
111 </li>
112 <li>
113 2. Without your explicit consent or a legal basis, your personal data are not passed
114 on to third parties outside the scope of fulfilling this contract.
115 After completion of the contract, your data are blocked against further use.
116 After expiry of deadlines as per tax-related and commercial regulations, these data
117 are deleted unless you have expressly consented to their further use.
118 </li>
119 </ul>
120 </div>
121
122 <div class="block">
123 <h5 class="title is-5">Information about cookies</h5>
124 <ul>
125 <li>
126 1. To optimize our web presence, we use cookies. These are small text files stored
127 in your computer's main memory. These cookies are deleted after you close the browser.
128 Other cookies remain on your computer (long-term cookies) and permit its recognition
129 on your next visit. This allows us to improve your access to our site.
130 </li>
131 <li>
132 2. You can prevent storage of cookies by choosing a "disable cookies" option in your
133 browser settings. But this can limit the functionality of our Internet offers as a result.
134 </li>
135 </ul>
136 </div>
137
138 <div class="block">
139 <h5 class="title is-5">Newsletter</h5>
140 <p>
141 Following subscription to the newsletter, your e-mail address is used for our own
142 advertising purposes until you cancel the newsletter again.
143 Cancellation is possible at any time.
144 The following consent has been expressly granted by you separately, or possibly in the
145 course of an ordering process.
146 You may revoke your consent at any time with future effect.
147 If you no longer want to receive the newsletter, then unsubscribe.
148 </p>
149 </div>
150
151 <div class="block">
152 <h5 class="title is-5">Disclosure</h5>
153 <p>
154 According to the Federal Data Protection Act, you have a right to free-of-charge
155 information about your stored data, and possibly entitlement to correction, blocking
156 or deletion of such data.
157 Inquiries can be directed to <a class="has-text-primary" href="mailto:legal@ipfire.org">legal@ipfire.org</a>.
158 </p>
159 </div>
160 </section>
161 </div>
162 {% end block %}