diff options
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 101 |
1 files changed, 101 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..99d298d2 --- /dev/null +++ b/docs/index.html | |||
@@ -0,0 +1,101 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]--> | ||
3 | <!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]--> | ||
4 | <!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]--> | ||
5 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | ||
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 | |||
16 | <!-- Font --> | ||
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 | |||
43 | <div class="hero-buttons container-fluid"> | ||
44 | <div class="container"> | ||
45 | <div class="row"> | ||
46 | <div class="text-center col-sm-12"> | ||
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> | ||
48 | </div> | ||
49 | </div> | ||
50 | </div> | ||
51 | |||
52 | <div class="homepage-content container-fluid"> | ||
53 | <div class="container"> | ||
54 | <div class="row"> | ||
55 | <div class="col-sm-10 col-sm-offset-1"> | ||
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> | ||
57 | <p>Today, we have two documentations: for <strong>users</strong> and for <strong>developers</strong>. Just select your language and good reading!<br /> | ||
58 | Feel free to <a href="https://github.com/wallabag/documentation">contribute to this documentation</a>. It's your documentation. </p> </div> | ||
59 | </div> | ||
60 | </div> | ||
61 | </div> | ||
62 | |||
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> | ||
76 | </div> | ||
77 | |||
78 | |||
79 | |||
80 | <!-- jQuery --> | ||
81 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ||
82 | <script> | ||
83 | if (typeof jQuery == 'undefined') | ||
84 | document.write(unescape("%3Cscript src='js/jquery-1.11.0.min.js' type='text/javascript'%3E%3C/script%3E")); | ||
85 | </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 | |||
99 | </body> | ||
100 | </html> | ||
101 | |||