mirror of
https://github.com/wallabag/wallabag.git
synced 2025-09-15 18:57:05 +00:00
add HTML documentation
This commit is contained in:
parent
893b8e4cef
commit
a0c57b35a3
65 changed files with 3969 additions and 0 deletions
101
docs/index.html
Normal file
101
docs/index.html
Normal file
|
@ -0,0 +1,101 @@
|
|||
<!DOCTYPE html>
|
||||
<!--[if lt IE 7]> <html class="no-js ie6 oldie" lang="en"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js ie7 oldie" lang="en"> <![endif]-->
|
||||
<!--[if IE 8]> <html class="no-js ie8 oldie" lang="en"> <![endif]-->
|
||||
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
|
||||
<head>
|
||||
<title>wallabag</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
|
||||
<meta name="description" content="Documentation for wallabag" />
|
||||
<meta name="author" content="Nicolas Lœuillet">
|
||||
<link rel="icon" href="templates/default/themes/daux-blue/img/favicon-blue.png" type="image/x-icon">
|
||||
<!-- Mobile -->
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<!-- Font -->
|
||||
<link href='//fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700&subset=latin,cyrillic-ext,cyrillic' rel='stylesheet' type='text/css'>
|
||||
<!-- CSS -->
|
||||
<link href='templates/default/themes/daux-blue/css/daux-blue.css' rel='stylesheet' type='text/css'>
|
||||
</head>
|
||||
<body>
|
||||
<!-- Homepage -->
|
||||
<div class="navbar navbar-fixed-top hidden-print">
|
||||
<div class="container">
|
||||
<a class="brand navbar-brand pull-left" href="index.html">wallabag</a>
|
||||
<p class="navbar-text pull-right">Generated by <a href="http://daux.io">Daux.io</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="homepage-hero well container-fluid">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="text-center col-sm-12">
|
||||
<h2>Documentation for wallabag</h2> </div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-10 col-sm-offset-1">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="hero-buttons container-fluid">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="text-center col-sm-12">
|
||||
<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> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="homepage-content container-fluid">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-10 col-sm-offset-1">
|
||||
<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 two documentations: for <strong>users</strong> and for <strong>developers</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> </div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="homepage-footer well container-fluid">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-sm-5 col-sm-offset-1">
|
||||
<ul class="footer-nav">
|
||||
<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>
|
||||
</div>
|
||||
<div class="col-sm-5">
|
||||
<div class="pull-right">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<!-- jQuery -->
|
||||
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
|
||||
<script>
|
||||
if (typeof jQuery == 'undefined')
|
||||
document.write(unescape("%3Cscript src='js/jquery-1.11.0.min.js' type='text/javascript'%3E%3C/script%3E"));
|
||||
</script>
|
||||
|
||||
<!-- hightlight.js -->
|
||||
<script src="js/highlight.min.js"></script>
|
||||
<script>hljs.initHighlightingOnLoad();</script>
|
||||
|
||||
<!-- JS -->
|
||||
|
||||
<!-- Front end file editor -->
|
||||
<script src="js/custom.js"></script>
|
||||
<!--[if lt IE 9]>
|
||||
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
|
||||
<![endif]-->
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue