summaryrefslogtreecommitdiff
path: root/template/development.html.j2
blob: 421970bf7f80f8137ee48f1281094fe1dfe6e2ea (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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
{% extends "common/base.j2" %}
{% block body_content %}
<main id="maincontent">
<div class="container">
  <div class="row">
    <div class="col">
    <h1>{{ _("GNU Taler: Links and Information for Code Development")}}</h1>
    </div>
  </div>

  <div class="row mt-5">
  </div>
  <div class="row justify-content-center text-center">
    <div class="col-8">
      <h2>{{ _("Developer Services")}}</h2>
    </div>
  </div>
  <div class="row mt-5">
  </div>
  <div class="row">
    <div class="col-lg-4 mb-4">
      <a href="https://git.taler.net" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-git-2407191.svg') }}" height=60>
        <h3>{{ _("Git Repositories") }}</h3>
      </a>
      {{ _("Git repositories for all of GNU Taler.") }}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://lcov.taler.net" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/icon-lcov.svg') }}" height=60>
        <h3>{{ _("lcov Results") }}</h3>
      </a>
      {{ _("Shows results of the code coverage analysis for our test suite.") }}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://buildbot.taler.net" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-continuous-integration-4368507.svg') }}" height=60>
        <h3>{{ _("Continuous Integration") }}</h3>
      </a>
      {{ _("Continuous integration and deployment is managed by our Buildbot.") }}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://weblate.taler.net/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-translate-5177522.svg') }}" height=60>
        <h3>{{ _("Internationalization")}}</h3>
      </a>
      {% trans %}
      By using <a href="https://weblate.taler.net/" target="_blank" rel="noopener noreferrer">Weblate</a> 
      everyone in the community can contribute with translations to the web pages and the GNU Taler applications.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://git.taler.net/twister.git/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-twister-2280690.svg') }}" height=60>
        <h3>{{ _("Twister") }}</h3>
      </a>
      {% trans %}
        HTTP modifying man-in-the-middle proxy to test error handling.
      {% endtrans %}
    </div>
  </div>

  <div class="row mt-5">
  </div>

  <div class="row justify-content-center text-center">
    <div class="col-8">
      <h2>{{ _("Experimental Work")}}</h2>
    </div>
  </div>

  <div class="row mt-5">
  </div>

  <div class="row">
    <div class="col-lg-4 mb-4">
      <a href="https://git.gnunet.org/libbrandt.git/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-auction-5172639.svg') }}" height=60>
        <h3>{{ _("SMC Auctions") }}</h3>
      </a>
      {{ _("Secure multiparty auction protocol (future Taler Exchange extension).") }}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://git.taler.net/mch2022.git/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-id-badge-348401.svg') }}" height=60>
        <h3>{{ _("MCH 2022 Badge Integration") }}</h3>
      </a>
      {% trans %}
        Accept GNU Taler payments on your MCH 2022 badge.
      {% endtrans %}
    </div>

<!--    <div class="col-lg-4 mb-4">
      <a href="" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-point-of-sale-3185628.svg') }}" height=60>
        <h3>{{ _("EMVco Integration") }}</h3>
      </a>
      {{ _("Integration with EMVco PoS systems (to be started soon).") }}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-vault-1775866.svg') }}" height=60>
        <h3>{{ _("Taler Vault") }}</h3>
      </a>
      {{ _("Hardware security module for GNU Taler (to be started soon).") }}
    </div>

  <div class="col-lg-4 mb-4">
    <a href="" target="_blank" rel="noopener noreferrer">
      <img src="{{ url('icons/noun-e-commerce-218402.svg') }}" height=60>
      <h3>{{ _("Payage Payment Plugin") }}</h3>
    </a>
      {% trans %}
        GNU Taler payment plugin for Payage/Joomla! (coming soon).
      {% endtrans %}
  </div>
-->
</div>

  <div class="row mt-5">
  </div>
  <div class="row justify-content-center text-center">
    <div class="col-8">
      <h2>{{ _("Community Interaction")}}</h2>
    </div>
  </div>
  <div class="row mt-5">
  </div>

  <div class="row">
    <div class="col-lg-4 mb-4">
      <a href="https://lists.gnu.org/mailman/listinfo/taler" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-email-list-4339749.svg') }}" height=60>
        <h3>{{ _("Mailing List")}}</h3>
      </a>
      {{ _("The public GNU Taler mailing list.") }}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://ich.taler.net/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-chat-5180308.svg') }}" height=60>
        <h3>{% trans %}Community Forum{% endtrans %}</h3>
      </a>
      {% trans %}
      Our community forum for Taler is located at<a href="https://ich.taler.net/" target="_blank" rel="noopener noreferrer"> the Integration Community Hub (TALER ICH)</a>.
      {% endtrans %}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://bugs.taler.net/" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-bug-tracking-2119186.svg') }}" height=60>
        <h3>{{ _("Bug Tracker")}}</h3>
      </a>
      {{ _("Our bug tracker for bugs and feature requests.") }}
    </div>

    <div class="col-lg-4 mb-4">
      <a href="https://docs.taler.net/taler-developer-manual.html" target="_blank" rel="noopener noreferrer">
        <img src="{{ url('icons/noun-onboarding-2896490.svg') }}" height=60>
        <h3>{{ _("Onboarding")}}</h3>
      </a>
      {% trans %}
        Description of our taler.net setup and how to contribute.
      {% endtrans %}
    </div>
  </div>
</div>
{% endblock body_content %}