home *** CD-ROM | disk | FTP | other *** search
/ norge.freeshell.org (192.94.73.8) / 192.94.73.8.tar / 192.94.73.8 / pub / caps.txt next >
Text File  |  2011-03-05  |  3KB  |  77 lines

  1. CAPS
  2. # These four characters must be at the beginning to identify the file
  3. # as successfully fetched.
  4.  
  5. # This is a caps file. This contains a list of key=value pairs that are
  6. # useful to clients wishing to query the server for special information
  7. # without using extensions such as Gopher+. Not all clients support caps
  8. # queries, so your site should be navigable without it. This is an
  9. # optional feature and is not currently a Gopher protocol standard.
  10. # Blank lines and lines starting with # are ignored.
  11. # Clients should cache the information where possible.
  12. # Some servers may automatically generate caps files for you as a pseudo
  13. # selector. In that case, this file may serve only to supersede the
  14. # machine-generated keys. You should read your server documentation.
  15. #
  16. # All keys are optional. Not all keys listed here need be specified, and
  17. # in fact many sites won't specify all of them. The client should be
  18. # prepared to deal with that too.
  19.  
  20. ### CAPS META PROPERTIES ###
  21. #
  22. # Spec version of this caps file. This should be the first key specified
  23. # so that an incompatible later format might be detected by the client.
  24. CapsVersion=1
  25.  
  26. # This tells the client the recommended caps cache expiry time, in seconds.
  27. # This particular property tells the client to refetch the caps file after
  28. # an hour has passed, preferentially. This is optional for the client to
  29. # implement.
  30. ExpireCapsAfter=3600
  31.  
  32. ### PATH SECTION. USE THESE DEFAULT VALUES IF YOU ARE ON A POSIX FILESYSTEM ###
  33.  
  34. # This tells the client how to cut up a selector into a breadcrumb menu.
  35. # This is a simple ASCII string. If it is not specified, the selector is
  36. # treated as if it were opaque. The client may collapse consecutive
  37. # delimiters (e.g., x//y is treated as x/y) except if PathParentDouble is
  38. # true (for Mac).
  39. PathDelimeter=/
  40.  
  41. # This tells the client what the "identity" path is, i.e., it can treat
  42. # this as a no-op, turning x/./y into x/y. If this is not specified, the
  43. # literal path . is used.
  44. PathIdentity=.
  45.  
  46. # This tells the client what the parent path is, i.e., it can treat this
  47. # as a path instruction to delete previous path, turning x/y/../z into x/z
  48. # If this is not specified, the literal path .. is used.
  49. PathParent=..
  50.  
  51. # This tells the client that consecutive path delimeters are treated as
  52. # parent (mostly for Mac HFS prior to Mac OS X), e.g., turning
  53. # MacHD:x:y:::z into MacHD:z. If this is not specified, it is default FALSE.
  54. PathParentDouble=FALSE
  55.  
  56. # This tells the client the escape character for quoting the above
  57. # metacharacters. Most of the time this is \. If this is not specified,
  58. # no escape characters are used.
  59. PathEscapeCharacter=\
  60.  
  61. # This tells the client not to cut everything up to the first path delimeter.
  62. # Normally caps makes gopher://x/11/xyz into /xyz as well as gopher://x/1/xyz, 
  63. # assuming your server is happy with the latter URL (almost all will be).
  64. # If this is not specified, it is by default FALSE. This should be TRUE
  65. # *only* if your server requires URLs like gopher://x/0xyz.
  66. PathKeepPreDelimeter=FALSE
  67.  
  68. ### OTHER PROPERTIES ###
  69. #
  70. # Some clients will or may make use of these; some won't.
  71.  
  72. ServerSoftware=Bucktooth
  73. ServerSoftwareVersion=0.2.8
  74. ServerArchitecture=NetBSD/amd64
  75. ServerDescription=AMD64 or Alpha 21264DP running NetBSD
  76. ServerGeolocationString=Seattle, Washington, USA
  77.