Skip to content

Commit d5344d2

Browse files
committed
Use new domain name and list addresses for Sympa in the source
1 parent fa59f4e commit d5344d2

27 files changed

+46
-46
lines changed

CONTRIBUTING.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We expect feedback by users and developers. You can submit issues and pull requ
1212

1313
If you have difficulty accessing GitHub site, you may send bug reports to the developers:
1414

15-
- [sympa-developpers mailing list](https://listes.renater.fr/sympa/info/sympa-developpers)
15+
- [devel@sympa mailing list](https://lists.sympa.community/info/devel)
1616

1717
Note that your message will be open to the public.
1818

@@ -21,11 +21,11 @@ How to translate user interface
2121

2222
You may help us translating user interface of Sympa to your languages:
2323

24-
* [Translate Sympa](https://translate.sympa.org/)
24+
* [Translate Sympa](https://translate.sympa.community/)
2525

2626
To add or correct translations, you have to sign up.
2727

28-
More about translation, please see the [Translation Guide](https://translate.sympa.org/pages/help).
28+
More about translation, please see the [Translation Guide](https://translate.sympa.community/pages/help).
2929

3030
Incubating new documentation
3131
-------------------------------
@@ -34,7 +34,7 @@ The site for development of Sympa documentation launced:
3434

3535
* [Incubating the new Sympa documentation site](https://github.com/sympa-community/sympa-community.github.io)
3636

37-
This site aims to renovate Sympa documentation. We expect inputs including addition, correction and suggestion from the community. For further details, please see the page "[Contributing for Sympa documentation](https://sympa-community.github.io/CONTRIBUTING.html)".
37+
This site aims to renovate Sympa documentation. We expect inputs including addition, correction and suggestion from the community. For further details, please see the page "[Contributing for Sympa documentation](https://www.sympa.community/CONTRIBUTING.html)".
3838

3939
----
4040
[The Sympa Community](https://github.com/sympa-community)

INSTALL.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
To install Sympa, see Sympa Administration Manual:
22

3-
* https://sympa-community.github.io/manual/install.html
3+
* https://www.sympa.community/manual/install.html
44

Makefile.am

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ installconfig: installdir
186186
nextstep:
187187
@echo ""
188188
@echo "** You can find documentation at:"
189-
@echo "** https://sympa-community.github.io/manual/"
189+
@echo "** https://www.sympa.community/manual/"
190190
@echo ""
191191
@echo "#########################################################"
192192
@echo "# CHECK YOU HAVE ALL THE NEEDED MODULES:"

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lists. For a list with 20 000 subscribers, it takes 5 minutes to send a
1515
message to 90% of subscribers, of course considering that the network is
1616
available.
1717

18-
Documentation: https://sympa-community.github.io/
18+
Documentation: https://www.sympa.community/
1919

2020
------------------------------------------------------------------------------
2121

@@ -28,7 +28,7 @@ adapté aux grandes listes. Avec une liste de 20 000 abonnés, il faut 5
2828
minutes pour envoyer un message à 90% des abonnés, lorsque le réseau est
2929
disponible bien évidemment.
3030

31-
La documentation : https://sympa-community.github.io/
31+
La documentation : https://www.sympa.community/
3232

3333
------------------------------------------------------------------------------
3434

@@ -51,7 +51,7 @@ Projects related to Sympa
5151

5252
A repository for contributions to Sympa that won't fit in the code but could be useful to others anyway
5353

54-
- [Translate Sympa](https://translate.sympa.org)
54+
- [Translate Sympa](https://translate.sympa.community)
5555

5656
Translating user interface of Sympa to your languages
5757

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2525

2626
AC_PREREQ(2.60)
27-
AC_INIT(sympa, 6.2.68, sympa-developpers@listes.renater.fr)
27+
AC_INIT(sympa, 6.2.68, devel@sympa.community)
2828
AM_INIT_AUTOMAKE([foreign -Wall -Werror 1.9 tar-pax])
2929
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
3030
AM_PO_SUBDIRS

default/mail_tt2/helpfile.tt2

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Subject: [%"User guide"|loc|qencode%]
5858
[%|loc%]MODINDEX <list> * Moderation: to view the list of messages to moderate[%END%]
5959
[%END#wrap%][% END %]
6060

61-
[%|loc(conf.version)%]Powered by Sympa %1[%END%][%|loc%]:[%END%] https://sympa-community.github.io/
61+
[%|loc(conf.version)%]Powered by Sympa %1[%END%][%|loc%]:[%END%] https://www.sympa.community/

default/web_tt2/footer.tt2

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- footer.tt2 -->
22
<footer role="contentinfo">
33
<img src="[% icons_url %]/favicon_sympa.png" alt="[%|loc%]SYMPA logo[%END%]" width="20" height="20"/>
4-
<a href="https://sympa-community.github.io/">[%|loc(version)%]Powered by Sympa %1[%END%]</a>
4+
<a href="https://www.sympa.community/">[%|loc(version)%]Powered by Sympa %1[%END%]</a>
55
</footer>
66
<!-- end footer.tt2 -->

default/web_tt2/serveradmin.tt2

+2-2
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@
209209
</form>
210210
<br />
211211
<p>
212-
<a class="actionMenuLinks" href="https://translate.sympa.org/">
212+
<a class="actionMenuLinks" href="https://translate.sympa.community/">
213213
[%|loc%]view translations[%END%]
214214
</a>
215215
<a class="actionMenuLinks" href="[% 'ls_templates' | url_rel %]">
@@ -290,7 +290,7 @@
290290
[% IF subaction == 'translation' %]
291291
<h2>[%|loc%]Translating Sympa[%END%]</h2>
292292
<p>[%|loc%]Sympa is designed to allow easy internationalization of its user interface (service email messages and web interface). All translations for a language are gathered into a single PO file that can be manipulated by the standard GNU gettext tools.[%END%]</p>
293-
<p>[%|loc%]Check our translation FAQ if you wish to translate the Sympa GUI into your native language: [%END%] <a href="https://translate.sympa.org/pages/help">https://translate.sympa.org/pages/help</a></p>
293+
<p>[%|loc%]Check our translation FAQ if you wish to translate the Sympa GUI into your native language: [%END%] <a href="https://translate.sympa.community/pages/help">https://translate.sympa.community/pages/help</a></p>
294294
[% END %]
295295

296296
[% IF subaction == 'tracker' %]

doc/samples/sampleClient.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
// Just a simple example of a PHP SOAP client for Sympa.
33
// You can check the Sympa SOAP API definition to design more complex code:
4-
// https://sympa-community.github.io/manual/customize/soap-api.html
4+
// https://www.sympa.community/manual/customize/soap-api.html
55
//
66
// You need to install the php-soap module.
77
// If you are on a Fedora Core server, you can run "yum install php-soap"

doc/sympa_config.podpl

+2-2
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ by each.
542542
543543
"Default" is built-in default value if any.
544544
About symbols for paths, such as C<$SENDMAIL_ALIASES>,
545-
see "L<Directory layout|https://sympa-community.github.io/manual/layout.html>".
545+
see "L<Directory layout|https://www.sympa.community/manual/layout.html>".
546546
547547
=back
548548
@@ -570,7 +570,7 @@ List main configuration file.
570570
=head1 SEE ALSO
571571
572572
I<Sympa Administration Manual>.
573-
L<https://sympa-community.github.io/manual/>.
573+
L<https://www.sympa.community/manual/>.
574574
575575
L<auth.conf(5)>,
576576
L<charset.conf(5)>,

doc/sympa_database.podpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ MySQL/MariaDB. Corresponding types are used by other platforms
6666
=head1 SEE ALSO
6767

6868
I<Sympa Administration Manual>.
69-
L<https://sympa-community.github.io/manual/>.
69+
L<https://www.sympa.community/manual/>.
7070

7171
=cut

doc/sympa_toc.pod

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Below is the list of documentation of Sympa.
2525

2626
=item I<Sympa Administration Manual>
2727

28-
L<https://sympa-community.github.io/manual/>.
28+
L<https://www.sympa.community/manual/>.
2929

3030
=back
3131

@@ -234,10 +234,10 @@ L<https://github.com/sympa-community/sympa/releases>.
234234
=head1 MORE DOCUMENTATION
235235

236236
The full documentation in HTML format can be found in
237-
L<https://sympa-community.github.io/manual/>.
237+
L<https://www.sympa.community/manual/>.
238238

239239
The mailing lists (with web archives) can be accessed at
240-
L<https://sympa-community.github.io/community/lists.html>.
240+
L<https://www.sympa.community/community/lists.html>.
241241

242242
=head1 BUGS
243243

po/sympa/es.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ msgstr ""
1616
"POT-Creation-Date: 2002-07-16 17:27+0800\n"
1717
"PO-Revision-Date: 2022-06-28 07:45+0000\n"
1818
"Last-Translator: LM <luis.a.martinez@gmail.com>\n"
19-
"Language-Team: Español <sympa-users@sympa.org>\n"
19+
"Language-Team: Español\n"
2020
"Language: es\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"

po/sympa/hu.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgstr ""
77
"POT-Creation-Date: 2002-07-16 17:27+0800\n"
88
"PO-Revision-Date: 2022-06-17 06:02+0000\n"
99
"Last-Translator: Anonymous Pootle User\n"
10-
"Language-Team: Magyar <kde-i18n-doc@kde.org>\n"
10+
"Language-Team: Magyar\n"
1111
"Language: hu\n"
1212
"MIME-Version: 1.0\n"
1313
"Content-Type: text/plain; charset=UTF-8\n"

po/terminology/hr.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
msgid ""
66
msgstr ""
77
"Project-Id-Version: Sympa 6.2.54\n"
8-
"Report-Msgid-Bugs-To: Sympa authors <sympa-developpers@listes.renater.fr>\n"
8+
"Report-Msgid-Bugs-To: Sympa authors <devel@sympa.community>\n"
99
"POT-Creation-Date: 2020-02-27 01:25+0000\n"
1010
"PO-Revision-Date: 2020-02-26 13:14+0000\n"
1111
"Last-Translator: kmihalj@srce.hr <kmihalj@srce.hr>\n"

src/cgi/sympa_soap_server.fcgi.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ sympa_soap_server, sympa_soap_server.fcgi - Sympa SOAP server
9898
Sympa SOAP server allows one to access Sympa service though SOAP.
9999
100100
To know details on Sympa SOAP server, see Sympa Administration Manual:
101-
L<https://sympa-community.github.io/manual/customize/soap-api.html>.
101+
L<https://www.sympa.community/manual/customize/soap-api.html>.
102102
103103
=head1 HISTORY
104104

src/cgi/wwsympa.fcgi.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -16883,7 +16883,7 @@ wwsympa, wwsympa.fcgi - WWSympa, Sympa's web interface
1688316883
This FastCGI script completely handles all aspects of the Sympa web interface.
1688416884

1688516885
To know details on WWSympa, see Sympa Administration Manual:
16886-
L<https://sympa-community.github.io/manual/>.
16886+
L<https://www.sympa.community/manual/>.
1688716887

1688816888
=head1 HISTORY
1688916889

src/lib/Sympa/Family.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ L<Sympa::Request::Handler::update_automatic_list>.
798798
799799
L<sympa_automatic(8)>.
800800
801-
L<List families|https://sympa-community.github.io/manual/customize/basics-families.html>, I<Sympa Administration Manual>.
801+
L<List families|https://www.sympa.community/manual/customize/basics-families.html>, I<Sympa Administration Manual>.
802802
803803
=head1 HISTORY
804804

src/lib/Sympa/Internals.podpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@ See L<Sympa::Internals::Workflow>.
6767
L<sympa_toc(1)>.
6868

6969
I<Sympa Administration Manual>.
70-
L<https://sympa-community.github.io/manual/>.
70+
L<https://www.sympa.community/manual/>.
7171

7272
=cut

src/lib/Sympa/Language.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1215,7 +1215,7 @@ RFC 5646 I<Tags for Identifying Languages>.
12151215
L<http://tools.ietf.org/html/rfc5646>.
12161216
12171217
I<Translating Sympa>.
1218-
L<https://translate.sympa.org/pages/help>.
1218+
L<https://translate.sympa.community/pages/help>.
12191219
12201220
=head1 HISTORY
12211221

src/lib/Sympa/Template.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ extracted during packaging process and are added to translation catalog.
847847
=head2 Plugins
848848
849849
Plugins may be placed under F<LIBDIR/Sympa/Template/Plugin>.
850-
See <https://sympa-community.github.io/manual/customize/template-plugins.html>
850+
See <https://www.sympa.community/manual/customize/template-plugins.html>
851851
about usage of plugins.
852852
853853
=head1 SEE ALSO

src/lib/Sympa/Tools/Text.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ sub canonic_text {
125125
return undef unless defined $text;
126126

127127
# Normalize text. See also discussion on
128-
# https://listes.renater.fr/sympa/arc/sympa-developpers/2018-03/thrd1.html
128+
# https://lists.sympa.community/msg/devel/2018-03/4QnaLDHkIC-7ZXa2e4npdQ
129129
#
130130
# N.B.: Corresponding modules are optional by now, and should be
131131
# mandatory in the future.

src/libexec/alias_manager.pl.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,10 @@ F<$SENDMAIL_ALIASES> sendmail aliases file.
146146
=head1 DOCUMENTATION
147147
148148
The full documentation in HTML formats can be
149-
found in L<https://sympa-community.github.io/manual/>.
149+
found in L<https://www.sympa.community/manual/>.
150150
151151
The mailing lists (with web archives) can be accessed at
152-
L<https://sympa-community.github.io/community/lists.html>.
152+
L<https://www.sympa.community/community/lists.html>.
153153
154154
=head1 HISTORY
155155

src/sbin/archived.pl.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,10 @@ of F<archived.pl>.
301301
=head1 MORE DOCUMENTATION
302302
303303
The full documentation in HTML format can be found in
304-
L<https://sympa-community.github.io/manual/>.
304+
L<https://www.sympa.community/manual/>.
305305
306306
The mailing lists (with web archives) can be accessed at
307-
L<https://sympa-community.github.io/community/lists.html>.
307+
L<https://www.sympa.community/community/lists.html>.
308308
309309
=head1 HISTORY
310310

src/sbin/bounced.pl.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -289,10 +289,10 @@ of F<bounced.pl>.
289289
=head1 MORE DOCUMENTATION
290290
291291
The full documentation can be
292-
found in L<https://sympa-community.github.io/manual/>.
292+
found in L<https://www.sympa.community/manual/>.
293293
294294
The mailing lists (with web archives) can be accessed at
295-
L<https://sympa-community.github.io/community/lists.html>.
295+
L<https://www.sympa.community/community/lists.html>.
296296
297297
=head1 HISTORY
298298

support/README.support.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ How to prepare a new source tarball
4343
4444
Then commit the changes.
4545
46-
3. Retrieve latest translations from translate.sympa.org. Then merge it
47-
into the source, for example:
46+
3. Retrieve latest translations from translate.sympa.community. Then
47+
merge it into the source, for example:
4848
```
4949
$ cd (top)/po/sympa
5050
$ msgcat -o LL.ponew --use-first UPDATED/LL.po LL.po

sympa.conf.in

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
########################################################################
22
# Initial configuration
3-
# See https://sympa-community.github.io/manual/install/generate-initial-configuration.html
3+
# See https://www.sympa.community/manual/install/generate-initial-configuration.html
44
########################################################################
55

66
domain (You must define this parameter)
@@ -9,7 +9,7 @@ listmaster (You must define this parameter)
99

1010
########################################################################
1111
# Setup database
12-
# See https://sympa-community.github.io/manual/install/setup-database.html
12+
# See https://www.sympa.community/manual/install/setup-database.html
1313
########################################################################
1414

1515
db_type (You must define this parameter)
@@ -23,15 +23,15 @@ db_name sympa
2323

2424
########################################################################
2525
# Configure system log
26-
# See https://sympa-community.github.io/manual/install/configure-system-log.html
26+
# See https://www.sympa.community/manual/install/configure-system-log.html
2727
########################################################################
2828

2929
#syslog LOCAL1
3030
#log_socket_type unix
3131

3232
########################################################################
3333
# Configure mail server
34-
# See https://sympa-community.github.io/manual/install/configure-mail-server.html
34+
# See https://www.sympa.community/manual/install/configure-mail-server.html
3535
########################################################################
3636

3737
#sendmail_aliases @SENDMAIL_ALIASES@
@@ -42,7 +42,7 @@ db_name sympa
4242

4343
########################################################################
4444
# Configure HTTP server
45-
# See https://sympa-community.github.io/manual/install/configure-http-server.html
45+
# See https://www.sympa.community/manual/install/configure-http-server.html
4646
########################################################################
4747

4848
#mhonarc /usr/bin/mhonarc
@@ -57,7 +57,7 @@ db_name sympa
5757

5858
########################################################################
5959
# SOAP/HTTP API
60-
# See https://sympa-community.github.io/manual/customize/soap-api.html
60+
# See https://www.sympa.community/manual/customize/soap-api.html
6161
########################################################################
6262

6363
#soap_url (You must define this parameter to enable SOAP API)
@@ -67,6 +67,6 @@ db_name sympa
6767
# You can customize Sympa, its web interface and/or SOAP/HTTP service
6868
# defining more parameters in this file sympa.conf or robot.conf by each
6969
# domain.
70-
# For more details see https://sympa-community.github.io/manual/customize.html
70+
# For more details see https://www.sympa.community/manual/customize.html
7171
########################################################################
7272

0 commit comments

Comments
 (0)