update webfigher reference app docs

This commit is contained in:
James Long 2013-06-04 15:24:19 -04:00
Родитель 10eb007e48
Коммит 1177a1e23c
2 изменённых файлов: 15 добавлений и 1 удалений

Просмотреть файл

@ -37,7 +37,8 @@
down an alien bug and destroy it. As a side-scrolling shooter, pick up
various weapons to blast your way through enemies. In addition to
destroying the alien bug, kill as many enemies as possible to get the
highest score.
highest score.
<a href="https://marketplace.firefox.com/app/webfighter">View on the marketplace</a>
<a href="{{ walkthrough_link }}"
class="walkthrough">Read the full developer walkthrough</a>
{% endtrans %}
@ -64,6 +65,15 @@
{% endtrans %}
</p>
</li>
<li>
{{ web_api('in_app_payments') }}
<p>
{% trans %}
The player can purchase items in a store that will aid their quest.
This shows the workflow for in-app payments.
{% endtrans %}
</p>
</li>
</ul>
</section>
{% endblock %}

Просмотреть файл

@ -556,6 +556,10 @@ def apps_documentation(request, page=None):
'fullscreen': {
'link': '//developer.mozilla.org/en-US/docs/DOM/Using_fullscreen_mode',
'title': 'Fullscreen'
},
'in_app_payments': {
'link': '//developer.mozilla.org/en-US/docs/Web/Apps/Publishing/In-app_payments',
'title': 'In-app Payments'
}
}