Mercurial > p > roundup > code
diff doc/features.txt @ 7464:82bbb95e5690 issue2550923_computed_property
merge from tip into issue2550923_computed_property
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 08 Jun 2023 00:10:32 -0400 |
| parents | 1f8e41b0e97f |
| children | c22b4f0364eb |
line wrap: on
line diff
--- a/doc/features.txt Mon Nov 07 22:58:38 2022 -0500 +++ b/doc/features.txt Thu Jun 08 00:10:32 2023 -0400 @@ -14,11 +14,11 @@ *simple to install* - installation (including web interface) takes about 30 minutes - - instant-gratification ``python demo.py`` :) - - two templates included in the distribution for you to base your tracker on + - instant-gratification ``python demo.py`` takes less than 5 minutes :) + - five templates included in the distribution for you to base your tracker on - play with the demo, customise it and then use *it* as the template for your production tracker - - requires *no* additional support software - python (2.7 or 3.4+) is + - requires *no* additional support software - python (2.7 or 3.6+) is enough to get you going - easy to set up higher-performance storage backends like sqlite_, mysql_ and postgresql_ @@ -55,9 +55,9 @@ with decent response times - database indexes are automatically added for those backends that support them (sqlite, mysql and postgresql) - - indexed text searching giving fast responses to searches across all + - indexed full text search (FTS) gives fast responses to searches across all messages and indexed string properties - - support for the Xapian, Whoosh. sqlite or postgres full-text + - support for the Xapian, Whoosh, sqlite or postgres full-text indexing engines for large trackers *documented* @@ -73,7 +73,8 @@ - authentication of user registration and user-driven password resetting using email and one time keys - may be run using WSGI or through CGI as a normal cgi script, as a - stand-alone web server, under mod_wsgi (mod_python is deprecated) or through Zope + stand-alone web server, under mod_wsgi (mod_python is deprecated) + or through Zope - searching may be performed using many constraints, including a full-text search of messages attached to issues - file attachments (added through the web or email) are served up with the @@ -127,7 +128,7 @@ - CORS support for use by third party web pages. - see the `rest guide`_ for details. -.. _sqlite: http://www.hwaci.com/sw/sqlite/ +.. _sqlite: https://www.sqlite.org/index.html .. _mysql: https://pypi.org/project/MySQL-python/ .. _postgresql: https://www.psycopg.org/ .. _`xmlrpc guide`: xmlrpc.html
