Skip to content

Commit aa844da

Browse files
committed
Add xhtml deprecation notice.
xhtml is dead. Plan on removing it in next release along with the code that supports it.
1 parent 0c19bde commit aa844da

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

doc/upgrading.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,15 @@ upgrade all your trackers at once.
7676
optional packages are dropping Python 2 support. As a result Python 2
7777
may not be supported for many more release cycles.
7878

79+
.. admonition:: XHTML Support Deprecation Notice
80+
81+
If you are running a tracker where the ``html_version`` setting in
82+
``config.ini`` is ``xhtml``, you should plan to change your
83+
templates to use html (HTML5). If you are affected by this, please
84+
send email to the roundup-users mailing list (roundup-users at
85+
lists.sourceforge.net). Version 2.3.0 is expected to be the last
86+
version to support XHTML.
87+
7988
Contents:
8089

8190
.. contents::

roundup/configuration.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1044,6 +1044,8 @@ def str2value(self, value):
10441044
'The dispatcher is configured using the DISPATCHER_EMAIL\n'
10451045
' setting.'),
10461046
(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"
10471049
"HTML version to generate. The templates are html4 by default.\n"
10481050
"If you wish to make them xhtml, then you'll need to change\n"
10491051
"this setting to 'xhtml' too so all auto-generated HTML\n"

0 commit comments

Comments
 (0)