annotate website/www/contact.txt @ 8044:f9eaaa63fda2

build: update website build to sync built files Sourceforge only supports python 2.7. Newer version of sphinx are required to build docs and they don't work with 2.7. Set up rsync targets that: 1) copy html build directory to sourceforge target directory (dev_docs, production and user home directory) 2) backup existing sourceforge target directory re-sync so it can be served without any missing files. The Makefile now check to see if .orig or *~ files are present in the html build tree. It lists the garbage file and fails if so. Also inserts a .htaccess into the tree to prevent access to: .buildinfo file docs_backup-* files *.orig *~ The first one is a build artifact from newer version of sphinx. The second is the backup directory created with all the original files before a rsync from the local system is done to sourceforge. The backup directory is timestamped with the time of its sync. The last two are probably redundant since make html will fail if they exist. To rollback a sync: move the target directory to a new name. move the backup directory (in the renamed target directory) to the old target directory name. I added the --delete flag to remove files missing from the html directory. Using the -no-times flags will create all new files with the current directory. Using the --backup, --backup-dir flags backs up all replaced/deleted files to backup-dir. The --exclude flag preserves the backup directories on the sourceforge side. Without --exclude the -delete flag would remove these backup-dir's. Note that --delete-exclude must not be used otherwise the backup directories will be deleted.
author John Rouillard <rouilj@ieee.org>
date Wed, 26 Jun 2024 19:11:35 -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/