2018-03-12 20:31:14 +01:00
|
|
|
|
|
|
|
<%
|
|
|
|
const network = page.network;
|
|
|
|
const data = site.data[network].data;
|
|
|
|
const numbers = site.data.numbers.list[network];
|
|
|
|
const update = site.data.numbers.list.lastUpdate;
|
|
|
|
%>
|
|
|
|
|
|
|
|
<div class="section-title block">
|
|
|
|
<h2><%- __('contributing') %></h2>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<strong><%- __('foreword') %></strong>
|
|
|
|
|
|
|
|
<p><%- __('promptStart') %> <%= page.title %> <%- __('promptEnd') %></p>
|
|
|
|
|
|
|
|
<ol>
|
2018-03-24 02:35:35 +01:00
|
|
|
<li>
|
|
|
|
<%- __('optionOne1') %>
|
|
|
|
<% if (data.donate) { %>
|
|
|
|
<a href="<%= data.donate %>"><%- __('devTeam') %></a> <%- __('or') %>
|
|
|
|
<% } %>
|
|
|
|
<%- __('optionOne2') %>
|
|
|
|
</li>
|
2018-03-12 20:31:14 +01:00
|
|
|
<li>
|
2018-03-24 02:51:28 +01:00
|
|
|
<% if (data.devTutorials) { %>
|
2018-03-12 20:31:14 +01:00
|
|
|
<a href="<%= data.devTutorials %>"><%- __('setUp') %></a> <%- __('optionTwo') %>
|
|
|
|
<% } else { %>
|
|
|
|
<%- __('setUp') %> <%- __('optionTwo') %>
|
|
|
|
<% } %>
|
|
|
|
</li>
|
|
|
|
<li><%- __('optionThree') %></li>
|
|
|
|
<li>
|
|
|
|
<%- __('optionFour1') %> <a href="<%= data.tracker %>"><%- __('issue') %></a>. <%- __('optionFour2') %>
|
2018-03-24 02:51:28 +01:00
|
|
|
<% if (data.bounty) { %>
|
2018-03-12 20:31:14 +01:00
|
|
|
<a href="<%= data.bounty %>"><%- __('bounty') %></a>.
|
|
|
|
<% } else { %>
|
|
|
|
<%- __('bounty') %>.
|
|
|
|
<% } %>
|
|
|
|
</li>
|
|
|
|
<li><%- __('help') %>
|
2018-03-24 02:51:28 +01:00
|
|
|
<% if (data.translating) { %>
|
2018-03-12 20:31:14 +01:00
|
|
|
<a href="<%= data.translating %>"><%- __('translating') %></a>.
|
|
|
|
<% } else { %>
|
|
|
|
<%- __('translating') %>.
|
|
|
|
<% } %>
|
|
|
|
<%- __('optionFive') %> <a href="https://github.com/distributopia/sticker-bay"><%- __('stickers') %></a>.
|
|
|
|
</li>
|
|
|
|
</ol>
|
|
|
|
<br>
|
|
|
|
<strong><%- __('thanks') %> <%= page.title %>.</strong>
|
|
|
|
|
2018-10-21 18:15:12 +02:00
|
|
|
<% if (numbers) { %>
|
|
|
|
<div class="section u-block footnotes">
|
|
|
|
<h4><%- __('note') %></h4>
|
|
|
|
<p class="footnote-item">
|
|
|
|
<span id="fn-1" class="u-emphasize">[1]</span>, <span id="fn-2" class="u-emphasize">[2]</span>, <span id="fn-3" class="u-emphasize">[3]</span> - updated regularly, latest update - <%= update %>
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<% } %>
|