aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2015-08-18 00:33:25 +0200
committerVirtualTam <virtualtam@flibidi.net>2015-08-18 00:33:25 +0200
commit6335a0fc0ce0c2f962333f0b4d6baac1671df901 (patch)
tree8cb128628e987cd622f581eea55febb2b8544530
parentf8bf8d8e595a9128ebdf00091a648d186ba9a628 (diff)
downloadShaarli-6335a0fc0ce0c2f962333f0b4d6baac1671df901.tar.gz
Shaarli-6335a0fc0ce0c2f962333f0b4d6baac1671df901.tar.zst
Shaarli-6335a0fc0ce0c2f962333f0b4d6baac1671df901.zip
Doc: sync from Wiki, generate HTML
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
-rw-r--r--doc/3rd-party-libraries.html1
-rw-r--r--doc/Backup,-restore,-import-and-export.html1
-rw-r--r--doc/Coding-guidelines.html1
-rw-r--r--doc/Community-&-Related-software.html1
-rw-r--r--doc/Copy-an-existing-installation-over-SSH-and-serve-it-locally.html1
-rw-r--r--doc/Datastore-hacks.html1
-rw-r--r--doc/Development.html1
-rw-r--r--doc/Directory-structure.html1
-rw-r--r--doc/Download-CSS-styles-from-an-OPML-list.html1
-rw-r--r--doc/Example-patch---add-new-via-field-for-links.html1
-rw-r--r--doc/FAQ.html1
-rw-r--r--doc/Firefox-share.html1
-rw-r--r--doc/GnuPG-signature.html1
-rw-r--r--doc/Home.html1
-rw-r--r--doc/Plugin-System.html1
-rw-r--r--doc/RSS-feeds.html1
-rw-r--r--doc/Security.html1
-rw-r--r--doc/Server-configuration.html1
-rw-r--r--doc/Server-requirements.html1
-rw-r--r--doc/Shaarli-configuration.html1
-rw-r--r--doc/Sharing-button.html1
-rw-r--r--doc/Static-analysis.html1
-rw-r--r--doc/TODO.html1
-rw-r--r--doc/Theming.html1
-rw-r--r--doc/Troubleshooting.html50
-rw-r--r--doc/Troubleshooting.md51
-rw-r--r--doc/Unit-tests.html1
-rw-r--r--doc/Usage.html1
-rw-r--r--doc/_Sidebar.html2
-rw-r--r--doc/_Sidebar.md1
-rw-r--r--doc/sidebar.html1
31 files changed, 128 insertions, 3 deletions
diff --git a/doc/3rd-party-libraries.html b/doc/3rd-party-libraries.html
index a9c3a88e..86f670ae 100644
--- a/doc/3rd-party-libraries.html
+++ b/doc/3rd-party-libraries.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
diff --git a/doc/Backup,-restore,-import-and-export.html b/doc/Backup,-restore,-import-and-export.html
index 183a5ed4..40c7a852 100644
--- a/doc/Backup,-restore,-import-and-export.html
+++ b/doc/Backup,-restore,-import-and-export.html
@@ -51,6 +51,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
54<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
54</ul></li> 55</ul></li>
55<li><a href="Troubleshooting.html">Troubleshooting</a></li> 56<li><a href="Troubleshooting.html">Troubleshooting</a></li>
56<li><a href="Development.html">Development</a> 57<li><a href="Development.html">Development</a>
diff --git a/doc/Coding-guidelines.html b/doc/Coding-guidelines.html
index 0f071a5a..fd6fa571 100644
--- a/doc/Coding-guidelines.html
+++ b/doc/Coding-guidelines.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
diff --git a/doc/Community-&-Related-software.html b/doc/Community-&-Related-software.html
index 5468379c..25ef0f88 100644
--- a/doc/Community-&-Related-software.html
+++ b/doc/Community-&-Related-software.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
diff --git a/doc/Copy-an-existing-installation-over-SSH-and-serve-it-locally.html b/doc/Copy-an-existing-installation-over-SSH-and-serve-it-locally.html
index 9e930e52..1e81b735 100644
--- a/doc/Copy-an-existing-installation-over-SSH-and-serve-it-locally.html
+++ b/doc/Copy-an-existing-installation-over-SSH-and-serve-it-locally.html
@@ -51,6 +51,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
54<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
54</ul></li> 55</ul></li>
55<li><a href="Troubleshooting.html">Troubleshooting</a></li> 56<li><a href="Troubleshooting.html">Troubleshooting</a></li>
56<li><a href="Development.html">Development</a> 57<li><a href="Development.html">Development</a>
diff --git a/doc/Datastore-hacks.html b/doc/Datastore-hacks.html
index 4677ae91..e3adee19 100644
--- a/doc/Datastore-hacks.html
+++ b/doc/Datastore-hacks.html
@@ -51,6 +51,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
54<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
54</ul></li> 55</ul></li>
55<li><a href="Troubleshooting.html">Troubleshooting</a></li> 56<li><a href="Troubleshooting.html">Troubleshooting</a></li>
56<li><a href="Development.html">Development</a> 57<li><a href="Development.html">Development</a>
diff --git a/doc/Development.html b/doc/Development.html
index 1e33eff4..6e222573 100644
--- a/doc/Development.html
+++ b/doc/Development.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
diff --git a/doc/Directory-structure.html b/doc/Directory-structure.html
index 4ea5e249..ae0458f3 100644
--- a/doc/Directory-structure.html
+++ b/doc/Directory-structure.html
@@ -51,6 +51,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
54<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
54</ul></li> 55</ul></li>
55<li><a href="Troubleshooting.html">Troubleshooting</a></li> 56<li><a href="Troubleshooting.html">Troubleshooting</a></li>
56<li><a href="Development.html">Development</a> 57<li><a href="Development.html">Development</a>
diff --git a/doc/Download-CSS-styles-from-an-OPML-list.html b/doc/Download-CSS-styles-from-an-OPML-list.html
index b21a54bd..033dd18c 100644
--- a/doc/Download-CSS-styles-from-an-OPML-list.html
+++ b/doc/Download-CSS-styles-from-an-OPML-list.html
@@ -51,6 +51,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
54<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
54</ul></li> 55</ul></li>
55<li><a href="Troubleshooting.html">Troubleshooting</a></li> 56<li><a href="Troubleshooting.html">Troubleshooting</a></li>
56<li><a href="Development.html">Development</a> 57<li><a href="Development.html">Development</a>
diff --git a/doc/Example-patch---add-new-via-field-for-links.html b/doc/Example-patch---add-new-via-field-for-links.html
index 44352d3e..ff73ec0f 100644
--- a/doc/Example-patch---add-new-via-field-for-links.html
+++ b/doc/Example-patch---add-new-via-field-for-links.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
diff --git a/doc/FAQ.html b/doc/FAQ.html
index 0ebd1bcf..b26b6355 100644
--- a/doc/FAQ.html
+++ b/doc/FAQ.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
diff --git a/doc/Firefox-share.html b/doc/Firefox-share.html
index 198afe23..d666ac7b 100644
--- a/doc/Firefox-share.html
+++ b/doc/Firefox-share.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
diff --git a/doc/GnuPG-signature.html b/doc/GnuPG-signature.html
index c9e0455a..b7dc1083 100644
--- a/doc/GnuPG-signature.html
+++ b/doc/GnuPG-signature.html
@@ -51,6 +51,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
54<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
54</ul></li> 55</ul></li>
55<li><a href="Troubleshooting.html">Troubleshooting</a></li> 56<li><a href="Troubleshooting.html">Troubleshooting</a></li>
56<li><a href="Development.html">Development</a> 57<li><a href="Development.html">Development</a>
diff --git a/doc/Home.html b/doc/Home.html
index 37d62e8b..90372a40 100644
--- a/doc/Home.html
+++ b/doc/Home.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
diff --git a/doc/Plugin-System.html b/doc/Plugin-System.html
index 6d08d859..719b76fe 100644
--- a/doc/Plugin-System.html
+++ b/doc/Plugin-System.html
@@ -51,6 +51,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
54<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
54</ul></li> 55</ul></li>
55<li><a href="Troubleshooting.html">Troubleshooting</a></li> 56<li><a href="Troubleshooting.html">Troubleshooting</a></li>
56<li><a href="Development.html">Development</a> 57<li><a href="Development.html">Development</a>
diff --git a/doc/RSS-feeds.html b/doc/RSS-feeds.html
index 4a9b7a0e..7d1de078 100644
--- a/doc/RSS-feeds.html
+++ b/doc/RSS-feeds.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
diff --git a/doc/Security.html b/doc/Security.html
index 1fbbabde..db44da2c 100644
--- a/doc/Security.html
+++ b/doc/Security.html
@@ -51,6 +51,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
54<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
54</ul></li> 55</ul></li>
55<li><a href="Troubleshooting.html">Troubleshooting</a></li> 56<li><a href="Troubleshooting.html">Troubleshooting</a></li>
56<li><a href="Development.html">Development</a> 57<li><a href="Development.html">Development</a>
diff --git a/doc/Server-configuration.html b/doc/Server-configuration.html
index de6bf488..e4e383a3 100644
--- a/doc/Server-configuration.html
+++ b/doc/Server-configuration.html
@@ -51,6 +51,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
54<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
54</ul></li> 55</ul></li>
55<li><a href="Troubleshooting.html">Troubleshooting</a></li> 56<li><a href="Troubleshooting.html">Troubleshooting</a></li>
56<li><a href="Development.html">Development</a> 57<li><a href="Development.html">Development</a>
diff --git a/doc/Server-requirements.html b/doc/Server-requirements.html
index bf5a2e8b..b0426eec 100644
--- a/doc/Server-requirements.html
+++ b/doc/Server-requirements.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
diff --git a/doc/Shaarli-configuration.html b/doc/Shaarli-configuration.html
index 90c09542..663b43e5 100644
--- a/doc/Shaarli-configuration.html
+++ b/doc/Shaarli-configuration.html
@@ -51,6 +51,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
54<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
54</ul></li> 55</ul></li>
55<li><a href="Troubleshooting.html">Troubleshooting</a></li> 56<li><a href="Troubleshooting.html">Troubleshooting</a></li>
56<li><a href="Development.html">Development</a> 57<li><a href="Development.html">Development</a>
diff --git a/doc/Sharing-button.html b/doc/Sharing-button.html
index 034f2f9c..d3f36253 100644
--- a/doc/Sharing-button.html
+++ b/doc/Sharing-button.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
diff --git a/doc/Static-analysis.html b/doc/Static-analysis.html
index d4588e4d..dd1dd223 100644
--- a/doc/Static-analysis.html
+++ b/doc/Static-analysis.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
diff --git a/doc/TODO.html b/doc/TODO.html
index f66d64f2..c25775cc 100644
--- a/doc/TODO.html
+++ b/doc/TODO.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
diff --git a/doc/Theming.html b/doc/Theming.html
index e814dadf..b5d214e5 100644
--- a/doc/Theming.html
+++ b/doc/Theming.html
@@ -51,6 +51,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
54<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
54</ul></li> 55</ul></li>
55<li><a href="Troubleshooting.html">Troubleshooting</a></li> 56<li><a href="Troubleshooting.html">Troubleshooting</a></li>
56<li><a href="Development.html">Development</a> 57<li><a href="Development.html">Development</a>
diff --git a/doc/Troubleshooting.html b/doc/Troubleshooting.html
index 6965a578..00cfdff8 100644
--- a/doc/Troubleshooting.html
+++ b/doc/Troubleshooting.html
@@ -51,6 +51,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
54<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
54</ul></li> 55</ul></li>
55<li><a href="Troubleshooting.html">Troubleshooting</a></li> 56<li><a href="Troubleshooting.html">Troubleshooting</a></li>
56<li><a href="Development.html">Development</a> 57<li><a href="Development.html">Development</a>
@@ -74,6 +75,54 @@ code > span.er { color: #ff0000; font-weight: bold; }
74</ul> 75</ul>
75</div> 76</div>
76<h1 id="troubleshooting">Troubleshooting</h1> 77<h1 id="troubleshooting">Troubleshooting</h1>
78<h2 id="browser">Browser</h2>
79<h3 id="redirection-issues-http-referer">Redirection issues (HTTP Referer)</h3>
80<p>Depending on its configuration and installed plugins, the browser may remove or alter (spoof) HTTP referers, thus preventing Shaarli from properly redirecting between pages.</p>
81<p>See:</p>
82<ul>
83<li><a href="https://en.wikipedia.org/wiki/HTTP_referer">HTTP referer</a> (Wikipedia)<a href=".html"></a></li>
84<li><a href="http://www.ghacks.net/2015/01/22/improve-online-privacy-by-controlling-referrer-information/">Improve online privacy by controlling referrer information</a><a href=".html"></a></li>
85<li><a href="http://b.agilob.net/better-security-privacy-and-anonymity-in-firefox/">Better security, privacy and anonymity in Firefox</a><a href=".html"></a></li>
86</ul>
87<h3 id="firefox-http-referer-options">Firefox HTTP Referer options</h3>
88<p>HTTP settings are available by browsing <code>about:config</code>, here are the available settings and their values.</p>
89<p><code>network.http.sendRefererHeader</code> - determines when to send the Referer HTTP header</p>
90<ul>
91<li>0: Never send the referring URL
92<ul>
93<li>not recommended, may break some sites</li>
94</ul></li>
95<li>1: Send only on clicked links</li>
96<li>2 (default): Send for links and images</li>
97</ul>
98<p><code>network.http.referer.XOriginPolicy</code> - Cross-domain origin policy</p>
99<ul>
100<li>0 (default): Always send</li>
101<li>1: Send if base domains match</li>
102<li>2: Send if hosts match</li>
103</ul>
104<p><code>network.http.referer.spoofSource</code> - Referer spoofing (~faking)</p>
105<ul>
106<li>false (default): real referer</li>
107<li>true: spoof referer (use target URI as referer)</li>
108</ul>
109<p><code>network.http.referer.trimmingPolicy</code> - trim the URI not to send a full Referer</p>
110<ul>
111<li>0 (default): send full URI</li>
112<li>1: scheme+host+port+path</li>
113<li>2: scheme+host+port</li>
114</ul>
115<h3 id="firefox-localhost-and-redirections">Firefox, localhost and redirections</h3>
116<p><code>localhost</code> is not a proper Fully Qualified Domain Name (FQDN); if Firefox has been set up to spoof referers, or anly accept requests from the same base domain/host, Shaarli redirections will not work properly.</p>
117<p>To solve this, assign a local domain to your host, e.g.</p>
118<pre><code>127.0.0.1 localhost desktop localhost.lan
119::1 localhost desktop localhost.lan</code></pre>
120<p>and browse Shaarli at <a href="http://localhost.lan/" class="uri">http://localhost.lan/</a>.</p>
121<p>Related threads:</p>
122<ul>
123<li><a href="https://bbs.archlinux.org/viewtopic.php?id=156064">What is localhost.localdomain for?</a><a href=".html"></a></li>
124<li><a href="https://github.com/shaarli/Shaarli/issues/311">Stop returning to the first page after editing a bookmark from another page</a><a href=".html"></a></li>
125</ul>
77<h2 id="login">Login</h2> 126<h2 id="login">Login</h2>
78<h3 id="i-forgot-my-password">I forgot my password!</h3> 127<h3 id="i-forgot-my-password">I forgot my password!</h3>
79<p>Delete the file <code>data/config.php</code> and display the page again. You will be asked for a new login/password.</p> 128<p>Delete the file <code>data/config.php</code> and display the page again. You will be asked for a new login/password.</p>
@@ -83,6 +132,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
83<h3 id="list-of-all-login-attempts">List of all login attempts</h3> 132<h3 id="list-of-all-login-attempts">List of all login attempts</h3>
84<p>The file <code>data/log.txt</code> shows all logins (successful or failed) and bans/lifted bans.<br />Search for <code>failed</code> in this file to look for unauthorized login attempts.</p> 133<p>The file <code>data/log.txt</code> shows all logins (successful or failed) and bans/lifted bans.<br />Search for <code>failed</code> in this file to look for unauthorized login attempts.</p>
85<h2 id="hosting-problems">Hosting problems</h2> 134<h2 id="hosting-problems">Hosting problems</h2>
135<h3 id="old-php-versions">Old PHP versions</h3>
86<ul> 136<ul>
87<li>On <strong>free.fr</strong> : Please note that free uses php 5.1 and thus you will not have autocomplete in tag editing. Don't forget to create a <code>sessions</code> directory at the root of your webspace. Change the file extension to <code>.php5</code> or create a <code>.htaccess</code> file in the directory where Shaarli is located containing:</li> 137<li>On <strong>free.fr</strong> : Please note that free uses php 5.1 and thus you will not have autocomplete in tag editing. Don't forget to create a <code>sessions</code> directory at the root of your webspace. Change the file extension to <code>.php5</code> or create a <code>.htaccess</code> file in the directory where Shaarli is located containing:</li>
88</ul> 138</ul>
diff --git a/doc/Troubleshooting.md b/doc/Troubleshooting.md
index 4adf7c92..4e6cdb06 100644
--- a/doc/Troubleshooting.md
+++ b/doc/Troubleshooting.md
@@ -1,7 +1,53 @@
1#Troubleshooting 1#Troubleshooting
2## Browser
3### Redirection issues (HTTP Referer)
4Depending on its configuration and installed plugins, the browser may remove or alter (spoof) HTTP referers, thus preventing Shaarli from properly redirecting between pages.
5
6See:
7- [HTTP referer](https://en.wikipedia.org/wiki/HTTP_referer) (Wikipedia)[](.html)
8- [Improve online privacy by controlling referrer information](http://www.ghacks.net/2015/01/22/improve-online-privacy-by-controlling-referrer-information/)[](.html)
9- [Better security, privacy and anonymity in Firefox](http://b.agilob.net/better-security-privacy-and-anonymity-in-firefox/)[](.html)
10
11### Firefox HTTP Referer options
12HTTP settings are available by browsing `about:config`, here are the available settings and their values.
13
14`network.http.sendRefererHeader` - determines when to send the Referer HTTP header
15- 0: Never send the referring URL
16 - not recommended, may break some sites
17- 1: Send only on clicked links
18- 2 (default): Send for links and images
19
20`network.http.referer.XOriginPolicy` - Cross-domain origin policy
21- 0 (default): Always send
22- 1: Send if base domains match
23- 2: Send if hosts match
24
25`network.http.referer.spoofSource` - Referer spoofing (~faking)
26- false (default): real referer
27- true: spoof referer (use target URI as referer)
28
29`network.http.referer.trimmingPolicy` - trim the URI not to send a full Referer
30- 0 (default): send full URI
31- 1: scheme+host+port+path
32- 2: scheme+host+port
33
34### Firefox, localhost and redirections
35`localhost` is not a proper Fully Qualified Domain Name (FQDN); if Firefox has been set up to spoof referers, or anly accept requests from the same base domain/host, Shaarli redirections will not work properly.
36
37To solve this, assign a local domain to your host, e.g.
38```
39127.0.0.1 localhost desktop localhost.lan
40::1 localhost desktop localhost.lan
41```
42
43and browse Shaarli at http://localhost.lan/.
44
45Related threads:
46- [What is localhost.localdomain for?](https://bbs.archlinux.org/viewtopic.php?id=156064)[](.html)
47- [Stop returning to the first page after editing a bookmark from another page](https://github.com/shaarli/Shaarli/issues/311)[](.html)
48
2## Login 49## Login
3### I forgot my password! 50### I forgot my password!
4
5Delete the file `data/config.php` and display the page again. You will be asked for a new login/password. 51Delete the file `data/config.php` and display the page again. You will be asked for a new login/password.
6 52
7### I'm locked out - Login bruteforce protection 53### I'm locked out - Login bruteforce protection
@@ -10,11 +56,11 @@ Login form is protected against brute force attacks: 4 failed logins will ban th
10To remove the current IP bans, delete the file `data/ipbans.php` 56To remove the current IP bans, delete the file `data/ipbans.php`
11 57
12### List of all login attempts 58### List of all login attempts
13
14The file `data/log.txt` shows all logins (successful or failed) and bans/lifted bans. 59The file `data/log.txt` shows all logins (successful or failed) and bans/lifted bans.
15Search for `failed` in this file to look for unauthorized login attempts. 60Search for `failed` in this file to look for unauthorized login attempts.
16 61
17## Hosting problems 62## Hosting problems
63### Old PHP versions
18 * On **free.fr** : Please note that free uses php 5.1 and thus you will not have autocomplete in tag editing. Don't forget to create a `sessions` directory at the root of your webspace. Change the file extension to `.php5` or create a `.htaccess` file in the directory where Shaarli is located containing: 64 * On **free.fr** : Please note that free uses php 5.1 and thus you will not have autocomplete in tag editing. Don't forget to create a `sessions` directory at the root of your webspace. Change the file extension to `.php5` or create a `.htaccess` file in the directory where Shaarli is located containing:
19 65
20```ini 66```ini
@@ -56,5 +102,4 @@ This can be caused by several things:
56Follow the instructions in the error message. Make sure you are accessing shaarli via a direct IP address or a proper hostname. If you have **no dots** in the hostname (e.g. `localhost` or `http://my-webserver/shaarli/`), some browsers will not store cookies at all (this respects the [HTTP cookie specification](http://curl.haxx.se/rfc/cookie_spec.html)).[](.html) 102Follow the instructions in the error message. Make sure you are accessing shaarli via a direct IP address or a proper hostname. If you have **no dots** in the hostname (e.g. `localhost` or `http://my-webserver/shaarli/`), some browsers will not store cookies at all (this respects the [HTTP cookie specification](http://curl.haxx.se/rfc/cookie_spec.html)).[](.html)
57 103
58### pubsubhubbub support 104### pubsubhubbub support
59
60Download [publisher.php](https://pubsubhubbub.googlecode.com/git/publisher_clients/php/library/publisher.php) at the root of your Shaarli installation and set `$GLOBALS['config'['PUBSUBHUB_URL']` in your `config.php`]('PUBSUBHUB_URL']`-in-your-`config.php`.html) 105Download [publisher.php](https://pubsubhubbub.googlecode.com/git/publisher_clients/php/library/publisher.php) at the root of your Shaarli installation and set `$GLOBALS['config'['PUBSUBHUB_URL']` in your `config.php`]('PUBSUBHUB_URL']`-in-your-`config.php`.html)
diff --git a/doc/Unit-tests.html b/doc/Unit-tests.html
index 25873cb0..f4b42bdf 100644
--- a/doc/Unit-tests.html
+++ b/doc/Unit-tests.html
@@ -51,6 +51,7 @@ code > span.er { color: #ff0000; font-weight: bold; }
51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 51<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 52<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 53<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
54<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
54</ul></li> 55</ul></li>
55<li><a href="Troubleshooting.html">Troubleshooting</a></li> 56<li><a href="Troubleshooting.html">Troubleshooting</a></li>
56<li><a href="Development.html">Development</a> 57<li><a href="Development.html">Development</a>
diff --git a/doc/Usage.html b/doc/Usage.html
index cffdc4d6..ad5b7965 100644
--- a/doc/Usage.html
+++ b/doc/Usage.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
diff --git a/doc/_Sidebar.html b/doc/_Sidebar.html
index c2725196..0f9d546e 100644
--- a/doc/_Sidebar.html
+++ b/doc/_Sidebar.html
@@ -32,6 +32,7 @@
32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 32<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 33<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 34<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
35<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
35</ul></li> 36</ul></li>
36<li><a href="Troubleshooting.html">Troubleshooting</a></li> 37<li><a href="Troubleshooting.html">Troubleshooting</a></li>
37<li><a href="Development.html">Development</a> 38<li><a href="Development.html">Development</a>
@@ -74,6 +75,7 @@
74<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 75<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
75<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 76<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
76<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 77<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
78<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
77</ul></li> 79</ul></li>
78<li><a href="Troubleshooting.html">Troubleshooting</a></li> 80<li><a href="Troubleshooting.html">Troubleshooting</a></li>
79<li><a href="Development.html">Development</a> 81<li><a href="Development.html">Development</a>
diff --git a/doc/_Sidebar.md b/doc/_Sidebar.md
index 64b16491..db75943a 100644
--- a/doc/_Sidebar.md
+++ b/doc/_Sidebar.md
@@ -12,6 +12,7 @@
12 - [Backup, restore, import and export](Backup,-restore,-import-and-export.html) 12 - [Backup, restore, import and export](Backup,-restore,-import-and-export.html)
13 - [Copy an existing installation over SSH and serve it locally](Copy-an-existing-installation-over-SSH-and-serve-it-locally.html) 13 - [Copy an existing installation over SSH and serve it locally](Copy-an-existing-installation-over-SSH-and-serve-it-locally.html)
14 - [Download CSS styles from an OPML list](Download-CSS-styles-from-an-OPML-list.html) 14 - [Download CSS styles from an OPML list](Download-CSS-styles-from-an-OPML-list.html)
15 - [Datastore hacks](Datastore-hacks.html)
15- [Troubleshooting](Troubleshooting.html) 16- [Troubleshooting](Troubleshooting.html)
16- [Development](Development.html) 17- [Development](Development.html)
17 - [GnuPG signature](GnuPG-signature.html) 18 - [GnuPG signature](GnuPG-signature.html)
diff --git a/doc/sidebar.html b/doc/sidebar.html
index 1b585400..e8bc5932 100644
--- a/doc/sidebar.html
+++ b/doc/sidebar.html
@@ -18,6 +18,7 @@
18<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> 18<li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li>
19<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li> 19<li><a href="Copy-an-existing-installation-over-SSH-and-serve-it-locally.html">Copy an existing installation over SSH and serve it locally</a></li>
20<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> 20<li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li>
21<li><a href="Datastore-hacks.html">Datastore hacks</a></li>
21</ul></li> 22</ul></li>
22<li><a href="Troubleshooting.html">Troubleshooting</a></li> 23<li><a href="Troubleshooting.html">Troubleshooting</a></li>
23<li><a href="Development.html">Development</a> 24<li><a href="Development.html">Development</a>