Mercurial > p > roundup > code
annotate website/www/index.txt @ 6763:d93b441ee778
Handle build issues, update css for mobile
I added www.roundup-tracker.org as a property of mine in google search
console. It reports bad mobile experience.
According to the goatcounter tracker I put in, we get 400 hits from
phones/small tablets; 400 from tablets/small laptops and 800 from
computer screens. So 1/4 is mobile and 1/2 is not a large computer
screen.
On mobile (<960px) the left hand menu is stacked on top of the column
in mobile sizes. Sub-menu links are spaced apart to make them easier
to clkick on with a finger. Same with the table of contents in the
documents. The main document content is now full display width (rather
than scrunched to the right side of the display). This is just a quick
hack, but it should make the docs more usable.
As I worked, I found that _static/style.css changes were not being
copied into the html build directory when sphinx was rerun. Nuke
entire html subdir and rebuild from scratch each time. Also added
comments to Makefile.
Also robots.txt was being added as extra_html by sphinx, but it causes
a missing from TOC error that exits the build (when using -W). Since
exiting on warning is better, I changed Makefile to add
robots.txt. Removed robots.txt references from conf.py.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 10 Jul 2022 18:16:13 -0400 |
| parents | 4eee1aa1103e |
| children | a1868fe784d0 dee99f8a386f |
| rev | line source |
|---|---|
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
1 Roundup Issue Tracker |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
2 ===================== |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
3 |
|
6668
4eee1aa1103e
reimplment meta opengraph removed in changeset 6628:2bb6d7baa47d
John Rouillard <rouilj@ieee.org>
parents:
6628
diff
changeset
|
4 .. meta:: |
|
6627
e9d0534cbc18
Add opengraph fields and other seo tweaks.
John Rouillard <rouilj@ieee.org>
parents:
6623
diff
changeset
|
5 :title: Roundup Issue Tracker |
|
e9d0534cbc18
Add opengraph fields and other seo tweaks.
John Rouillard <rouilj@ieee.org>
parents:
6623
diff
changeset
|
6 :description: A simple-to-use and -install issue-tracking system |
|
e9d0534cbc18
Add opengraph fields and other seo tweaks.
John Rouillard <rouilj@ieee.org>
parents:
6623
diff
changeset
|
7 with command-line, web, REST, XML-RPC and e-mail interfaces. |
|
e9d0534cbc18
Add opengraph fields and other seo tweaks.
John Rouillard <rouilj@ieee.org>
parents:
6623
diff
changeset
|
8 Adaptable to many uses cases. Allows you to customise the look |
|
e9d0534cbc18
Add opengraph fields and other seo tweaks.
John Rouillard <rouilj@ieee.org>
parents:
6623
diff
changeset
|
9 and feel and implement different workflows. |
|
6668
4eee1aa1103e
reimplment meta opengraph removed in changeset 6628:2bb6d7baa47d
John Rouillard <rouilj@ieee.org>
parents:
6628
diff
changeset
|
10 :og\:type: website |
|
4eee1aa1103e
reimplment meta opengraph removed in changeset 6628:2bb6d7baa47d
John Rouillard <rouilj@ieee.org>
parents:
6628
diff
changeset
|
11 :og\:url: https://www.roundup-tracker.org/ |
|
4eee1aa1103e
reimplment meta opengraph removed in changeset 6628:2bb6d7baa47d
John Rouillard <rouilj@ieee.org>
parents:
6628
diff
changeset
|
12 :og\:title: Roundup Issue Tracker |
|
4eee1aa1103e
reimplment meta opengraph removed in changeset 6628:2bb6d7baa47d
John Rouillard <rouilj@ieee.org>
parents:
6628
diff
changeset
|
13 :og\:description: A simple-to-use and -install issue-tracking system |
|
6627
e9d0534cbc18
Add opengraph fields and other seo tweaks.
John Rouillard <rouilj@ieee.org>
parents:
6623
diff
changeset
|
14 with command-line, web, REST, XML-RPC and e-mail interfaces. |
|
e9d0534cbc18
Add opengraph fields and other seo tweaks.
John Rouillard <rouilj@ieee.org>
parents:
6623
diff
changeset
|
15 Adaptable to many uses cases. Allows you to customise the look |
|
e9d0534cbc18
Add opengraph fields and other seo tweaks.
John Rouillard <rouilj@ieee.org>
parents:
6623
diff
changeset
|
16 and feel and implement different workflows. |
|
6668
4eee1aa1103e
reimplment meta opengraph removed in changeset 6628:2bb6d7baa47d
John Rouillard <rouilj@ieee.org>
parents:
6628
diff
changeset
|
17 :og\:image: https://www.roundup-tracker.org/_images/index_logged_out.png |
|
6627
e9d0534cbc18
Add opengraph fields and other seo tweaks.
John Rouillard <rouilj@ieee.org>
parents:
6623
diff
changeset
|
18 |
|
6263
3a851df879cd
Remove doc dependency sphinxcontrib-cheeseshop.
John Rouillard <rouilj@ieee.org>
parents:
6225
diff
changeset
|
19 .. raw:: html |
|
3a851df879cd
Remove doc dependency sphinxcontrib-cheeseshop.
John Rouillard <rouilj@ieee.org>
parents:
6225
diff
changeset
|
20 |
|
3a851df879cd
Remove doc dependency sphinxcontrib-cheeseshop.
John Rouillard <rouilj@ieee.org>
parents:
6225
diff
changeset
|
21 <div class="release_info note">Download: |
|
3a851df879cd
Remove doc dependency sphinxcontrib-cheeseshop.
John Rouillard <rouilj@ieee.org>
parents:
6225
diff
changeset
|
22 <a href="https://pypi.org/project/roundup/">latest</a></div> |
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
23 |
|
5949
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5941
diff
changeset
|
24 Roundup is a simple-to-use and -install issue-tracking system with |
|
6623
aa52c5e114b2
highlight rest and xml-rpc support
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
25 command-line, web, REST, XML-RPC and e-mail interfaces. It is based |
|
aa52c5e114b2
highlight rest and xml-rpc support
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
26 on the winning design from Ka-Ping Yee in the Software Carpentry |
|
aa52c5e114b2
highlight rest and xml-rpc support
John Rouillard <rouilj@ieee.org>
parents:
6456
diff
changeset
|
27 "Track" design competition. |
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
28 |
|
6456
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
29 The current stable version of Roundup is 2.1.0. It is a bug fix |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
30 and minor feature release for the major 2.0.0 release which |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
31 added: |
|
5949
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5941
diff
changeset
|
32 |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5941
diff
changeset
|
33 * Python 2 and Python 3 support |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5941
diff
changeset
|
34 * a new REST interface |
| 6163 | 35 * updates to jinja2 templates including security improvements |
|
5949
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5941
diff
changeset
|
36 |
|
6456
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
37 Fixes and features in the 2.1.0 release include: |
|
6439
5296d27ac97c
Implementing RELEASE.txt 2.1.0b1 release
John Rouillard <rouilj@ieee.org>
parents:
6269
diff
changeset
|
38 |
|
6456
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
39 * Installation uses setuptools and not distutils. |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
40 * Mysql backend now uses an index to make sure that key values are |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
41 not duplicated when two roundup processes run in parallel. |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
42 * Postgres back end now uses a server side cursor, so large queries |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
43 won't consume huge amounts of memory. |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
44 * Security fixes for jQuery, markdown handling, |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
45 * Valid class names are documented and enforced. All class names now |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
46 match ``[A-z][A-z0-9_]+[A-z_]``. |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
47 * Fixes/improvements to jinja2 templates |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
48 * Fixes for python3 compatibility. |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
49 * Fix sorting of multilinks in templating code. |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
50 * Password reset documented in user guide. |
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
51 |
|
6456
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
52 More info on the 58 changes can be found in the `change note`_. |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
53 |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
54 For more information on Roundup see the :doc:`design overview |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
55 <docs/design>`, and all the other :doc:`documentation <docs>`. Roundup |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
56 has been deployed for: |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
57 |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
58 * bug tracking and TODO list management (the classic |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
59 installation) |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
60 * customer help desk support (with a wizard for the phone |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
61 answerers, linking to networking, system and development |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
62 issue trackers) |
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
63 * issue management for IETF working groups |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
64 * sales lead tracking |
|
6456
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
65 * conference paper submission and double-blind referee |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
66 management |
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
67 * weblogging (well, almost :) |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
68 |
|
5949
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5941
diff
changeset
|
69 ...and so on. It's been designed with :doc:`flexibility |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5941
diff
changeset
|
70 <docs/customizing>` in mind - it's not just another bug |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5941
diff
changeset
|
71 tracker. Roundup ships with a *demo tracker* to play with - after |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5941
diff
changeset
|
72 you've unpacked the source, just run "python demo.py" and load up the |
|
573b688fffeb
RELEASE.txt changes checkin pre 2.0.0alpha0
John Rouillard <rouilj@ieee.org>
parents:
5941
diff
changeset
|
73 URL it prints out! |
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
74 |
|
6456
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
75 Roundup was originally released as version 0.1.1 in late August, 2001. |
|
cbc18a8bc61f
Changes for release of version 2.1.0.
John Rouillard <rouilj@ieee.org>
parents:
6439
diff
changeset
|
76 The first `change note`_ written said: |
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
77 |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
78 Needed a bug tracking system. Looked around. Tried to install many Perl-based systems, to no avail. |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
79 Got tired of waiting for Roundup to be released. Had just finished major product project, so needed |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
80 something different for a while. Roundup here I come... |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
81 |
|
5941
29d428927362
prep for 2.0.0alpha0 release.
John Rouillard <rouilj@ieee.org>
parents:
5335
diff
changeset
|
82 .. _`download`: https://pypi.org/project/roundup/ |
|
4829
b77ef61a844e
Fix link to CHANGES.txt to avoid file download
anatoly techtonik <techtonik@gmail.com>
parents:
4789
diff
changeset
|
83 .. _`change note`: https://sourceforge.net/p/roundup/code/ci/tip/tree/CHANGES.txt |
|
6269
92cc82788f83
Replace http:....roundup-tracker.org with https.
John Rouillard <rouilj@ieee.org>
parents:
6263
diff
changeset
|
84 .. _`its own set of docs`: https://www.roundup-tracker.org/dev-docs/docs.html |
