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 From c4457fba85d4b564bebde844d3176964d4f252b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Mon, 24 Nov 2014 13:46:39 +0100 Subject: upgrade documentation --- docs/en/User_documentation/Configure_wallabag.html | 106 +++++++++++++++++++++ .../User_documentation/Download_and_install.html | 17 ++-- docs/en/User_documentation/Hidden_options.html | 40 ++++++-- .../Save_your_first_article.html | 61 ++++++++---- 4 files changed, 190 insertions(+), 34 deletions(-) create mode 100644 docs/en/User_documentation/Configure_wallabag.html (limited to 'docs/en/User_documentation') diff --git a/docs/en/User_documentation/Configure_wallabag.html b/docs/en/User_documentation/Configure_wallabag.html new file mode 100644 index 00000000..af73636d --- /dev/null +++ b/docs/en/User_documentation/Configure_wallabag.html @@ -0,0 +1,106 @@ + + + + + + + Configure wallabag + + + + + + + + + + + + + + + +
+ +
+
+ +
+ +
+ +
+
+
+
+ + +

Configure wallabag

+

From the configuration menu, you can change some wallabag's options.

+

Some parts won't be presented here as they have a complete chapter in the documentation (RSS +feeds, import from a third party service, export your data, Epub conversion and multi-user mode).

+

Theme

+

Of tastes and colors, we do not discuss. That's why wallabag offers you to change its skin to please everyone.

+

Select the theme of your choice from the drop down list and confirm by clicking on Update.

+

Language

+

Select the language of your choice in the drop down list and confirm by clicking on Update +.

+

Password

+

Fill in your new password in the two dedicated fields and confirm by clicking on Update.

+

You will be disconnected and need to enter your new password to access your wallabag.

+

Clear the cache

+

The cache allows wallabag perform certain functions faster.

+

After updating wallabag, it is advised to clear the cache. You only have to click to do so.

+
+
+
+
+
+ + + + + + + + + + + + + + + + + + + + diff --git a/docs/en/User_documentation/Download_and_install.html b/docs/en/User_documentation/Download_and_install.html index 5ed5ce36..5ee9221f 100644 --- a/docs/en/User_documentation/Download_and_install.html +++ b/docs/en/User_documentation/Download_and_install.html @@ -5,7 +5,7 @@ Download and install - + @@ -14,7 +14,7 @@ - + @@ -39,7 +39,7 @@