| |
Some of my group's pages don't show up properly. Why? John Reekie, 17 Sep 1999
Because the gigascale server takes pages
that you authored and "wraps" them in its own
HTML to generate the GSRC header, footer, and on
on, authored pages have some (reasonable) restrictions
on what they can contain.
Links
When you are authoring your own pages, you are better
off using relative links whereever you can. Relative
links allow a copy of your pages to be viewed from
anywhere.
If you must use an absolute link, consider using
< a href="/workgroup/myfile.html">myfile.html</a>
instead of
< a href="http://www.gigascale.org/workgroup/myfile.html">myfile.html</a>
HTML links from forum pages to the main workgroup
pages should take into account that the main workgroup
pages are can be found in /workgroup>/,
whereas the forum is in /workgroup>/forum.
Detection
The GSRC Website uses the
Htdig search
engine. The search engine is run each night, and a log
file is generated. We run a short script over that
log file and send email about broken links to webmaster.
The webmasters then either fix the links themselves,
or send email to the authors.
If your pages are publicly readable, you can
use one of the services from the
Yahoo HTML Validation and Checkers Page
Most of the services cost money, and most of them
can only read pages that are accessible to the public, but
some services provide a free sample run.
(The GSRC website has been specially modified to allow
out htdig process to be able
to index non-public pages).
If you have a remote subsite, see also
the remote subsite faq. | |