diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 155 |
1 files changed, 65 insertions, 90 deletions
diff --git a/docs/index.html b/docs/index.html index 99d298d2..3b2a762d 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -1,101 +1,76 @@ | |||
1 | <!DOCTYPE html> | 1 | <!DOCTYPE html> |
2 | <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> | 2 | <html lang="en"> |
3 | <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> | 3 | <head> |
4 | <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> | 4 | <meta charset="utf-8"> |
5 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | 5 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
6 | <head> | ||
7 | <title>wallabag</title> | ||
8 | <meta charset="utf-8"> | ||
9 | <meta name="description" content="Documentation for wallabag" /> | ||
10 | <meta name="author" content="Nicolas Lœuillet"> | ||
11 | <link rel="icon" href="templates/default/themes/daux-blue/img/favicon-blue.png" type="image/x-icon"> | ||
12 | <!-- Mobile --> | ||
13 | <meta name="apple-mobile-web-app-capable" content="yes" /> | ||
14 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
15 | 6 | ||
16 | <!-- Font --> | 7 | <title>wallabag - user, admin and developer documentation</title> |
17 | |||
18 | <!-- CSS --> | ||
19 | <link href='templates/default/themes/daux-blue/css/daux-blue.css' rel='stylesheet' type='text/css'> | ||
20 | </head> | ||
21 | <body> | ||
22 | <!-- Homepage --> | ||
23 | <div class="navbar navbar-fixed-top hidden-print"> | ||
24 | <div class="container"> | ||
25 | <a class="brand navbar-brand pull-left" href="index.html">wallabag</a> | ||
26 | <p class="navbar-text pull-right">Generated by <a href="http://daux.io">Daux.io</a></p> | ||
27 | </div> | ||
28 | </div> | ||
29 | |||
30 | <div class="homepage-hero well container-fluid"> | ||
31 | <div class="container"> | ||
32 | <div class="row"> | ||
33 | <div class="text-center col-sm-12"> | ||
34 | <h2>Documentation for wallabag</h2> </div> | ||
35 | </div> | ||
36 | <div class="row"> | ||
37 | <div class="col-sm-10 col-sm-offset-1"> | ||
38 | </div> | ||
39 | </div> | ||
40 | </div> | ||
41 | </div> | ||
42 | 8 | ||
43 | <div class="hero-buttons container-fluid"> | 9 | <link rel="stylesheet" href="http://doc.wallabag.org/css/bootstrap.min.css"> |
44 | <div class="container"> | 10 | <link rel="stylesheet" href="http://doc.wallabag.org/css/font-awesome.min.css"> |
45 | <div class="row"> | 11 | <link rel="stylesheet" href="http://doc.wallabag.org/css/highlight.tomorrow-night.css"> |
46 | <div class="text-center col-sm-12"> | 12 | <link rel="stylesheet" href="http://doc.wallabag.org/css/main.css"> |
47 | <a href="en/Getting_started.html" class="btn btn-primary btn-hero">English</a><a href="fr/Pour_commencer.html" class="btn btn-primary btn-hero">Français</a><a href="de/Einfuehrung.html" class="btn btn-primary btn-hero">Deutsch</a><a href="ru/Getting_started.html" class="btn btn-primary btn-hero">Russian</a> </div> | 13 | </head> |
48 | </div> | 14 | <body> |
49 | </div> | ||
50 | </div> | ||
51 | 15 | ||
52 | <div class="homepage-content container-fluid"> | 16 | <header class="navbar navbar-default navbar-fixed-top"> |
53 | <div class="container"> | 17 | |
54 | <div class="row"> | 18 | <a class="navbar-brand" href="http://doc.wallabag.org/"> |
55 | <div class="col-sm-10 col-sm-offset-1"> | 19 | wallabag |
56 | <p><strong>Welcome on wallabag documentation</strong>. Thanks to this tool, we hope that you can easily use wallabag and work with it. </p> | 20 | <small class="hidden-xs hidden-sm"> |
57 | <p>Today, we have two documentations: for <strong>users</strong> and for <strong>developers</strong>. Just select your language and good reading!<br /> | 21 | user, admin and developer documentation |
58 | Feel free to <a href="https://github.com/wallabag/documentation">contribute to this documentation</a>. It's your documentation. </p> </div> | 22 | </small> |
59 | </div> | 23 | </a> |
60 | </div> | 24 | |
61 | </div> | 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 /> | ||
51 | Feel 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 | ||
56 | This work is free. You can redistribute it and/or modify it under the terms of the MIT License. | ||
57 | See the <a href="https://github.com/wallabag/wallabag/blob/master/copying.html">COPYING file</a> for more details.</em></p> | ||
58 | </section> | ||
62 | 59 | ||
63 | <div class="homepage-footer well container-fluid"> | ||
64 | <div class="container"> | ||
65 | <div class="row"> | ||
66 | <div class="col-sm-5 col-sm-offset-1"> | ||
67 | <ul class="footer-nav"> | ||
68 | <li><a href="https://www.wallabag.org/downloads" target="_blank">Download</a></li><li><a href="https://github.com/wallabag/wallabag" target="_blank">GitHub Repo</a></li><li><a href="http://support.wallabag.org" target="_blank">Help</a></li><li><a href="https://github.com/wallabag/documentation/graphs/contributors" target="_blank">Documentation contributors</a></li> </ul> | ||
69 | </div> | ||
70 | <div class="col-sm-5"> | ||
71 | <div class="pull-right"> | ||
72 | </div> | ||
73 | </div> | ||
74 | </div> | ||
75 | </div> | 60 | </div> |
76 | </div> | 61 | </main> |
77 | 62 | ||
78 | 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> | ||
79 | 66 | ||
80 | <!-- jQuery --> | ||
81 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ||
82 | <script> | 67 | <script> |
83 | if (typeof jQuery == 'undefined') | 68 | $(function() { |
84 | document.write(unescape("%3Cscript src='js/jquery-1.11.0.min.js' type='text/javascript'%3E%3C/script%3E")); | 69 | $("section>h1").wrap('<div class="page-header" />'); |
70 | // Syntax highlighting | ||
71 | hljs.initHighlightingOnLoad(); | ||
72 | }); | ||
85 | </script> | 73 | </script> |
86 | |||
87 | <!-- hightlight.js --> | ||
88 | <script src="js/highlight.min.js"></script> | ||
89 | <script>hljs.initHighlightingOnLoad();</script> | ||
90 | |||
91 | <!-- JS --> | ||
92 | |||
93 | <!-- Front end file editor --> | ||
94 | <script src="js/custom.js"></script> | ||
95 | <!--[if lt IE 9]> | ||
96 | <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
97 | <![endif]--> | ||
98 | 74 | ||
99 | </body> | 75 | </body> |
100 | </html> | 76 | </html> |
101 | |||