diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:42:52 -0500 |
commit | 074785cea106179cb3305637055ab0a009ca74f2 (patch) | |
tree | e6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/ru/archive/apps | |
parent | da78a9e329e272dedb2400b79a3bdeebff387d47 (diff) | |
download | translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2 translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip |
initial commit
Diffstat (limited to 'files/ru/archive/apps')
-rw-r--r-- | files/ru/archive/apps/advanced_topics/index.html | 73 | ||||
-rw-r--r-- | files/ru/archive/apps/index.html | 8 |
2 files changed, 81 insertions, 0 deletions
diff --git a/files/ru/archive/apps/advanced_topics/index.html b/files/ru/archive/apps/advanced_topics/index.html new file mode 100644 index 0000000000..982d8aba81 --- /dev/null +++ b/files/ru/archive/apps/advanced_topics/index.html @@ -0,0 +1,73 @@ +--- +title: Advanced topics +slug: Archive/Apps/Advanced_topics +translation_of: Archive/Apps/Advanced_topics +--- +<p>Эти статьи дают экстра информацию на более продвинутые темы об Открытых Веб Приложениях.</p> + +<div class="row topicpage-table"> +<div class="section"> +<h2 class="Documentation" id="Architecture" name="Architecture">Документация архитектуры приложений</h2> + +<dl> + <dt><a href="/en-US/docs/Web/Apps/Architecture">Архитектура веб приложений</a></dt> + <dd>An overview of the architecture behind the Open Web Apps project's design and implementation.</dd> + <dt><a href="/en-US/docs/Web/Apps/Platform-specific_details">Специфичные-платформе детали установки приложения</a></dt> + <dd>There are some differences in how apps are installed across the various platforms that support Open Web Apps; this article will help you to understand them.</dd> + <dt><a href="/en-US/docs/Web/Apps/Apps_for_Android">Открытые Веб Приложения для Android</a></dt> + <dd>Information about installing and testing Open Web Apps on an Android device.</dd> + <dt><a href="/en-US/docs/Web/Apps/Release_notes">App runtime release notes</a></dt> + <dd>Release notes for the Web app runtimes for various platforms.</dd> +</dl> + +<h2 class="Documentation" id="Other" name="Other">Другие документации</h2> + +<dl> + <dt><a href="/en-US/docs/Web/Apps/Creating_a_store">Создание магазина</a></dt> + <dd>Информация может быть полезна для вас если вы хотите создать свой собственный магазин для продажи и распространения Открытых Веб Приложений.</dd> +</dl> + +<p><span class="alllinks"><a href="/en-US/docs/tag/Marketplace">View All...</a></span></p> +</div> + +<div class="section"> +<h5 class="Tools" id="Tools" name="Tools">Tools for app developers</h5> +<ul> + <li><a href="https://marketplace.firefox.com/developers/">Visit Firefox Marketplace Developer Hub</a></li> + <li><a href="/en-US/docs/Mozilla/Firefox_OS/Using_Firefox_OS_Simulator">Firefox OS Simulator</a></li> + <li><a href="/en-US/docs/Apps/App_developer_tools">App developer tools</a></li> +</ul> +<h5 class="Documentation" id="Documentation" name="Documentation">Technology reference documentation</h5> +<div class="twocolumns"> + <ul> + <li><a href="/en-US/docs/Web/CSS">CSS</a></li> + <li><a href="/en-US/docs/DOM">DOM</a></li> + <li><a href="/en-US/docs/Web/HTML">HTML</a></li> + <li><a href="/en-US/docs/JavaScript">JavaScript</a></li> + <li><a href="/en-US/docs/WebAPI">WebAPI</a></li> + <li><a href="/en-US/docs/Web/WebGL">WebGL</a></li> + <li><a href="/en-US/docs/SVG">SVG</a></li> + <li><a href="https://www.mozilla.org/en-US/apps/">Open Web Apps overview site</a></li> + <li><a href="https://wiki.mozilla.org/Apps">Apps project wiki page</a></li> + </ul> +</div> +<h5 class="Community" id="Community" name="Community">Getting help from the community</h5> +<p>If you still aren't sure how to do what you're trying to get done, feel free to join the conversation!</p> +<ul> + <li>Consult the webapps forum: <ul> + <li><a href="https://lists.mozilla.org/listinfo/dev-webapps"> Почтовая рассылка</a></li> + + + <li><a href="http://groups.google.com/group/mozilla.dev.webapps"> newsgroup</a></li> + <li><a href="http://groups.google.com/group/mozilla.dev.webapps/feeds"> Новостная лента</a></li> +</ul> + <ul> + <li>Ask your question on the Open Web Apps IRC channel: <a class="link-irc" href="irc://irc.mozilla.org/openwebapps">#openwebapps</a></li> + </ul> + </li> +</ul> +<p><span class="alllinks"><a href="http://www.catb.org/~esr/faqs/smart-questions.html" rel="external">Don't forget about the <em>netiquette</em>...</a></span></p> +</div> +</div> + +<p> </p> diff --git a/files/ru/archive/apps/index.html b/files/ru/archive/apps/index.html new file mode 100644 index 0000000000..89e9dac3d6 --- /dev/null +++ b/files/ru/archive/apps/index.html @@ -0,0 +1,8 @@ +--- +title: Apps +slug: Archive/Apps +translation_of: Archive/Apps +--- +<p class="summary">In progress. This page includes archived content for Apps, including obsolete web app content, Firefox OS app-related content, etc.</p> + +<p>{{SubpagesWithSummaries}}</p> |