Skip to content

Commit fcbc9b9

Browse files
committed
fix markdown formatting of unordered and ordered lists
They were indented and shouldn't have been.
1 parent 217207c commit fcbc9b9

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

website/www/index.txt

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -78,57 +78,57 @@ and feature release for the 2.1.0 release
7878

7979
Some 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

116116
More info on the 57 changes can be found in the `change note`_.
117117

118118
For more information on Roundup see the :doc:`design overview
119119
<docs/design>`, and all the other :doc:`documentation <docs>`. Roundup
120120
has 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
141141
steps (change the ``-2.2.0`` version identifier to match your downloaded
142142
file).
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

152152
Roundup was originally released as version 0.1.1 in late August, 2001.
153153
The first `change note`_ written said:

0 commit comments

Comments
 (0)