Skip to content

Commit

Permalink
http -> https
Browse files Browse the repository at this point in the history
  • Loading branch information
rcmdnk committed May 1, 2024
1 parent 196c6c1 commit 9cb13fb
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 33 deletions.
16 changes: 8 additions & 8 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -706,9 +706,9 @@ end
def blog_url(user, project, source_dir)
cname = "#{source_dir}/CNAME"
url = if File.exists?(cname)
"http://#{IO.read(cname).strip}"
"https://#{IO.read(cname).strip}"
else
"http://#{user.downcase}.github.io"
"https://#{user.downcase}.github.io"
end
url += "/#{project}" unless project == ''
url
Expand Down Expand Up @@ -800,7 +800,7 @@ end
# begin
# require 'xmlrpc/client'
# puts '* Pinging ping-o-matic'
# XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'Nothoughtcontrol.com' , 'http://www.nothoughtcontrol.com', 'http://www.nothoughtcontrol.com/atom.xml')
# XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'Nothoughtcontrol.com' , 'https://www.nothoughtcontrol.com', 'https://www.nothoughtcontrol.com/atom.xml')
# rescue LoadError
# puts '! Could not ping ping-o-matic, because XMLRPC::Client could not be found.'
# end
Expand All @@ -812,7 +812,7 @@ end
# require 'net/http'
# require 'uri'
# puts '* Pinging Google about our sitemap'
# Net::HTTP.get('www.google.com', '/webmasters/tools/ping?sitemap=' + URI.escape('http://www.nothoughtcontrol.com/sitemap.xml'))
# Net::HTTP.get('www.google.com', '/webmasters/tools/ping?sitemap=' + URI.escape('https://www.nothoughtcontrol.com/sitemap.xml'))
# rescue LoadError
# puts '! Could not ping Google about our sitemap, because Net::HTTP or URI could not be found.'
# end
Expand All @@ -824,7 +824,7 @@ end
# require 'net/http'
# require 'uri'
# puts '* Pinging Bing about our sitemap'
# Net::HTTP.get('www.bing.com', '/webmaster/ping.aspx?siteMap=' + URI.escape('http://www.nothoughtcontrol.com/sitemap.xml'))
# Net::HTTP.get('www.bing.com', '/webmaster/ping.aspx?siteMap=' + URI.escape('https://www.nothoughtcontrol.com/sitemap.xml'))
# rescue LoadError
# puts '! Could not ping Bing about our sitemap, because Net::HTTP or URI could not be found.'
# end
Expand All @@ -840,7 +840,7 @@ end
# begin
# require 'xmlrpc/client'
# puts '* Pinging PINGOO{'
# XMLRPC::Client.new('pingoo.jp', '/').call('weblogUpdates.extendedPing', 'rcmdnk.com' , 'http://rcmdnk.com', 'http://rcmdnk.com/atom.xml')
# XMLRPC::Client.new('pingoo.jp', '/').call('weblogUpdates.extendedPing', 'rcmdnk.com' , 'https://rcmdnk.com', 'https://rcmdnk.com/atom.xml')
# rescue LoadError
# puts '! Could not ping PINGOO, because XMLRPC::Client could not be found.'
# end
Expand All @@ -851,8 +851,8 @@ end
# begin
# require 'xmlrpc/client'
# puts '## Pinging PINGOO'
# #XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'rcmdnk\'s blog' , 'http://rcmdnk.com', 'http://rcmdnk.com/atom.xml')
# XMLRPC::Client.new2('http://api.my.yahoo.co.jp/RPC2').call('weblogUpdates.ping', 'rcmdnk blog' , 'http://rcmdnk.com')
# #XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'rcmdnk\'s blog' , 'https://rcmdnk.com', 'https://rcmdnk.com/atom.xml')
# XMLRPC::Client.new2('https://api.my.yahoo.co.jp/RPC2').call('weblogUpdates.ping', 'rcmdnk blog' , 'https://rcmdnk.com')
# rescue LoadError
# puts '! Could not ping ping-o-matic, because XMLRPC::Client could not be found.'
# end
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Main Configs #
# ----------------------- #

url: http://example.com
url: https://example.com
title: My Octopress Blog
subtitle: A blogging framework for hackers.
author: Your Name
Expand Down Expand Up @@ -265,7 +265,7 @@ coderwall_user:

# feedly
feedly_mark: false
feedly_atom: http://example/atom.xml
feedly_atom: https://example/atom.xml
feedly_button: false # for the bottom button

# Tumblr
Expand Down
12 changes: 6 additions & 6 deletions patches/Rakefile.patch
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ index 9367ea1..bd0ca80 100644
+# begin
+# require 'xmlrpc/client'
+# puts '* Pinging ping-o-matic'
+# XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'Nothoughtcontrol.com' , 'http://www.nothoughtcontrol.com', 'http://www.nothoughtcontrol.com/atom.xml')
+# XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'Nothoughtcontrol.com' , 'https://www.nothoughtcontrol.com', 'https://www.nothoughtcontrol.com/atom.xml')
+# rescue LoadError
+# puts '! Could not ping ping-o-matic, because XMLRPC::Client could not be found.'
+# end
Expand All @@ -811,7 +811,7 @@ index 9367ea1..bd0ca80 100644
+# require 'net/http'
+# require 'uri'
+# puts '* Pinging Google about our sitemap'
+# Net::HTTP.get('www.google.com', '/webmasters/tools/ping?sitemap=' + URI.escape('http://www.nothoughtcontrol.com/sitemap.xml'))
+# Net::HTTP.get('www.google.com', '/webmasters/tools/ping?sitemap=' + URI.escape('https://www.nothoughtcontrol.com/sitemap.xml'))
+# rescue LoadError
+# puts '! Could not ping Google about our sitemap, because Net::HTTP or URI could not be found.'
+# end
Expand All @@ -823,7 +823,7 @@ index 9367ea1..bd0ca80 100644
+# require 'net/http'
+# require 'uri'
+# puts '* Pinging Bing about our sitemap'
+# Net::HTTP.get('www.bing.com', '/webmaster/ping.aspx?siteMap=' + URI.escape('http://www.nothoughtcontrol.com/sitemap.xml'))
+# Net::HTTP.get('www.bing.com', '/webmaster/ping.aspx?siteMap=' + URI.escape('https://www.nothoughtcontrol.com/sitemap.xml'))
+# rescue LoadError
+# puts '! Could not ping Bing about our sitemap, because Net::HTTP or URI could not be found.'
+# end
Expand All @@ -839,7 +839,7 @@ index 9367ea1..bd0ca80 100644
+# begin
+# require 'xmlrpc/client'
+# puts '* Pinging PINGOO{'
+# XMLRPC::Client.new('pingoo.jp', '/').call('weblogUpdates.extendedPing', 'rcmdnk.com' , 'http://rcmdnk.com', 'http://rcmdnk.com/atom.xml')
+# XMLRPC::Client.new('pingoo.jp', '/').call('weblogUpdates.extendedPing', 'rcmdnk.com' , 'https://rcmdnk.com', 'https://rcmdnk.com/atom.xml')
+# rescue LoadError
+# puts '! Could not ping PINGOO, because XMLRPC::Client could not be found.'
+# end
Expand All @@ -850,8 +850,8 @@ index 9367ea1..bd0ca80 100644
+# begin
+# require 'xmlrpc/client'
+# puts '## Pinging PINGOO'
+# #XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'rcmdnk\'s blog' , 'http://rcmdnk.com', 'http://rcmdnk.com/atom.xml')
+# XMLRPC::Client.new2('http://api.my.yahoo.co.jp/RPC2').call('weblogUpdates.ping', 'rcmdnk blog' , 'http://rcmdnk.com')
+# #XMLRPC::Client.new('rpc.pingomatic.com', '/').call('weblogUpdates.extendedPing', 'rcmdnk\'s blog' , 'https://rcmdnk.com', 'https://rcmdnk.com/atom.xml')
+# XMLRPC::Client.new2('https://api.my.yahoo.co.jp/RPC2').call('weblogUpdates.ping', 'rcmdnk blog' , 'https://rcmdnk.com')
+# rescue LoadError
+# puts '! Could not ping ping-o-matic, because XMLRPC::Client could not be found.'
+# end
Expand Down
2 changes: 1 addition & 1 deletion patches/_config.yml.patch
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ index c1d56f4..b260ef1 100644
+
+# feedly
+feedly_mark: false
+feedly_atom: http://example/atom.xml
+feedly_atom: https://example/atom.xml
+feedly_button: false # for the bottom button
+
+# Tumblr
Expand Down
4 changes: 2 additions & 2 deletions source/_includes/custom/category_feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: null
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<feed xmlns="https://www.w3.org/2005/Atom">

<title><![CDATA[{% if site.titlecase %}{{ page.title | titlecase | cdata_escape }}{% else %}{{ page.title | cdata_escape }}{% endif %} | {{ site.title | cdata_escape }}]]></title>
<link href="{{ site.url }}/{{ page.feed_url }}" rel="self"/>
Expand All @@ -13,7 +13,7 @@ layout: null
<name><![CDATA[{{ site.author | strip_html }}]]></name>
{% if site.email %}<email><![CDATA[{{ site.email }}]]></email>{% endif %}
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<generator uri="https://octopress.org/">Octopress</generator>

{% for post in site.categories[page.category] limit: 5 %}
<entry>
Expand Down
2 changes: 1 addition & 1 deletion source/_includes/custom/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</div>
<div>
Copyright &copy; {{ site.time | date: "%Y" }} - {{ site.author }} -
<span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span>
<span class="credit">Powered by <a href="https://octopress.org">Octopress</a></span>
<span class="credit">, with theme <a href="//github.com/rcmdnk/octogray">octogray</a></span>
</div>
{% include custom/licenses.html %}
Expand Down
6 changes: 3 additions & 3 deletions source/_includes/custom/hatena_tracking.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% capture canonical %}{{ site.url }}{% if site.permalink contains '.html' %}{{ page.url }}{% else %}{{ page.url | remove:'index.html' }}{% endif %}{% endcapture %}
<!--
<rdf:RDF
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:rdf="https://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:dc="https://purl.org/dc/elements/1.1/"
xmlns:foaf="http://xmlns.com/foaf/0.1/">
<rdf:Description rdf:about="{{canonical}}">
<foaf:maker rdf:parseType="Resource">
<foaf:holdsAccount>
<foaf:OnlineAccount foaf:accountName="{{site.hatena_user}}">
<foaf:accountServiceHomepage rdf:resource="http://www.hatena.ne.jp/">
<foaf:accountServiceHomepage rdf:resource="https://www.hatena.ne.jp/">
</foaf:accountServiceHomepage>
</foaf:OnlineAccount>
</foaf:holdsAccount>
Expand Down
2 changes: 1 addition & 1 deletion source/_includes/custom/head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% comment %}
<!--Fonts from Google"s Web font directory at http://google.com/webfonts -->
<!--Fonts from Google"s Web font directory at https://google.com/webfonts -->
<link href="//fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css">
<link href='//fonts.googleapis.com/css?family=Black+Ops+One' rel='stylesheet' type='text/css'>
Expand Down
2 changes: 1 addition & 1 deletion source/_includes/custom/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
Copyright © 2011 Felipe Cypriano
Released under the MIT license
http://opensource.org/licenses/mit-license.php
https://opensource.org/licenses/mit-license.php
-->
4 changes: 2 additions & 2 deletions source/_includes/custom/tag_feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: null
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<feed xmlns="https://www.w3.org/2005/Atom">

<title><![CDATA[{% if site.titlecase %}{{ page.title | titlecase | cdata_escape }}{% else %}{{ page.title | cdata_escape }}{% endif %} | {{ site.title | cdata_escape }}]]></title>
<link href="{{ site.url }}/{{ page.feed_url }}" rel="self"/>
Expand All @@ -13,7 +13,7 @@ layout: null
<name><![CDATA[{{ site.author | strip_html }}]]></name>
{% if site.email %}<email><![CDATA[{{ site.email }}]]></email>{% endif %}
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<generator uri="https://octopress.org/">Octopress</generator>

{% for post in site.tags[page.tag] limit: 5 %}
<entry>
Expand Down
2 changes: 1 addition & 1 deletion source/_includes/linkwithin.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% if site.linkwithin_show == true and page.footer != false %}
<section>
<div class="linkwithin_div"></div>
<a href="http://www.linkwithin.com/"><img src="http://www.linkwithin.com/pixel.png" alt="Related Posts Plugin for WordPress, Blogger..." style="border: 0" /></a>
<a href="https://www.linkwithin.com/"><img src="https://www.linkwithin.com/pixel.png" alt="Related Posts Plugin for WordPress, Blogger..." style="border: 0" /></a>
</section>
{% endif %}
4 changes: 2 additions & 2 deletions source/atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: null
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<feed xmlns="https://www.w3.org/2005/Atom">

<title><![CDATA[{{ site.title | cdata_escape }}]]></title>
<link href="{{ site.url }}/atom.xml" rel="self" type="application/atom+xml"/>
Expand All @@ -14,7 +14,7 @@ layout: null
<name><![CDATA[{{ site.author | strip_html }}]]></name>
{% if site.email %}<email><![CDATA[{{ site.email }}]]></email>{% endif %}
</author>
<generator uri="http://octopress.org/">Octopress</generator>
<generator uri="https://octopress.org/">Octopress</generator>

{% for post in site.posts limit: 20 %}
<entry>
Expand Down
2 changes: 1 addition & 1 deletion source/javascripts/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ $(function(){
if (!selected) return;
var title = document.title;
//var url = location.href;
var url = 'http://' + location.host + location.pathname;
var url = 'https://' + location.host + location.pathname;
if("jekyll_var" in window && jekyll_var("mandrill")){
$.ajax({
type: "POST",
Expand Down
4 changes: 2 additions & 2 deletions source/privacy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ published: true
この情報は匿名で収集されており個人の特定するものではありません。
また、Cookieを無効にすることでこの収集を拒否することが出来ます。

> [ユーザーが Google パートナーのサイトやアプリを使用する際の Google によ るデータ使用 – ポリシーと規約 – Google](http://www.google.com/policies/privacy/partners/)
> [ユーザーが Google パートナーのサイトやアプリを使用する際の Google によ るデータ使用 – ポリシーと規約 – Google](https://www.google.com/policies/privacy/partners/)
{% endif site.google_analytics_tracking_id %}
{% if site.affiliate %}
Expand Down Expand Up @@ -53,7 +53,7 @@ It uses cookies to collect data.
These cookies don't personally identifying information.
You can disable cookies via your browser settings.

> [How Google uses data when you use our partners' sites or apps – Privacy & Terms – Google](http://www.google.com/intl/en/policies/privacy/partners/)
> [How Google uses data when you use our partners' sites or apps – Privacy & Terms – Google](https://www.google.com/intl/en/policies/privacy/partners/)
{% endif site.google_analytics_tracking_id %}
{% if site.affiliate %}
Expand Down

0 comments on commit 9cb13fb

Please sign in to comment.