aboutsummaryrefslogtreecommitdiff
path: root/template/engage.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/engage.html.j2')
-rw-r--r--template/engage.html.j2102
1 files changed, 71 insertions, 31 deletions
diff --git a/template/engage.html.j2 b/template/engage.html.j2
index ca71791e..ab4506cd 100644
--- a/template/engage.html.j2
+++ b/template/engage.html.j2
@@ -4,28 +4,33 @@
4 <div class="container"> 4 <div class="container">
5 <div class="text-center"> 5 <div class="text-center">
6 <header> 6 <header>
7 <h1>{{ _("Engage") }}</h1> 7 <h1>{{ _("Engage!") }}</h1>
8 </header> 8 </header>
9 </div> 9 </div>
10 </div> 10 </div>
11 <div class="container"> 11 <div class="container">
12
13<!-- OBEN LINKS -->
14
12 <div class="row"> 15 <div class="row">
13 <div class="col-lg-5"> 16 <div class="col-lg-5">
14 <h2>Join the conversation!</h2> 17 <h2>Join the conversation!</h2>
15 <p> 18 <p>
16 There are many ways to get engaged with GNUnet. A first step might be to join the conversation on the mailing lists and on our IRC channel to keep up with development, find technical help, and discuss GNUnet: 19 There are many ways to get engaged with GNUnet. A first step is to join the conversation on the mailing lists and on our IRC channel to keep up with development, find technical help, and discuss GNUnet:
17 </p> 20 </p>
18 <h4>Mailing List</h4> 21 <h4>Mailing List</h4>
19 <p> 22 <p>
20 You can get help on our mailing list <a href="https://lists.gnu.org/mailman/listinfo/help-gnunet">help-gnunet</a>. If you want to hack on GNUnet get in touch over our mailing list <a href="https://lists.gnu.org/mailman/listinfo/gnunet-developers">gnunet-developers</a>. 23 You can get help on our mailing list <a href="https://lists.gnu.org/mailman/listinfo/help-gnunet">help-gnunet</a>. If you want to hack on GNUnet or generally want to be informed about recent updates and happening, get in touch over our mailing list <a href="https://lists.gnu.org/mailman/listinfo/gnunet-developers">gnunet-developers</a>.
21 </p> 24 </p>
22 <h4>IRC</h4> 25 <h4>IRC</h4>
23 <p> 26 <p>
24 Most of the GNUnet developer are on the <a href="ircs://chat.freenode.net:6697/#gnunet">IRC channel</a>. Please be patient to get an answere for your request. There is also a Matrix bridge to the IRC. 27 Most of the GNUnet developer are on the <a href="ircs://chat.freenode.net:6697/#gnunet">IRC channel #gnunet on freenode</a>. Please be patient and stay around at least for some hours to get an answer for your request. There is also a Matrix bridge to the IRC where you can get a backlog without staying connected.
25 </p> 28 </p>
26 <h4>Mumble</h4> 29 <h4>Mumble</h4>
27 <p> 30 <p>
28 We have a weekly mumble at <a href="https://gnuner.org">https://gnunet.org</a> where we talk about recent developments, strategies, and politics ;-) 31We have a monthly get-together on mumble where we talk about recent developments, strategies, and politics ;-) We come together on that day of the month, where n.day==n.month. E.g. we’ll meet on 6th of June, 7th of July, 8th of August, 9th of September, 10th of October and so on. We will usually start around 8 PM CEST, but try to be there earlier and stay longer that day itself.<br>
32To connect just enter "gnunet.org" as server into your mumble client, leave everything else as default.
33 </p>
29 </p> 34 </p>
30 <h4>PSYC</h4> 35 <h4>PSYC</h4>
31 <p> 36 <p>
@@ -39,48 +44,83 @@
39 </li> 44 </li>
40 </p> 45 </p>
41 </div> 46 </div>
47
48<!-- OBEN RECHTS -->
49
42 <div class="col-lg-5 offset-md-1"> 50 <div class="col-lg-5 offset-md-1">
43 <h2>Get together!</h2> 51 <h2>Get GNUnet Installed!</h2>
44 <p> 52 <p>
45 We have a monthly get-together on mumble that happens on that day of the month, where n.day==n.month. E.g. we’ll meet on 7th of July, 8th of August, 9th of September, 10th of October and so on. We will usually start around 8 PM CEST, but try to be there earlier and stay longer that day itself. 53 Another thing you most likely want to have is <a href="https://gnunet.org/en/tutorial.html">your own GNUnet installation</a>. As we haven’t packaged the new versions yet (June 2019) we provide <a href="https://gnunet.org/en/tutorial.html">some tutorials how to install step-by-step</a>. Some of them are not complete, but we find them useful regardless of their state.
54 </p>
55 <h2>Use GNUnet!</h2>
56 <p>
57 <a href="https://gnunet.org/use">Let's gets started...</a>
46 </p> 58 </p>
59 <h2>Report bugs!</h2>
47 <p> 60 <p>
48 We have some meatspace meetings that happen occasionally, mostly in Germany and Switzerland. The usual occasions are: 61 While using GNUnet you will find bugs. Here are some notes on how to do that the most effective way:
49 <ul> 62 <ul>
50 <li>Chaos Communication Congress in Leipzig (DE), 27th-30th December (https://events.ccc.de/congress)</li> 63 <li>run 'gnunet-bugreport'</li>
51 <li>Datenspuren in Dresden (DE), usually by mid/end of September (https://datenspuren.de)</li> 64 <li>Report the output into our <a href="https://bugs.gnunet.org/">bug tracker</a>. Add more details into the description e.g. what happened and what you expected to be happening instead. </li>
52 <li>GNUnet hackweek in Mont-Soleil (CH), usually by end of June</li> 65 <li>In case you do not want to use the public bugtracker, you can also eMail the output to bug-gnunet@gnu.org with the same content.</li>
53 <li>Other meetings on-the-fly, you’ll get to know about them on our Mailinglist or sometimes via the news/blog.</li> 66 <li>It would also be helpful to inform us if your Operating System applies any vendor changes to gnunet which you know about (to exclude sources of problems introduced by your OS).</li>
54 </ul> 67 <li>Then please be patient and wait until your bug report is acknowledged/replied to. Note that only volunteers work on this, so responses may take a while.</li>
68 <li>Also please follow up with eventual questions to the bug to help getting it fixed properly. </li>
69 <li>Once a fix is there: Check if it's working as expected, so that we can properly close the bug report and/or give you credits :)</li>
70 </ul>
55 </p> 71 </p>
56 72 <h2>Contribute!</h2>
57 </div>
58 </div>
59 <div class="row">
60 <div class="col-lg-5">
61 <h2><a href="https://gnunet.org/en/tutorial.html">Get GNUnet Installed!</a></h2>
62 <p> 73 <p>
63 The next thing you most likely want to have is your own GNUnet installation. As we haven’t packaged the new versions yet (June 2019) we provide some tutorials how to install step-by-step. Some of them are not complete, but we find them useful regardless of their state. 74 There are various ways to contribute. We especially need coders with great C skills and a good knowledge of crypto - but helping with this website, the bibliography and our wide documentation efforts are most welcome, too. As we are delivereing a new version now regularly, some packaging skills (for any OS) would a great thing to have - and if you are a designer we engineers would urgently need a hand here, too.
64 </div> 75 </p>
65 <div class="col-lg-5 offset-md-1">
66 <h2><a href="https://bib.gnunet.org/">Bibliography</a></h2>
67 <p>If you are more the reading kind of person, please take a seat in our libary.</p>
68 </div> 76 </div>
69 </div> 77 </div>
78
79
80<!-- MITTE LINKS ^ -->
81
70 <div class="row"> 82 <div class="row">
71 <div class="col-lg-5"> 83 <div class="col-lg-5">
72 <h2><a href="">Use GNUnet</a></h2> 84 <h2>Bibliography</h2>
73 <p> 85 <p>If you are more the reading kind of person, please take a seat <a href="https://bib.gnunet.org/">in our libary...</a></p>
74 Let's gets started... 86 <h2>Videos</h2>
75 </p> 87 <p>...or if you rather want hear us talking to you, lean back and watch some <a href="https://gnunet.org/videos">videos</a> of our talks on conferences.</p>
76 </div> 88 </div>
89
90
91<!-- MITTE RECHTS -->
92
77 <div class="col-lg-5 offset-md-1"> 93 <div class="col-lg-5 offset-md-1">
78 <h2><a href="">Report bugs</a></h2> 94 <h2>Get together!</h2>
79 <p> 95 <p>
80 Help us to find bugs and write them into our <a href="https://gnunet.org/en/tutorial.html">bug tracker</a>. 96 We meet in meatspace occasionally, mostly in Germany and Switzerland. The usual occasions are:
97 <ul>
98 <li><a href="https://events.ccc.de/congress">Chaos Communication Congress</a> in Leipzig (DE), 27th-30th December</li>
99 <li><a href="https://datenspuren.de>Datenspuren</a> in Dresden (DE), usually by mid/end of September</li>
100 <li>GNUnet Hackweek in Mont-Soleil (CH), usually by the end of June</li>
101 <li>Other meetings happening throughout the year: You’ll get to know about it on our Mailinglist (or propose them yourself).</li>
102 </ul>
81 </p> 103 </p>
82 </div> 104 </div>
83 </div> 105 </div>
84 </div> 106 </div>
107
108
109<!-- UNTEN LINKS ^ -->
110
111 <div class="row">
112 <div class="col-lg-5">
113
114
115
116<!-- UNTEN RECHTS ^ -->
117
118 <div class="col-lg-5 offset-md-1">
119
120
121
122
123
124 </div>
85 </article> 125 </article>
86{% endblock body_content %} 126{% endblock body_content %}