2018-03-12 19:31:14 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
layout: layout
|
2019-04-08 13:22:48 +00:00
|
|
|
network: true
|
2018-03-12 19:31:14 +00:00
|
|
|
---
|
|
|
|
|
|
|
|
<%
|
|
|
|
const data = site.data.mastodon.data;
|
2019-07-11 20:55:16 +00:00
|
|
|
const tuts = [__('howto'), __('guide')];
|
2020-04-08 18:32:38 +00:00
|
|
|
const uxList = [__('pinafore'), __('halcyon'), __('mastoGallery'), __('trunk')];
|
2019-05-17 19:36:27 +00:00
|
|
|
const stats = [__('stats')];
|
2021-03-08 18:59:48 +00:00
|
|
|
const tech = [__('awesome'), __('backup')];
|
|
|
|
const tools = [__('preinstalled'), __('mediaHosting')];
|
2018-06-09 18:55:48 +00:00
|
|
|
const utils = [__('mastofeed'), __('crossposting'), __('feedPreview'), __('webmentions'), __('feed2toot')];
|
2018-03-12 19:31:14 +00:00
|
|
|
%>
|
|
|
|
|
|
|
|
<%- partial('_partial/heroheader') %>
|
|
|
|
|
2019-04-08 13:22:48 +00:00
|
|
|
<main class="contents">
|
2018-03-12 19:31:14 +00:00
|
|
|
|
|
|
|
<%- partial('_partial/header') %>
|
|
|
|
|
|
|
|
<div class="section-wrapper">
|
|
|
|
|
|
|
|
<%- partial('_partial/generalinfo') %>
|
|
|
|
|
|
|
|
<section class="column">
|
2020-11-08 17:22:52 +00:00
|
|
|
<div class="section u-block inline-items">
|
2018-03-12 19:31:14 +00:00
|
|
|
<h4><%- __('users') %></h4>
|
2018-06-09 18:55:48 +00:00
|
|
|
<ul class="section-list">
|
2018-08-23 22:18:07 +00:00
|
|
|
<% for (item in data.forUsers) { %>
|
|
|
|
<% let n = data.forUsers[item].id %>
|
2018-06-09 18:55:48 +00:00
|
|
|
<li>
|
2018-08-23 22:18:07 +00:00
|
|
|
<a href="<%= data.forUsers[item].url %>"><%= uxList[n] %></a>
|
2018-06-09 18:55:48 +00:00
|
|
|
</li>
|
|
|
|
<% } %>
|
|
|
|
</ul>
|
2018-03-12 19:31:14 +00:00
|
|
|
</div>
|
2020-11-08 17:22:52 +00:00
|
|
|
<div class="section u-block inline-items">
|
2018-08-23 22:18:07 +00:00
|
|
|
<h4><%- __('techies') %></h4>
|
2018-03-12 19:31:14 +00:00
|
|
|
<ul class="section-list">
|
2020-11-08 17:22:52 +00:00
|
|
|
<% for (item in data.forTechies) { %>
|
|
|
|
<% let c = data.forTechies[item].id %>
|
|
|
|
<li>
|
|
|
|
<a href="<%= data.forTechies[item].url %>"><%= tech[c] %></a>
|
|
|
|
</li>
|
|
|
|
<% } %>
|
2018-08-23 22:18:07 +00:00
|
|
|
<% for (item in data.services) { %>
|
|
|
|
<% let b = data.services[item].id %>
|
2018-03-12 19:31:14 +00:00
|
|
|
<li class="u-inline">
|
2018-08-23 22:18:07 +00:00
|
|
|
<a href="<%= data.services[item].url %>"><%= tools[b] %></a><span> / </span>
|
2018-03-12 19:31:14 +00:00
|
|
|
</li>
|
|
|
|
<% } %>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2019-02-13 17:55:23 +00:00
|
|
|
</section>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="section-wrapper">
|
|
|
|
<div class="column">
|
2020-11-08 17:22:52 +00:00
|
|
|
<div class="section u-block inline-items">
|
2019-02-13 17:55:23 +00:00
|
|
|
<h4><%- __('tuts') %></h4>
|
2018-03-12 19:31:14 +00:00
|
|
|
<ul class="section-list">
|
2019-02-13 17:55:23 +00:00
|
|
|
<% for (item in data.tutorials) { %>
|
|
|
|
<% let n = data.tutorials[item].id %>
|
|
|
|
<li class="u-inline">
|
|
|
|
<a href="<%= data.tutorials[item].url %>"><%= tuts[n] %></a><span> / </span>
|
2018-03-12 19:31:14 +00:00
|
|
|
</li>
|
|
|
|
<% } %>
|
|
|
|
</ul>
|
|
|
|
</div>
|
2020-11-08 17:22:52 +00:00
|
|
|
<div class="section u-block inline-items">
|
2018-03-12 19:31:14 +00:00
|
|
|
<h4><%- __('utilities') %></h4>
|
|
|
|
<ul class="section-list">
|
2018-08-23 22:18:07 +00:00
|
|
|
<% for (item in data.utilities) { %>
|
|
|
|
<% let u = data.utilities[item].id %>
|
2018-03-12 19:31:14 +00:00
|
|
|
<li>
|
2018-08-23 22:18:07 +00:00
|
|
|
<a href="<%= data.utilities[item].url %>"><%= utils[u] %></a>
|
2018-03-12 19:31:14 +00:00
|
|
|
</li>
|
|
|
|
<% } %>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="column">
|
2020-11-08 17:22:52 +00:00
|
|
|
<div class="section u-block inline-items">
|
|
|
|
<h4><%- __('forks') %></h4>
|
2018-03-12 19:31:14 +00:00
|
|
|
<ul class="section-list">
|
2019-02-13 17:55:23 +00:00
|
|
|
<% for (item in data.forks) { %>
|
|
|
|
<li>
|
2019-06-27 18:07:38 +00:00
|
|
|
<a href="<%= data.forks[item].url %>"><%= data.forks[item].descr %></a>
|
2018-03-12 19:31:14 +00:00
|
|
|
</li>
|
|
|
|
<% } %>
|
|
|
|
</ul>
|
2018-06-09 18:55:48 +00:00
|
|
|
</div>
|
2020-11-08 17:22:52 +00:00
|
|
|
<div class="section u-block inline-items">
|
2018-08-23 22:18:07 +00:00
|
|
|
<h4><%- __('metrics') %></h4>
|
2018-05-05 21:43:55 +00:00
|
|
|
<ul class="section-list">
|
2018-08-23 22:18:07 +00:00
|
|
|
<% for (item in data.metrics) { %>
|
|
|
|
<% let s = data.metrics[item].id %>
|
|
|
|
<li class="u-inline">
|
|
|
|
<a href="<%= data.metrics[item].url %>"><%= stats[s] %></a><span> / </span>
|
2018-05-05 21:43:55 +00:00
|
|
|
</li>
|
|
|
|
<% } %>
|
|
|
|
</ul>
|
2018-03-12 19:31:14 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<%- partial('_partial/world') %>
|
|
|
|
<br>
|
|
|
|
<%- partial('_partial/contributing') %>
|
|
|
|
|
|
|
|
<%- partial('_partial/buttons') %>
|
|
|
|
</main>
|