2014-11-04 07:33:05 +00:00
<!DOCTYPE html>
2015-03-13 23:22:11 +00:00
< html lang = "en" >
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2014-11-04 07:33:05 +00:00
2015-03-13 23:22:11 +00:00
< title > wallabag - user, admin and developer documentation< / title >
2014-11-04 07:33:05 +00:00
2015-03-13 23:22:11 +00:00
< 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 >
2014-11-04 07:33:05 +00:00
2015-03-13 23:22:11 +00:00
< 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 >
< / header >
< main class = "container-fluid" >
< div class = "row" >
< nav id = "sidebar" class = "col-sm-3 col-lg-2" role = "navigation" >
< h3 class = "text-muted" >
< a href = "en/index.html" > English< / a >
< / h3 >
< h3 class = "text-muted" >
< a href = "fr/index.html" > Français< / a >
< / h3 >
< h3 class = "text-muted" >
< a href = "de/index.html" > Deutsch< / a >
< / h3 >
< h3 class = "text-muted" >
< a href = "ru/index.html" > русский< / a >
< / h3 >
< / nav >
< section class = "col-lg-10" >
< p > < strong > Welcome on wallabag documentation< / strong > . Thanks to this tool, we hope that you can easily use wallabag and work with it.< / p >
< 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 / >
Feel free to < a href = "https://github.com/wallabag/documentation" > contribute to this documentation< / a > : it's your documentation.< / p >
< p > This documentation is generated thanks to < a href = "http://couscous.io/" > couscous.io< / a > .< / p >
< h2 id = "license" > License< / h2 >
< p > This documentation is under the < a href = "http://en.wikipedia.org/wiki/MIT_License" > MIT license< / a > .< / p >
< p > < em > Copyright © 2013-2014 Nicolas Lœuillet nicolas@loeuillet.org
This work is free. You can redistribute it and/or modify it under the terms of the MIT License.
See the < a href = "https://github.com/wallabag/wallabag/blob/master/copying.html" > COPYING file< / a > for more details.< / em > < / p >
< / section >
2014-11-04 07:33:05 +00:00
< / div >
2015-03-13 23:22:11 +00:00
< / 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 >
2014-11-04 07:33:05 +00:00
< script >
2015-03-13 23:22:11 +00:00
$(function() {
$("section>h1").wrap('< div class = "page-header" / > ');
// Syntax highlighting
hljs.initHighlightingOnLoad();
});
2014-11-04 07:33:05 +00:00
< / script >
2015-03-13 23:22:11 +00:00
< / body >
2014-11-04 07:33:05 +00:00
< / html >