The WorldWideWeb ecosystem includes a variety of utilities designed to aid in server management, automated hypertext generation, and document translation across the multiverse.
Server Management
- W3 Basic Daemon
- The core server program developed as part of the W3 project code.
- Gateway Servers
- Adaptable skeletons for creating gateways between the web and existing database systems.
Content Conversion
- FrameMaker Interface
- Tools provided by Dan Connolly (Convex) that allow FrameMaker to function as a W3 authoring tool, including MIF to HTML translation. Source is available via anonymous FTP at info.cern.ch/www/src.
- HTML to TeX Conversion
- Used to generate the printable "WWW Book." This process utilizes the
Makefilealongside custom sed scripts:html2latex.sedandsub1.sed. - Generating HTML
- A collection of scripts for generating SGML hypertext from directory listings and validating or correcting existing HTML structures.
Log Analysis
Analyzing server traffic requires converting numeric Internet node addresses into domain names. The httpd-analyse.c program performs this conversion, providing a clean data stream for further processing via AWK or Grep.