Mercurial > p > roundup > code
annotate website/www/contact.txt @ 7695:2be7a8f66ea7
fix: windows install using pip mislocates share directory
The setup code that tries to make the share install path absolute
prependeds something like:
c:\program files\python_venv
to the paths. The equivalent on linux is recognized as an absolute
path. On windows this is treated oddly. This resulted in
the share files being placed in:
c:\program files\python_venv\Lib\site-packages\program files\python_venv\share
Roundup was unable to find the files there. On windows (where the
platform starts with 'win') don't make the path absolute. This puts
share in:
c:\program files\python_venv\Lib\share
and Roundup finds them.
The translations and templates are found by the roundup-server.
The docs are also installed under the share directory. The man pages
are not installed as windows doesn't have groff to format the source
documents.
This is the second fix from issues getting Roundup running on windows
discussed on mailing list by Simon Eigeldinger.
Thread starts with:
https://sourceforge.net/p/roundup/mailman/message/41557096/
subject: Installing Roundup on Windows 2023-10-05.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 05 Nov 2023 23:01:29 -0500 |
| parents | 3f4963cd2a1d |
| children | 79779293d77b |
| 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 |
|
5366
b87a1f51ac32
As far as I can tell, gmane and nabble archives are gone/not being
John Rouillard <rouilj@ieee.org>
parents:
4951
diff
changeset
|
15 =================== ========================== |
|
b87a1f51ac32
As far as I can tell, gmane and nabble archives are gone/not being
John Rouillard <rouilj@ieee.org>
parents:
4951
diff
changeset
|
16 roundup-users_ archives `[SourceForge]`__ |
|
b87a1f51ac32
As far as I can tell, gmane and nabble archives are gone/not being
John Rouillard <rouilj@ieee.org>
parents:
4951
diff
changeset
|
17 roundup-devel_ archives `[SourceForge]`__ |
|
4820
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
18 roundup-checkins_ archives `[SourceForge]`__ |
|
5366
b87a1f51ac32
As far as I can tell, gmane and nabble archives are gone/not being
John Rouillard <rouilj@ieee.org>
parents:
4951
diff
changeset
|
19 =================== ========================== |
|
4035
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
20 |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
21 These lists are moderated to protect them against spam. |
|
e4950073153f
Adjust to better sync with roundup docs.
Stefan Seefeld <stefan@users.sourceforge.net>
parents:
diff
changeset
|
22 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
|
23 |
|
4820
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
24 You may talk to Roundup developers directly via IRC irc://irc.oftc.net/roundup |
|
4951
5de19a3d99bd
website: Add autologin and nick selection to WebChat link
anatoly techtonik <techtonik@gmail.com>
parents:
4820
diff
changeset
|
25 using IRC client or through WebChat_ interface. |
|
4820
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
26 |
|
2b7425b24243
website: Revise contacts page, add links to archives and web IRC
anatoly techtonik <techtonik@gmail.com>
parents:
4035
diff
changeset
|
27 |
|
5755
fefd8263ee4d
issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents:
5366
diff
changeset
|
28 .. _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
|
29 .. _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
|
30 .. _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
|
31 |
|
5755
fefd8263ee4d
issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents:
5366
diff
changeset
|
32 .. __: 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
|
33 |
|
5755
fefd8263ee4d
issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents:
5366
diff
changeset
|
34 .. __: 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
|
35 |
|
5755
fefd8263ee4d
issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents:
5366
diff
changeset
|
36 .. __: 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
|
37 |
|
5755
fefd8263ee4d
issue2550966: Fix suboptimal links in doc pages
John Rouillard <rouilj@ieee.org>
parents:
5366
diff
changeset
|
38 .. _WebChat: https://webchat.oftc.net/?randomnick=1&channels=roundup&prompt=1 |
