diff options
Diffstat (limited to 'files/zh-tw/archive/b2g_os/apps/index.html')
-rw-r--r-- | files/zh-tw/archive/b2g_os/apps/index.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/files/zh-tw/archive/b2g_os/apps/index.html b/files/zh-tw/archive/b2g_os/apps/index.html new file mode 100644 index 0000000000..7c848f3df1 --- /dev/null +++ b/files/zh-tw/archive/b2g_os/apps/index.html @@ -0,0 +1,45 @@ +--- +title: 製作 Firefox OS 的 apps +slug: Archive/B2G_OS/Apps +translation_of: Web/Apps/Fundamentals +--- +<p>Firefox OS 裝置的應用程式其實只是開啟網頁上的Web<span style="line-height: inherit;">應用</span><span style="line-height: inherit;">;它們完全由各種開放的Web技術所組成,如 JavaScript, HTML, 和 CSS。雖然我們寫給 apps 的主要文件幾乎涵蓋了您所需要知道的所有事情,這裡列了一些特別著重於開發及測試 Firefox OS的文件。</span></p> +<div class="row topicpage-table"> + <div class="section"> + <h2 class="Documentation" id="Documentation" name="Documentation">文件及入門教材</h2> + <dl> + <dt> + <a href="/en-US/docs/Mozilla/Firefox_OS/Apps/Writing_a_web_app_for_Firefox_OS">寫一個 Firefox OS 的 Web app</a></dt> + <dd> + 一份教您製作您的第一個 Firefox OS web 應用程式的入門指南。</dd> + <dt> + <a href="/en-US/docs/Mozilla/Firefox_OS/Apps/Tips_and_techniques">撇步及技巧</a></dt> + <dd> + 一份我們開發者建議您的撇步及技巧集(像是對於問題的替代方案)。</dd> + </dl> + <p><span class="alllinks"><a href="/en-US/docs/tag/Apps">全部文章...</a></span></p> + </div> + <div class="section"> + <h2 class="Community" id="Community" name="Community">尋求社群協助</h2> + <p>您在 app 相關問題上需要幫助、且無法在文件中找到解法嗎?</p> + <ul> + <li>在 layout 論壇中請教,, 其中涵蓋 CSS 和 HTML: {{ DiscussionList("dev-tech-css", "mozilla.dev.tech.layout") }} + <ul> + <li>在 Mozilla IRC channel 裡面提出你的問題: <a class="link-irc" href="irc://irc.mozilla.org/openwebapps">#openwebapps</a></li> + </ul> + </li> + </ul> + <p><span class="alllinks"><a class="external" href="http://www.catb.org/~esr/faqs/smart-questions.html"><em>請遵守網路禮節</em>...</a></span></p> + <h2 class="Tools" id="Tools" name="Tools">工具</h2> + <ul> + <li><span class="external">Firefox </span>的<span class="external"> <a href="/en-US/docs/Tools/Debugger">Debugger</a> 支援 Firefox OS apps 的遠端除錯</span>。</li> + <li><span class="external">其他 <a href="/en-US/docs/Tools">開發者工具</a></span></li> + </ul> + <p><span class="alllinks"><a href="/en-US/docs/tag/Tools">View All...</a></span></p> + <h2 class="Related_Topics" id="Related_Topics" name="Related_Topics">相關文章</h2> + <ul> + <li><a href="/en-US/docs/Apps">Apps</a></li> + </ul> + </div> +</div> +<p> </p> |