add "Feed Checker" to podcast publisher page
[mygpo.git] / mygpo / publisher / templates / publisher / advertise.html
blobfa988855c61e4a56a8c62e0f32815002527e586a
1 {% extends "base.html" %}
2 {% load i18n %}
3 {% load podcasts %}
5 {% load menu %}
6 {% block mainmenu %}{{ "/publisher/"|main_menu }}{% endblock %}
7 {% block sectionmenu %}{{ "/publisher/advertise"|section_menu }}{% endblock %}
9 {% block title %}{% trans "Advertise" %}{% endblock %}
11 {% block header %}
12 <h1>{% blocktrans with site as sitename %}Advertise on {{ sitename }}{% endblocktrans %}</h1>
13 {% endblock %}
16 {% block content %}
18 <p>{% blocktrans with site as sitename %}For just € 20,-- your podcast will be shown on the <strong>front page of {{ sitename }} for a week</strong>. Additionally it will be the first podcast in <strong>gPodder's list of example podcasts.</strong>{% endblocktrans %}</p>
20 <p>{% blocktrans %}You can chose when your advertisement will be active, and the text that will be displayed for your podcast.{% endblocktrans %}</p>
22 <h2>{% trans "Front Page" %}</h2>
23 <p>{% blocktrans with site as sitename%}Your podcast will be displayed on the front page of {{ sitename }} for both logged-in and anonymous users.{% endblocktrans %}</p>
25 <h2>{% trans "Example Podcasts" %}</h2>
26 <p>{% blocktrans %}The gPodder client offers a list of example podcasts when started for the first time. This list is loaded from the web on demand. For the time of your advertisement, your podcast will be the first in the list.{% endblocktrans %}
28 <h2>{% trans "Visitors" %}</h2>
29 <p>{% blocktrans %}Both the front page and the list of example podcasts are accessed by more than 1000 people daily, who are actively looking for interesting podcasts. We do, however, not guarantee a certain number of visitors during your advertisement period.{% endblocktrans %}</p>
31 <h2>{% trans "Start your Advertisement" %}</h2>
32 <p>{% blocktrans with site as sitename %}Contact <a href="mailto:stefan@gpodder.net">stefan@gpodder.net</a> if you would like to advertise on {{ sitename }} or if you have any questions. Payments are done via PayPal to thp@perli.net.{% endblocktrans %}</p>
34 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
35 <input type="hidden" name="cmd" value="_s-xclick">
36 <input type="hidden" name="hosted_button_id" value="QZUSX4U6SDNB2">
37 <input type="image"
38 src="https://www.paypal.com/en_US/i/btn/btn_buynow_LG.gif" border="0"
39 name="submit" alt="PayPal - The safer, easier way to pay online!">
40 <img alt="" border="0"
41 src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
42 </form>
44 {% endblock %}