Mercurial > p > roundup > code
changeset 8390:00d4cbce319c
doc: fix formatting, typos.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 12 Jul 2025 20:52:30 -0400 |
| parents | 15b99d4cd94c |
| children | e7dc47f4d501 |
| files | doc/features.txt |
| diffstat | 1 files changed, 6 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/features.txt Sat Jul 12 20:48:28 2025 -0400 +++ b/doc/features.txt Sat Jul 12 20:52:30 2025 -0400 @@ -10,7 +10,8 @@ Roundup is an easy-to-use and -install issue-tracking system with web, e-mail and command-line interfaces. Based on the winning design -from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition. +from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design +competition. **Installation and Setup** @@ -34,11 +35,11 @@ - Manage your issues your way. Handle bugs, features, milestones, user feedback, fleet maintenance, office issues etc. +- Issues become a mini mailing list to keep everyone informed. - Searches on specific properties (e.g. open issues with a high - priority) can be saved and reused or shared with outer users. + priority) can be saved and reused or shared with other users. - Full Text Search for quick searches across messages. - Keeps a detailed history of issue changes. -- Issues become a mini mailing list to keep everyone informed. - Email is a first class method for interacting with issues. **Scalability and Performance** @@ -77,7 +78,7 @@ - Users can sign up through the web interface or new user creation can be limited to admin users. - Can use an `external user database`_ (LDAP, password file) -- Self-server password reset for users via email. +- Self-serve password reset for users via email. **Email Integration and Automation** @@ -97,9 +98,9 @@ **Remote Access Interfaces** +- `RESTful API`_ accessible with basic HTTP authentication or optional JWT. - `XMLRPC interface`_ for remote tracker access with basic HTTP authentication. -- `RESTful API`_ accessible with basic HTTP authentication or optional JWT. - Configurable CORS support for third-party web pages. - Ability to generate and authenticate JSON Web Tokens (JWT).
