aboutsummaryrefslogtreecommitdiff
path: root/files/tr/mdn/hakkinda/index.html
blob: b3b9e67a31fc6f22cec36e874e160f18d0945371 (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
---
title: MDN Web Docs Hakkında
slug: MDN/Hakkinda
tags:
  - Dokümantasyon
  - Lisanslar
  - Telif Hakkı
  - Topluluk
translation_of: MDN/About
---
<div>{{MDNSidebar}}</div>

<div>{{IncludeSubNav("/en-US/docs/MDN")}}</div>

<p>MDN Web Docs (previously known as MDN — the Mozilla Developer Network) is an evolving learning platform for Web technologies and the software that powers the Web, including:</p>

<ul>
 <li>Web standards such as <a href="/en-US/docs/CSS" title="/en-US/docs/CSS">CSS</a>, <a href="/en-US/docs/HTML" title="/en-US/docs/HTML">HTML</a>, and <a href="/en-US/docs/JavaScript" title="/en-US/docs/JavaScript">JavaScript</a></li>
 <li><a href="/en-US/docs/Apps" title="/en-US/docs/Apps">Open Web app development</a></li>
 <li><a href="/en-US/docs/Add-ons" title="/en-US/docs/Add-ons">Firefox add-on development</a></li>
</ul>

<h2 id="Hedefimiz">Hedefimiz</h2>

<p>MDN's mission is simple: provide developers with the information they need to easily build projects on the <a href="/en-US/docs/Web">open Web</a>. If it's an open technology exposed to the Web, we want to document it.</p>

<p>We also provide documentation about <a href="/en-US/docs/Mozilla">Mozilla products</a> and how to <a href="/en-US/docs/Mozilla">build and contribute to Mozilla projects</a>.</p>

<p>If you're not sure whether a particular topic should be covered on MDN, read <a href="/en-US/docs/Project:MDN/Contributing/Does_this_belong">Does this belong on MDN?</a></p>

<h2 id="Nasıl_yardım_edebilirsin">Nasıl yardım edebilirsin</h2>

<p>You don't need to be a professional coder or writer to help MDN! We have lots of ways you can help, from reviewing articles to be sure they make sense, to contributing text, to adding sample code. In fact, there are so many ways to help that we have a <a href="/en-US/docs/MDN/Getting_started">Getting Started</a> page that helps you pick tasks to do based on your interests and how much time you have to spare!</p>

<p>You can also help by <a href="/en-US/docs/MDN/About/Promote">promoting MDN</a> on your own blog or website.</p>

<h2 id="MDN_topluluğu">MDN topluluğu</h2>

<p>Our community is a global one. We have amazing contributors all around the world who work in lots of different languages. If you'd like to learn more about us, or if you need help with MDN, check out our <a href="https://discourse.mozilla-community.org/c/mdn">discussion forum</a> or <a href="irc://irc.mozilla.org#mdn">IRC channel</a>! You can also keep up with what we're up to by following our Twitter account, <a href="http://twitter.com/MozDevNet">@MozDevNet</a>. You can also send tweets our way if you see something wrong or if you'd like to offer feedback (or great big thank yous) to our writers and contributors.</p>

<h2 id="Using_MDN_Web_Docs_content">Using MDN Web Docs content</h2>

<p>MDN's content is available free of charge, and under open source licenses.</p>

<h3 id="Telif_hakları_ve_lisanslar">Telif hakları ve lisanslar</h3>

<p>MDN's content is entirely available under various open source licenses. This section covers the types of content we provide and what licenses are in effect for each.</p>

<h4 id="Documentation_and_articles">Documentation and articles</h4>

<p><strong>MDN wiki documents</strong> have been prepared with the contributions of authors from both inside and outside the Mozilla Foundation. Unless otherwise indicated, the content is available under the terms of the <a class="external text" href="https://creativecommons.org/licenses/by-sa/2.5/" rel="nofollow">Creative Commons Attribution-ShareAlike license</a> (CC-BY-SA), v2.5 or any later version.</p>

<p>When reusing MDN content, you need to ensure two things:</p>

<ol>
 <li>
  <p>Attribution is given to the original content.</p>

  <p>Please attribute "Mozilla Contributors" and include a hyperlink (online) or URL (in print) to the specific wiki page for the content being sourced. For example, to provide attribution for this article, you can write:</p>

  <blockquote>
  <p><a href="https://developer.mozilla.org/en-US/docs/MDN/About">About MDN</a> by <a href="https://developer.mozilla.org/en-US/docs/MDN/About$history">Mozilla Contributors</a> is licensed under <a href="https://creativecommons.org/licenses/by-sa/2.5/">CC-BY-SA 2.5</a>.</p>
  </blockquote>

  <p>Note that in the example, "Mozilla Contributors" links to the history of the cited page. See <a href="https://wiki.creativecommons.org/Marking/Users">Best practices for attribution</a> for further explanation.</p>
 </li>
 <li>
  <p>Your reuse is published under the same license as the original content—CC-BY-SA v2.5 or any later version.</p>
 </li>
</ol>

<h4 id="Code_samples_and_snippets">Code samples and snippets</h4>

<p>Code samples added on or after August 20, 2010 are in the <a class="external" href="https://creativecommons.org/publicdomain/zero/1.0/">public domain</a> (<a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>). No licensing notice is necessary, but if you need one, you can use: "Any copyright is dedicated to the Public Domain. http://creativecommons.org/publicdomain/zero/1.0/".</p>

<p>Code samples added to this wiki before August 20, 2010 are available under the <a class="external" href="https://opensource.org/licenses/mit-license.php">MIT license</a>; you should insert the following attribution information into the MIT template: "© &lt;date of last wiki page revision&gt; &lt;name of person who put it in the wiki&gt;".</p>

<p>You can determine which license a code sample is available under by browsing through the article's history. To view the history:</p>

<ol>
 <li>Click the <strong>Edit in wiki</strong> button in the article header.  This takes you to the same article on the <a href="https://wiki.developer.mozilla.org">editable, wiki version of MDN Web Docs</a> (but does not actually put the article in edit mode).  </li>
 <li>Click the gear-shaped icon in the header of the wiki article, and choose <strong>History</strong> in the menu that appears.</li>
 <li>Click <strong>View All</strong>, and then look for the most recent revision that occurred before August 20, 2010 (if any).</li>
 <li>Click the date stamp of that revision to see the version of the article on that date.</li>
</ol>

<p>If the sample exists in the revision you selected, then it was added before the licensing changed and is available under the terms of the MIT license. If it is not there, or there are no revisions before August 20, 2010, then it was added after the change and is in the public domain.</p>

<h4 id="Contributions">Contributions</h4>

<p>If you wish to contribute to this wiki, you must make your documentation available under the Attribution-ShareAlike license (or occasionally an alternative license already specified by the page you are editing), and your code samples available under <a href="https://creativecommons.org/publicdomain/zero/1.0/">Creative Commons CC-0</a> (a Public Domain dedication). Adding to this wiki means you agree that your contributions will be made available under those licenses.</p>

<p>Some older content was made available under a license other than those described above; these are indicated at the bottom of each page by way of an <a class="internal" href="/Archive/Meta_docs/Examples/Alternate_License_Block">Alternate License Block</a>.</p>

<div class="warning">
<p>No new pages may be created using alternate licenses.</p>
</div>

<p><strong>Copyright for contributed materials remains with the author unless the author assigns it to someone else</strong>.</p>

<p>If you have any questions or concerns about anything discussed here, please contact <a class="external" href="mailto:mdn-admins@mozilla.org?subject=MDN%20licensing%20question" rel="nofollow" title="mailto:eshepherd@mozilla.com">the MDN administrators</a>.</p>

<h4 id="Logos_trademarks_service_marks_and_wordmarks">Logos, trademarks, service marks and wordmarks</h4>

<hr>
<p>The rights in the trademarks, logos, and service marks of the Mozilla Foundation, as well as the look and feel of this web site, are not licensed under the Creative Commons license, and to the extent they are works of authorship (like logos and graphic design), they are not included in the work that is licensed under those terms. If you use the text of documents, and wish to also use any of these rights, or if you have any other questions about complying with our licensing terms for this collection, you should contact the Mozilla Foundation here: <a class="external text" href="mailto:licensing@mozilla.org" rel="nofollow" title="mailto:licensing@mozilla.org">licensing@mozilla.org</a>.</p>

<h3 id="Linking_to_MDN">Linking to MDN</h3>

<p>See this article for guidance on <a href="/en-US/docs/MDN/About/Linking_to_MDN">linking to MDN</a> for best practices when linking.</p>

<h2 id="Downloading_content">Downloading content</h2>

<h3 id="Single_pages">Single pages</h3>

<p>You can retrieve the content of a single page on MDN by adding <a href="/en-US/docs/MDN/Contribute/Tools/Document_parameters#URL_parameters">URL parameters</a> to specify what format you want.</p>

<h3 id="Third-party_tools">Third-party tools</h3>

<p>You can view MDN content via third-party tools like <a href="https://kapeli.com/dash">Dash</a> (for macOS) and <a href="https://zealdocs.org/">Zeal</a> (for Linux and Windows).</p>

<p><a href="https://kapeli.com/">Kapeli</a> also publishes <a href="https://kapeli.com/mdn_offline">offline MDN docs</a> covering HTML, CSS, JavaScript, SVG, and XSLT.</p>

<h2 id="Reporting_problems_with_MDN_Web_Docs">Reporting problems with MDN Web Docs</h2>

<p>See <a href="/en-US/docs/MDN/Contribute/Howto/Report_a_problem">How to report a problem on MDN</a>.</p>

<h2 id="History_of_MDN_Web_Docs">History of MDN Web Docs</h2>

<p>The MDN Web Docs (previously <em>Mozilla Developer Network (MDN)</em>, previously <em>Mozilla Developer Center (MDC)</em>, a.k.a. <em>Devmo</em>) project started in early 2005, when the <a class="external" href="https://foundation.mozilla.org">Mozilla Foundation</a> obtained a license from AOL to use the original Netscape <a href="https://web.archive.org/web/*/devedge.netscape.com" title="Project:en/DevEdge">DevEdge</a> content. The DevEdge content was mined for still-useful material, which was then migrated by volunteers into this wiki so it would be easier to update and maintain.</p>

<p>The name was changed to MDN Web Docs in June 2017. See <a href="https://blog.mozilla.org/opendesign/future-mdn-focus-web-docs/">The Future of MDN: A Focus on Web Docs</a> for the rationale behind this decision.</p>

<p>You can find more history of MDN on our <a href="/en-US/docs/MDN_at_ten">10th anniversary celebration</a> page, including an oral history by some of the people who were involved.</p>

<h2 id="Mozilla_Hakkında">Mozilla Hakkında</h2>

<p>Whether you want to learn more about who we are, how to be a part of <em>Mozilla</em> or just where to find us, you've come to the right place. To find out what drives us and makes us different, please visit our <a href="https://www.mozilla.org/en-US/mission/">mission</a> page.</p>