diff options
Diffstat (limited to 'docs/en/Help_wallabag.html')
-rw-r--r-- | docs/en/Help_wallabag.html | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/docs/en/Help_wallabag.html b/docs/en/Help_wallabag.html new file mode 100644 index 00000000..5d4c307f --- /dev/null +++ b/docs/en/Help_wallabag.html | |||
@@ -0,0 +1,90 @@ | |||
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>Help wallabag</title> | ||
8 | <meta http-equiv="content-type" content="text/html; 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 | <link href='//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,cyrillic-ext,cyrillic' rel='stylesheet' type='text/css'> | ||
18 | <!-- CSS --> | ||
19 | <link href='../templates/default/themes/daux-blue/css/daux-blue.css' rel='stylesheet' type='text/css'> | ||
20 | </head> | ||
21 | <body> | ||
22 | <!-- Docs --> | ||
23 | <div class="container-fluid fluid-height wrapper"> | ||
24 | <div class="navbar navbar-fixed-top hidden-print"> | ||
25 | <div class="container-fluid"> | ||
26 | <a class="brand navbar-brand pull-left" href="../index.html">wallabag</a> | ||
27 | <p class="navbar-text pull-right">Generated by <a href="http://daux.io">Daux.io</a></p> | ||
28 | </div> | ||
29 | </div> | ||
30 | <div class="row columns content"> | ||
31 | <div class="left-column article-tree col-sm-3 hidden-print"> | ||
32 | <!-- For Mobile --> | ||
33 | <div class="responsive-collapse"> | ||
34 | <button type="button" class="btn btn-sidebar" id="menu-spinner-button"> | ||
35 | <span class="icon-bar"></span> | ||
36 | <span class="icon-bar"></span> | ||
37 | <span class="icon-bar"></span> | ||
38 | </button> | ||
39 | </div> | ||
40 | <div id="sub-nav-collapse" class="sub-nav-collapse"> | ||
41 | <!-- Navigation --> | ||
42 | <ul class="nav nav-list"><li><a href="../en/Getting_started.html">Getting started</a></li><li class="active"><a href="../en/Help_wallabag.html">Help wallabag</a></li><li><a href="#" class="aj-nav folder">User documentation</a><ul class="nav nav-list"><li><a href="../en/User_documentation/Download_and_install.html">Download and install</a></li><li><a href="../en/User_documentation/Save_your_first_article.html">Save your first article</a></li><li><a href="../en/User_documentation/Hidden_options.html">Hidden options</a></li></ul></li><li><a href="#" class="aj-nav folder">Technical documentation</a><ul class="nav nav-list"></ul></li></ul> <div class="well well-sidebar"> | ||
43 | |||
44 | <!-- Links --> | ||
45 | <a href="https://www.wallabag.org/downloads" target="_blank">Download</a><br><a href="https://github.com/wallabag/wallabag" target="_blank">GitHub Repo</a><br><a href="http://support.wallabag.org" target="_blank">Help</a><br><a href="https://github.com/wallabag/documentation/graphs/contributors" target="_blank">Documentation contributors</a><br> | ||
46 | <!-- Twitter --> | ||
47 | </div> | ||
48 | </div> | ||
49 | </div> | ||
50 | <div class="right-column content-area col-sm-9"> | ||
51 | <div class="content-page"> | ||
52 | <article> | ||
53 | <div class="page-header sub-header clearfix"> | ||
54 | <h1>Help wallabag </h1> | ||
55 | <span style="float: left; font-size: 10px; color: gray;"> | ||
56 | Monday, November 3, 2014 </span> | ||
57 | <span style="float: right; font-size: 10px; color: gray;"> | ||
58 | 1:28 PM </span> | ||
59 | </div> | ||
60 | |||
61 | <p>TODO</p> </article> | ||
62 | </div> | ||
63 | </div> | ||
64 | </div> | ||
65 | </div> | ||
66 | |||
67 | |||
68 | |||
69 | <!-- jQuery --> | ||
70 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> | ||
71 | <script> | ||
72 | if (typeof jQuery == 'undefined') | ||
73 | document.write(unescape("%3Cscript src='../js/jquery-1.11.0.min.js' type='text/javascript'%3E%3C/script%3E")); | ||
74 | </script> | ||
75 | |||
76 | <!-- hightlight.js --> | ||
77 | <script src="../js/highlight.min.js"></script> | ||
78 | <script>hljs.initHighlightingOnLoad();</script> | ||
79 | |||
80 | <!-- JS --> | ||
81 | |||
82 | <!-- Front end file editor --> | ||
83 | <script src="../js/custom.js"></script> | ||
84 | <!--[if lt IE 9]> | ||
85 | <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
86 | <![endif]--> | ||
87 | |||
88 | </body> | ||
89 | </html> | ||
90 | |||