From fdf88d194874a533cf3a8de3d317d70018aa8a62 Mon Sep 17 00:00:00 2001 From: ArthurHoaro <arthur@hoa.ro> Date: Wed, 12 Oct 2016 12:36:59 +0200 Subject: Bump version to v0.8.0 Signed-off-by: ArthurHoaro <arthur@hoa.ro> --- doc/Troubleshooting.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'doc/Troubleshooting.html') diff --git a/doc/Troubleshooting.html b/doc/Troubleshooting.html index 3de8ad1e..ed1c6f09 100644 --- a/doc/Troubleshooting.html +++ b/doc/Troubleshooting.html @@ -52,13 +52,13 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf <div id="local-sidebar"> <ul> <li><a href="Home.html">Home</a></li> -<li>Installation +<li>Setup <ul> -<li><a href="Download.html">Download</a></li> +<li><a href="Download-and-Installation.html">Download and Installation</a></li> +<li><a href="Upgrade-and-migration.html">Upgrade and migration</a></li> <li><a href="Server-requirements.html">Server requirements</a></li> <li><a href="Server-configuration.html">Server configuration</a></li> <li><a href="Server-security.html">Server security</a></li> -<li><a href="Shaarli-installation.html">Shaarli installation</a></li> <li><a href="Shaarli-configuration.html">Shaarli configuration</a></li> <li><a href="Plugins.html">Plugins</a></li> </ul></li> @@ -73,7 +73,6 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf <li>How To <ul> <li><a href="Backup,-restore,-import-and-export.html">Backup, restore, import and export</a></li> -<li><a href="Upgrade-from-original-sebsauvage/Shaarli.html">Upgrade from original sebsauvage/Shaarli</a></li> <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> <li><a href="Create-and-serve-multiple-Shaarlis-(farm).html">Create and serve multiple Shaarlis (farm)</a></li> <li><a href="Download-CSS-styles-from-an-OPML-list.html">Download CSS styles from an OPML list</a></li> @@ -97,7 +96,6 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf <ul> <li><a href="FAQ.html">FAQ</a></li> <li><a href="Community-&-Related-software.html">Community & Related software</a></li> -<li><a href="TODO.html">TODO</a></li> </ul></li> </ul> </div> @@ -132,6 +130,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf <ul> <li>false (default): real referer</li> <li>true: spoof referer (use target URI as referer)</li> +<li>known to break some functionality in Shaarli</li> </ul> <p><code>network.http.referer.trimmingPolicy</code> - trim the URI not to send a full Referer</p> <ul> @@ -140,7 +139,7 @@ code > span.in { color: #60a0b0; font-weight: bold; font-style: italic; } /* Inf <li>2: scheme+host+port</li> </ul> <h3 id="firefox-localhost-and-redirections">Firefox, localhost and redirections</h3> -<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> +<p><code>localhost</code> is not a proper Fully Qualified Domain Name (FQDN); if Firefox has been set up to spoof referers, or only accept requests from the same base domain/host, Shaarli redirections will not work properly.</p> <p>To solve this, assign a local domain to your host, e.g.</p> <pre><code>127.0.0.1 localhost desktop localhost.lan ::1 localhost desktop localhost.lan</code></pre> -- cgit v1.2.3