Mercurial > p > roundup > code
comparison website/www/index.txt @ 8476:93f9d8622111
doc: update styles to WCAG AAA; add accessibility statement; reword
Update to AA WCAG 2.2 contrast:
in note admonitions, link contrast was too low
in python code examples, comments were too low contrast
Added accessability statement. It is only in the tree and not linked
to the website currently.
Updated install directions for future 2.6 release. Updated paragraph
to make it clearer.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 08 Nov 2025 14:03:42 -0500 |
| parents | 0f2e86085a79 |
| children | c9bb470e6d38 |
comparison
equal
deleted
inserted
replaced
| 8475:bc3d3c54e1f0 | 8476:93f9d8622111 |
|---|---|
| 195 Roundup ships with a **demo tracker** to play with - you don't need to | 195 Roundup ships with a **demo tracker** to play with - you don't need to |
| 196 install Roundup. After you've unpacked the source, just run "``python | 196 install Roundup. After you've unpacked the source, just run "``python |
| 197 demo.py``" and load up the URL it prints out! | 197 demo.py``" and load up the URL it prints out! |
| 198 | 198 |
| 199 Follow the source gratification mode with these steps (change the | 199 Follow the source gratification mode with these steps (change the |
| 200 ``-2.4.0`` version identifier to match your downloaded file). | 200 ``-2.6.0`` version identifier to match the version of Roundup you want |
| 201 to use). | |
| 201 | 202 |
| 202 1. ``python3 -m pip download roundup`` | 203 1. ``python3 -m pip download roundup`` |
| 203 2. ``tar -xzvf roundup-2.4.0.tar.gz`` | 204 2. ``tar -xzvf roundup-2.6.0.tar.gz`` |
| 204 | 205 |
| 205 * if you don't have a tar command (e.g windows), use:: | 206 * if you don't have a tar command (e.g windows), use:: |
| 206 | 207 |
| 207 python -c "import tarfile, sys; tarfile.open(sys.argv[1]).extractall();" roundup-2.4.0.tar.gz | 208 python -c "import tarfile, sys; tarfile.open(sys.argv[1]).extractall();" roundup-2.6.0.tar.gz |
| 208 | 209 |
| 209 | 210 |
| 210 3. ``cd roundup-2.4.0`` | 211 3. ``cd roundup-2.6.0`` |
| 211 4. ``python3 demo.py`` | 212 4. ``python3 demo.py`` |
| 212 | 213 |
| 213 (The source download can also be used to `create a custom Docker | 214 (The source download can also be used to `create a custom Docker |
| 214 image <docs/installation.html#docker-support>`_.) | 215 image <docs/installation.html#docker-support>`_.) |
| 215 | 216 |
