[m-rev.] for review: remove links to FAQ from website
Ian MacLarty
maclarty at cs.mu.OZ.AU
Wed Dec 29 22:37:27 AEDT 2004
On Wed, Dec 29, 2004 at 06:04:23PM +1100, Fergus Henderson wrote:
> On 28-Dec-2004, Ian MacLarty <maclarty at cs.mu.OZ.AU> wrote:
> >
> > Remove links to FAQ, since the FAQ server no longer exists.
> >
> > w3/include/menubar.inc
> > w3/information/include/documentation.inc
> > Remove links to FAQ.
>
> Rather than removing these links, I think it would be better to link
> to the HTML generated from the original Texinfo FAQ (doc/faq.texi),
> which I think still gets installed.
I already commited the previous diff, but here's another one:
Estimated hours taken: 0.4
Branches: main
Add links to original Texinfo FAQ.
include/menubar.inc
information/include/documentation.inc
Add links to old FAQ.
Index: include/menubar.inc
===================================================================
RCS file: /home/mercury1/repository/w3/include/menubar.inc,v
retrieving revision 1.19
diff -u -r1.19 menubar.inc
--- include/menubar.inc 28 Dec 2004 02:18:58 -0000 1.19
+++ include/menubar.inc 29 Dec 2004 10:33:07 -0000
@@ -55,6 +55,9 @@
<a href="<?echo $trans_guide_release?>">Version <?echo $current_release?></a><BR>
<a href="<?echo $trans_guide_latest?>">Snapshot</a><BR>
<a href="<?echo $root?>/information/comparison_with_haskell.html">cf. Haskell</a><BR>
+ FAQ<BR>
+   <a href="<?echo $faq_release?>">Version <?echo $current_release?></a><BR>
+   <a href="<?echo $faq_latest?>">Snapshot</a><BR>
</SMALL>
<?
}
Index: information/include/documentation.inc
===================================================================
RCS file: /home/mercury1/repository/w3/information/include/documentation.inc,v
retrieving revision 1.7
diff -u -r1.7 documentation.inc
--- information/include/documentation.inc 28 Dec 2004 02:18:58 -0000 1.7
+++ information/include/documentation.inc 29 Dec 2004 10:39:13 -0000
@@ -91,4 +91,17 @@
Available in
<a href="comparison_with_haskell.html">HTML</a> only.<p>
+ <li> <strong>Frequently Asked Questions</strong><br>
+ Information on common programming errors, problems caused by
+ unimplemented Mercury features and where to turn for help.<p>
+
+ <dl compact>
+ <dt> Version <? echo $current_release ?>: <dd>
+ <a href="<? echo $faq_release ?>">HTML</a> or
+ <a href="doc-release/faq.ps.gz">Postscript</a>.
+ <dt> Snapshot: <dd>
+ <a href="<? echo $faq_latest ?>">HTML</a> or
+ <a href="doc-latest/faq.ps.gz">Postscript</a>.
+ </dl>
+ <p>
</ul>
--------------------------------------------------------------------------
mercury-reviews mailing list
post: mercury-reviews at cs.mu.oz.au
administrative address: owner-mercury-reviews at cs.mu.oz.au
unsubscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: unsubscribe
subscribe: Address: mercury-reviews-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------
More information about the reviews
mailing list