Innovative Users Group Annual Conference
Santa Clara, CA 19-22 May 2001
OPAC Magic: Pushing the Limits > System Management
Extending the system: Using TIMEOUT to add markup to the header
- Before there was a STYLESHEET directive, one could insert a stylesheet by using the TIMEOUT directive
- Or use this technique to insert a META Robots tag
- Insert the HEAD content at the end of the TIMEOUT directive:
TIMEOUT=xXxXxXx"><META NAME="ROBOTS" CONTENT="NOFOLLOW
- WebPAC generates a page with this in the HEAD block:
<META HTTP-EQUIV="Refresh" CONTENT="xXxXxXx"><META NAME="ROBOTS" CONTENT="NOFOLLOW">