mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-27 11:22:17 -05:00
116 lines
6.1 KiB
HTML
116 lines
6.1 KiB
HTML
|
<!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>Save your first article</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>
|
||
|
<!-- Docs -->
|
||
|
<div class="container-fluid fluid-height wrapper">
|
||
|
<div class="navbar navbar-fixed-top hidden-print">
|
||
|
<div class="container-fluid">
|
||
|
<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="row columns content">
|
||
|
<div class="left-column article-tree col-sm-3 hidden-print">
|
||
|
<!-- For Mobile -->
|
||
|
<div class="responsive-collapse">
|
||
|
<button type="button" class="btn btn-sidebar" id="menu-spinner-button">
|
||
|
<span class="icon-bar"></span>
|
||
|
<span class="icon-bar"></span>
|
||
|
<span class="icon-bar"></span>
|
||
|
</button>
|
||
|
</div>
|
||
|
<div id="sub-nav-collapse" class="sub-nav-collapse">
|
||
|
<!-- Navigation -->
|
||
|
<ul class="nav nav-list"><li><a href="../../en/Getting_started.html">Getting started</a></li><li><a href="../../en/Help_wallabag.html">Help wallabag</a></li><li class="open"><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 class="active"><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">
|
||
|
|
||
|
<!-- Links -->
|
||
|
<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>
|
||
|
<!-- Twitter -->
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div class="right-column content-area col-sm-9">
|
||
|
<div class="content-page">
|
||
|
<article>
|
||
|
<div class="page-header sub-header clearfix">
|
||
|
<h1>Save your first article </h1>
|
||
|
<span style="float: left; font-size: 10px; color: gray;">
|
||
|
Sunday, October 26, 2014 </span>
|
||
|
<span style="float: right; font-size: 10px; color: gray;">
|
||
|
9:34 PM </span>
|
||
|
</div>
|
||
|
|
||
|
<p>Once connected, you have many ways to save an article.</p>
|
||
|
<h2>From the web application</h2>
|
||
|
<h2>Thanks to the bookmarklet</h2>
|
||
|
<p><a href="http://en.wikipedia.org/wiki/Bookmarklet">From Wikipedia</a></p>
|
||
|
<pre><code>A bookmarklet is a bookmark stored in a web browser that contains JavaScript commands to extend the browser's functionality.</code></pre>
|
||
|
<h2>From your smartphone</h2>
|
||
|
<h3>Android</h3>
|
||
|
<h4>Installation and configuration</h4>
|
||
|
<p>TODO</p>
|
||
|
<h4>Saving an article</h4>
|
||
|
<p>TODO</p>
|
||
|
<h4>Reading</h4>
|
||
|
<p>TODO</p>
|
||
|
<h3>iOS</h3>
|
||
|
<h4>Installation and configuration</h4>
|
||
|
<p>TODO</p>
|
||
|
<h4>Use</h4>
|
||
|
<p>TODO</p>
|
||
|
<h3>Windows Phone</h3>
|
||
|
<h4>Installation and configuration</h4>
|
||
|
<p>TODO</p>
|
||
|
<h2>From your browser</h2>
|
||
|
<h3>Firefox</h3>
|
||
|
<p>TODO</p>
|
||
|
<h3>Chrome</h3>
|
||
|
<p>TODO</p> </article>
|
||
|
</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>
|
||
|
|