@@ -69,26 +69,30 @@ Roundup Issue Tracker
69
69
</a>
70
70
</div>
71
71
72
- Roundup is a simple-to-use and -install issue-tracking system with
73
- command-line, web, REST, XML-RPC and e-mail interfaces. It is based
74
- on the winning design from Ka-Ping Yee in the Software Carpentry
75
- "Track" design competition.
72
+ Roundup is an issue-tracking system that boasts a user-friendly
73
+ interface and easy installation process. It offers a range of
74
+ interfaces, including command-line, web, REST, XML-RPC, and e-mail,
75
+ making it a versatile solution for issue tracking. The system is based
76
+ on the award-winning design by Ka-Ping Yee, which emerged victorious
77
+ in the Software Carpentry “Track” design competition.
76
78
77
- It is designed to be customised so you can "track your issues your
78
- way" .
79
+ Roundup is highly customizable, allowing users to tailor the system to
80
+ their specific needs and preferences .
79
81
80
- The current stable version of Roundup is 2.3.0. It fixes bugs and
81
- and adds features compared to the 2.2.0 release.
82
+ The latest stable version of Roundup is 2.3.0, which includes bug
83
+ fixes and additional features compared to the previous 2.2.0 release.
82
84
83
- It runs with Python 2.7.12+ or 3.6+.
85
+ Roundup is compatible with Python 2.7.12+ or 3.6+.
84
86
85
87
.. admonition:: Python 2 Support
86
88
87
- Although the original plan was to support Python 2 until 2025,
88
- CI resources for testing with Python 2 are being phased out by a
89
- number of CI services. Python 3 should be used to deploy new
90
- trackers and older trackers should be `upgraded to use Python 3
91
- <docs/upgrading.html#python-3-support-info>`_.
89
+ Despite the initial intention to provide support for Python 2 until
90
+ 2025, several Continuous Integration (CI) services are
91
+ discontinuing their resources for testing with Python 2. It is
92
+ recommended to utilize Python 3 for the deployment of new trackers,
93
+ while existing trackers should be upgraded to incorporate Python 3,
94
+ as detailed in the following link:
95
+ <docs/upgrading.html#python-3-support-info>.
92
96
93
97
Release Highlights
94
98
==================
@@ -162,7 +166,7 @@ other :doc:`documentation <docs>`. Roundup has been deployed for:
162
166
* thing management using the `GTD methodology <https://gettingthingsdone.com/>`_.
163
167
164
168
...and so on. It's been designed with :doc:`flexibility
165
- <docs/customizing>` in mind - it's not just another bug
169
+ <docs/customizing>` in mind - it's not merely another bug
166
170
tracker.
167
171
168
172
0 commit comments