* [PATCH] update URLs to HTTPS
@ 2019-01-04 13:59 Eric Wong
0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2019-01-04 13:59 UTC (permalink / raw)
To: olddoc-public
Let's Encrypt is working well, so lets discourage sniffable
traffic.
---
.olddoc.yml | 4 ++--
README | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.olddoc.yml b/.olddoc.yml
index f9cb790..de9e42a 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -1,6 +1,6 @@
---
cgit_url: https://80x24.org/olddoc.git
-git_url: git://80x24.org/olddoc.git
+git_url: https://80x24.org/olddoc.git
rdoc_url: https://80x24.org/olddoc/
ml_url: https://80x24.org/olddoc-public/
nntp_url: nntp://news.public-inbox.org/inbox.comp.lang.ruby.olddoc
@@ -8,4 +8,4 @@ merge_html:
olddoc_1: Documentation/olddoc.1.html
olddoc_5: Documentation/olddoc.5.html
public_email: olddoc-public@80x24.org
-source_code: git clone git://80x24.org/olddoc
+source_code: git clone https://80x24.org/olddoc.git
diff --git a/README b/README
index e3ab17e..4b5aa1f 100644
--- a/README
+++ b/README
@@ -52,7 +52,7 @@ such as pandoc(1). This requries an appropriately configured
== Source code
- git clone git://80x24.org/olddoc
+ git clone https://80x24.org/olddoc.git
Please use git-format-patch(1) and git-send-email(1) distributed with
the git(7) suite for generating and sending patches. Please format
--
EW
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH] update URLs to HTTPS
@ 2017-01-22 22:00 Eric Wong
0 siblings, 0 replies; 2+ messages in thread
From: Eric Wong @ 2017-01-22 22:00 UTC (permalink / raw)
To: olddoc-public
80x24.org fully supports HTTPS, now, so use it to give users
some measure of protection from spying. A Tor .onion mirror
is planned.
Oops, missed the 1.4.0 release :x
---
.olddoc.yml | 6 +++---
README | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.olddoc.yml b/.olddoc.yml
index 293d369..f9cb790 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -1,8 +1,8 @@
---
-cgit_url: http://bogomips.org/olddoc.git
+cgit_url: https://80x24.org/olddoc.git
git_url: git://80x24.org/olddoc.git
-rdoc_url: http://80x24.org/olddoc/
-ml_url: http://80x24.org/olddoc-public/
+rdoc_url: https://80x24.org/olddoc/
+ml_url: https://80x24.org/olddoc-public/
nntp_url: nntp://news.public-inbox.org/inbox.comp.lang.ruby.olddoc
merge_html:
olddoc_1: Documentation/olddoc.1.html
diff --git a/README b/README
index ef0503c..23f872b 100644
--- a/README
+++ b/README
@@ -67,7 +67,7 @@ appreciated.
Please send plain-text mail to the list at <olddoc-public@80x24.org>
HTML will not be read. olddoc is for GUI-phobes, by GUI-phobes.
-Mailing list archives available at http://80x24.org/olddoc-public/
+Mailing list archives available at https://80x24.org/olddoc-public/
No subscription is necessary to post to the mailing list.
== License
--
EW
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-04 13:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-04 13:59 [PATCH] update URLs to HTTPS Eric Wong
-- strict thread matches above, loose matches on Subject: below --
2017-01-22 22:00 Eric Wong
Code repositories for project(s) associated with this public inbox
https://80x24.org/olddoc.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).