mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
redo the whole lot of commits I've deleted while trying Gitlab/Framasoft mirroring
This commit is contained in:
parent
f5618feb73
commit
7f8f8271e4
164 changed files with 13271 additions and 6804 deletions
76
docs/ru/help_wallabag.html
Normal file
76
docs/ru/help_wallabag.html
Normal file
|
@ -0,0 +1,76 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>wallabag - user, admin and developer documentation</title>
|
||||
|
||||
<link rel="stylesheet" href="http://doc.wallabag.org/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="http://doc.wallabag.org/css/font-awesome.min.css">
|
||||
<link rel="stylesheet" href="http://doc.wallabag.org/css/highlight.tomorrow-night.css">
|
||||
<link rel="stylesheet" href="http://doc.wallabag.org/css/main.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<header class="navbar navbar-default navbar-fixed-top">
|
||||
|
||||
<a class="navbar-brand" href="http://doc.wallabag.org/">
|
||||
wallabag
|
||||
<small class="hidden-xs hidden-sm">
|
||||
user, admin and developer documentation
|
||||
</small>
|
||||
</a>
|
||||
<a href="http://doc.wallabag.org/en">EN</a> - <a href="http://doc.wallabag.org/fr">FR</a> - <a href="http://doc.wallabag.org/de">DE</a> - <a href="http://doc.wallabag.org/ru">RU</a>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<main class="container-fluid">
|
||||
<div class="row">
|
||||
|
||||
|
||||
<nav id="sidebar" class="col-sm-3 col-lg-2" role="navigation">
|
||||
|
||||
|
||||
</nav>
|
||||
|
||||
|
||||
<section class="col-lg-10">
|
||||
<h2 id="--">Сообщайте о багах</h2>
|
||||
<h3 id="---wallabag">Связаться с поддержкой wallabag</h3>
|
||||
<p>TODO</p>
|
||||
<h3 id="---">Сообщить о новой проблеме</h3>
|
||||
<p>TODO</p>
|
||||
<h2 id="----1">Написать или исправить документацию</h2>
|
||||
<p>TODO</p>
|
||||
<h2 id="-">Исправить ошибки</h2>
|
||||
<p>TODO</p>
|
||||
<h2 id="--1">Распустить слух</h2>
|
||||
<p>Это совсем не сложно: просто рассказывайте о wallabag! Используйте хэштег #wallabag в ваших социальных сетях: twitter, Facebook, Diaspora*, Google+ и т.д. </p>
|
||||
<p>Наши аккаунты в социальных сетях:</p>
|
||||
<ul>
|
||||
<li><a href="https://framasphere.org/people/2335ff202f920132196e2a0000053625">Diaspora*</a></li>
|
||||
<li><a href="https:/twitter.com/wallabagapp">twitter</a></li>
|
||||
<li><a href="https://www.facebook.com/wallabag">Facebook</a></li>
|
||||
<li><a href="https://plus.google.com/+WallabagOrg/">Google+</a></li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
|
||||
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
|
||||
<script src="http://yandex.st/highlightjs/7.5/highlight.min.js"></script>
|
||||
|
||||
<script>
|
||||
$(function() {
|
||||
$("section>h1").wrap('<div class="page-header" />');
|
||||
// Syntax highlighting
|
||||
hljs.initHighlightingOnLoad();
|
||||
});
|
||||
</script>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue