]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 232097: Use an entity reference for the landfill base URL in the demos, to make...
authorjustdave%syndicomm.com <>
Sat, 27 Mar 2004 00:34:49 +0000 (00:34 +0000)
committerjustdave%syndicomm.com <>
Sat, 27 Mar 2004 00:34:49 +0000 (00:34 +0000)
Colin Ogilvie <bmo@colino.co.uk>.

docs/xml/Bugzilla-Guide.xml
docs/xml/using.xml

index 07719e124c0402d79f6e9a147f69fd7a7a71b2da..acb3b33824bee1aa1f7b0d08dbb26f94797d4b7b 100644 (file)
@@ -35,6 +35,7 @@
 <!ENTITY bz-date "2004-02-05">
 <!ENTITY % bz-devel "INCLUDE">
 
+<!ENTITY landfillbase "http://landfill.bugzilla.org/bugzilla-tip/">
 <!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 mysql "http://www.mysql.com/">
index d4394c677f952d664c529c8c718a49bad3ab46ad..84742982e7cecfe007cc8cdfa1354dd3aa8678f7 100644 (file)
@@ -5,13 +5,13 @@
 
   <section id="using-intro">
     <title>Introduction</title>
-    <para>This section contains information for end-users of Bugzilla. 
-    There is a Bugzilla test installation, called 
-    <ulink url="http://landfill.bugzilla.org/bugzilla-tip/">Landfill</ulink>, 
-    which you are welcome to play with (if it's up.) 
-    However, it does not necessarily
-    have all Bugzilla features enabled, and runs an up-to-the-minute version, 
-    so some things may not quite work as this document describes.</para>
+    <para>This section contains information for end-users of Bugzilla.  There
+    is a Bugzilla test installation, called
+    <ulink url="http://landfill.bugzilla.org/">Landfill</ulink>, which you are
+    welcome to play with (if it's up). However, not all of the Bugzilla
+    installations there will necessarily have all Bugzilla features enabled,
+    and different installations run different versions, so some things may not
+    quite work as this document describes.</para>
   </section>
       
   <section id="myaccount">
@@ -21,7 +21,7 @@
     Consult with the administrator responsible for your installation of
     Bugzilla for the URL you should use to access it. If you're
     test-driving Bugzilla, use this URL: 
-    <ulink url="http://landfill.bugzilla.org/bugzilla-tip/"/>.
+    <ulink url="&landfillbase;"/>.
     </para>
 
     <orderedlist>
@@ -67,7 +67,7 @@
     <para>The core of Bugzilla is the screen which displays a particular
     bug. It's a good place to explain some Bugzilla concepts. 
     <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>
 
     is a good example. Note that the labels for most fields are hyperlinks;
     <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
     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
     values for all of the fields in a bug, as described above. For some
     <para>Years of bug writing experience has been distilled for your
     reading pleasure into the 
     <ulink
-    url="http://landfill.bugzilla.org/bugzilla-tip/bugwritinghelp.html">
+    url="&landfillbase;bugwritinghelp.html">
     Bug Writing Guidelines</ulink>. 
     While some of the advice is Mozilla-specific, the basic principles of
     reporting Reproducible, Specific bugs, isolating the Product you are
     <orderedlist>
       <listitem>
         <para>Go to 
-        <ulink url="http://landfill.bugzilla.org/bugzilla-tip/">
+        <ulink url="&landfillbase;">
         Landfill</ulink>
         in your browser and click 
         <ulink
-        url="http://landfill.bugzilla.org/bugzilla-tip/enter_bug.cgi">
+        url="&landfillbase;enter_bug.cgi">
         Enter a new bug report</ulink>.
         </para>
       </listitem>