aboutsummaryrefslogtreecommitdiff
path: root/chrome/content/help.html
diff options
context:
space:
mode:
authorEinar Egilsson2009-05-10 05:20:55 +0000
committerEinar Egilsson2009-05-10 05:20:55 +0000
commit0226cb6655cdf0948be1e91d0876925c0b7cb72c (patch)
treea964da8d7c49842eaa8edbf69498dfb127f01456 /chrome/content/help.html
parent612e652d4a9feac5331c0262bbe6d234df3542e7 (diff)
SVN keywords on all source files
git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@210 119bf307-c92d-0410-89bd-8f53e6181181
Diffstat (limited to 'chrome/content/help.html')
-rw-r--r--chrome/content/help.html9
1 files changed, 2 insertions, 7 deletions
diff --git a/chrome/content/help.html b/chrome/content/help.html
index e74048e..0ce6769 100644
--- a/chrome/content/help.html
+++ b/chrome/content/help.html
@@ -1,3 +1,4 @@
+<!-- $Id$ -->
<html>
<head>
<title>Redirector Help</title>
@@ -18,7 +19,6 @@
<li><a href="#excludepattern">Exclude pattern</a></li>
<li><a href="#redirectto">Redirect to</a></li>
<li><a href="#patterntype">Pattern type</a></li>
- <li><a href="#onlyiflinkexists">Only if link exists</a></li>
</ul>
</li>
<li><a href="#wildcards">Wildcards</a></li>
@@ -49,7 +49,7 @@
<h4>Basic usage</h4>
<p>To add a new redirect you can go to the <em>Tools</em> menuitem and select <em>Redirector</em>. That will
open the <em>Redirector settings</em> window which shows all your redirects. The window can also be opened
- by right clicking on the <strong>R</strong> icon in your statusbar and selecting <em>Manage redirects</em>.
+ by right clicking on the <strong>R</strong> icon in your statusbar.
There you can press the <em>Add...</em> button and then you can enter the details for the new redirect. A redirect
consists of a few things:
<ul>
@@ -75,11 +75,6 @@
<li><a name="patterntype"></a><strong>Pattern type:</strong> This specifies how Redirector should interpret the patterns, either as
<a href="#wildcards">wildcards</a> or <a href="#regularexpressions#">regular expressions</a>.</li>
- <li><a name="onlyiflinkexists"></a><strong>Only if link exists:</strong> If this is checked then the redirect will only happen if there is a link
- to the target page on the page that matches the include pattern. For instance, if you have a redirect from http://foo.com to
- http://bar.com and check <em>Only if link exists</em> then http://foo.com has to have a hyperlink to http://bar.com, otherwise
- nothing will happen.
- </li>
</ul>
</p>