Skip to content

Commit

Permalink
chore: http -> https (the right way)
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 10, 2018
1 parent 2d9a93f commit b598459
Show file tree
Hide file tree
Showing 17 changed files with 107 additions and 111 deletions.
2 changes: 1 addition & 1 deletion ATTRIBUTION.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CC BY-NC-ND 3.0 License Attribution

Posts inside [`./_app/_posts/`](_app/_posts/) directory and all images and icon files are licensed as [CC BY-NC-ND 3.0](http://creativecommons.org/licenses/by-nc-nd/3.0/) Tunghsiao Liu.
Posts inside [`./_app/_posts/`](_app/_posts/) directory and all images and icon files are licensed as [CC BY-NC-ND 3.0](https://creativecommons.org/licenses/by-nc-nd/3.0/) Tunghsiao Liu.

As stated in the license:
> **Attribution** — You must attribute the work in the manner specified by the author or licensor (but not in any way that suggests that they endorse you or your use of the work).
Expand Down
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1975,11 +1975,11 @@ You can read more about the footnote syntax at https://github.com/vmg/redcarpet
- Simplified grunt task
- Update license year
- Fix typo, props @gordianz
- Draft folder, more info: http://jekyllrb.com/docs/drafts/
- Draft folder, more info: https://jekyllrb.com/docs/drafts/
- Switch to Jekyll default markdown template
- Split main template into multiple partials
- `list-item.html` -> `page-item.html`
- Move custom variables into `_data`, more info: http://jekyllrb.com/docs/datafiles/
- Move custom variables into `_data`, more info: https://jekyllrb.com/docs/datafiles/
- `_source` -> `_app`
- Fix variable condition
- Better nav solution is here
Expand All @@ -1999,7 +1999,7 @@ You can read more about the footnote syntax at https://github.com/vmg/redcarpet
- Fix line-height since refactor
- Update `archive` grunt
- Update changelog
- Add `cite` for blockquotes, more info see http://html5doctor.com/cite-and-blockquote-reloaded/
- Add `cite` for blockquotes, more info see https://html5doctor.com/cite-and-blockquote-reloaded/
- Increase feed post limit
- Adds setup instructions
- Update post “Delicious.com”
Expand Down Expand Up @@ -2318,7 +2318,7 @@ You can read more about the footnote syntax at https://github.com/vmg/redcarpet

- New header design
- Better comments
- Increase nav menu links spacing, since we've compressed and removed white spaces for HTML output. we need to add more space between links. More info: http://stackoverflow.com/questions/588356/
- Increase nav menu links spacing, since we've compressed and removed white spaces for HTML output. we need to add more space between links. More info: https://stackoverflow.com/questions/588356/
- Wrap all width-sensitive elements into `.wrapper`, prepared for the upcoming header
- Simplify deploy script
- Update project name
Expand Down Expand Up @@ -2368,7 +2368,7 @@ You can read more about the footnote syntax at https://github.com/vmg/redcarpet
- Update logo
- Remove useless CSS define
- Add image lazy load support, more info at https://github.com/vvo/lazyload
- Use nginx empty gif module instead of data URI to small generated HTML size, read more info about nginx empty gif module: http://wiki.nginx.org/HttpEmptyGifModule
- Use nginx empty gif module instead of data URI to small generated HTML size, read more info about nginx empty gif module: https://wiki.nginx.org/HttpEmptyGifModule
- `` (&#8734) -> `` (&#9650)

## 20.1 (October 7, 2012) [#][20.1]
Expand Down Expand Up @@ -2396,7 +2396,7 @@ You can read more about the footnote syntax at https://github.com/vmg/redcarpet
- Better font size
- Update pagination position
- Add new post 'Safari 6 Loads Page Faster'
- Update clearfix method: http://nicolasgallagher.com/micro-clearfix-hack/
- Update clearfix method: https://nicolasgallagher.com/micro-clearfix-hack/
- Update comment for clearfix hack
- Simplified CSS and HTML code
- Inverted color for Error page
Expand Down Expand Up @@ -2484,7 +2484,7 @@ You can read more about the footnote syntax at https://github.com/vmg/redcarpet
- Compress feeds
- Update h3 margin
- Remove whitespaces
- Add byline for Google Authorship, more information at http://support.google.com/webmasters/bin/answer.py?hl=en&answer=1408986
- Add byline for Google Authorship, more information at https://support.google.com/webmasters/bin/answer.py?hl=en&answer=1408986
- Update complier path
- Update codename, bump to (real) version 20

Expand Down
6 changes: 3 additions & 3 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [https://contributor-covenant.org/version/1/4][version]

[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
[homepage]: https://contributor-covenant.org
[version]: https://contributor-covenant.org/version/1/4/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/sparanoid/7z.svg)](https://travis-ci.org/sparanoid/7z)
[![devDependency Status](https://david-dm.org/sparanoid/7z/site/dev-status.svg)](https://david-dm.org/sparanoid/7z#info=devDependencies)

[Jekyll](https://github.com/mojombo/jekyll) runing on [sparanoid.com/lab/7z/](http://sparanoid.com/lab/7z/).
[Jekyll](https://github.com/mojombo/jekyll) runing on [sparanoid.com/lab/7z/](https://sparanoid.com/lab/7z/).

## Deployment

Expand Down
4 changes: 2 additions & 2 deletions _app/_data/7z.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Theme facts
meta:
name: Curtana
url: http://github.com/amsf/amsf-curtana
url: https://github.com/amsf/amsf-curtana
author: Tunghsiao Liu
author_url: http://sparanoid.com/
author_url: https://sparanoid.com/

# {{ site.data.curtana.free }}: used in homepage, not implimented at the moment
free: true
Expand Down
4 changes: 2 additions & 2 deletions _app/_data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
default:
name: Tunghsiao Liu
email: t@sparanoid.com
web: http://sparanoid.com/
web: https://sparanoid.com/
twitter: tunghsiao

tester:
name: Tester
email: test@test.com
web: http://tester.com/
web: https://tester.com/
twitter: tester
6 changes: 3 additions & 3 deletions _app/_includes/themes/7z/layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
</tr>
<tr>
<td>
<a href="http://www.7-zip.org/">捐助开发者</a>
<a href="https://www.7-zip.org/">捐助开发者</a>
</td>
</tr> -->
<tr>
Expand All @@ -72,9 +72,9 @@
<p>
<strong>简体中文</strong>
<br>
<a href="http://www.developershome.com/7-zip/">正體中文</a>
<a href="https://www.developershome.com/7-zip/">正體中文</a>
<br>
<a href="http://www.7-zip.org/">Other Languages</a>
<a href="https://www.7-zip.org/">Other Languages</a>
<br>
</p>

Expand Down
14 changes: 7 additions & 7 deletions _app/_pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ <h1>欢迎来到 7-Zip 官方中文主页!</h1>
<th class="Title" align="center" width="55">大小</th>
</tr>
<tr>
<td class="Item" align="center"><a href="http://www.7-zip.org/a/7z{{ ver.stable.short }}.exe">下载</a></td>
<td class="Item" align="center"><a href="https://www.7-zip.org/a/7z{{ ver.stable.short }}.exe">下载</a></td>
<td class="Item" align="center">.exe</td>
<td class="Item" align="center">32 位 x86</td>
<td class="Item" align="center">1 MB</td>
</tr>
<tr>
<td class="Item" align="center"><a href="http://www.7-zip.org/a/7z{{ ver.stable.short }}-x64.exe">下载</a></td>
<td class="Item" align="center"><a href="https://www.7-zip.org/a/7z{{ ver.stable.short }}-x64.exe">下载</a></td>
<td class="Item" align="center">.exe</td>
<td class="Item" align="center">64 位 x64</td>
<td class="Item" align="center">1 MB</td>
Expand All @@ -50,13 +50,13 @@ <h1>欢迎来到 7-Zip 官方中文主页!</h1>
<th class="title" align="center" width=55>大小</th>
</tr>
<tr>
<td class="item" align="center"><a href="http://www.7-zip.org/a/7z{{ ver.beta.short }}.exe">下载</a></td>
<td class="item" align="center"><a href="https://www.7-zip.org/a/7z{{ ver.beta.short }}.exe">下载</a></td>
<td class="item" align="center">.exe</td>
<td class="item" align="center">32 位</td>
<td class="item" align="center">1 mb</td>
</tr>
<tr>
<td class="item" align="center"><a href="http://www.7-zip.org/a/7z{{ ver.beta.short }}-x64.exe">下载</a></td>
<td class="item" align="center"><a href="https://www.7-zip.org/a/7z{{ ver.beta.short }}-x64.exe">下载</a></td>
<td class="item" align="center">.exe</td>
<td class="item" align="center">64 位</td>
<td class="item" align="center">1 mb</td>
Expand Down Expand Up @@ -112,9 +112,9 @@ <h2>7-Zip 主要特征</h2>

<p><b>7-Zip</b> 适用于 Windows 10 / 8 / 7 / Vista / XP / 2016 / 2012 / 2008 / 2003 / 2000 / NT。</p>

<p><a href="http://sourceforge.net/projects/p7zip/">p7zip</a> - Linux/Posix 平台的命令行移植版本。</p>
<p><a href="https://sourceforge.net/projects/p7zip/">p7zip</a> - Linux/Posix 平台的命令行移植版本。</p>

<p><a href="http://sourceforge.net/projects/sevenzip/">Source Forge 的 7-Zip 页面</a>(英文)中您可以找到相关的论坛、错误汇报及系统需求。 </p>
<p><a href="https://sourceforge.net/projects/sevenzip/">Source Forge 的 7-Zip 页面</a>(英文)中您可以找到相关的论坛、错误汇报及系统需求。 </p>

<h2>压缩比</h2>

Expand Down Expand Up @@ -223,7 +223,7 @@ <h2>压缩比</h2>
<td class="NewsTitle" style="background-color:#55acee;">了解 7-Zip 最新动态</td></tr>
<tr class="News">
<td class="NewsText" colspan="2">
<p><a href="http://twitter.com/{{ site.twitter }}">@{{ site.twitter }}</a></p>
<p><a href="https://twitter.com/{{ site.twitter }}">@{{ site.twitter }}</a></p>
</td>
</tr>
</tbody></table>
Expand Down
4 changes: 2 additions & 2 deletions _app/_pages/page-7z.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ <H1>{{ page.title }}</H1>

<P>相关链接:</P>
<ul>
<li><A href="http://en.wikipedia.org/wiki/7z">Wikipedia 的 7z 页面</A></li>
</ul>
<li><A href="https://en.wikipedia.org/wiki/7z">Wikipedia 的 7z 页面</A></li>
</ul>
Loading

0 comments on commit b598459

Please sign in to comment.