diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:49:58 +0100 |
commit | 68fc8e96a9629e73469ed457abd955e548ec670c (patch) | |
tree | 8529ab9fe63d011f23c7f22ab5a4a1c5563fcaa4 /files/pt-br/glossary/uri/index.html | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.gz translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.tar.bz2 translated-content-68fc8e96a9629e73469ed457abd955e548ec670c.zip |
unslug pt-br: move
Diffstat (limited to 'files/pt-br/glossary/uri/index.html')
-rw-r--r-- | files/pt-br/glossary/uri/index.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/files/pt-br/glossary/uri/index.html b/files/pt-br/glossary/uri/index.html new file mode 100644 index 0000000000..50c9ede26d --- /dev/null +++ b/files/pt-br/glossary/uri/index.html @@ -0,0 +1,17 @@ +--- +title: URI +slug: Glossario/URI +translation_of: Glossary/URI +--- +<p>A <strong>URI</strong> (<em>Uniform Resource Identifier</em>, ou <em>Identificador Uniforme de Recursos</em>) é uma string (sequência de caracteres) que se refere a um recurso. A mais comum é a {{Glossary("URL")}}, que identifica o recurso localizando-o na Web. {{Glossary("URN","URNs")}}, em contraste, refere-se a um recurso pelo nome, em dado namespace. Ex: o ISBN de um livro.</p> + +<h2 id="Aprenda_mais">Aprenda mais</h2> + +<h3 id="Conhecimento_geral">Conhecimento geral</h3> + +<ul> + <li>{{Interwiki("wikipedia", "URI")}} na Wikipedia</li> + <li><a href="http://tools.ietf.org/html/rfc3986">RFC 3986 on URI</a></li> + <li><a href="/en-US/docs/Web/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> |