|
Making proper external links to another website is often difficult - it's hard to pick a safe URL to link to, especially if you have no control over the target website and the webmaster may move pages around at will.
To ease the task of selecting safe URLs to link to from an external site, we provide our list of 'safe' URLs below. Of course, we cannot guarantee that these URLs will be valid forever, but they will definitely be valid for a long time to come: we rely on this list of links ourselves as well to link from external applications such as WebHare to our support website.
Important website sections
Manuals and references
Deep linking to possibly 'moving' documentation
Link to a function |
http://www.webhare.net/scripts/findfunction.shtml?name=<functionname> |
Link to a library |
http://www.webhare.net/scripts/findlibrary.shtml?name=<libname> |
The links above provide you with a "302 Moved Temporarily" redirection to the requested page, or return a "404 Not Found" error if the specified function was unavailable. These HTTP status codes can be used by software or scripts to see whether the requested function actually existed.
|