aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/mdn/tools
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:50:24 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:50:24 +0100
commit2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e (patch)
tree86ab4534d10092b293d4b7ab169fe1a8a2421bfa /files/pt-pt/mdn/tools
parent8260a606c143e6b55a467edf017a56bdcd6cba7e (diff)
downloadtranslated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.tar.gz
translated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.tar.bz2
translated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.zip
unslug pt-pt: move
Diffstat (limited to 'files/pt-pt/mdn/tools')
-rw-r--r--files/pt-pt/mdn/tools/edição_de_modelo/index.html12
-rw-r--r--files/pt-pt/mdn/tools/vigiar_pagina/index.html49
2 files changed, 0 insertions, 61 deletions
diff --git a/files/pt-pt/mdn/tools/edição_de_modelo/index.html b/files/pt-pt/mdn/tools/edição_de_modelo/index.html
deleted file mode 100644
index aa1f90ba40..0000000000
--- a/files/pt-pt/mdn/tools/edição_de_modelo/index.html
+++ /dev/null
@@ -1,12 +0,0 @@
----
-title: Edição de modelo
-slug: MDN/Tools/Edição_de_modelo
-tags:
- - Ferramentas
- - Guía
- - Metadados MDN
-translation_of: MDN/Tools/Template_editing
----
-<div>{{MDNSidebar}}</div><p>Na MDN, os modelos esccritos em <a href="/pt-PT/docs/MDN/Contribute/Tools/KumaScript">KumaScript</a> são utilziados por uma geração de conteúdo automatizado e personalização dentro das páginas. Cada modelo é um ficheiro separado sob <a href="https://github.com/mozilla/kumascript/tree/master/macros">a diretoria de macros do repositório de KumaScript no GitHub</a>.</p>
-
-<p>Qualquer pessoa que edite páginas da wiki da MDN podem invocar modelos via <span class="seoSummary"> </span> <span class="seoSummary"> <a href="/pt-PT/docs/MDN/Contribute/Structures/Macros">macros</a> nos artigos da MDN.Qualquer pessoa pode criar e editar modelos via <a href="https://github.com/mozilla/kumascript">repositório de KumaScript no GitHub, </a>utilizando práticas de código aberto padrão (<em>fork</em> repositório, criar um ramo, efetuar alterações, e submeter um pedido de submissão para revisão). </span> Note que enviar um pedido de submissão é atualmente a única maneira para atualizar as <em>strings</em> traduzidas nos modelos que as contêm .</p>
diff --git a/files/pt-pt/mdn/tools/vigiar_pagina/index.html b/files/pt-pt/mdn/tools/vigiar_pagina/index.html
deleted file mode 100644
index b7f9de52b0..0000000000
--- a/files/pt-pt/mdn/tools/vigiar_pagina/index.html
+++ /dev/null
@@ -1,49 +0,0 @@
----
-title: Subscrição de página
-slug: MDN/Tools/Vigiar_pagina
-tags:
- - Ferramentas
- - Guia(2)
- - Metadados MDN
- - Nível de Página
-translation_of: MDN/Tools/Page_watching
----
-<div>{{MDNSidebar}}</div>
-
-<p><span class="seoSummary">A great way to stay involved with content on MDN that you care about is to subscribe to pages, so that you're notified via email when the pages get changed.</span> Every page on MDN offers a button offering options to monitor the page (and optionally its subpages) for changes. To access these options, hover over the Watch button to disclose the Watch menu, which looks like this:</p>
-
-<p><img alt="Screenshot of MDN's Watch menu" src="https://mdn.mozillademos.org/files/12551/MDN_-_Watch_Menu.png" style="height: 298px; width: 463px;"></p>
-
-<p>Then choose the option specifying whether to watch only that one page or that page and its sub-pages, as described in the following sections.</p>
-
-<h2 id="Subscrever_uma_página">Subscrever uma página</h2>
-
-<p>To subscribe to a single page, simply hover the mouse cursor over the Watch menu to display the Watch menu as described above, then select the first option, "Subscribe to <em>Page Title</em>". Once you've done this, each time a user makes a change to that one page, you'll get email describing the change.</p>
-
-<h2 id="Vigiar_várias_páginas">Vigiar várias páginas</h2>
-
-<p>Choosing the second option in the Watch menu, "Subscribe to <em>Page Title</em> and all its sub-articles", will register you to receive email for each change made to that page as well as all of its sub-pages. This includes sub-pages added after you requested the subscription, so if more sub-pages are created in the future, you'll get notifications for those as well.</p>
-
-<h2 id="Cancelar_a_subscriçção_de_uma_página">Cancelar a subscriçção de uma página</h2>
-
-<p>If you eventually need to unsubscribe from, or stop watching, a page, open the Watch menu again, and see that the "Subscribe" link has changed to "Unsubscribe." Click that, and you're unsubscribed!</p>
-
-<h2 id="Mensagens_de_alteração_de_página">Mensagens de alteração de página</h2>
-
-<p>Each time a change is saved to the page, you'll get an email. These emails come from notifications@developer.mozilla.org and are sent to the email address you used when registering your MDN account. Each message has a title of the form:</p>
-
-<pre class="notranslate">[MDN] Page "<em>Page title</em>" changed by <em>username</em></pre>
-
-<p>The message starts with a repeat of the information in the title, then presents a standard diff of the content, showing exactly what changed. The changes are shown as HTML source code, which can be a little weird to read if you're not used to it in the context of MDN.</p>
-
-<p>After the diff itself comes a list of useful links that you can use to act on the change in some way, including:</p>
-
-<ul>
- <li>View the MDN profile of the user that made the change</li>
- <li>Compare the previous and new versions of the page using MDN's on-site history feature</li>
- <li>View the article itself in your browser</li>
- <li>Edit the article</li>
- <li>See the article's history</li>
-</ul>
-
-<p>At the end of the email you see text telling you what subscription generated the email, such as "You are subscribed to edits on: HTML element reference and all its sub-articles", as well as a link you can click to unsubscribe from the messages for this watch request.</p>