Skip to content

Commit 1a35b6b

Browse files
committed
Add fts search engines, add more rest doc.
Expand *simple to use* to mention REST and XMLRPC along with html for web use. Mention REST can be extended. Also JWT is possible. CORS support as well.
1 parent 09c30d5 commit 1a35b6b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/features.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)