comparison roundup/configuration.py @ 7452:bed28b64c581

Add xhtml deprecation notice. xhtml is dead. Plan on removing it in next release along with the code that supports it.
author John Rouillard <rouilj@ieee.org>
date Mon, 05 Jun 2023 12:11:49 -0400
parents a210f4437b49
children 273c8c2b5042
comparison
equal deleted inserted replaced
7451:ec5111fa3279 7452:bed28b64c581
1042 'Send error message emails to the "dispatcher", "user", \n' 1042 'Send error message emails to the "dispatcher", "user", \n'
1043 'or "both" (these are the three allowed values).\n' 1043 'or "both" (these are the three allowed values).\n'
1044 'The dispatcher is configured using the DISPATCHER_EMAIL\n' 1044 'The dispatcher is configured using the DISPATCHER_EMAIL\n'
1045 ' setting.'), 1045 ' setting.'),
1046 (Option, "html_version", "html4", 1046 (Option, "html_version", "html4",
1047 "This setting should be left at the default value of html4.\n"
1048 "Support is ending for xhtml mode.\n"
1047 "HTML version to generate. The templates are html4 by default.\n" 1049 "HTML version to generate. The templates are html4 by default.\n"
1048 "If you wish to make them xhtml, then you'll need to change\n" 1050 "If you wish to make them xhtml, then you'll need to change\n"
1049 "this setting to 'xhtml' too so all auto-generated HTML\n" 1051 "this setting to 'xhtml' too so all auto-generated HTML\n"
1050 "is compliant.\n" 1052 "is compliant.\n"
1051 "Allowed values: html4, xhtml"), 1053 "Allowed values: html4, xhtml"),

Roundup Issue Tracker: http://roundup-tracker.org/