diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/hotlink | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/ja/glossary/hotlink')
-rw-r--r-- | files/ja/glossary/hotlink/index.html | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/files/ja/glossary/hotlink/index.html b/files/ja/glossary/hotlink/index.html new file mode 100644 index 0000000000..7342ea9432 --- /dev/null +++ b/files/ja/glossary/hotlink/index.html @@ -0,0 +1,26 @@ +--- +title: Hotlink (直リンク) +slug: Glossary/Hotlink +tags: + - Glossary + - WebMechanics +translation_of: Glossary/Hotlink +--- +<p><strong>直リンク</strong> (<strong>ホットリンク</strong>、<strong>インラインリンク</strong>とも呼ばれる) は、別のサイトから直接リンクされたオブジェクト (通常は画像) です。たとえば、 site1.com でホストされている画像が site2.com に直接表示されるものです。</p> + +<p>この行為は、リンク先のオブジェクトをホストしているウェブサイトの帯域幅を勝手に利用することになるため、多くの場合はひんしゅくを買う行為であり、また著作権上の懸念 — 許可なく行われた場合は窃盗とみなされます — を引き起こす可能性もあるためです。</p> + +<section class="Quick_links" id="Quick_Links"> +<ol> + <li>一般知識 + <ol> + <li>Wikipedia 上の {{Interwiki("wikipedia", "直リンク")}}</li> + </ol> + </li> + <li><a href="/ja/docs/Glossary">MDN Web Docs 用語集</a> + <ol> + <li>{{glossary("Hyperlink")}}</li> + </ol> + </li> +</ol> +</section> |