@@ -78,57 +78,57 @@ and feature release for the 2.1.0 release
7878
7979Some improvements from the 2.1.0 release are:
8080
81- * Roundup supports dynamic and static compression of http
82- responses. This improves performance when a front end web
83- server isn't serving compressed assets.
81+ * Roundup supports dynamic and static compression of http
82+ responses. This improves performance when a front end web
83+ server isn't serving compressed assets.
8484
85- * REST interface: supports CORS allowing Roundup to be
86- used by third party web sites. Origins allowed to use
87- REST can be specified. OpenAPI (Swagger) docs can be
88- added. Error handling/reporting improved.
85+ * REST interface: supports CORS allowing Roundup to be
86+ used by third party web sites. Origins allowed to use
87+ REST can be specified. OpenAPI (Swagger) docs can be
88+ added. Error handling/reporting improved.
8989
90- * Dockerfile support. Docker-compose for a mysql based
91- tracker.
90+ * Dockerfile support. Docker-compose for a mysql based
91+ tracker.
9292
93- * New full text search methods. SQLite FTS and PostgreSQL
94- full text search are supported. These allow search
95- expressions in addition to simple word based searches.
93+ * New full text search methods. SQLite FTS and PostgreSQL
94+ full text search are supported. These allow search
95+ expressions in addition to simple word based searches.
9696
97- * Secret values in config.ini can be stored in external
98- files. This allows config.ini to be stored in a VCS
99- without exposing secrets.
97+ * Secret values in config.ini can be stored in external
98+ files. This allows config.ini to be stored in a VCS
99+ without exposing secrets.
100100
101- * Translation object added to internal database handle. This
102- allows auditors and extensions to provide efficient
103- translations.
101+ * Translation object added to internal database handle. This
102+ allows auditors and extensions to provide efficient
103+ translations.
104104
105- * MySQL database creation uses COLLATE utf8_general_ci
105+ * MySQL database creation uses COLLATE utf8_general_ci
106106
107- * Wsgi startup improvements (must be enabled by setting
108- feature flag).
107+ * Wsgi startup improvements (must be enabled by setting
108+ feature flag).
109109
110- * Fix crash when importing legacy Roundup tracker with long
111- integers.
110+ * Fix crash when importing legacy Roundup tracker with long
111+ integers.
112112
113- * Fix issues with Roundup unable to find supporting files
114- when installed via pip.
113+ * Fix issues with Roundup unable to find supporting files
114+ when installed via pip.
115115
116116More info on the 57 changes can be found in the `change note`_.
117117
118118For more information on Roundup see the :doc:`design overview
119119<docs/design>`, and all the other :doc:`documentation <docs>`. Roundup
120120has been deployed for:
121121
122- * bug tracking and TODO list management (the classic
123- installation)
124- * customer help desk support (with a wizard for the phone
125- answerers, linking to networking, system and development
126- issue trackers)
127- * issue management for IETF working groups
128- * sales lead tracking
129- * conference paper submission and double-blind referee
130- management
131- * weblogging (well, almost :)
122+ * bug tracking and TODO list management (the classic
123+ installation)
124+ * customer help desk support (with a wizard for the phone
125+ answerers, linking to networking, system and development
126+ issue trackers)
127+ * issue management for IETF working groups
128+ * sales lead tracking
129+ * conference paper submission and double-blind referee
130+ management
131+ * weblogging (well, almost :)
132132
133133...and so on. It's been designed with :doc:`flexibility
134134<docs/customizing>` in mind - it's not just another bug
@@ -141,13 +141,13 @@ To create a source directory and run the demo follow these simple
141141steps (change the ``-2.2.0`` version identifier to match your downloaded
142142file).
143143
144- 1. ``python -m pip download roundup``
145- 2. ``tar -xzvf roundup-2.2.0.tar.gz``
144+ 1. ``python -m pip download roundup``
145+ 2. ``tar -xzvf roundup-2.2.0.tar.gz``
146146
147- * if you don't have a tar command, ``python -c 'import tarfile, sys; tarfile.open(sys.argv[1]).extractall();' roundup-2.2.0.tar.gz`` can be used.
147+ * if you don't have a tar command, ``python -c 'import tarfile, sys; tarfile.open(sys.argv[1]).extractall();' roundup-2.2.0.tar.gz`` can be used.
148148
149- 3. ``cd roundup-2.2.0``
150- 4. ``python demo.py``
149+ 3. ``cd roundup-2.2.0``
150+ 4. ``python demo.py``
151151
152152Roundup was originally released as version 0.1.1 in late August, 2001.
153153The first `change note`_ written said:
0 commit comments