Mercurial > p > roundup > code
comparison doc/tracker_config.txt @ 7986:83a531e72e3e
update for 2.4.0 beta release
generate to incorporate xhtml disabled.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 25 May 2024 19:15:54 -0400 |
| parents | 6aa0525187cd |
| children | 8b5f8b950f58 |
comparison
equal
deleted
inserted
replaced
| 7985:8c47672acc33 | 7986:83a531e72e3e |
|---|---|
| 96 # setting. | 96 # setting. |
| 97 # Default: user | 97 # Default: user |
| 98 error_messages_to = user | 98 error_messages_to = user |
| 99 | 99 |
| 100 # This setting should be left at the default value of html4. | 100 # This setting should be left at the default value of html4. |
| 101 # Support is ending for xhtml mode. | 101 # Support for xhtml has been disabled. |
| 102 # HTML version to generate. The templates are html4 by default. | 102 # HTML version to generate. The templates are html4 by default. |
| 103 # If you wish to make them xhtml, then you'll need to change | 103 # Allowed values: html4 |
| 104 # this setting to 'xhtml' too so all auto-generated HTML | |
| 105 # is compliant. | |
| 106 # Allowed values: html4, xhtml | |
| 107 # Default: html4 | 104 # Default: html4 |
| 108 html_version = html4 | 105 html_version = html4 |
| 109 | 106 |
| 110 # Default timezone offset, | 107 # Default timezone offset, |
| 111 # applied when user's timezone is not set. | 108 # applied when user's timezone is not set. |
