1. 24 Mar, 1999 1 commit
    • Ken Manheimer's avatar
      Provide for relative links, eg <a href="file_in_same_dir">whatever</a>, · 89ed53b9
      Ken Manheimer authored
      as:
      
        "whatever", :file_in_same_dir
      
      or
      
        "whatever"::file_in_same_dir
      
      .__init__(): relax the second gsub, using a '*' instead of a '+', so
      the stuff before the ':' can be missing, and also do postprocessing so
      any resulting '<a href=":file_in_same_dir">'s have the superfluous ':'
      removed.  *Seems* good!
      89ed53b9
  2. 23 Mar, 1999 8 commits
  3. 22 Mar, 1999 31 commits