Welcome
CV
Projects
  NFSNET
  Harp
  Tattoo
  Reviews
  Big Brother
  Generate
  Recover
  WINE
  Merchandise
  SimThrow
Interests
Links
Statistics
About

Site generator

One of my smaller projects is the generator I made for these pages. The navigation menu is generated automatically by first generating the menu from the information given in a ".rules" file for each level of it, picking out the main text from the existing files, then stuffing both in a template.

The .rules file

This gives information about such things as the title, if there is a lower level in the entry etc.
An example .rules file would be (this is for this level):

wine:wine+WINE:WINE, a WINdows Emulator for Linux
bbnw+bbnw:bbnw+BBNW:BBNW, a Big Brother client for Novell NetWare
generate:generate+Generate:My website menu generator
spamkills+spamkills:spamkills+SpamKills:Success with spam killing

The template file

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<base>
<meta>
<!-- RCS status: $Id: generate.html,v 1.1.1.1 2004/02/28 16:11:40 henrik Exp $ -->
<title>
</title>
<script language="javascript">
<!-- 
  if (document.images)
    {
/* Start of images */
/* End of images */
    }
    
  function In (img, status)
  {
    if (document.images)
      document.images[img].src = eval(img+"on.src");
    self.status = status;
  }

  function Out (img)
  {
    if (document.images)
      document.images[img].src= eval(img+"off.src");
    self.status = '';
  }
// -->
</script>
</head>
<body background="<docrel>/images/back.gif" bgcolor="FFFFFF">

<table border="0">
  <tr>
    <td align="left" valign="top">
      <a href="mailto:henrik@iaeste.dk"><img
         src="http://www.iaeste.dk/~henrik/images/henriks.jpg"
         alt="henrik@iaeste.dk" width="124" height="57" border="0"></a><br>
      <img src="<docrel>/images/space.gif" alt="" width="150" height="10" border="0"><br>
<!-- Menu start -->
<!-- Menu end -->
    </td>
    <td align="left" valign="top" rowspan="2">
<!-- Document start -->
<!-- Document end -->
    </td>
  </tr>
  <tr>
    <td valign="bottom" size="125">
    <form action="http://www.iaeste.dk/cgi-bin/texis/webinator/newsearch/" method="GET"><input
    type="hidden" name="db" value="henrik"><input
    type="hidden" name="submit" value="Submit"><input
    type="text" name="query" size="10" maxlength="100"></form>
    <font size="-2" color="#00FF00">Last Update:</font>
    <a href="mailto:henrik@iaeste.dk"><font size="-2" 
    color="#FFFFFF"><date></font></a>
    </td>
  </tr>
</table>

</body>
</html>
Last Update: Sat, 28 Feb 2004