Mercurial > p > roundup > code
comparison doc/upgrading.txt @ 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 | 116ea5ce06ab |
| children | a072331c843b |
comparison
equal
deleted
inserted
replaced
| 7451:ec5111fa3279 | 7452:bed28b64c581 |
|---|---|
| 73 If you are running Roundup under Python 2, you should make plans to | 73 If you are running Roundup under Python 2, you should make plans to |
| 74 switch to Python 3. The continuous Integration (CI) and other services | 74 switch to Python 3. The continuous Integration (CI) and other services |
| 75 used for developing Roundup are dropping support for Python 2. Also | 75 used for developing Roundup are dropping support for Python 2. Also |
| 76 optional packages are dropping Python 2 support. As a result Python 2 | 76 optional packages are dropping Python 2 support. As a result Python 2 |
| 77 may not be supported for many more release cycles. | 77 may not be supported for many more release cycles. |
| 78 | |
| 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. | |
| 78 | 87 |
| 79 Contents: | 88 Contents: |
| 80 | 89 |
| 81 .. contents:: | 90 .. contents:: |
| 82 :local: | 91 :local: |
