Bug 232097: Use an entity reference for the landfill base URL in the demos, to…

Bug 232097: Use an entity reference for the landfill base URL in the demos, to make it easy to change each release. Patch by Colin Ogilvie <bmo@colino.co.uk>.
parent d2480ba7
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
<!ENTITY bz-date "2004-02-05"> <!ENTITY bz-date "2004-02-05">
<!ENTITY % bz-devel "INCLUDE"> <!ENTITY % bz-devel "INCLUDE">
<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
<!ENTITY bz "http://www.bugzilla.org/"> <!ENTITY bz "http://www.bugzilla.org/">
<!ENTITY bzg-bugs "<ulink url='http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&amp;component=Documentation'>Bugzilla Documentation</ulink>"> <!ENTITY bzg-bugs "<ulink url='http://bugzilla.mozilla.org/enter_bug.cgi?product=Bugzilla&amp;component=Documentation'>Bugzilla Documentation</ulink>">
<!ENTITY mysql "http://www.mysql.com/"> <!ENTITY mysql "http://www.mysql.com/">
......
...@@ -5,13 +5,13 @@ ...@@ -5,13 +5,13 @@
<section id="using-intro"> <section id="using-intro">
<title>Introduction</title> <title>Introduction</title>
<para>This section contains information for end-users of Bugzilla. <para>This section contains information for end-users of Bugzilla. There
There is a Bugzilla test installation, called is a Bugzilla test installation, called
<ulink url="http://landfill.bugzilla.org/bugzilla-tip/">Landfill</ulink>, <ulink url="http://landfill.bugzilla.org/">Landfill</ulink>, which you are
which you are welcome to play with (if it's up.) welcome to play with (if it's up). However, not all of the Bugzilla
However, it does not necessarily installations there will necessarily have all Bugzilla features enabled,
have all Bugzilla features enabled, and runs an up-to-the-minute version, and different installations run different versions, so some things may not
so some things may not quite work as this document describes.</para> quite work as this document describes.</para>
</section> </section>
<section id="myaccount"> <section id="myaccount">
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
Consult with the administrator responsible for your installation of Consult with the administrator responsible for your installation of
Bugzilla for the URL you should use to access it. If you're Bugzilla for the URL you should use to access it. If you're
test-driving Bugzilla, use this URL: test-driving Bugzilla, use this URL:
<ulink url="http://landfill.bugzilla.org/bugzilla-tip/"/>. <ulink url="&landfillbase;"/>.
</para> </para>
<orderedlist> <orderedlist>
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
<para>The core of Bugzilla is the screen which displays a particular <para>The core of Bugzilla is the screen which displays a particular
bug. It's a good place to explain some Bugzilla concepts. bug. It's a good place to explain some Bugzilla concepts.
<ulink <ulink
url="http://landfill.bugzilla.org/bugzilla-tip/show_bug.cgi?id=1"> url="&landfillbase;show_bug.cgi?id=1">
Bug 1 on Landfill</ulink> Bug 1 on Landfill</ulink>
is a good example. Note that the labels for most fields are hyperlinks; is a good example. Note that the labels for most fields are hyperlinks;
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
<para>The Bugzilla Search page is is the interface where you can find <para>The Bugzilla Search page is is the interface where you can find
any bug report, comment, or patch currently in the Bugzilla system. You any bug report, comment, or patch currently in the Bugzilla system. You
can play with it here: can play with it here:
<ulink url="http://landfill.bugzilla.org/bugzilla-tip/query.cgi"/>.</para> <ulink url="&landfillbase;query.cgi"/>.</para>
<para>The Search page has controls for selecting different possible <para>The Search page has controls for selecting different possible
values for all of the fields in a bug, as described above. For some values for all of the fields in a bug, as described above. For some
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
<para>Years of bug writing experience has been distilled for your <para>Years of bug writing experience has been distilled for your
reading pleasure into the reading pleasure into the
<ulink <ulink
url="http://landfill.bugzilla.org/bugzilla-tip/bugwritinghelp.html"> url="&landfillbase;bugwritinghelp.html">
Bug Writing Guidelines</ulink>. Bug Writing Guidelines</ulink>.
While some of the advice is Mozilla-specific, the basic principles of While some of the advice is Mozilla-specific, the basic principles of
reporting Reproducible, Specific bugs, isolating the Product you are reporting Reproducible, Specific bugs, isolating the Product you are
...@@ -358,11 +358,11 @@ ...@@ -358,11 +358,11 @@
<orderedlist> <orderedlist>
<listitem> <listitem>
<para>Go to <para>Go to
<ulink url="http://landfill.bugzilla.org/bugzilla-tip/"> <ulink url="&landfillbase;">
Landfill</ulink> Landfill</ulink>
in your browser and click in your browser and click
<ulink <ulink
url="http://landfill.bugzilla.org/bugzilla-tip/enter_bug.cgi"> url="&landfillbase;enter_bug.cgi">
Enter a new bug report</ulink>. Enter a new bug report</ulink>.
</para> </para>
</listitem> </listitem>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment