www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Documentation Request

reply Derek Parnell <derek psych.ward> writes:
Walter,

===========
Problem:
===========
** Clicking on the '[Search]' link that comes with the distributed
DigitalMars D documentation does not take us to the search facility.


===========
Requirements:
===========
** Users of the distributed DigitalMars D documentation must be able to
search for articles in the same manner as those using the documentation on
the DigitalMars web site.


===========
Possible Solution:
===========
** Alter the HTML documentation that is distributed with DMD such that the
link to the advanced search mechanism specifies the full URL. In other
words, change ...

  <a href="../advancedsearch.html"

to ...

  <a href="http://www.digitalmars.com/advancedsearch.html"

in all the web pages distributed with DMD.

-- 
Derek Parnell
Melbourne, Australia
http://www.dsource.org/projects/build/
http://www.prowiki.org/wiki4d/wiki.cgi?FrontPage
17/03/2005 9:11:00 AM
Mar 16 2005
next sibling parent J C Calvarese <jcc7 cox.net> writes:
Derek Parnell wrote:
...
 ===========
 Possible Solution:
 ===========
 ** Alter the HTML documentation that is distributed with DMD such that the
 link to the advanced search mechanism specifies the full URL. In other
 words, change ...
 
   <a href="../advancedsearch.html"
 
 to ...
 
   <a href="http://www.digitalmars.com/advancedsearch.html"
 
 in all the web pages distributed with DMD.
That sounds like a really good idea. -- Justin (a/k/a jcc7) http://jcc_7.tripod.com/d/
Mar 16 2005
prev sibling parent "Walter" <newshound digitalmars.com> writes:
Good idea. I'll take care of it.
Mar 16 2005