diff options
Diffstat (limited to 'files/zh-tw/mozilla/developer_guide/index.html')
-rw-r--r-- | files/zh-tw/mozilla/developer_guide/index.html | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/files/zh-tw/mozilla/developer_guide/index.html b/files/zh-tw/mozilla/developer_guide/index.html deleted file mode 100644 index ea630bbd6b..0000000000 --- a/files/zh-tw/mozilla/developer_guide/index.html +++ /dev/null @@ -1,92 +0,0 @@ ---- -title: 開發者指南 -slug: Mozilla/Developer_guide -tags: - - Developing Mozilla - - NeedsTranslation - - TopicStub -translation_of: Mozilla/Developer_guide ---- -<p>不管你是老手或新手,你會發現這個頁面的文章都能在你著手進行Mozilla開發時給你幫助</p> - -<h2 id="首次使用">首次使用?</h2> - -<dl> - <dt><a href="/en-US/docs/Introduction" title="Introduction">準備開始</a></dt> - <dd>一步一步引領你進入Mozilla的新手指南。</dd> -</dl> - -<table class="topicpage-table"> - <tbody> - <tr> - <td> - <h2 class="Documentation" id="文件主題">文件主題</h2> - - <dl> - <dt><a class="internal" href="/en-US/docs/Developer_Guide/Source_Code" title="en-US/docs/Developer_Guide/Source_Code">使用Mozilla原始碼</a></dt> - <dd>程式概要,如何取得程式碼以及編程風格指南。</dd> - <dt><a class="internal" href="/en-US/docs/Developer_Guide/Build_Instructions" title="en-US/docs/Developer_Guide/Build_Instructions">建構說明</a></dt> - <dd>如何建立 Firefox, Thunderbird, SeaMonkey, 或其他 Mozilla 應用程式.</dd> - <dt><a href="/en-US/docs/Developer_Guide/Development_process_overview" title="en-US/docs/Developer Guide/Development process overview">開發過程概要</a></dt> - <dd>Mozilla 開發過程概要.</dd> - <dt><a href="/en-US/docs/Mozilla/Multiple_Firefox_Profiles" title="en-US/docs/Mozilla/Multiple_Firefox_Profiles">管理數個文件</a></dt> - <dd>作業於 Firefox 先行釋出的版本時,通常有數個Firefox文件是有幫助的,例如每個通道配置一個文件,或者針對不同的測試有不同的文件。</dd> - <dt><a class="internal" href="/en-US/docs/Mozilla_automated_testing" title="en-US/docs/Mozilla automated testing">Automated Testing</a></dt> - <dd>How to run Mozilla's automated tests, and how to write new tests.</dd> - <dt><a class="internal" href="/en-US/docs/Developer_Guide/How_to_Submit_a_Patch" title="en-US/docs/Getting your patch in the tree">How to submit a patch</a></dt> - <dd>After getting your patch written, you need to get it checked into the tree. This article explains the review process and how to get your patch approved.</dd> - <dt><a href="/en-US/docs/Developer_Guide/Getting_documentation_updated" title="en-US/docs/Developer_Guide/Getting documentation updated">Getting documentation updated</a></dt> - <dd>How to ensure that documentation is kept up to date as you develop.</dd> - <dt><a class="internal" href="/en-US/docs/Mozilla_Modules_and_Module_Ownership" title="en-US/docs/Mozilla Modules and Module Ownership">Mozilla modules and module ownership</a></dt> - <dd>This article provides information about Mozilla's modules, what the role of a module owner is, and how module owners are selected.</dd> - <dt><a class="internal" href="/en-US/docs/Code_snippets" title="en-US/docs/Code_snippets">Code snippets</a></dt> - <dd>Useful code samples for a wide variety of things you might need to figure out how to do.</dd> - <dt><a class="internal" href="/en-US/docs/Mozilla_Development_Strategies" title="en-US/docs/Mozilla Development Strategies">Mozilla development strategies</a></dt> - <dd>Tips for how to make the most of your time working on the Mozilla project.</dd> - <dt><a class="internal" href="/en-US/docs/Debugging" title="en-US/docs/Debugging">Debugging</a></dt> - <dd>Find helpful tips and guides for debugging Mozilla code.</dd> - <dt><a href="/en-US/docs/Performance" title="en-US/docs/Performance">Performance</a></dt> - <dd>Performance guides and utilities to help you make your code perform well (and to play nicely with others).</dd> - <dt><a class="internal" href="/en-US/docs/The_Mozilla_platform" title="en-US/docs/The Mozilla platform">The Mozilla platform</a></dt> - <dd>Information about the workings of the Mozilla platform.</dd> - <dt><a href="/en-US/docs/Developer_Guide/Adding_APIs_to_the_navigator_object" title="en-US/docs/Developer_Guide/Adding_APIs_to_the_navigator_object">Adding APIs to the navigator object</a> {{ gecko_minversion_inline("9.0") }}</dt> - <dd>How to augment the {{ domxref("window.navigator") }} object with additional APIs.</dd> - <dt><a href="/en-US/docs/Developer_Guide/Interface_Compatibility" title="en-US/docs/Developer Guide/Interface Compatibility">Interface Compatibility</a></dt> - <dd>Guidelines for modifying scriptable and binary APIs in Mozilla.</dd> - <dt><a href="/en-US/docs/Developer_Guide/Customizing_Firefox" title="en-US/docs/Developer Guide/Customizing Firefox">Customizing Firefox</a></dt> - <dd>Information about creating customized versions of Firefox.</dd> - <dt><a href="/en-US/docs/Developer_Guide/Virtual_ARM_Linux_environment" title="Virtual ARM Linux environment">Virtual ARM Linux environment</a></dt> - <dd>How to set up an ARM emulator running Linux for testing ARM-specific, but not necessarily platform-specific, code. Useful for mobile developers.</dd> - </dl> - </td> - <td> - <h2 class="Tools" id="Tools">Tools</h2> - - <dl> - <dt><a class="link-https" href="https://bugzilla.mozilla.org/" title="https://bugzilla.mozilla.org/">Bugzilla</a></dt> - <dd>The <a class="internal" href="/en-US/docs/Bugzilla" title="en-US/docs/Bugzilla">Bugzilla</a> database used to track issues for Mozilla projects.</dd> - <dt><a class="external" href="http://mxr.mozilla.org/" title="http://mxr.mozilla.org/">MXR</a></dt> - <dd>Browse and search the Mozilla source code repository on the Web.</dd> - <dt><a class="external" href="http://bonsai.mozilla.org/cvsqueryform.cgi" title="http://bonsai.mozilla.org/cvsqueryform.cgi">Bonsai</a></dt> - <dd>The <a class="internal" href="/en-US/docs/Bonsai" title="en-US/docs/Bonsai">Bonsai</a> tool lets you find out who changed what file in the repository, and when they did it.</dd> - <dt><a class="internal" href="/en-US/docs/Mercurial" title="en-US/docs/Mercurial">Mercurial</a></dt> - <dd>The distributed version-control system used to manage Mozilla's source code.</dd> - <dt><a class="external" href="http://tinderbox.mozilla.org/showbuilds.cgi" title="http://tinderbox.mozilla.org/showbuilds.cgi">Tinderbox</a></dt> - <dd><a class="internal" href="/en-US/docs/Tinderbox" title="en-US/docs/Tinderbox">Tinderbox</a> shows the status of the tree (whether or not it currently builds successfully). Check this before checking in and out, to be sure you're working with a working tree.</dd> - <dt><a class="internal" href="/en-US/docs/Crash_reporting" title="en-US/docs/Crash reporting">Crash tracking</a></dt> - <dd>Information about the <a class="link-https" href="https://crash-reports.mozilla.com/reports" title="https://crash-reports.mozilla.com/reports">Socorro</a> and <a class="external" href="http://talkback-public.mozilla.org/search/start.jsp" title="http://talkback-public.mozilla.org/search/start.jsp">Talkback</a> crash reporting systems.</dd> - <dt><a class="external" href="http://graphs.mozilla.org/" title="http://graphs.mozilla.org/">Performance tracking</a></dt> - <dd>See performance information for Mozilla projects.</dd> - <dt><a href="/en-US/docs/Developer_Guide/Callgraph" title="en-US/docs/Developing Mozilla/Callgraph">Callgraph</a></dt> - <dd>A tool to help perform static analysis of the Mozilla code by generating callgraphs automatically.</dd> - <dt><a class="external" href="http://www.mozilla.org/community/developer-forums.html" title="http://www.mozilla.org/community/developer-forums.html">Developer forums</a></dt> - <dd>A topic-specific list of discussion forums where you can talk about Mozilla development issues.</dd> - <dt><a class="external" href="http://www.brianbondy.com/mozilla/cheatsheet/" title="http://www.brianbondy.com/mozilla/cheatsheet/">Mozilla Platform Development Cheat Sheet</a></dt> - <dd>Brian Bondy's list of frequently referenced information for platform developers.</dd> - </dl> - </td> - </tr> - </tbody> -</table> - -<p> </p> |