digitalmars.D.bugs - Documentation Request
- Derek Parnell <derek psych.ward> Mar 16 2005
- J C Calvarese <jcc7 cox.net> Mar 16 2005
- "Walter" <newshound digitalmars.com> Mar 16 2005
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
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









J C Calvarese <jcc7 cox.net> 