Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The SUNCAT policy is that each individual who wants one will maintain their own personal page using the style above.

Lars offers the following information, gained when he used the above to create his own web page:

The only problem I had was including the navigation and contact information from a common place. This can be easily achieved by adding that information to the files leftnav.inc and contact.inc. Those files can then be included in each page using
<!--#include virtual="leftnav.inc" ?>
<!--#include virtual="contact.inc" -->

The only other thing I recommend doing is to create a symbolic link from index.shtml to profile.shtml so that the url doesn't need to include profile.shtml.

Otherwise I only modified the information from the template in plain html.

Password Protected Pages

On one of the SLAC unix machines, create a .htpasswd file that will contain your login names and passwords.

...