aboutsummaryrefslogtreecommitdiff
path: root/files/pt-br/mdn
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-08-02 18:18:30 -0400
committerGitHub <noreply@github.com>2021-08-02 19:18:30 -0300
commitc372556f6b6e736496dce8f62f8ca346496c3e93 (patch)
tree456cb9e9fccfe0d3c2cbb57ed68a774ab69bae28 /files/pt-br/mdn
parent1dc3d721e3b43d4ddaa52e0c3f6ffb81ec2088ed (diff)
downloadtranslated-content-c372556f6b6e736496dce8f62f8ca346496c3e93.tar.gz
translated-content-c372556f6b6e736496dce8f62f8ca346496c3e93.tar.bz2
translated-content-c372556f6b6e736496dce8f62f8ca346496c3e93.zip
remove link 'title' attributes that's just the 'href' (pt-br, part 6) (#1855)
Diffstat (limited to 'files/pt-br/mdn')
-rw-r--r--files/pt-br/mdn/about/index.html2
-rw-r--r--files/pt-br/mdn/tools/kumascript/index.html4
-rw-r--r--files/pt-br/mdn/yari/index.html2
3 files changed, 4 insertions, 4 deletions
diff --git a/files/pt-br/mdn/about/index.html b/files/pt-br/mdn/about/index.html
index dec832f10f..7aac03069d 100644
--- a/files/pt-br/mdn/about/index.html
+++ b/files/pt-br/mdn/about/index.html
@@ -111,7 +111,7 @@ translation_of: MDN/About
<p>O projeto Mozilla Developer Network (a.k.a. Mozilla Developer Center (MDC), a.k.a. <em>Devmo</em>) começou no início de 2005, quando a <a class="external" href="http://www.mozillafoundation.org">Mozilla Foundation</a> obteve uma licença da AOL para utilizar o conteúdo original <a href="/Project:en/DevEdge" title="Project:en/DevEdge">DevEdge</a>. Os materiais ainda úteis foram extraídos do conteúdo DevEdge, e então migrados por voluntários para essa wiki, pra que a manutenção e atualização fossem mais fáceis.</p>
-<p>Desde então, o projeto continuou a crescer e agora forma um nexo central para toda a documentação para desenvolvedores relacionada ao Mozilla Project e tecnologias abertas da web. Em 2010, o nome mudou para Mozilla Developer Network; 2011 viu a adição do <a class="external" href="http://developer.mozilla.org/en-US/demos" title="https://developer.mozilla.org/en-US/demos/">Demo Studio</a> para desenvolvedores web compartilharem e exibirem seu código, e páginas <a class="external" href="http://developer.mozilla.org/en-US/learn">Learning</a> para fornecer links de tutoriais. (O nome MDC ainda vive como "MDN Doc Center" para a seção de documentação.) A tempo, espera-se que a Mozilla Developer Network se torne um recurso que web designers, desenvolvedores de aplicações, e escritores de extensões e temas visitam regularmente. </p>
+<p>Desde então, o projeto continuou a crescer e agora forma um nexo central para toda a documentação para desenvolvedores relacionada ao Mozilla Project e tecnologias abertas da web. Em 2010, o nome mudou para Mozilla Developer Network; 2011 viu a adição do <a class="external" href="http://developer.mozilla.org/en-US/demos">Demo Studio</a> para desenvolvedores web compartilharem e exibirem seu código, e páginas <a class="external" href="http://developer.mozilla.org/en-US/learn">Learning</a> para fornecer links de tutoriais. (O nome MDC ainda vive como "MDN Doc Center" para a seção de documentação.) A tempo, espera-se que a Mozilla Developer Network se torne um recurso que web designers, desenvolvedores de aplicações, e escritores de extensões e temas visitam regularmente. </p>
<h2 id="Sobre_a_Mozilla">Sobre a Mozilla</h2>
diff --git a/files/pt-br/mdn/tools/kumascript/index.html b/files/pt-br/mdn/tools/kumascript/index.html
index 51fb751707..b95ce12703 100644
--- a/files/pt-br/mdn/tools/kumascript/index.html
+++ b/files/pt-br/mdn/tools/kumascript/index.html
@@ -15,7 +15,7 @@ translation_of: MDN/Tools/KumaScript
---
<div>{{MDNSidebar}}</div><h2 id="Overview">Overview</h2>
-<p><span class="seoSummary">On the <a href="/en-US/docs/MDN/Kuma">Kuma</a> platform that powers MDN, the template system for automating aspects of content on the wiki is called <a class="link-https" href="https://github.com/mdn/kumascript">KumaScript</a>. KumaScript is powered by server-side JavaScript, implemented using <a class="external" href="https://nodejs.org/en/" title="https://nodejs.org/en/">Node.js</a>.</span> This article provides basic information on how to use KumaScript.</p>
+<p><span class="seoSummary">On the <a href="/en-US/docs/MDN/Kuma">Kuma</a> platform that powers MDN, the template system for automating aspects of content on the wiki is called <a class="link-https" href="https://github.com/mdn/kumascript">KumaScript</a>. KumaScript is powered by server-side JavaScript, implemented using <a class="external" href="https://nodejs.org/en/">Node.js</a>.</span> This article provides basic information on how to use KumaScript.</p>
<p>For a detailed overview and Q&amp;A of KumaScript, watch the MDN dev team's <a href="https://vreplay.mozilla.com/replay/showRecordDetails.html?sortBy=date&amp;viewCount=1&amp;currentPage=1&amp;groupBy=combo&amp;roomFilter=&amp;usernameFilter=&amp;searchFilter=&amp;usernameFullFilter=&amp;myManager=-1&amp;adminManager=0&amp;webCast=0&amp;command=&amp;recId=1082&amp;auxMessage=&amp;auxMessage1=&amp;lang=en&amp;langChanged=&amp;tenantFilter=&amp;securityTab=">KumaScript Fireside Chat</a> (the meeting starts at 10 minutes into the video). KumaScript replaced DekiScript, which was the template language for MindTouch, the previous platform used by MDN.</p>
@@ -81,7 +81,7 @@ Hello #2</pre>
<p>The data from this macro is available in template code as an object in the <code>$0</code> argument (e.g., <code>$0.Alpha</code>, <code>$0.Beta</code>, <code>$0.Foo</code>). This also allows you to express complex data structures in macro parameters that are hard or impossible to do with a simple list of parameters.</p>
-<p>Note that this parameter style is very picky — it must adhere to <a href="http://json.org/" title="http://json.org/">JSON syntax</a> exactly, which has some requirements about escaping characters that are easy to miss (e.g., all forward slashes are escaped). When in doubt, <a href="http://jsonlint.com/">try running your JSON through a validator</a>.</p>
+<p>Note that this parameter style is very picky — it must adhere to <a href="http://json.org/">JSON syntax</a> exactly, which has some requirements about escaping characters that are easy to miss (e.g., all forward slashes are escaped). When in doubt, <a href="http://jsonlint.com/">try running your JSON through a validator</a>.</p>
<h4 id="How_to_write_in_text">How to write "\{{" in text</h4>
diff --git a/files/pt-br/mdn/yari/index.html b/files/pt-br/mdn/yari/index.html
index 0581e2f1cb..7a6b5b4327 100644
--- a/files/pt-br/mdn/yari/index.html
+++ b/files/pt-br/mdn/yari/index.html
@@ -8,7 +8,7 @@ original_slug: MDN/Kuma
---
<div>{{MDNSidebar}}</div>
-<p>Kuma é a plataforma wiki que  auxilia o Mozilla Developer Network. É uma plataforma open source escrita em <a href="http://www.python.org/" title="http://www.python.org/">Python</a> utilizando o framework <a href="https://www.djangoproject.com/">Django</a>.</p>
+<p>Kuma é a plataforma wiki que  auxilia o Mozilla Developer Network. É uma plataforma open source escrita em <a href="http://www.python.org/">Python</a> utilizando o framework <a href="https://www.djangoproject.com/">Django</a>.</p>
<div class="row topicpage-table">
<div class="section">