]> git.immae.eu Git - github/wallabag/wallabag.git/blame - docs/index.html
Updated legacy changelog
[github/wallabag/wallabag.git] / docs / index.html
CommitLineData
a0c57b35 1<!DOCTYPE html>
7f8f8271
TC
2<html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <meta name="viewport" content="width=device-width, initial-scale=1">
a0c57b35 6
7f8f8271 7 <title>wallabag - user, admin and developer documentation</title>
a0c57b35 8
7f8f8271
TC
9 <link rel="stylesheet" href="http://doc.wallabag.org/css/bootstrap.min.css">
10 <link rel="stylesheet" href="http://doc.wallabag.org/css/font-awesome.min.css">
11 <link rel="stylesheet" href="http://doc.wallabag.org/css/highlight.tomorrow-night.css">
12 <link rel="stylesheet" href="http://doc.wallabag.org/css/main.css">
13 </head>
14 <body>
a0c57b35 15
7f8f8271
TC
16 <header class="navbar navbar-default navbar-fixed-top">
17
18 <a class="navbar-brand" href="http://doc.wallabag.org/">
19 wallabag
20 <small class="hidden-xs hidden-sm">
21 user, admin and developer documentation
22 </small>
23 </a>
24
25
26 </header>
27
28 <main class="container-fluid">
29 <div class="row">
30
31 <nav id="sidebar" class="col-sm-3 col-lg-2" role="navigation">
32
33 <h3 class="text-muted">
34 <a href="en/index.html">English</a>
35 </h3>
36 <h3 class="text-muted">
37 <a href="fr/index.html">Français</a>
38 </h3>
39 <h3 class="text-muted">
40 <a href="de/index.html">Deutsch</a>
41 </h3>
42 <h3 class="text-muted">
43 <a href="ru/index.html">русский</a>
44 </h3>
45
46 </nav>
47
48 <section class="col-lg-10">
49 <p><strong>Welcome on wallabag documentation</strong>. Thanks to this tool, we hope that you can easily use wallabag and work with it.</p>
50<p>Today, we have three documentations: for <strong>users</strong>, for <strong>developers</strong> and for <strong>administrators</strong>. Just select your language and good reading!<br />
51Feel free to <a href="https://github.com/wallabag/documentation">contribute to this documentation</a>: it's your documentation.</p>
52<p>This documentation is generated thanks to <a href="http://couscous.io/">couscous.io</a>.</p>
53<h2 id="license">License</h2>
54<p>This documentation is under the <a href="http://en.wikipedia.org/wiki/MIT_License">MIT license</a>.</p>
55<p><em>Copyright © 2013-2014 Nicolas Lœuillet nicolas@loeuillet.org
56This work is free. You can redistribute it and/or modify it under the terms of the MIT License.
57See the <a href="https://github.com/wallabag/wallabag/blob/master/copying.html">COPYING file</a> for more details.</em></p>
58 </section>
a0c57b35 59
a0c57b35 60 </div>
7f8f8271
TC
61 </main>
62
63 <script src="//code.jquery.com/jquery-1.11.0.min.js"></script>
64 <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script>
65 <script src="http://yandex.st/highlightjs/7.5/highlight.min.js"></script>
a0c57b35 66
a0c57b35 67 <script>
7f8f8271
TC
68 $(function() {
69 $("section>h1").wrap('<div class="page-header" />');
70 // Syntax highlighting
71 hljs.initHighlightingOnLoad();
72 });
a0c57b35 73 </script>
a0c57b35 74
7f8f8271 75 </body>
a0c57b35 76</html>