home *** CD-ROM | disk | FTP | other *** search
/ Freelog 10 / Freelog010.iso / BAS / Genealog / GeneWeb / gw / a.gwf next >
Text File  |  2000-03-22  |  4KB  |  111 lines

  1. # $Id: a.gwf,v 3.12 2000/03/07 18:05:19 ddr Exp $
  2. # Parameters in "<body>" (background, color, etc)
  3. # Here is a palette of possibilities... test and choose one of them
  4. # if you want by removing the initial "#"
  5. # body_prop=bgcolor=#FFFFFF text=#333333 link=#006699 vlink=#999900
  6. # body_prop=bgcolor=#FFFFEE text=#000000 link=#006699 vlink=#990000
  7. # body_prop=bgcolor=#CCCCCC text=#000000 link=#0000CC vlink=#660066
  8. # body_prop=bgcolor=#FFFF00 text=#FF6600 link=#FF0033 vlink=#336633
  9. # body_prop=bgcolor=#CCCC66 text=#330000 link=#CC0000 vlink=#003300
  10. # body_prop=bgcolor=#FFFF99 text=#330000 link=#CC0000 vlink=#333333
  11. # body_prop=bgcolor=#99CCCC text=#000066 link=#0000CC vlink=#003366
  12. # body_prop=bgcolor=#CC99FF text=#000000 link=#FF0033 vlink=#660066
  13. # body_prop=bgcolor=#CCFF99 text=#666600 link=#006699 vlink=#003300
  14. # body_prop=bgcolor=#FFCC00 text=#330000 link=#CC0000 vlink=#660066
  15. # body_prop=bgcolor=#00FF33 text=#0000CC link=#FF0099 vlink=#660066
  16. # body_prop=bgcolor=#006699 text=#CCFFCC link=#FFFF00 vlink=#00FFFF
  17. # body_prop=bgcolor=#330000 text=#FF6666 link=#FFCC00 vlink=#CCFF99
  18. # body_prop=bgcolor=#003300 text=#CCCC66 link=#FFFFFF vlink=#FFFF00
  19. # body_prop=bgcolor=#333333 text=#CCCCCC link=#FF6666 vlink=#CCCC66
  20. # body_prop=bgcolor=#666600 text=#FFFFFF link=#FFFF00 vlink=#99CCFF
  21. # body_prop=bgcolor=#000000 text=#99CCFF link=#FFFF00 vlink=#CCCC66
  22. # body_prop=bgcolor=#333333 text=#FFFFFF link=#99CCFF vlink=#CC99FF
  23. # body_prop=bgcolor=#CC0000 text=#FFFFFF link=#FFFF00 vlink=#00FFFF
  24. # For a background pattern, e.g. foo.jpg:
  25. # body_prop=background="geneweb?m=IM;v=/foo.jpg"
  26. #   the file foo.jpg must be in the directory "images"
  27. #   on CGI mode, replace 'geneweb' by the name of the CGI
  28.  
  29. # Highlight color
  30. highlight_color=#2f6400
  31.  
  32. # Friend can see all dates
  33. # Choose a password or leave it empty
  34. # Form: "user_id:password" or just "password"
  35. friend_passwd=
  36.  
  37. # Alternative way for friend entry: authorization file.
  38. # The file must hold lines of the form "user:password".
  39. # Works only in server (not cgi) mode.
  40. friend_passwd_file=
  41.  
  42. # Wizard can see all dates and update the base
  43. # Choose a password or leave it empty
  44. # Form: "user_id:password" or just "password"
  45. wizard_passwd=
  46.  
  47. # Alternative way for wizard entry: authorization file.
  48. # The file must hold lines of the form "user:password".
  49. # Works only in server (not cgi) mode.
  50. wizard_passwd_file=
  51.  
  52. # Wizard loosing his powers, becoming just a "friend"
  53. # Set it to "yes" or "no"
  54. wizard_just_friend=no
  55.  
  56. # Default language
  57. default_lang=fr
  58.  
  59. # Authorization for wizards to send images (no: cannot; yes: can)
  60. can_send_image=no
  61.  
  62. # Global authorization file for this data base (overriding the value
  63. # of the option "-auth" of "gwd"). This file must hold lines of the
  64. # form "user:password". Works only in server (not cgi) mode.
  65. auth_file=
  66.  
  67. # Access by key, when set to "yes", generates HTML requests with
  68. # "n=first+name;p=surname;oc=number" instead of (shorter) "i=integer"
  69. # in URLs. Useful e.g. when doing a cleanup of the data base (where the
  70. # integer access for persons may change) to let the service continue
  71. # correctly.
  72. access_by_key=no
  73.  
  74. # Set to no if you don't want that the search by (nobility) titles be
  75. # proposed in the welcome pages.
  76. propose_titles=yes
  77.  
  78. # Maximum level when displaying ancestors
  79. max_anc_level=8
  80.  
  81. # Maximum level when displaying ancestors by tree
  82. max_anc_tree=5
  83.  
  84. # Maximum_level when displaying descendants
  85. max_desc_level=12
  86.  
  87. # Maximum_level when displaying descendants by tree
  88. max_desc_tree=4
  89.  
  90. # Maximum number of cousins displayed
  91. max_cousins=2000
  92.  
  93. # Number of latest events (birth, death) displayed
  94. latest_event=20
  95.  
  96. # History: set it to yes to save update traces in data base (in file named
  97. # "history" in the data base directory "base.gwb"). When such a file exists,
  98. # a link is displayed in the welcome page.
  99. # Warning: this text file grows indefinitively... you can edit it to remove
  100. # the old information if you want (oldest = begin of file) or you can remove
  101. # it when it is too large, if you prefer.
  102. history=no
  103.  
  104. # Consider persons having titles as public, i.e. even not friends can see
  105. # their dates; "yes" = consider; "no" = don't consider
  106. public_if_titles=no
  107.  
  108. # Uncomment the following definition to specify that the present database has
  109. # been renamed:
  110. #renamed=newname
  111.