kcar RubyGem user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [PATCH 0/2] minor website move to HTTPS
@ 2016-10-27 23:50 Eric Wong
  2016-10-27 23:50 ` [PATCH 1/2] README: fix reference to HTTP git viewer Eric Wong
  2016-10-27 23:50 ` [PATCH 2/2] doc: move site to HTTPS Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2016-10-27 23:50 UTC (permalink / raw)
  To: kcar-public

And I also noticed the link to cgit was entirely broken.

Eric Wong (2):
      README: fix reference to HTTP git viewer
      doc: move site to HTTPS

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH 1/2] README: fix reference to HTTP git viewer
  2016-10-27 23:50 [PATCH 0/2] minor website move to HTTPS Eric Wong
@ 2016-10-27 23:50 ` Eric Wong
  2016-10-27 23:50 ` [PATCH 2/2] doc: move site to HTTPS Eric Wong
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Wong @ 2016-10-27 23:50 UTC (permalink / raw)
  To: kcar-public; +Cc: Eric Wong

The URL was wrong, anyways, (there is no "/cgit" prefix),
and do not reference cgit, since I am hoping to replace that
with something which does not require CSS.
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README b/README
index 6fb3dd9..efe40b8 100644
--- a/README
+++ b/README
@@ -68,7 +68,7 @@ You can get the latest source via git from the following locations:
 You may browse the code from the web and download the latest snapshot
 tarballs here:
 
-* http://bogomips.org/cgit/kcar.git (cgit)
+* http://bogomips.org/kcar.git
 * http://repo.or.cz/w/kcar.git (gitweb)
 
 Inline patches (from "git format-patch") to the mailing list are
-- 
EW


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH 2/2] doc: move site to HTTPS
  2016-10-27 23:50 [PATCH 0/2] minor website move to HTTPS Eric Wong
  2016-10-27 23:50 ` [PATCH 1/2] README: fix reference to HTTP git viewer Eric Wong
@ 2016-10-27 23:50 ` Eric Wong
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Wong @ 2016-10-27 23:50 UTC (permalink / raw)
  To: kcar-public; +Cc: Eric Wong

HTTPS should improve privacy a bit and helps with marketing,
and Let's Encrypt seems to be running well enough the past
few months for this change to be official.

HTTP remains supported for legacy systems without modern TLS
stacks and will remain so, indefinitely.
---
 .olddoc.yml | 6 +++---
 LICENSE     | 2 +-
 README      | 6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/.olddoc.yml b/.olddoc.yml
index 83ae2f1..86a5691 100644
--- a/.olddoc.yml
+++ b/.olddoc.yml
@@ -1,7 +1,7 @@
 ---
-cgit_url: http://bogomips.org/kcar.git
+cgit_url: https://bogomips.org/kcar.git
 git_url: git://bogomips.org/kcar.git
-rdoc_url: http://bogomips.org/kcar/
-ml_url: http://bogomips.org/kcar-public/
+rdoc_url: https://bogomips.org/kcar/
+ml_url: https://bogomips.org/kcar-public/
 private_email: kcar@bogomips.org
 public_email: kcar-public@bogomips.org
diff --git a/LICENSE b/LICENSE
index 1cfa573..619e90a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,7 +1,7 @@
 kcar is copyrighted free software by all contributors, see logs in
 revision control for names and email addresses of all of them.  You can
 redistribute it and/or modify it under either the terms of the
-{GPLv2}[http://www.gnu.org/licenses/gpl-2.0.txt] or later or
+{GPLv2}[https://www.gnu.org/licenses/gpl-2.0.txt] or later or
 the conditions below:
 
   1. You may make and give away verbatim copies of the source form of the
diff --git a/README b/README
index efe40b8..5a74a6a 100644
--- a/README
+++ b/README
@@ -35,7 +35,7 @@ If you use RubyGems:
 
 Otherwise grab the latest tarball from:
 
-http://bogomips.org/kcar/files/
+https://bogomips.org/kcar/files/
 
 Unpack it, and run "ruby setup.rb"
 
@@ -68,7 +68,7 @@ You can get the latest source via git from the following locations:
 You may browse the code from the web and download the latest snapshot
 tarballs here:
 
-* http://bogomips.org/kcar.git
+* https://bogomips.org/kcar.git
 * http://repo.or.cz/w/kcar.git (gitweb)
 
 Inline patches (from "git format-patch") to the mailing list are
@@ -87,4 +87,4 @@ requests) go to the mailing list: mailto:kcar-public@bogomips.org
 
 Mailing list archives are available here:
 
-http://bogomips.org/kcar-public/
+https://bogomips.org/kcar-public/
-- 
EW


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-10-27 23:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-27 23:50 [PATCH 0/2] minor website move to HTTPS Eric Wong
2016-10-27 23:50 ` [PATCH 1/2] README: fix reference to HTTP git viewer Eric Wong
2016-10-27 23:50 ` [PATCH 2/2] doc: move site to HTTPS Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/kcar.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).