aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes
diff options
context:
space:
mode:
authorPaul Eggert2017-09-13 15:52:52 -0700
committerPaul Eggert2017-09-13 15:54:37 -0700
commitbc511a64f6da9ab51acc7c8865e80c4a4cb655c2 (patch)
treeef96fb35c034096404b7edaa25982023f38cf84f /admin/notes
parent5da53a01912c2f5d46f5df4ef8cc13a34b5017d4 (diff)
downloademacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.tar.gz
emacs-bc511a64f6da9ab51acc7c8865e80c4a4cb655c2.zip
Prefer HTTPS to FTP and HTTP in documentation
Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
Diffstat (limited to 'admin/notes')
-rw-r--r--admin/notes/bugtracker36
-rw-r--r--admin/notes/copyright4
-rw-r--r--admin/notes/elpa2
-rw-r--r--admin/notes/font-backend2
-rw-r--r--admin/notes/hydra2
-rw-r--r--admin/notes/multi-tty2
-rw-r--r--admin/notes/unicode2
-rw-r--r--admin/notes/www2
8 files changed, 26 insertions, 26 deletions
diff --git a/admin/notes/bugtracker b/admin/notes/bugtracker
index 3d6df03d5e7..6d0fe50ae53 100644
--- a/admin/notes/bugtracker
+++ b/admin/notes/bugtracker
@@ -1,6 +1,6 @@
1NOTES ON THE EMACS BUG TRACKER -*- outline -*- 1NOTES ON THE EMACS BUG TRACKER -*- outline -*-
2 2
3The Emacs Bug Tracker can be found at http://debbugs.gnu.org/ 3The Emacs Bug Tracker can be found at https://debbugs.gnu.org/
4 4
5* Quick-start guide 5* Quick-start guide
6 6
@@ -33,14 +33,14 @@ tags 123 moreinfo|unreproducible|wontfix|patch
33 33
34* More detailed information 34* More detailed information
35 35
36For a list of all bugs, see http://debbugs.gnu.org/db/pa/lemacs.html 36For a list of all bugs, see https://debbugs.gnu.org/db/pa/lemacs.html
37This is a static page, updated once a day. There is also a dynamic 37This is a static page, updated once a day. There is also a dynamic
38list, generated on request. This accepts various options, eg to see 38list, generated on request. This accepts various options, eg to see
39the most recent bugs: 39the most recent bugs:
40 40
41http://debbugs.gnu.org/cgi/pkgreport.cgi?newest=100 41https://debbugs.gnu.org/cgi/pkgreport.cgi?newest=100
42 42
43Or follow the links on the front page http://debbugs.gnu.org . 43Or follow the links on the front page https://debbugs.gnu.org .
44 44
45** How do I report a bug in Emacs now? 45** How do I report a bug in Emacs now?
46The same way as you always did. Send mail to bug-gnu-emacs@gnu.org, 46The same way as you always did. Send mail to bug-gnu-emacs@gnu.org,
@@ -73,7 +73,7 @@ cc everyone on replies.)
73(Many people think the submitter SHOULD be automatically subscribed 73(Many people think the submitter SHOULD be automatically subscribed
74to subsequent discussion, but this does not seem to be implemented. 74to subsequent discussion, but this does not seem to be implemented.
75See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=37078 75See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=37078
76See also http://debbugs.gnu.org/5439 ) 76See also https://debbugs.gnu.org/5439 )
77 77
78Do NOT send a separate copy to the bug list address, since this may 78Do NOT send a separate copy to the bug list address, since this may
79generate a new report. The only time to send mail to the bug list 79generate a new report. The only time to send mail to the bug list
@@ -246,7 +246,7 @@ reopen 123
246*** Bugs can be tagged in various ways (eg wontfix, patch, etc). 246*** Bugs can be tagged in various ways (eg wontfix, patch, etc).
247The available tags are: 247The available tags are:
248patch wontfix moreinfo unreproducible fixed notabug 248patch wontfix moreinfo unreproducible fixed notabug
249See http://debbugs.gnu.org/Developer#tags 249See https://debbugs.gnu.org/Developer#tags
250The list of tags can be prefixed with +, - or =, meaning to add (the 250The list of tags can be prefixed with +, - or =, meaning to add (the
251default), remove, or reset the tags. E.g.: 251default), remove, or reset the tags. E.g.:
252 252
@@ -254,7 +254,7 @@ tags 123 + wontfix
254 254
255** URL shortcuts 255** URL shortcuts
256 256
257http://debbugs.gnu.org/... 257https://debbugs.gnu.org/...
258 258
259123 # given bug number 259123 # given bug number
260123;mbox=yes # mbox version of given bug 260123;mbox=yes # mbox version of given bug
@@ -314,11 +314,11 @@ search box. The only piece you really need to add is the "users"
314portion, the rest has the same syntax as normal. 314portion, the rest has the same syntax as normal.
315 315
316**** To browse bugs by usertag: 316**** To browse bugs by usertag:
317http://debbugs.gnu.org/cgi/pkgindex.cgi?indexon=users 317https://debbugs.gnu.org/cgi/pkgindex.cgi?indexon=users
318 318
319**** To find all bugs usertagged by a given email address: 319**** To find all bugs usertagged by a given email address:
320 320
321http://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs 321https://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs
322 322
323(Supposedly, the "users" field can be a comma-separated list of more 323(Supposedly, the "users" field can be a comma-separated list of more
324than one email address, but it does not seem to work for me.) 324than one email address, but it does not seem to work for me.)
@@ -328,7 +328,7 @@ than one email address, but it does not seem to work for me.)
328This works just like a normal tags search, but with the addition of a 328This works just like a normal tags search, but with the addition of a
329"users" field. Eg: 329"users" field. Eg:
330 330
331http://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar 331https://debbugs.gnu.org/cgi/pkgreport.cgi?users=emacs;tag=calendar
332 332
333*** To merge bugs: 333*** To merge bugs:
334Eg when bad replies create a bunch of new bugs for the same report. 334Eg when bad replies create a bunch of new bugs for the same report.
@@ -377,7 +377,7 @@ You must unmerge, clone, then re-merge.
377*** To set severity: 377*** To set severity:
378severity 123 critical|grave|serious|important|normal|minor|wishlist 378severity 123 critical|grave|serious|important|normal|minor|wishlist
379 379
380See http://debbugs.gnu.org/Developer#severities for the meanings. 380See https://debbugs.gnu.org/Developer#severities for the meanings.
381 381
382*** To set the owner of a bug: 382*** To set the owner of a bug:
383owner 123 A Hacker <none@example.com> 383owner 123 A Hacker <none@example.com>
@@ -435,10 +435,10 @@ The bug will be re-archived after the next 28 day period of no activity.
435 435
436It's a function of the number of displayed bugs. You can speed things 436It's a function of the number of displayed bugs. You can speed things
437up by only looking at the newest 100 bugs: 437up by only looking at the newest 100 bugs:
438http://debbugs.gnu.org/cgi-bin/pkgreport.cgi?newest=100;package=emacs 438https://debbugs.gnu.org/cgi-bin/pkgreport.cgi?newest=100;package=emacs
439 439
440Or use the static index: 440Or use the static index:
441http://debbugs.gnu.org/db/ix/full.html 441https://debbugs.gnu.org/db/ix/full.html
442 442
443** What are those "mbox folder" links on the bug report pages? 443** What are those "mbox folder" links on the bug report pages?
444 444
@@ -484,7 +484,7 @@ the bug web-pages.
484 484
485*** Debian stuff 485*** Debian stuff
486 486
487http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html 487https://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html
488 488
489** Gnus-specific voodoo 489** Gnus-specific voodoo
490 490
@@ -493,7 +493,7 @@ http://lists.gnu.org/archive/html/emacs-devel/2009-11/msg00440.html
493*** If the above is not available: 493*** If the above is not available:
494(add-hook 'gnus-article-mode-hook 494(add-hook 'gnus-article-mode-hook
495 (lambda () 495 (lambda ()
496 (setq bug-reference-url-format "http://debbugs.gnu.org/%s") 496 (setq bug-reference-url-format "https://debbugs.gnu.org/%s")
497 (bug-reference-mode 1))) 497 (bug-reference-mode 1)))
498 498
499and you can click on the bug number in the subject header. 499and you can click on the bug number in the subject header.
@@ -507,8 +507,8 @@ reference, you don't need to read these as a user of the system.
507Getting mail from the Emacs bug list into the tracker requires the 507Getting mail from the Emacs bug list into the tracker requires the
508assistance of sysadmin at gnu.org. The test tracker set-up was, I 508assistance of sysadmin at gnu.org. The test tracker set-up was, I
509think, [gnu.org #359140]: 509think, [gnu.org #359140]:
510http://lists.gnu.org/archive/html/savannah-hackers/2008-03/msg00074.html 510https://lists.gnu.org/archive/html/savannah-hackers/2008-03/msg00074.html
511http://lists.gnu.org/archive/html/savannah-hackers/2008-04/msg00034.html 511https://lists.gnu.org/archive/html/savannah-hackers/2008-04/msg00034.html
512 512
513** The debbugs.gnu.org setup was handled in [gnu.org #510605]. 513** The debbugs.gnu.org setup was handled in [gnu.org #510605].
514There are two pieces (replace AT with @ in the following): 514There are two pieces (replace AT with @ in the following):
@@ -548,7 +548,7 @@ It does basic spam processing on the moderator requests and
548automatically rejects the obviously bogus ones. Someone still has to 548automatically rejects the obviously bogus ones. Someone still has to
549accept the good ones though. The advantage of this would not be having 549accept the good ones though. The advantage of this would not be having
550to run and tune our own spam filter. See 550to run and tune our own spam filter. See
551http://savannah.nongnu.org/projects/listhelper 551https://savannah.nongnu.org/projects/listhelper
552 552
553An "X-Debbugs-Envelope-To" header is used to keep track of where the 553An "X-Debbugs-Envelope-To" header is used to keep track of where the
554mail was actually bound for: 554mail was actually bound for:
diff --git a/admin/notes/copyright b/admin/notes/copyright
index 9b614221caf..8345646b977 100644
--- a/admin/notes/copyright
+++ b/admin/notes/copyright
@@ -511,7 +511,7 @@ etc/TUTORIAL* (translations)
511 rms: "We can leave the TUTORIAL translations alone until their 511 rms: "We can leave the TUTORIAL translations alone until their
512 maintainers update them." 512 maintainers update them."
513 Can adapt short license text from end of GPL translations at: 513 Can adapt short license text from end of GPL translations at:
514 http://www.gnu.org/licenses/translations.html 514 https://www.gnu.org/licenses/translations.html
515 Only a few sentences around the license notice need changing from 515 Only a few sentences around the license notice need changing from
516 previous version. 516 previous version.
517Done: TUTORIAL.eo 517Done: TUTORIAL.eo
@@ -594,4 +594,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
594GNU General Public License for more details. 594GNU General Public License for more details.
595 595
596You should have received a copy of the GNU General Public License 596You should have received a copy of the GNU General Public License
597along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 597along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
diff --git a/admin/notes/elpa b/admin/notes/elpa
index 4c0f1980def..ea6c132fe19 100644
--- a/admin/notes/elpa
+++ b/admin/notes/elpa
@@ -10,7 +10,7 @@ repository named "elpa", hosted on Savannah. To check it out:
10 10
11Changes to this branch propagate to elpa.gnu.org via a "deployment" script run 11Changes to this branch propagate to elpa.gnu.org via a "deployment" script run
12daily. This script (which is kept in elpa/admin/update-archive.sh) generates 12daily. This script (which is kept in elpa/admin/update-archive.sh) generates
13the content visible at http://elpa.gnu.org/packages. 13the content visible at https://elpa.gnu.org/packages.
14 14
15A new package is released as soon as the "version number" of that package is 15A new package is released as soon as the "version number" of that package is
16changed. So you can use 'elpa' to work on a package without fear of releasing 16changed. So you can use 'elpa' to work on a package without fear of releasing
diff --git a/admin/notes/font-backend b/admin/notes/font-backend
index 2418966c93d..65c37a483bc 100644
--- a/admin/notes/font-backend
+++ b/admin/notes/font-backend
@@ -66,4 +66,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
66GNU General Public License for more details. 66GNU General Public License for more details.
67 67
68You should have received a copy of the GNU General Public License 68You should have received a copy of the GNU General Public License
69along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 69along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
diff --git a/admin/notes/hydra b/admin/notes/hydra
index 4c1944a57da..a0c46df08e4 100644
--- a/admin/notes/hydra
+++ b/admin/notes/hydra
@@ -68,4 +68,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
68GNU General Public License for more details. 68GNU General Public License for more details.
69 69
70You should have received a copy of the GNU General Public License 70You should have received a copy of the GNU General Public License
71along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 71along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
diff --git a/admin/notes/multi-tty b/admin/notes/multi-tty
index d0096adc6d2..0969daf9d07 100644
--- a/admin/notes/multi-tty
+++ b/admin/notes/multi-tty
@@ -1296,4 +1296,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1296GNU General Public License for more details. 1296GNU General Public License for more details.
1297 1297
1298You should have received a copy of the GNU General Public License 1298You should have received a copy of the GNU General Public License
1299along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 1299along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
diff --git a/admin/notes/unicode b/admin/notes/unicode
index 8284e1b44cf..bc7279150a9 100644
--- a/admin/notes/unicode
+++ b/admin/notes/unicode
@@ -306,4 +306,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
306GNU General Public License for more details. 306GNU General Public License for more details.
307 307
308You should have received a copy of the GNU General Public License 308You should have received a copy of the GNU General Public License
309along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 309along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
diff --git a/admin/notes/www b/admin/notes/www
index 8e911a44d50..8e5bfb68d7a 100644
--- a/admin/notes/www
+++ b/admin/notes/www
@@ -79,4 +79,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
79GNU General Public License for more details. 79GNU General Public License for more details.
80 80
81You should have received a copy of the GNU General Public License 81You should have received a copy of the GNU General Public License
82along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 82along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.