diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2019-03-02 03:46:33 -0700 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2019-03-02 03:46:33 -0700 |
| commit | b364867ad9a562880d7e29a426fdce758f830639 (patch) | |
| tree | f7e7de8d3e493b4a860b86409c70b77b4683db6b | |
| parent | 18dec3d0af3c41bd0c24d52a03c5dd9a18a00146 (diff) | |
use https URLs in docs where applicable; update URL for Opal
| -rw-r--r-- | CHANGELOG.adoc | 8 | ||||
| -rw-r--r-- | README-de.adoc | 2 | ||||
| -rw-r--r-- | README-fr.adoc | 12 | ||||
| -rw-r--r-- | README-jp.adoc | 18 | ||||
| -rw-r--r-- | README-zh_CN.adoc | 18 |
5 files changed, 29 insertions, 29 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 33481140..a82770b5 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -1,5 +1,5 @@ = Asciidoctor Changelog -:uri-asciidoctor: http://asciidoctor.org +:uri-asciidoctor: https://asciidoctor.org :uri-asciidoc: {uri-asciidoctor}/docs/what-is-asciidoc :uri-repo: https://github.com/asciidoctor/asciidoctor :icons: font @@ -1454,7 +1454,7 @@ Distribution Packages:: * https://rubygems.org/gems/asciidoctor[RubyGem (asciidoctor)] * https://apps.fedoraproject.org/packages/rubygem-asciidoctor[Fedora (rubygem-asciidoctor)] -http://asciidoctor.org/news/2013/05/31/asciidoctor-0-1-3-released[release notes] | +https://asciidoctor.org/news/2013/05/31/asciidoctor-0-1-3-released[release notes] | https://github.com/asciidoctor/asciidoctor/issues?milestone=4&state=closed[issues resolved] | https://github.com/asciidoctor/asciidoctor/releases/tag/v0.1.3[git tag] | https://github.com/asciidoctor/asciidoctor/compare/v0.1.2\...v0.1.3[full diff] @@ -1467,7 +1467,7 @@ Performance:: Enhancements:: - * new website at http://asciidoctor.org + * new website at https://asciidoctor.org * added a default stylesheet (#76) * added viewport meta tag for mobile browsers (#238) * set attributes based on safe mode (#244) @@ -1509,7 +1509,7 @@ Distribution Packages:: * https://rubygems.org/gems/asciidoctor[RubyGem (asciidoctor)] -http://asciidoctor.org/news/2013/04/25/asciidoctor-0-1-2-released[release notes] | +https://asciidoctor.org/news/2013/04/25/asciidoctor-0-1-2-released[release notes] | https://github.com/asciidoctor/asciidoctor/issues?milestone=3&state=closed[issues resolved] | https://github.com/asciidoctor/asciidoctor/releases/tag/v0.1.2[git tag] | https://github.com/asciidoctor/asciidoctor/compare/v0.1.1\...v0.1.2[full diff] diff --git a/README-de.adoc b/README-de.adoc index 12bf87ad..cbe43f41 100644 --- a/README-de.adoc +++ b/README-de.adoc @@ -22,7 +22,7 @@ endif::[] :uri-repo: {uri-org}/asciidoctor :uri-asciidoctorj: {uri-org}/asciidoctorj :uri-asciidoctorjs: {uri-org}/asciidoctor.js -:uri-project: http://asciidoctor.org +:uri-project: https://asciidoctor.org ifdef::env-site[:uri-project: link:] :uri-docs: {uri-project}/docs :uri-news: {uri-project}/news diff --git a/README-fr.adoc b/README-fr.adoc index 988c3151..e4a90c36 100644 --- a/README-fr.adoc +++ b/README-fr.adoc @@ -22,7 +22,7 @@ endif::[] :uri-repo: {uri-org}/asciidoctor :uri-asciidoctorj: {uri-org}/asciidoctorj :uri-asciidoctorjs: {uri-org}/asciidoctor.js -:uri-project: http://asciidoctor.org +:uri-project: https://asciidoctor.org ifdef::env-site[:uri-project: link:] :uri-docs: {uri-project}/docs :uri-news: {uri-project}/news @@ -52,7 +52,7 @@ endif::[] :uri-gitscm-repo: https://github.com/git/git-scm.com :uri-prototype: {uri-gitscm-repo}/commits/master/lib/asciidoc.rb :uri-freesoftware: https://www.gnu.org/philosophy/free-sw.html -:uri-foundation: http://foundation.zurb.com +:uri-foundation: https://foundation.zurb.com :uri-tilt: https://github.com/rtomayko/tilt :uri-ruby: https://ruby-lang.org // images: @@ -295,7 +295,7 @@ Vous devriez voir les informations concernant la version d'Asciidoctor et celle [.output,subs=attributes+] .... -Asciidoctor {release-version} [http://asciidoctor.org] +Asciidoctor {release-version} [https://asciidoctor.org] Runtime Environment (ruby 2.4.1p111 [x86_64-linux]) (lc:UTF-8 fs:UTF-8 in:- ex:UTF-8) .... @@ -346,7 +346,7 @@ Vous pouvez aussi convertir une chaîne de texte en fragment HTML (pour une inse [source] ---- -content = '_Zen_ in the art of writing http://asciidoctor.org[AsciiDoc].' +content = '_Zen_ in the art of writing https://asciidoctor.org[AsciiDoc].' Asciidoctor.convert content, safe: :safe ---- @@ -354,7 +354,7 @@ Si vous voulez le document HTML complet, activez l'option `header_footer` comme [source] ---- -content = '_Zen_ in the art of writing http://asciidoctor.org[AsciiDoc].' +content = '_Zen_ in the art of writing https://asciidoctor.org[AsciiDoc].' html = Asciidoctor.convert content, header_footer: true, safe: :safe ---- @@ -362,7 +362,7 @@ Si vous avez besoin d'accéder au document analysé, vous pouvez séparer la con [source] ---- -content = '_Zen_ in the art of writing http://asciidoctor.org[AsciiDoc].' +content = '_Zen_ in the art of writing https://asciidoctor.org[AsciiDoc].' document = Asciidoctor.load content, header_footer: true, safe: :safe puts document.doctitle html = document.convert diff --git a/README-jp.adoc b/README-jp.adoc index d7a0a994..71108cfa 100644 --- a/README-jp.adoc +++ b/README-jp.adoc @@ -23,7 +23,7 @@ endif::[] :uri-repo: {uri-org}/asciidoctor :uri-asciidoctorj: {uri-org}/asciidoctorj :uri-asciidoctorjs: {uri-org}/asciidoctor.js -:uri-project: http://asciidoctor.org +:uri-project: https://asciidoctor.org ifdef::env-site[:uri-project: link:] :uri-docs: {uri-project}/docs :uri-news: {uri-project}/news @@ -53,7 +53,7 @@ endif::[] :uri-gitscm-repo: https://github.com/git/git-scm.com :uri-prototype: {uri-gitscm-repo}/commits/master/lib/asciidoc.rb :uri-freesoftware: https://www.gnu.org/philosophy/free-sw.html -:uri-foundation: http://foundation.zurb.com +:uri-foundation: https://foundation.zurb.com :uri-tilt: https://github.com/rtomayko/tilt :uri-ruby: https://ruby-lang.org // images: @@ -86,7 +86,7 @@ Javaや他のJVM言語からAsciidoctor APIを直接呼び出すには, {uri-as AsciidoctorJに基づいた, AsciidoctorプロセッサをApache Maven, GradleやJavadocに統合するプラグインがあります. AsciidoctorはJavaScriptでも実行可能です. -{uri-asciidoctorjs}[Asciidoctor.js], WebブラウザやNode.jsのようなJavaScript環境で動くAsciidoctorの完全機能版, を生成するために, RubyのソースをJavaScriptにトランスパイルするのに http://opalrb.org[Opal]を使います. +{uri-asciidoctorjs}[Asciidoctor.js], WebブラウザやNode.jsのようなJavaScript環境で動くAsciidoctorの完全機能版, を生成するために, RubyのソースをJavaScriptにトランスパイルするのに https://opalrb.com[Opal]を使います. Asciidoctor.jsはChrome, Atom, Brackets や他のウェブベースのツールの拡張機能としてAsciiDocのプレビューのために使われます. **** @@ -219,7 +219,7 @@ TIP: お使いのシステムは自動的にdebパッケージをアップデー ディストリビューションのリリース毎に, どのバージョンがパッケージされているかはパッケージリポジトリを調べてください. * https://packages.debian.org/search?keywords=asciidoctor&searchon=names&exact=1&suite=all§ion=all[asciidoctor package by Debian release] -* http://packages.ubuntu.com/search?keywords=asciidoctor&searchon=names&exact=1&suite=all§ion=all[asciidoctor package by Ubuntu release] +* https://packages.ubuntu.com/search?keywords=asciidoctor&searchon=names&exact=1&suite=all§ion=all[asciidoctor package by Ubuntu release] * https://community.linuxmint.com/software/view/asciidoctor[asciidoctor package by Mint release] [CAUTION] @@ -228,7 +228,7 @@ TIP: お使いのシステムは自動的にdebパッケージをアップデー そのようなことをするのは, パッケージマネージャがファイル(/usr/local下にインストールされた)を追跡できなくなるためにシステムが不安定な状態にするためです. 単純に, システムgemはパッケージマネージャによってのみ管理されるべきです. -もし, パッケージマネージャによってインストールされたのより新しいバージョンのAsciidoctorを使いたければ, http://rvm.io[RVM] や https://github.com/rbenv/rbenv[rbenv]を使ってRubyをホームディレクトリ(すなわち, ユーザースペース)にインストールするべきです. +もし, パッケージマネージャによってインストールされたのより新しいバージョンのAsciidoctorを使いたければ, https://rvm.io[RVM] や https://github.com/rbenv/rbenv[rbenv]を使ってRubyをホームディレクトリ(すなわち, ユーザースペース)にインストールするべきです. それから, 安心して `gem` コマンドをAsciidoctorのアップデート, インストールのために使うことができます. RVMやrbenvを使っているなら, gemはシステムからは孤立した場所にインストールされます. ==== @@ -263,7 +263,7 @@ AsciidoctorのバージョンとRuby環境についての情報がターミナ [.output,subs=attributes+] .... -Asciidoctor {release-version} [http://asciidoctor.org] +Asciidoctor {release-version} [https://asciidoctor.org] Runtime Environment (ruby 2.4.1p111 [x86_64-linux]) (lc:UTF-8 fs:UTF-8 in:- ex:UTF-8) .... @@ -314,7 +314,7 @@ AsciiDoc文字列を埋め込みHTML(HTMLページヘの挿入)へ変換する [source] ---- -content = '_Zen_ in the art of writing http://asciidoctor.org[AsciiDoc].' +content = '_Zen_ in the art of writing https://asciidoctor.org[AsciiDoc].' Asciidoctor.convert content, safe: :safe ---- @@ -322,7 +322,7 @@ Asciidoctor.convert content, safe: :safe [source] ---- -content = '_Zen_ in the art of writing http://asciidoctor.org[AsciiDoc].' +content = '_Zen_ in the art of writing https://asciidoctor.org[AsciiDoc].' html = Asciidoctor.convert content, header_footer: true, safe: :safe ---- @@ -330,7 +330,7 @@ html = Asciidoctor.convert content, header_footer: true, safe: :safe [source] ---- -content = '_Zen_ in the art of writing http://asciidoctor.org[AsciiDoc].' +content = '_Zen_ in the art of writing https://asciidoctor.org[AsciiDoc].' document = Asciidoctor.load content, header_footer: true, safe: :safe puts document.doctitle html = document.convert diff --git a/README-zh_CN.adoc b/README-zh_CN.adoc index a698ea57..4a5113bc 100644 --- a/README-zh_CN.adoc +++ b/README-zh_CN.adoc @@ -23,7 +23,7 @@ endif::[] :uri-repo: {uri-org}/asciidoctor :uri-asciidoctorj: {uri-org}/asciidoctorj :uri-asciidoctorjs: {uri-org}/asciidoctor.js -:uri-project: http://asciidoctor.org +:uri-project: https://asciidoctor.org ifdef::env-site[:uri-project: link:] :uri-docs: {uri-project}/docs :uri-news: {uri-project}/news @@ -53,7 +53,7 @@ endif::[] :uri-gitscm-repo: https://github.com/git/git-scm.com :uri-prototype: {uri-gitscm-repo}/commits/master/lib/asciidoc.rb :uri-freesoftware: https://www.gnu.org/philosophy/free-sw.html -:uri-foundation: http://foundation.zurb.com +:uri-foundation: https://foundation.zurb.com :uri-tilt: https://github.com/rtomayko/tilt :uri-ruby: https://ruby-lang.org // images: @@ -84,7 +84,7 @@ Asciidoctor 是开源的,{uri-repo}[代码]托管在 GitHub,遵从 {uri-lice 基于 AsciidoctorJ 有好多插件可用,这些插件可以将 Asciidoctor 整合到 Apache Maven,Gradle 或 Javadoc 构建中。 Asciidoctor 也可以运行在 JavaScript 上。 -我们可以使用 http://opalrb.org[Opal] 将 Ruby 源码编译成 JavaScript 生成 {uri-asciidoctorjs}[Asciidoctor.js] 文件,这是一个全功能版的 Asciidoctor,可以运行在任意的 JavaScript 环境中,比如 Web 浏览器 或 Node.js。 +我们可以使用 https://opalrb.com[Opal] 将 Ruby 源码编译成 JavaScript 生成 {uri-asciidoctorjs}[Asciidoctor.js] 文件,这是一个全功能版的 Asciidoctor,可以运行在任意的 JavaScript 环境中,比如 Web 浏览器 或 Node.js。 Asciidoctor.js 被用于预览 AsciiDoc,支持 Chrome 扩展,Atom,Brackets 或其他基于 Web 的工具。 **** @@ -230,7 +230,7 @@ TIP: 如果你的 Debian 或 Ubuntu 系统配置的是自动升级包,在这 请查看发行版的包库,来确定每个发行版是打包的哪个版本。 * https://packages.debian.org/search?keywords=asciidoctor&searchon=names&exact=1&suite=all§ion=all[Debian 发行版中的 asciidoctor] -* http://packages.ubuntu.com/search?keywords=asciidoctor&searchon=names&exact=1&suite=all§ion=all[Ubuntu 发行版中的 asciidoctor] +* https://packages.ubuntu.com/search?keywords=asciidoctor&searchon=names&exact=1&suite=all§ion=all[Ubuntu 发行版中的 asciidoctor] * https://community.linuxmint.com/software/view/asciidoctor[Mint 发行版中的 asciidoctor] [CAUTION] @@ -239,7 +239,7 @@ TIP: 如果你的 Debian 或 Ubuntu 系统配置的是自动升级包,在这 这样做会使系统进入不一致的状态,包管理工具将不再跟踪相关文件(通常安装在 /usr/local 下。) 简单地说,系统的 gem 只能由包管理器进行管理。 -如果你想使用一个比包管理器安装的更新版本的 Asciidoctor,你应该使用 http://rvm.io[RVM] 在你的用户家目录(比如:用户空间)下安装 Ruby。 +如果你想使用一个比包管理器安装的更新版本的 Asciidoctor,你应该使用 https://rvm.io[RVM] 在你的用户家目录(比如:用户空间)下安装 Ruby。 然后,你就可以放心地使用 `gem` 命令来安装或者更新 Asciidoctor gem。 当使用 RVM 时,gem 将被安装到与系统隔离的位置。 ==== @@ -275,7 +275,7 @@ TIP: 如果你的 Alpine Linux 系统配置的是自动升级包,在这种情 [.output,subs=attributes+] .... -Asciidoctor {release-version} [http://asciidoctor.org] +Asciidoctor {release-version} [https://asciidoctor.org] Runtime Environment (ruby 2.4.1p111 [x86_64-linux]) (lc:UTF-8 fs:UTF-8 in:- ex:UTF-8) .... @@ -328,7 +328,7 @@ WARNING: 当你通过 API 使用 Asciidoctor 时,默认的安全模式是 `:se [source] ---- -content = '_Zen_ in the art of writing http://asciidoctor.org[AsciiDoc].' +content = '_Zen_ in the art of writing https://asciidoctor.org[AsciiDoc].' Asciidoctor.convert content, safe: :safe ---- @@ -336,7 +336,7 @@ Asciidoctor.convert content, safe: :safe [source] ---- -content = '_Zen_ in the art of writing http://asciidoctor.org[AsciiDoc].' +content = '_Zen_ in the art of writing https://asciidoctor.org[AsciiDoc].' html = Asciidoctor.convert content, header_footer: true, safe: :safe ---- @@ -344,7 +344,7 @@ html = Asciidoctor.convert content, header_footer: true, safe: :safe [source] ---- -content = '_Zen_ in the art of writing http://asciidoctor.org[AsciiDoc].' +content = '_Zen_ in the art of writing https://asciidoctor.org[AsciiDoc].' document = Asciidoctor.load content, header_footer: true, safe: :safe puts document.doctitle html = document.convert |
