@@ -24,7 +24,8 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
2424 mysql_ and postgresql_
2525
2626*simple to use*
27- - accessible through the web, email, command-line or Python programs
27+ - accessible through the web (html, REST or XMLRPC), email,
28+ command-line or Python programs
2829 - may be used to track bugs, features, user feedback, sales opportunities,
2930 milestones, ...
3031 - automatically keeps a full history of changes to issues with
@@ -53,7 +54,8 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
5354 support them (sqlite, mysql and postgresql)
5455 - indexed text searching giving fast responses to searches across all
5556 messages and indexed string properties
56- - support for the Xapian or Whoosh full-text indexing engine for large trackers
57+ - support for the Xapian, Whoosh. sqlite or postgres full-text
58+ indexing engines for large trackers
5759
5860*documented*
5961 - documentation exists for installation, upgrading, maintenance, users and
@@ -115,8 +117,11 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
115117 XMLRPC calls
116118 - see the `xmlrpc guide`_ for more details simple clients etc.
117119
118- *restful interface*
120+ *RESTful interface*
119121 - accessible using basic HTTP authentication at /rest starting point
122+ - able to be extended with new endpoints
123+ - authentication can be done using JSON Web Tokens (JWT)
124+ - CORS support for use by third party web pages.
120125 - see the `rest guide`_ for details.
121126
122127.. _sqlite: http://www.hwaci.com/sw/sqlite/
0 commit comments