Plexus File Layout

$HTTPD                  Environment variable that points to top of tree
    server/             Server code directory
        plexus          Top level script, exec's plexus.pl
        plexus.conf     Config file
        plexus.pl       The main server loop
        front.pl        Decides what to do (mapped/file/directory)
        dir.pl          The Directory Browser
        doc/            Documentation directory
        bookmark/       Bookmark bitmasks and demo
        walk/           SpaceWalk example

    Sample Gateways
        date.pl         Date and Time gateway
        calendar.pl     Calendar interface
        fortune.pl      Fortune interface
        finger.pl       Finger gateway (requires customization)

    Utilities
        search.pl       Directory search routines
        grep.pl         Flexible grep code (used by search.pl)
        bookmark.pl     The Bookmark interface
        decode.pl       Image decoding library
        walk.pl         The space walk image decoding demo

    Contributed Utilities (not written by me)
        siks.pl         Simple Index Keyword Searching
        neuro.pl        Neuroprose gateway for cs.indiana.edu
        sunman.pl       Sun man page front end for cs.indiana.edu
        sunmanindex.pl  Indexer for the sun man pages
________________________________________
Tony Sanders