annotate website/www/contact.txt @ 7971:fe0348bbe45b

issue2551353 - Add roundup-classhelper for 2.4.0 release Changes to the classic template are not done yet. Still testing. This commit has document updates and changes to rest.py. rest.py: add /rest/data/user/role endpoint to core so the user doesn't have to add the /rest/roles endpoint via interfaces.py. It will only send roles for a user with Admin role and there is no way to override this currently. acknowledgements.txt: Added members of team3 to other contributors. Specified for all other contributes what they worked on. upgrading.txt: added classhelper section and basic template change directions. Linked to admin_guide for full directions. admin_guide.txt: documented install, translation, troubleshooting, config etc. user_guide.txt: added section on using the classhelper. Added reference to section earlier in the doc. Added image for section.
author John Rouillard <rouilj@ieee.org>
date Tue, 21 May 2024 01:17:28 -0400
parents 79779293d77b
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7048
6f5054751fb6 Update meta description. Also fix test command in code.txt.
John Rouillard <rouilj@ieee.org>
parents: 5755
diff changeset
1 .. meta::
6f5054751fb6 Update meta description. Also fix test command in code.txt.
John Rouillard <rouilj@ieee.org>
parents: 5755
diff changeset
2 :description:
6f5054751fb6 Update meta description. Also fix test command in code.txt.
John Rouillard <rouilj@ieee.org>
parents: 5755
diff changeset
3 Instructions for contacting the authors of the Roundup Issue Tracker.
6f5054751fb6 Update meta description. Also fix test command in code.txt.
John Rouillard <rouilj@ieee.org>
parents: 5755
diff changeset
4 Includes mailing lists (hosted by sourceforge), and the IRC
7285
01f952b74a02 update description metadata
John Rouillard <rouilj@ieee.org>
parents: 7048
diff changeset
5 channel #roundup on oftc. How to get support from people.
7048
6f5054751fb6 Update meta description. Also fix test command in code.txt.
John Rouillard <rouilj@ieee.org>
parents: 5755
diff changeset
6
6f5054751fb6 Update meta description. Also fix test command in code.txt.
John Rouillard <rouilj@ieee.org>
parents: 5755
diff changeset
7
4035
e4950073153f Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff changeset
8 Contact
e4950073153f Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff changeset
9 =======
e4950073153f Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff changeset
10
e4950073153f Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff changeset
11 We maintain the following mailing lists:
7345
3f4963cd2a1d Add class to table to increase spacing in mobile mode.
John Rouillard <rouilj@ieee.org>
parents: 7285
diff changeset
12
3f4963cd2a1d Add class to table to increase spacing in mobile mode.
John Rouillard <rouilj@ieee.org>
parents: 7285
diff changeset
13 .. rst-class:: linkspacing
3f4963cd2a1d Add class to table to increase spacing in mobile mode.
John Rouillard <rouilj@ieee.org>
parents: 7285
diff changeset
14
7743
79779293d77b doc: add reference to full email address and purpose for lists
John Rouillard <rouilj@ieee.org>
parents: 7345
diff changeset
15 =================== ========================== ===============================
79779293d77b doc: add reference to full email address and purpose for lists
John Rouillard <rouilj@ieee.org>
parents: 7345
diff changeset
16 List Name/Signup Archive link Purpose
79779293d77b doc: add reference to full email address and purpose for lists
John Rouillard <rouilj@ieee.org>
parents: 7345
diff changeset
17 =================== ========================== ===============================
79779293d77b doc: add reference to full email address and purpose for lists
John Rouillard <rouilj@ieee.org>
parents: 7345
diff changeset
18 roundup-users_ archives `[SourceForge]`__ how to use Roundup
79779293d77b doc: add reference to full email address and purpose for lists
John Rouillard <rouilj@ieee.org>
parents: 7345
diff changeset
19 roundup-devel_ archives `[SourceForge]`__ develop new Roundup releases
79779293d77b doc: add reference to full email address and purpose for lists
John Rouillard <rouilj@ieee.org>
parents: 7345
diff changeset
20 roundup-checkins_ archives `[SourceForge]`__ automated check-in messages
79779293d77b doc: add reference to full email address and purpose for lists
John Rouillard <rouilj@ieee.org>
parents: 7345
diff changeset
21 =================== ========================== ===============================
4035
e4950073153f Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff changeset
22
7743
79779293d77b doc: add reference to full email address and purpose for lists
John Rouillard <rouilj@ieee.org>
parents: 7345
diff changeset
23 These lists are open-access, but moderated to protect them against spam.
79779293d77b doc: add reference to full email address and purpose for lists
John Rouillard <rouilj@ieee.org>
parents: 7345
diff changeset
24 The email address is
79779293d77b doc: add reference to full email address and purpose for lists
John Rouillard <rouilj@ieee.org>
parents: 7345
diff changeset
25 ``<the list name from above>@lists.sourceforge.net``.
79779293d77b doc: add reference to full email address and purpose for lists
John Rouillard <rouilj@ieee.org>
parents: 7345
diff changeset
26
4035
e4950073153f Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff changeset
27 Please sign up if you intend to mail repeatedly.
e4950073153f Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff changeset
28
7743
79779293d77b doc: add reference to full email address and purpose for lists
John Rouillard <rouilj@ieee.org>
parents: 7345
diff changeset
29 You may talk to Roundup developers directly using the `WebChat IRC`_
79779293d77b doc: add reference to full email address and purpose for lists
John Rouillard <rouilj@ieee.org>
parents: 7345
diff changeset
30 interface. You can also use an IRC client: irc://irc.oftc.net/roundup.
4820
2b7425b24243 website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents: 4035
diff changeset
31
2b7425b24243 website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents: 4035
diff changeset
32
5755
fefd8263ee4d issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents: 5366
diff changeset
33 .. _roundup-users: https://sourceforge.net/projects/roundup/lists/roundup-users
fefd8263ee4d issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents: 5366
diff changeset
34 .. _roundup-devel: https://sourceforge.net/projects/roundup/lists/roundup-devel
fefd8263ee4d issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents: 5366
diff changeset
35 .. _roundup-checkins: https://sourceforge.net/projects/roundup/lists/roundup-checkins
4035
e4950073153f Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff changeset
36
5755
fefd8263ee4d issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents: 5366
diff changeset
37 .. __: https://sourceforge.net/p/roundup/mailman/roundup-users/
4820
2b7425b24243 website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents: 4035
diff changeset
38
5755
fefd8263ee4d issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents: 5366
diff changeset
39 .. __: https://sourceforge.net/p/roundup/mailman/roundup-devel/
4820
2b7425b24243 website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents: 4035
diff changeset
40
5755
fefd8263ee4d issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents: 5366
diff changeset
41 .. __: https://sourceforge.net/p/roundup/mailman/roundup-checkins/
4951
5de19a3d99bd website: Add autologin and nick selection to WebChat link
anatoly techtonik <techtonik@gmail.com>
parents: 4820
diff changeset
42
7743
79779293d77b doc: add reference to full email address and purpose for lists
John Rouillard <rouilj@ieee.org>
parents: 7345
diff changeset
43 .. _WebChat IRC: https://webchat.oftc.net/?randomnick=1&channels=roundup&prompt=1

Roundup Issue Tracker: http://roundup-tracker.org/