diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:43:23 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:43:23 -0500 |
commit | 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 (patch) | |
tree | a9ef8ac1e1b8fe4207b6d64d3841bfb8990b6fd0 /files/sv-se/mdn/contribute/howto | |
parent | 074785cea106179cb3305637055ab0a009ca74f2 (diff) | |
download | translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.gz translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.tar.bz2 translated-content-218934fa2ed1c702a6d3923d2aa2cc6b43c48684.zip |
initial commit
Diffstat (limited to 'files/sv-se/mdn/contribute/howto')
-rw-r--r-- | files/sv-se/mdn/contribute/howto/create_an_mdn_account/index.html | 38 | ||||
-rw-r--r-- | files/sv-se/mdn/contribute/howto/index.html | 16 |
2 files changed, 54 insertions, 0 deletions
diff --git a/files/sv-se/mdn/contribute/howto/create_an_mdn_account/index.html b/files/sv-se/mdn/contribute/howto/create_an_mdn_account/index.html new file mode 100644 index 0000000000..0fcf7d0a6c --- /dev/null +++ b/files/sv-se/mdn/contribute/howto/create_an_mdn_account/index.html @@ -0,0 +1,38 @@ +--- +title: Hur du skapar MDN Konto +slug: MDN/Contribute/Howto/Create_an_MDN_account +translation_of: MDN/Contribute/Howto/Create_an_MDN_account +--- +<div>{{MDNSidebar}}</div> + +<p><span class="seoSummary">To edit content on MDN, you need an MDN profile. You don't need a profile if you only want to read and search the MDN docs. This guide will help you set up your MDN profile.</span></p> + +<div class="pull-aside"> +<div class="moreinfo"><strong>Why does MDN need my email address?</strong><br> +<br> +Your email address is used for account recovery and, if needed, by MDN administrators to contact you about your account or your activity on the site.<br> +<br> +In addition, you can sign up for notifications (such as <a href="/en-US/docs/MDN/Contribute/Howto/Watch_a_page">when specific pages are changed</a>) and messages (for example, if you opt to join our beta testing team, you might receive emails about new features that need testing).<br> +<br> +Your email address is never displayed on MDN and will be used only in accordance with our <a href="https://www.mozilla.org/privacy/websites/">privacy policy</a>.<br> + +<div class="note">If you log in to MDN via GitHub, and you use a "noreply" email address on GitHub, you will <em>not</em> receive messages (including notifications when you subscribe to pages) from MDN.</div> +</div> +</div> + +<ol> + <li>At the top of every page on MDN you'll find a button labeled <strong>Sign in</strong>. Point your mouse at this (or tap on it, if you're on a mobile device) to display a list of the authentication services we support for signing in to MDN.</li> + <li>Select a service to sign in with. Currently, only GitHub is available. Note that if you select GitHub, a link to your GitHub profile will be included on your public MDN profile page.</li> + <li>Follow GitHub's prompts to connect your account to MDN.</li> + <li>Once the authentication service returns you to MDN, you'll be prompted to enter a username and email address. <em>Your username will be displayed publicly to credit you for the work you've done. Do not use your email address as your username</em><strong>.</strong></li> + <li>Click <strong>Create my MDN profile</strong>.</li> + <li>If the email address you specified in step 4 isn't the same one you use with the authentication service, please check your email and click the link in the confirmation email we send you.</li> +</ol> + +<p>That's it! You've got an MDN account, and you can immediately edit pages!</p> + +<p>You can click on your name at the top of any MDN page to see your public profile. From there, you can click <strong>Edit</strong> to make changes or additions to your profile.</p> + +<div class="note"> +<p>New usernames can't contain spaces or the "@" character. Keep in mind that your username will be displayed publicly to identify the work you've done.</p> +</div> diff --git a/files/sv-se/mdn/contribute/howto/index.html b/files/sv-se/mdn/contribute/howto/index.html new file mode 100644 index 0000000000..782028400e --- /dev/null +++ b/files/sv-se/mdn/contribute/howto/index.html @@ -0,0 +1,16 @@ +--- +title: 'MDN web docs: How-to guides' +slug: MDN/Contribute/Howto +tags: + - Documentation + - Landing + - MDN Meta + - NeedsTranslation + - TopicStub +translation_of: MDN/Contribute/Howto +--- +<div>{{MDNSidebar}}</div><div>{{IncludeSubnav("/en-US/docs/MDN")}}</div> + +<p>These articles provide step-by-step guides to accomplishing specific goals when contributing to MDN.</p> + +<p>{{LandingPageListSubpages}}</p> |