@@ -14,11 +14,11 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
1414
1515*simple to install*
1616 - installation (including web interface) takes about 30 minutes
17- - instant-gratification ``python demo.py`` :)
18- - two templates included in the distribution for you to base your tracker on
17+ - instant-gratification ``python demo.py`` takes less than 5 minutes :)
18+ - five templates included in the distribution for you to base your tracker on
1919 - play with the demo, customise it and then use *it* as the template for
2020 your production tracker
21- - requires *no* additional support software - python (2.7 or 3.4 +) is
21+ - requires *no* additional support software - python (2.7 or 3.6 +) is
2222 enough to get you going
2323 - easy to set up higher-performance storage backends like sqlite_,
2424 mysql_ and postgresql_
@@ -55,9 +55,9 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
5555 with decent response times
5656 - database indexes are automatically added for those backends that
5757 support them (sqlite, mysql and postgresql)
58- - indexed text searching giving fast responses to searches across all
58+ - indexed full text search (FTS) gives fast responses to searches across all
5959 messages and indexed string properties
60- - support for the Xapian, Whoosh. sqlite or postgres full-text
60+ - support for the Xapian, Whoosh, sqlite or postgres full-text
6161 indexing engines for large trackers
6262
6363*documented*
@@ -73,7 +73,8 @@ from Ka-Ping Yee in the :index:`Software Carpentry` "Track" design competition.
7373 - authentication of user registration and user-driven password resetting
7474 using email and one time keys
7575 - may be run using WSGI or through CGI as a normal cgi script, as a
76- stand-alone web server, under mod_wsgi (mod_python is deprecated) or through Zope
76+ stand-alone web server, under mod_wsgi (mod_python is deprecated)
77+ or through Zope
7778 - searching may be performed using many constraints, including a full-text
7879 search of messages attached to issues
7980 - file attachments (added through the web or email) are served up with the
0 commit comments