From a0c57b35a338f95a7426f49461cbfa203ec49a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Tue, 4 Nov 2014 08:33:05 +0100 Subject: add HTML documentation --- .../User_documentation/Download_and_install.html | 120 +++++++++++++++++++++ docs/en/User_documentation/Hidden_options.html | 90 ++++++++++++++++ .../Save_your_first_article.html | 115 ++++++++++++++++++++ 3 files changed, 325 insertions(+) create mode 100644 docs/en/User_documentation/Download_and_install.html create mode 100644 docs/en/User_documentation/Hidden_options.html create mode 100644 docs/en/User_documentation/Save_your_first_article.html (limited to 'docs/en/User_documentation') diff --git a/docs/en/User_documentation/Download_and_install.html b/docs/en/User_documentation/Download_and_install.html new file mode 100644 index 00000000..5ed5ce36 --- /dev/null +++ b/docs/en/User_documentation/Download_and_install.html @@ -0,0 +1,120 @@ + + + + + + + Download and install + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +
+ +
+
+
+
+ + +

I don't want to install wallabag

+

If you can't or don't want to install Wallabag on your server, we suggest you create a free account on Framabag wich uses our software: read the complete documentation here (TODO write Create a framabag account).

+

I want to install wallabag

+

Download the latest wallabag version and unpack it. Copy the files on your web server.

+

Prerequisites for your web server

+ +

To ensure that your server has all the prerequisites, you can run the file wallabag_compatibility_test.php that is located in the install directory of wallabag.

+

Installation of the dependencies

+

In order to work properly, wallabag needs some dependencies. To install them, you have to use composer. In your wallabag folder, run the following commands:

+
curl -s http://getcomposer.org/installer | php
+php composer.phar install
+

If you can't install composer (In order to work properly, Wallabag needs some dependencies), we provide you a vendor.zip file to unpack in your wallabag directory.

+

Permissions

+

Your web server needs a writing access in assets, cache and db directory. Otherwise, a message will report that the installation is impossible.

+

Installation of wallabag. At last.

+

Access to wallabag from your web browser. If your server is correctly configured, you reach the setup screen.

+

Fill your database type (sqlite, mysql ou postgresql) and finally the information for your user account.

+

wallabag is now installed.

+

Login

+

From your web browser, you reach the login screen : fill your username and your password to connect to your account.

+

Enjoy!

+
+
+
+
+ + + + + + + + + + + + + + + + + + + + diff --git a/docs/en/User_documentation/Hidden_options.html b/docs/en/User_documentation/Hidden_options.html new file mode 100644 index 00000000..65420813 --- /dev/null +++ b/docs/en/User_documentation/Hidden_options.html @@ -0,0 +1,90 @@ + + + + + + + Hidden options + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +
+ +
+
+
+
+ + +

TODO

+
+
+
+
+ + + + + + + + + + + + + + + + + + + + diff --git a/docs/en/User_documentation/Save_your_first_article.html b/docs/en/User_documentation/Save_your_first_article.html new file mode 100644 index 00000000..a3a89efa --- /dev/null +++ b/docs/en/User_documentation/Save_your_first_article.html @@ -0,0 +1,115 @@ + + + + + + + Save your first article + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +
+ +
+
+
+
+ + +

Once connected, you have many ways to save an article.

+

From the web application

+

Thanks to the bookmarklet

+

From Wikipedia

+
A bookmarklet is a bookmark stored in a web browser that contains JavaScript commands to extend the browser's functionality.
+

From your smartphone

+

Android

+

Installation and configuration

+

TODO

+

Saving an article

+

TODO

+

Reading

+

TODO

+

iOS

+

Installation and configuration

+

TODO

+

Use

+

TODO

+

Windows Phone

+

Installation and configuration

+

TODO

+

From your browser

+

Firefox

+

TODO

+

Chrome

+

TODO

+
+
+
+
+ + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3