arcanis.me/_layouts/project.html
2014-07-29 21:42:42 +04:00

61 lines
2.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
comment: true
share: true
back: 2
layout: default
---
<body>
<div class="wrapper">
<header>
<h1>{{ page.title }}</h1>
<p class="view">
{% if page.category == "ru" %}
<a href="#info" title="Информация">Общая информация</a><br>
<a href="#install" title="Установка">Установка</a><br>
<a href="#howto" title="Использование">Использование</a><br>
<a href="#config" title="Настройка">Настройка</a><br>
{% if page.hasgui == true %}
<a href="#gui" title="Графический интерфейс">Графический интерфейс</a><br>
<a href="#screenshots" title="Скриншоты">Скриншоты</a><br>
{% endif %}
<a href="#links" title="Ссылки">Ссылки</a>
{% else %}
<a href="#info" title="Information">General information</a><br>
<a href="#install" title="Installation">Installation guide</a><br>
<a href="#howto" title="How-to">How to use</a><br>
<a href="#config" title="Configuration">Configuration</a><br>
{% if page.hasgui == true %}
<a href="#gui" title="Graphical interface">GUI</a><br>
<a href="#screenshots" title="Screenshots">Screenshots</a><br>
{% endif %}
<a href="#links" title="Links">Links</a>
{% endif %}
</p>
<p class="view">
{% if page.category == "ru" %}
<a href="https://github.com/arcan1s/{{ page.short }}/issues" title="Багтрекер">Сообщить о баге</a>
{% else %}
<a href="https://github.com/arcan1s/{{ page.short }}/issues" title="Bugtracker">Report a bug</a>
{% endif %}
</p>
</header>
<section>
{{ content }}
{% if page.category == "ru" %}
<h2><a href="#links" class="anchor" name="links"><span class="octicon octicon-link"></span></a>Ссылки</h2>
<ul>
<li><a href="https://github.com/arcan1s/{{ page.short }}">Репозиторий на GitHub</a></li>
<li><a href="https://github.com/arcan1s/{{ page.short }}/releases">Последний релиз</a></li>
{% else %}
<h2><a href="#links" class="anchor" name="links"><span class="octicon octicon-link"></span></a>Links</h2>
<ul>
<li><a href="https://github.com/arcan1s/{{ page.short }}">GitHub repo</a></li>
<li><a href="https://github.com/arcan1s/{{ page.short }}/releases">Latest release</a></li>
{% endif %}
{% for link in page.links %}
<li>{{ link }}</li>
{% endfor %}
</ul>