Plexus File Layout

$plexus_top                        Top of server tree
    server/                        Server code directory
        plexus                     Main program
        site.pl		           Platform specific support routines
        mime.pl		           MIME and HTTP/1.0 support routines
        dir.pl                     File and Directory support routines
        get.pl		           Handles GET requests

    Configuration Files
        plexus.conf                Server configuration file
        local.conf	           Local site configuration file
        map.conf	           Image-Decoding configuration file

    Utilities
        search.pl                  Directory search routines
        grep.pl                    Flexible grep code (used by search.pl)
        decode.pl                  Image-Decoding library
        setext.pl	           Setext -> HTML converter

    Sample Gateways
        apps/
            date.pl                Date and Time gateway
            calendar.pl            Calendar interface
            fortune.pl             Fortune interface
            finger.pl              Finger gateway (requires customization)
    finger/finger-cover.html       Finger index page
    bsdi-man/	                   BSDI Man Page Gateway files
        bsdi-man.pl                Hypertext Man Page gateway
        index.html                 Index Page
        bsdi-man.xbm		   Man page icon

    Contributed Utilities
        contrib/
            archiplex.pl           ArchiePlex archie gateway
            siks.pl                Simple Index Keyword Searching
            neuro.pl               Neuroprose gateway for cs.indiana.edu
            npindex.pl	           Neuroprose indexer
            sunman.pl              Sun man page front end for cs.indiana.edu
            sunmanindex.pl         Indexer for the sun man pages

    Sub-directories
        doc/                       Documentation directory
        walk/                      SpaceWalk demo files
        bookmark/                  Bookmark demo files
           bookmark.pl             The Bookmark interface
________________________________________
Tony Sanders