mirror of
https://github.com/monero-project/monero-site.git
synced 2024-11-20 02:51:52 +00:00
4c1e8dd858
+ correction on Italian Account + Removed leftover miners.md (replaced by mining.md) + Removed Dust and update Copyright + Code improvement to avoid reading the config file and to use the builtin jekyll config variable passed in the content + Ammount.md:25/26 glitch "\@transaction-privacy" corrected. PL to be checked twice. + Italian ammount.md moneropedia links corrected (terms added to destination entries, unnecessary markdown links removed) + Polish corrections + extend ruby \word-boundary in regex to match `-based` `-like` `-form` + Updated readme according to the new way to add or translate a moneropedia entry + fix mining with CryptoNight variant + rebased to include AR + chery picked #820 to avoid conflicts
162 lines
No EOL
8.3 KiB
Markdown
162 lines
No EOL
8.3 KiB
Markdown
---
|
|
layout: custom
|
|
title: titles.roadmap
|
|
permalink: /resources/roadmap/index.html
|
|
---
|
|
{% t global.lang_tag %}
|
|
<div class="roadmap">
|
|
<div class="text-center pre-roadmap container">
|
|
<div class="row">
|
|
<div class="col-xs-4">
|
|
<li class="completed"></li>
|
|
<p>{% t roadmap.completed %}</p>
|
|
</div>
|
|
<div class="col-xs-4">
|
|
<li class="ongoing"></li>
|
|
<p>{% t roadmap.ongoing %}</p>
|
|
</div>
|
|
<div class="col-xs-4">
|
|
<li class="upcoming"></li>
|
|
<p>{% t roadmap.upcoming %}</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<section class="container">
|
|
<div class="row">
|
|
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
|
<div class="tabPanel-widget">
|
|
<label for="tab-1" tabindex="0"></label>
|
|
<input id="tab-1" type="radio" name="tabs" aria-hidden="true">
|
|
<h2>2014</h2>
|
|
<div class="tabPanel-content">
|
|
{% for toplevel in site.data.lang[site.lang].roadmap %}
|
|
{% if toplevel.year == 2014 %}
|
|
{% for roadlist in toplevel.accomplishments %}
|
|
<div class="row start-xs middle-xs">
|
|
<div class="col-xs-1">
|
|
<span class="{{roadlist.status}}"></span>
|
|
</div>
|
|
<div class="col-xs-11">
|
|
<p>{{roadlist.date}}: {{roadlist.name}}</p>
|
|
</div>
|
|
</div>
|
|
{%endfor%}
|
|
{%endif%}
|
|
{%endfor%}
|
|
</div>
|
|
<label for="tab-2" tabindex="0"></label>
|
|
<input id="tab-2" type="radio" name="tabs" aria-hidden="true">
|
|
<h2>2015</h2>
|
|
<div class="tabPanel-content">
|
|
{% for toplevel in site.data.lang[site.lang].roadmap %}
|
|
{% if toplevel.year == 2015 %}
|
|
{% for roadlist in toplevel.accomplishments %}
|
|
<div class="row start-xs middle-xs">
|
|
<div class="col-xs-1">
|
|
<span class="{{roadlist.status}}"></span>
|
|
</div>
|
|
<div class="col-xs-11">
|
|
<p>{{roadlist.date}}: {{roadlist.name}}</p>
|
|
</div>
|
|
</div>
|
|
{%endfor%}
|
|
{%endif%}
|
|
{%endfor%}
|
|
</div>
|
|
<label for="tab-3" tabindex="0"></label>
|
|
<input id="tab-3" type="radio" name="tabs" aria-hidden="true">
|
|
<h2>2016</h2>
|
|
<div class="tabPanel-content">
|
|
{% for toplevel in site.data.lang[site.lang].roadmap %}
|
|
{% if toplevel.year == 2016 %}
|
|
{% for roadlist in toplevel.accomplishments %}
|
|
<div class="row start-xs middle-xs">
|
|
<div class="col-xs-1">
|
|
<span class="{{roadlist.status}}"></span>
|
|
</div>
|
|
<div class="col-xs-11">
|
|
<p>{{roadlist.date}}: {{roadlist.name}}</p>
|
|
</div>
|
|
</div>
|
|
{%endfor%}
|
|
{%endif%}
|
|
{%endfor%}
|
|
</div>
|
|
<label for="tab-4" tabindex="0"></label>
|
|
<input id="tab-4" type="radio" name="tabs" aria-hidden="true" checked>
|
|
<h2>2017</h2>
|
|
<div class="tabPanel-content">
|
|
{% for toplevel in site.data.lang[site.lang].roadmap %}
|
|
{% if toplevel.year == 2017 %}
|
|
{% for roadlist in toplevel.accomplishments %}
|
|
<div class="row start-xs middle-xs">
|
|
<div class="col-xs-1">
|
|
<span class="{{roadlist.status}}"></span>
|
|
</div>
|
|
<div class="col-xs-11">
|
|
{% if roadlist.date %}
|
|
<p>{{roadlist.date}}: {{roadlist.name}}</p>
|
|
{%else%}
|
|
<p>{{roadlist.name}}</p>
|
|
{%endif%}
|
|
</div>
|
|
</div>
|
|
{%endfor%}
|
|
{%endif%}
|
|
{%endfor%}
|
|
</div>
|
|
<label for="tab-5" tabindex="0"></label>
|
|
<input id="tab-5" type="radio" name="tabs" aria-hidden="true" checked>
|
|
<h2>2018</h2>
|
|
<div class="tabPanel-content">
|
|
{% for toplevel in site.data.lang[site.lang].roadmap %}
|
|
{% if toplevel.year == 2018 %}
|
|
{% for roadlist in toplevel.accomplishments %}
|
|
<div class="row start-xs">
|
|
<div class="col-xs-1">
|
|
<span class="{{roadlist.status}}"></span>
|
|
</div>
|
|
<div class="col-xs-11">
|
|
{% if roadlist.date %}
|
|
<p>{{roadlist.date}}: {{roadlist.name}}</p>
|
|
{%else%}
|
|
<p>{{roadlist.name}}</p>
|
|
{%endif%}
|
|
</div>
|
|
</div>
|
|
{%endfor%}
|
|
{%endif%}
|
|
{%endfor%}
|
|
</div>
|
|
<label for="tab-6" tabindex="0"></label>
|
|
<input id="tab-6" type="radio" name="tabs" aria-hidden="true">
|
|
<h2>{% t roadmap.future %}</h2>
|
|
<div class="tabPanel-content">
|
|
{% for toplevel in site.data.lang[site.lang].roadmap %}
|
|
{% if toplevel.year == 2019 %}
|
|
{% for roadlist in toplevel.accomplishments %}
|
|
<div class="row start-xs">
|
|
<div class="col-xs-1">
|
|
<span class="{{roadlist.status}}"></span>
|
|
</div>
|
|
<div class="col-xs-11">
|
|
{% if roadlist.date %}
|
|
<p>{{roadlist.date}}: {{roadlist.name}}</p>
|
|
{%else%}
|
|
<p>{{roadlist.name}}</p>
|
|
{%endif%}
|
|
</div>
|
|
</div>
|
|
{%endfor%}
|
|
{%endif%}
|
|
{%endfor%}
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
<div class="untranslated {% t roadmap.translated %}">
|
|
<p>{% t global.untranslated %} <a class="untranslated-link" href="https://github.com/monero-project/monero-site/blob/master/README.md">README</a>.</p>
|
|
</div> |