Remstats Home


  About remstats
  Release Notes
  FAQ
  Conventions
  Prerequisites
  Installation
  Configuration
      access
      alerts
      alert-destination-map
      alert-template-map
      alert-templates
      archives
      availability
      colors
      customgraphs
      dbi-connects
      dbi-selects
      environment
      general
      groups
      hosts
      host templates
      html
      links
      ntops
      oids
      pages
      page-templates
      remotepings
      run
      run-stages
      rrds
      scripts
      times
      tools
      views
      view templates
  Configuration Tools
  Servers
  Collectors
  Updater
  Monitors
  pagemakers
  run-remstats2
  CGIs
  troubleshooting
  do-traceroutes
  Miscellany
  Thank-you
  Index


Live Data

Remstats was written by Thomas Erskine at the CRC in Canada and now looking for work.

[Top] [Prev] [Next]

Configuration - Links

The links config-file supplies links that you want to put with the standard links at the bottom of the web pages. They're in two or three pieces. The simple (two-part) form is text and a URL to link to, like:

	SourceWorks http://www.sourceworks.com/

The third part, if present, is assumed to be a URL for an image if it begins with "http:", "ftp:", '/', or '../'. Otherwise it is taken as literal HTML and inserted without addition.

So, a simple link definition, like:

	name url

produces HTML like:

	<A HREF="url">name</A>

A three-part link with an image, like:

	name url imageurl

produces HTML like:

	<A HREF="url"><IMG SRC="imageurl" ALT="name"></A>

Otherwise, a link definition like:

	name url html

produces:

	<A HREF="url">html</A>


[
Top] [Remstats] [SourceWorks] [RRDtool] [SourceForge]
Last updated Fri May 30 13:50:47 PDT 2003 by <terskine@users.sourceforge.net>.