aboutsummaryrefslogtreecommitdiff
path: root/files/fr/glossary/uri/index.html
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:08 +0100
commit39f2114f9797eb51994966c6bb8ff1814c9a4da8 (patch)
tree66dbd9c921f56e440f8816ed29ac23682a1ac4ef /files/fr/glossary/uri/index.html
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.gz
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.tar.bz2
translated-content-39f2114f9797eb51994966c6bb8ff1814c9a4da8.zip
unslug fr: move
Diffstat (limited to 'files/fr/glossary/uri/index.html')
-rw-r--r--files/fr/glossary/uri/index.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/files/fr/glossary/uri/index.html b/files/fr/glossary/uri/index.html
new file mode 100644
index 0000000000..452f0d7993
--- /dev/null
+++ b/files/fr/glossary/uri/index.html
@@ -0,0 +1,21 @@
+---
+title: URI
+slug: Glossaire/URI
+tags:
+ - Glossaire
+ - HTTP
+ - Recherche
+ - URI
+ - URL
+translation_of: Glossary/URI
+---
+<p>Un <strong>URI</strong><em> (Uniform Resource Identifier)</em> <em>(<span class="short_text" id="result_box" lang="fr"><span>Identifiant de ressource uniforme</span></span> )</em> est une chaîne qui fait référence à une ressource. Les plus courantes sont les {{Glossary("URL")}}, qui identifient une ressource en donnant son emplacement sur le Web. Au contraire, les {{Glossary("URN")}} font référence à une ressource grâce à son nom, dans un environnement donné, par exemple le code ISBN d'un livre.</p>
+
+<h2 id="Voir_aussi">Voir aussi</h2>
+
+<ul>
+ <li>{{Interwiki("wikipedia","Uniform_Resource_Identifier","URI")}} sur Wikipedia</li>
+ <li><a href="http://tools.ietf.org/html/rfc3986">RFC 3986 sur URI</a></li>
+ <li><a href="https://developer.mozilla.org/fr/docs/Web/HTTP/Basics_of_HTTP/Data_URIs">data URIs</a></li>
+ <li><a href="/en-US/docs/URI/www_vs_non-www_URLs">www vs non-www</a></li>
+</ul>