diff options
Diffstat (limited to 'ev.html.j2')
-rw-r--r-- | ev.html.j2 | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/ev.html.j2 b/ev.html.j2 new file mode 100644 index 00000000..effbb65d --- /dev/null +++ b/ev.html.j2 | |||
@@ -0,0 +1,108 @@ | |||
1 | {% extends "common/base.j2" %} | ||
2 | {% block body_content %} | ||
3 | <div class="jumbotron"> | ||
4 | <div class="container text-center"> | ||
5 | <h1>{{ _("Verein zur Förderung von GNUnet e.V.") }}</h1> | ||
6 | |||
7 | <p> | ||
8 | {% trans %} | ||
9 | On December 27th 2013 a group of GNUnet hackers met at 30c3 | ||
10 | to create the "Verein zur Förderung von GNUnet e.V.", an | ||
11 | association under German law to support GNUnet development. | ||
12 | The Amtsgericht München registered the association on the | ||
13 | 7th of March under VR 205287. | ||
14 | {% endtrans %} | ||
15 | </p> | ||
16 | <p> | ||
17 | {% trans %} | ||
18 | The association is officially dedicated to supporting research, | ||
19 | development and education in the area of secure decentralized | ||
20 | networking in general, and GNUnet specifically. This is the | ||
21 | official website for the association. | ||
22 | {% endtrans %} | ||
23 | </p> | ||
24 | </div> | ||
25 | </div> | ||
26 | |||
27 | <div class="container adorn_h3_bracket"> | ||
28 | <div class="row"> | ||
29 | <div class="col-lg-4"> | ||
30 | <h3>{{ _("Governance") }}</h3> | ||
31 | |||
32 | <p> | ||
33 | {% trans %} | ||
34 | You can find our "Satzung", and the list of members under | ||
35 | <a href="/git/gnunet-ev.git/tree/satzung.tex">https://gnunet.org/git/gnunet-ev.git/tree/satzung.tex</a>. | ||
36 | The current board consists of: | ||
37 | <dl><dt>Vorsitz</dt> | ||
38 | <dd><a href="http://grothoff.org/christian/">Christian Grothoff</a></dd> | ||
39 | <dt>stellvertretender Vorsitz</dt> | ||
40 | <dd>Matthias Wachs</dd> | ||
41 | <dt>Kassenwart</dt> | ||
42 | <dd>Florian Dold</dd> | ||
43 | <dt>Beisitzer</dt> | ||
44 | <dd>Sree Harsha Totakura, Lurchi</dd> | ||
45 | </dl> | ||
46 | {% endtrans %} | ||
47 | </p> | ||
48 | |||
49 | <h3>{{ _("Becoming a Member of GNUnet e.V.") }}</h3> | ||
50 | <p> | ||
51 | {% trans %} | ||
52 | GNUnet developers with git (write) access can become | ||
53 | members to participate in the decision process and | ||
54 | formally support GNUnet e.V. For this, all you have | ||
55 | to do is update the <tt>members.txt</tt> file in the | ||
56 | <a href="/git/gnunet-ev.git/">gnunet-ev</a> repository. | ||
57 | There are no membership dues; however, members are required | ||
58 | to support GNUnet e.V. and in particularly contribute to the | ||
59 | technical development within their means. For further | ||
60 | details, we refer to the | ||
61 | <a href="/git/gnunet-ev.git/">Satzung</a> | ||
62 | (currently only available in German). | ||
63 | {% endtrans %} | ||
64 | </p> | ||
65 | |||
66 | <h3>{{ _("Support Us!") }}</h3> | ||
67 | <p> | ||
68 | {% trans %} | ||
69 | Everybody is welcome to support us via donations. For | ||
70 | financial contributions, Europeans are able to donate via | ||
71 | SEPA. We hope to setup accounts in other major currency areas | ||
72 | in the future. You can also donate via Bitcoin, routing | ||
73 | details are given below. Please note that we are unable to | ||
74 | provide receipts for your donations. If you are planning to | ||
75 | donate a significant amount of money, please contact us first | ||
76 | as it might be better to come to a custom arrangement. | ||
77 | |||
78 | <dl><dt>BitCoin</dt> | ||
79 | <dd>1GNUnetpWeR9Zs3vipdvVywo1GseeksjUh</dd> | ||
80 | <dt>SEPA/IBAN</dt> | ||
81 | <dd>DE67830654080004822650 (BIC/SWIFT: GENODEF1SLR)</dd> | ||
82 | </dl> | ||
83 | {% endtrans %} | ||
84 | </p> | ||
85 | |||
86 | <h3>{{ _("Official Meeting Notes") }}</h3> | ||
87 | <p> | ||
88 | <ul> | ||
89 | <li>{{ _("2013-12 (constitutional meeting)") }} | ||
90 | (<a href="/git/gnunet-ev.git/tree/minutes/2013-12-27.txt">txt</a>) | ||
91 | </li> | ||
92 | <li>{{ _("2014-12") }} | ||
93 | (<a href="/git/gnunet-ev.git/tree/minutes/2014-12-28.txt">txt</a>) | ||
94 | </li> | ||
95 | <li>{{ _("2015-12") }} | ||
96 | (<a href="/git/gnunet-ev.git/tree/minutes/2015-12-29.txt">txt</a>) | ||
97 | </li> | ||
98 | <li>{{ _("2016-12") }} | ||
99 | (<a href="/git/gnunet-ev.git/tree/minutes/2016-12-29.txt">txt</a>) | ||
100 | </li> | ||
101 | </ul> | ||
102 | </p> | ||
103 | </div> | ||
104 | </div> | ||
105 | </div> | ||
106 | |||
107 | </div> <!-- /container --> | ||
108 | {% endblock body_content %} | ||