it is actually called podcasts not high-fidelity
This commit is contained in:
Родитель
a702e079af
Коммит
76268afa2c
До Ширина: | Высота: | Размер: 19 KiB После Ширина: | Высота: | Размер: 19 KiB |
До Ширина: | Высота: | Размер: 20 KiB После Ширина: | Высота: | Размер: 20 KiB |
До Ширина: | Высота: | Размер: 20 KiB После Ширина: | Высота: | Размер: 20 KiB |
|
@ -43,12 +43,12 @@
|
|||
{% endtrans -%}
|
||||
</p>
|
||||
<h2>
|
||||
<a href="{{ url('ecosystem.apps_documentation', page='high_fidelity') }}">
|
||||
{{- _('High-fidelity') }}</a>
|
||||
<a href="{{ url('ecosystem.apps_documentation', page='podcasts') }}">
|
||||
{{- _('Podcasts') }}</a>
|
||||
</h2>
|
||||
<p>
|
||||
{%- trans %}
|
||||
High-fidelity is an offline-capable, HTML5/JS podcasts app.
|
||||
Podcasts is an offline-capable, HTML5/JS audio app.
|
||||
{% endtrans -%}
|
||||
</p>
|
||||
<h2>
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
<li class="has-children{{ ' active' if section in ('build_reference',
|
||||
'chrono',
|
||||
'face_value',
|
||||
'high_fidelity',
|
||||
'podcasts',
|
||||
'roller') }}">
|
||||
<h2 class="subtitle nav-title">
|
||||
<a href="{{ url('ecosystem.build_reference') }}">
|
||||
|
@ -99,11 +99,11 @@
|
|||
</li>
|
||||
<li>
|
||||
<a href="{{ url('ecosystem.apps_documentation',
|
||||
page='high_fidelity') }}"
|
||||
{%- if section == 'high_fidelity' %}
|
||||
page='podcasts') }}"
|
||||
{%- if section == 'podcasts' %}
|
||||
class="selected"
|
||||
{% endif %}>
|
||||
{{- _('High-fidelity') }}</a>
|
||||
{{- _('Podcasts') }}</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{{ url('ecosystem.apps_documentation',
|
||||
|
|
|
@ -3,27 +3,27 @@
|
|||
third_party_lib, web_api with context %}
|
||||
|
||||
{% block title %}
|
||||
{{ hub_page_title() }} | {{ _('High-fidelity') }}
|
||||
{{ hub_page_title() }} | {{ _('Podcasts') }}
|
||||
{% endblock %}
|
||||
|
||||
{% block reference_title %}{{ _('High-fidelity') }}{% endblock %}
|
||||
{% block reference_title %}{{ _('Podcasts') }}{% endblock %}
|
||||
|
||||
{% block screenshots %}
|
||||
<img class="current-screenshot"
|
||||
src="{{ media('img/ecosystem/reference-apps/high-fidelity1.jpg') }}">
|
||||
src="{{ media('img/ecosystem/reference-apps/podcasts1.jpg') }}">
|
||||
<ul id="screenshots">
|
||||
<li>
|
||||
<img src="{{ media('img/ecosystem/reference-apps/high-fidelity1.jpg') }}"
|
||||
<img src="{{ media('img/ecosystem/reference-apps/podcasts1.jpg') }}"
|
||||
title="{{ _('Podcast Listing') }}"
|
||||
alt="{{ _('Podcast Listing') }}">
|
||||
</li>
|
||||
<li>
|
||||
<img src="{{ media('img/ecosystem/reference-apps/high-fidelity2.jpg') }}"
|
||||
<img src="{{ media('img/ecosystem/reference-apps/podcasts2.jpg') }}"
|
||||
title="{{ _('Top Podcasts') }}"
|
||||
alt="{{ _('Top Podcasts') }}">
|
||||
</li>
|
||||
<li>
|
||||
<img src="{{ media('img/ecosystem/reference-apps/high-fidelity3.jpg') }}"
|
||||
<img src="{{ media('img/ecosystem/reference-apps/podcasts3.jpg') }}"
|
||||
title="{{ _('Search Results') }}"
|
||||
alt="{{ _('Search Results') }}">
|
||||
</li>
|
||||
|
@ -33,7 +33,7 @@
|
|||
{% block app_description %}
|
||||
<section>
|
||||
{% trans walkthrough_link='https://github.com/mozilla/high-fidelity/blob/master/making-of.md' %}
|
||||
High-fidelity is an offline-capable, entirely HTML5/JS podcasts app.
|
||||
Podcasts is an offline-capable, entirely HTML5/JS audio app.
|
||||
It's chiefly designed for Firefox OS, but support for other platforms
|
||||
and browsers is an eventual design goal. It allows users to subscribe
|
||||
to any podcast and listen to it right from their Firefox OS device!
|
|
@ -486,7 +486,7 @@ def build_dev_tools(request):
|
|||
def apps_documentation(request, page=None):
|
||||
"""Page template for all reference apps."""
|
||||
|
||||
if page not in ('chrono', 'face_value', 'high_fidelity', 'roller'):
|
||||
if page not in ('chrono', 'face_value', 'podcasts', 'roller'):
|
||||
raise Http404
|
||||
|
||||
third_party_libs = {
|
||||
|
|
Загрузка…
Ссылка в новой задаче