aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/orphaned/mdn/tools/page_watching/index.html
blob: 8d5855a4ab0d6218d9e42d2779fd209db771ce2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
title: Subscrição de página
slug: orphaned/MDN/Tools/Page_watching
tags:
  - Ferramentas
  - Guia(2)
  - Metadados MDN
  - Nível de Página
translation_of: MDN/Tools/Page_watching
original_slug: MDN/Tools/Vigiar_pagina
---
<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>