From 061844a0afe97fc3ad38163fa1604206a498be47 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Stefan=20K=C3=B6gl?= Date: Thu, 6 Jun 2013 21:46:32 +0200 Subject: [PATCH] fix / cleanup html --- mygpo/web/templates/base.html | 498 ++++++++++++++--------------- mygpo/web/templates/home.html | 550 ++++++++++++++++---------------- mygpo/web/templates/privacy_policy.html | 4 +- 3 files changed, 526 insertions(+), 526 deletions(-) rewrite mygpo/web/templates/base.html (97%) rewrite mygpo/web/templates/home.html (98%) diff --git a/mygpo/web/templates/base.html b/mygpo/web/templates/base.html dissimilarity index 97% index 7d883d84..8914b8c8 100644 --- a/mygpo/web/templates/base.html +++ b/mygpo/web/templates/base.html @@ -1,249 +1,249 @@ -{% load i18n %} -{% load menu %} - - - - - - {% block title %}{% endblock %} (gpodder.net) - - - - - - - - - - - - - - - - - - - {% block head %}{% endblock %} - - {% if google_analytics_property_id %} - {% load googleanalytics %} - {{ google_analytics_property_id|google_analytics_async }} - {% endif %} - - - - - - - - - -
-
-
- -
-
- -
-
- {% block header %} -

Block "header" not defined for this template

- {% endblock %} -
-
- - {% if messages %} - {% for message in messages %} -
- {{ message }} -
- {% endfor %} - {% endif %} - -
-
- {% block content %} - {% endblock %} -
- - - -
- - - - -
- - - - - - - {% block javascript %}{% endblock javascript %} - - + + + + + + + + + + + + + + {% block head %}{% endblock %} + + {% if google_analytics_property_id %} + {% load googleanalytics %} + {{ google_analytics_property_id|google_analytics_async }} + {% endif %} + + + + + + + + + +
+
+
+ +
+
+ +
+
+ {% block header %} +

Block "header" not defined for this template

+ {% endblock %} +
+
+ + {% if messages %} + {% for message in messages %} +
+ {{ message }} +
+ {% endfor %} + {% endif %} + +
+
+ {% block content %} + {% endblock %} +
+ + + +
+ + + + +
+ +
+ +
+ + + + + + + {% block javascript %}{% endblock javascript %} + + + + + + + + diff --git a/mygpo/web/templates/home.html b/mygpo/web/templates/home.html dissimilarity index 98% index 6b0b6287..3816b0f1 100644 --- a/mygpo/web/templates/home.html +++ b/mygpo/web/templates/home.html @@ -1,275 +1,275 @@ -{% load i18n %} -{% load menu %} - - - - - - {% trans "gpodder.net — discover and track your podcasts" %} - - - - - - - - - - - - - - - - - - - {% block head %}{% endblock %} - - {% if google_analytics_property_id %} - {% load googleanalytics %} - {{ google_analytics_property_id|google_analytics_async }} - {% endif %} - - - - - - - -
-
-
-
-
- - {% if messages %} - {% for message in messages %} -
- {{ message }} -
- {% endfor %} - {% endif %} - - -
-
- {% block header %} -

Discover and track your podcasts

- {% endblock %} -
-
- - -
-
- {% block content %} - - -

- gpodder.net is a libre web service that allows you to manage your - podcast subscriptions and discover new content. If you use multiple - devices, you can synchronize subscriptions and your listening progress. -

- -

- It works best with the gPodder - application, but you can also use it with - Amarok, - other - supported clients or as standalone web application without - any client app. -

- - - -

Features

- -
    -
  • Share your favorite content with others
  • -
  • Keep track of your playback progress
  • -
  • Back up your subscriptions
  • -
  • Discover new content, based on your listening habits
  • -
  • Create and share lists of related podcasts
  • -
  • For publishers: Find out which parts - of your content are popular
  • -
- - {% endblock %} -
- - - -
- - - - -
- - - - - - - {% block javascript %}{% endblock javascript %} - - + + + + + + + + + + + + + + {% block head %}{% endblock %} + + {% if google_analytics_property_id %} + {% load googleanalytics %} + {{ google_analytics_property_id|google_analytics_async }} + {% endif %} + + + + + + + +
+
+
+
+
+ + {% if messages %} + {% for message in messages %} +
+ {{ message }} +
+ {% endfor %} + {% endif %} + + +
+
+ {% block header %} +

Discover and track your podcasts

+ {% endblock %} +
+
+ + +
+
+ {% block content %} + + gpodder.net +

+ gpodder.net is a libre web service that allows you to manage your + podcast subscriptions and discover new content. If you use multiple + devices, you can synchronize subscriptions and your listening progress. +

+ +

+ It works best with the gPodder + application, but you can also use it with + Amarok, + other + supported clients or as standalone web application without + any client app. +

+ + + +

Features

+ +
    +
  • Share your favorite content with others
  • +
  • Keep track of your playback progress
  • +
  • Back up your subscriptions
  • +
  • Discover new content, based on your listening habits
  • +
  • Create and share lists of related podcasts
  • +
  • For publishers: Find out which parts + of your content are popular
  • +
+ + {% endblock %} +
+ + + +
+ + + + +
+ +
+ +
+ + + + + + + {% block javascript %}{% endblock javascript %} + + + + + + + + diff --git a/mygpo/web/templates/privacy_policy.html b/mygpo/web/templates/privacy_policy.html index 010cc720..1afe0cbe 100644 --- a/mygpo/web/templates/privacy_policy.html +++ b/mygpo/web/templates/privacy_policy.html @@ -38,12 +38,12 @@ application-specific data:
  • Episode actions (e.g. play, download, delete) as sent by the client
  • User-generated content when created inside the client application
  • -

    +

    Depending on the client application you use, we might only store a subset of this data.

    -

    Why do we collect this data?

    +

    Why do we collect this data?

    We need to store your e-mail address so that we can inform you about news regarding the gpodder.net service. The e-mail address is also used to check -- 2.11.4.GIT