home *** CD-ROM | disk | FTP | other *** search
- #
- # An example gopherd.conf file
- #
-
- #
- # Hostalias line,
- #
- # format is:
- #
- # "hostalias: <hostname alias>"
- #hostalias: gopher.turnip.com
-
- #
- # Administrator line,
- #
- # format is:
- # "Admin:" <any text thing, usually a name/phone fax,etc>
- #
- # "AdminEmail:" <RFC-822 Email address>
-
- Admin: Bob Bagel, Turnip Postmaster and Gopher support 1-800-555-1212
- AdminEmail: gopher@turnip.com
-
- #
- # Site
- #
- #Site: the name of the site
- #Org: organization or group owning the site
- #Loc: city, state, country
- #Geog: latitude longitude
- #TZ: timezone as gmt-offset
-
- Site: Turnip Research and Development labs
- Org: Turnip Incorporated
- Loc: Minneapolis, MN, USA
- #Geog: 44 58 48 N 93 15 49 W
- #TZ: -6
-
- #
- # Map filename extensions to gopher-types
- #
- # Format is
- # "extension <case insensitive filename ender> <gophertype> <pfx> <gopher+type>
- #
-
- ext: .hqx 4 0 HQX
-
- ext: .gif I 9 image/gif
- ext: .pcx I 9 image/pcx
- ext: .pict I 9 image/PICT
- ext: .tiff I 9 image/TIFF
- ext: .jpg I 9 image/JPEG
- #
- ext: .au s s audio/basic
- ext: .snd s s audio/basic
- ext: .html h GET /h WWW
- ext: .src 7 waissrc: application/WAIS
-
- ext: .tar.Z 9 9 TARZ
- ext: .zip 5 9 PKzip
- ext: .zoo 5 9 Zoo
- ext: .arc 5 9 Arc
- ext: .lzh 5 9 Lharc
- ext: .exe 5 9 PC_executable
- ext: .ps 0 0 application/postscript
-
- ext: .mindex 7 mindex: Index/fanout
-
- #blockext: .abstract ABSTRACT
- #blockext: .ask ASK
- #
- # Find out what a file is by looking at the contents
- # (Not implemented yet...)
- #
- #magic 0 GIF 9 I Gif
- #magic 0 snd s s U-law
-
- #
- # Note that mail spool files are still done by the server
- #
-
- #
- # Trash we never want to see (Note that it checks from the end)
- # so you can ignore anything with a certain extension.
- # (like emacs backup files)
- #
- ignore: lost+found
- ignore: lib
- ignore: bin
- ignore: core
- ignore: tmp
- ignore: etc
- ignore: usr
- ignore: dev
- ignore: ~
-
- #
- #
- # BummerMsg is a message that is displayed when there isn't proper
- # access..
- #
- BummerMsg: Sorry Dude, we don't allow off-site access to this server
-
- #
- # Note that the default "default" entry is free access
- # Also note that the values you put for an entry modify the "default" values
- #
- #access: default !browse,!read,search
-
-
-
-