aboutsummaryrefslogtreecommitdiffstats
path: root/etc/srecode
diff options
context:
space:
mode:
authorPaul Eggert2017-09-13 15:52:52 -0700
committerPaul Eggert2017-09-13 15:54:37 -0700
commitbc511a64f6da9ab51acc7c8865e80c4a4cb655c2 (patch)
treeef96fb35c034096404b7edaa25982023f38cf84f /etc/srecode
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 'etc/srecode')
-rw-r--r--etc/srecode/c.srt4
-rw-r--r--etc/srecode/cpp.srt6
-rw-r--r--etc/srecode/default.srt4
-rw-r--r--etc/srecode/doc-cpp.srt2
-rw-r--r--etc/srecode/doc-default.srt2
-rw-r--r--etc/srecode/doc-java.srt2
-rw-r--r--etc/srecode/ede-autoconf.srt2
-rw-r--r--etc/srecode/ede-make.srt2
-rw-r--r--etc/srecode/el.srt4
-rw-r--r--etc/srecode/getset-cpp.srt3
-rw-r--r--etc/srecode/java.srt6
-rw-r--r--etc/srecode/make.srt2
-rw-r--r--etc/srecode/template.srt2
-rw-r--r--etc/srecode/test.srt4
-rw-r--r--etc/srecode/texi.srt2
-rw-r--r--etc/srecode/wisent.srt2
16 files changed, 23 insertions, 26 deletions
diff --git a/etc/srecode/c.srt b/etc/srecode/c.srt
index 720da3daab4..fe029a3c32b 100644
--- a/etc/srecode/c.srt
+++ b/etc/srecode/c.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set mode "c-mode" 22set mode "c-mode"
23 23
@@ -131,7 +131,7 @@ Override this with your own preference to avoid using doxygen"
131---- 131----
132 132
133;;; DOXYGEN FEATURES 133;;; DOXYGEN FEATURES
134;; 134;;
135;; 135;;
136context declaration 136context declaration
137 137
diff --git a/etc/srecode/cpp.srt b/etc/srecode/cpp.srt
index 444c14d819d..6468eadc1d5 100644
--- a/etc/srecode/cpp.srt
+++ b/etc/srecode/cpp.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set mode "c++-mode" 22set mode "c++-mode"
23 23
@@ -56,7 +56,7 @@ Override this to affect applications, or the outer class structure for
56the user-facing template." 56the user-facing template."
57---- 57----
58class {{?NAME}} {{#PARENTS}}{{#FIRST}}: {{/FIRST}}public {{NAME}}{{/PARENTS}} 58class {{?NAME}} {{#PARENTS}}{{#FIRST}}: {{/FIRST}}public {{NAME}}{{/PARENTS}}
59{ 59{
60 {{^}} 60 {{^}}
61}; 61};
62---- 62----
@@ -111,7 +111,7 @@ Override this with your own preference to avoid using doxygen."
111---- 111----
112 112
113;;; DOXYGEN FEATURES 113;;; DOXYGEN FEATURES
114;; 114;;
115;; 115;;
116context classdecl 116context classdecl
117 117
diff --git a/etc/srecode/default.srt b/etc/srecode/default.srt
index f7a8f09fc3a..d8c7cd1be11 100644
--- a/etc/srecode/default.srt
+++ b/etc/srecode/default.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set mode "default" 22set mode "default"
23 23
@@ -34,7 +34,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
34General Public License for more details. 34General Public License for more details.
35 35
36You should have received a copy of the GNU General Public License 36You should have received a copy of the GNU General Public License
37along with this program. If not, see http://www.gnu.org/licenses/." 37along with this program. If not, see https://www.gnu.org/licenses/."
38 38
39set DOLLAR "$" 39set DOLLAR "$"
40 40
diff --git a/etc/srecode/doc-cpp.srt b/etc/srecode/doc-cpp.srt
index 486bb630574..e23b37b8836 100644
--- a/etc/srecode/doc-cpp.srt
+++ b/etc/srecode/doc-cpp.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set mode "c-mode" 22set mode "c-mode"
23 23
diff --git a/etc/srecode/doc-default.srt b/etc/srecode/doc-default.srt
index 30a83118637..3290d6a84c2 100644
--- a/etc/srecode/doc-default.srt
+++ b/etc/srecode/doc-default.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set mode "default" 22set mode "default"
23 23
diff --git a/etc/srecode/doc-java.srt b/etc/srecode/doc-java.srt
index a3a294d67fb..ab0edb8193a 100644
--- a/etc/srecode/doc-java.srt
+++ b/etc/srecode/doc-java.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set mode "java-mode" 22set mode "java-mode"
23 23
diff --git a/etc/srecode/ede-autoconf.srt b/etc/srecode/ede-autoconf.srt
index c25416eb13c..c75997dc00e 100644
--- a/etc/srecode/ede-autoconf.srt
+++ b/etc/srecode/ede-autoconf.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set mode "autoconf-mode" 22set mode "autoconf-mode"
23set escape_start "{{" 23set escape_start "{{"
diff --git a/etc/srecode/ede-make.srt b/etc/srecode/ede-make.srt
index 448534234c9..0c7d5668754 100644
--- a/etc/srecode/ede-make.srt
+++ b/etc/srecode/ede-make.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set mode "makefile-mode" 22set mode "makefile-mode"
23set escape_start "{{" 23set escape_start "{{"
diff --git a/etc/srecode/el.srt b/etc/srecode/el.srt
index cc3f1e8e81b..66db5666c0b 100644
--- a/etc/srecode/el.srt
+++ b/etc/srecode/el.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set escape_start "$" 22set escape_start "$"
23set escape_end "$" 23set escape_end "$"
@@ -307,5 +307,3 @@ bind "s"
307 307
308 308
309;; end 309;; end
310
311
diff --git a/etc/srecode/getset-cpp.srt b/etc/srecode/getset-cpp.srt
index 9f4341d039a..50f5d224cbe 100644
--- a/etc/srecode/getset-cpp.srt
+++ b/etc/srecode/getset-cpp.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set mode "c++-mode" 22set mode "c++-mode"
23set application "getset" 23set application "getset"
@@ -47,4 +47,3 @@ f{{NAME}}(){{#NOTLAST}},{{/NOTLAST}}
47---- 47----
48 48
49;; end 49;; end
50
diff --git a/etc/srecode/java.srt b/etc/srecode/java.srt
index db154dbf687..cfc55f8d794 100644
--- a/etc/srecode/java.srt
+++ b/etc/srecode/java.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set mode "java-mode" 22set mode "java-mode"
23set escape_start "{{" 23set escape_start "{{"
@@ -162,8 +162,8 @@ template javadoc-class :indent :blank :time :user :tag
162 * Created: {{DATE}} 162 * Created: {{DATE}}
163 * 163 *
164 * @author {{AUTHOR}} 164 * @author {{AUTHOR}}
165 * @version 165 * @version
166 * @since 166 * @since
167 */ 167 */
168---- 168----
169 169
diff --git a/etc/srecode/make.srt b/etc/srecode/make.srt
index af2e950cfe8..ef5f1bece7d 100644
--- a/etc/srecode/make.srt
+++ b/etc/srecode/make.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set mode "makefile-mode" 22set mode "makefile-mode"
23set escape_start "{{" 23set escape_start "{{"
diff --git a/etc/srecode/template.srt b/etc/srecode/template.srt
index deb901f2db3..8403a698614 100644
--- a/etc/srecode/template.srt
+++ b/etc/srecode/template.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set escape_start "$" 22set escape_start "$"
23set escape_end "$" 23set escape_end "$"
diff --git a/etc/srecode/test.srt b/etc/srecode/test.srt
index 4e567adf79b..9843e5338a7 100644
--- a/etc/srecode/test.srt
+++ b/etc/srecode/test.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set mode "srecode-template-mode" 22set mode "srecode-template-mode"
23set escape_start "$" 23set escape_start "$"
@@ -83,7 +83,7 @@ template gapsomething :blank
83template inlinetext 83template inlinetext
84"Insert text that has no newlines" 84"Insert text that has no newlines"
85---- 85----
86 *In the middle* 86 *In the middle*
87---- 87----
88 88
89template includable :blank 89template includable :blank
diff --git a/etc/srecode/texi.srt b/etc/srecode/texi.srt
index 52acb77f21a..def3b48d231 100644
--- a/etc/srecode/texi.srt
+++ b/etc/srecode/texi.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set mode "texinfo-mode" 22set mode "texinfo-mode"
23 23
diff --git a/etc/srecode/wisent.srt b/etc/srecode/wisent.srt
index ac59d770f5e..7e8726cbac1 100644
--- a/etc/srecode/wisent.srt
+++ b/etc/srecode/wisent.srt
@@ -17,7 +17,7 @@
17;; GNU General Public License for more details. 17;; GNU General Public License for more details.
18 18
19;; You should have received a copy of the GNU General Public License 19;; You should have received a copy of the GNU General Public License
20;; along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. 20;; along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>.
21 21
22set mode "wisent-grammar-mode" 22set mode "wisent-grammar-mode"
23set comment_start ";;" 23set comment_start ";;"