From ad29247547c8f25ab20da67d9e93078696939218 Mon Sep 17 00:00:00 2001 From: Jan Hovancik Date: Wed, 2 Aug 2017 12:16:46 +0200 Subject: [PATCH] Fixes old links --- doc/api/index.rst | 2 +- doc/api/integration.rst | 6 +++--- doc/dev/index.rst | 5 ++--- mygpo/api/advanced/updates.py | 2 +- mygpo/locale/de/LC_MESSAGES/django.po | 10 +++++----- mygpo/locale/en/LC_MESSAGES/django.po | 16 ++++++++-------- mygpo/locale/es/LC_MESSAGES/django.po | 16 ++++++++-------- mygpo/locale/fr/LC_MESSAGES/django.po | 16 ++++++++-------- mygpo/locale/it/LC_MESSAGES/django.po | 16 ++++++++-------- mygpo/locale/ko/LC_MESSAGES/django.po | 26 +++++++++++++------------- mygpo/locale/nb/LC_MESSAGES/django.po | 16 ++++++++-------- mygpo/locale/pl/LC_MESSAGES/django.po | 24 ++++++++++++------------ mygpo/locale/pt/LC_MESSAGES/django.po | 16 ++++++++-------- mygpo/locale/tr_TR/LC_MESSAGES/django.po | 16 ++++++++-------- mygpo/users/settings.py | 2 +- mygpo/web/templates/base.html | 10 +++++----- mygpo/web/templates/contribute.html | 2 +- mygpo/web/templates/dashboard.html | 4 ++-- mygpo/web/templates/developer.html | 4 ++-- mygpo/web/templates/devicelist.html | 2 +- mygpo/web/templates/home.html | 12 ++++++------ 21 files changed, 111 insertions(+), 112 deletions(-) diff --git a/doc/api/index.rst b/doc/api/index.rst index 5041f4de..736f6088 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -33,7 +33,7 @@ Contents integration reference/index - Libraries + Libraries api1 api3 changes diff --git a/doc/api/integration.rst b/doc/api/integration.rst index ac18d2f9..6a16e854 100644 --- a/doc/api/integration.rst +++ b/doc/api/integration.rst @@ -10,13 +10,13 @@ applications. It describes good practice and points out caveats. General ------- -* The `Mailing List `_ is the right +* The `Mailing List `_ is the right place to ask questions * Consult the :ref:`api-reference` for available functionality. * Add your client to `the clients list - `_ when you're ready + `_ when you're ready * Please use the name *gpodder.net* (all lowercase, .net suffix) to refer to the webservice. *gPodder* (uppercase P, no suffix) refers to the `client @@ -27,7 +27,7 @@ Implementation -------------- * If possible/available use an `existing library - `_. + `_. * If you have to implement your own client, please consider releasing it as a library. diff --git a/doc/dev/index.rst b/doc/dev/index.rst index a2e29a07..56a42433 100644 --- a/doc/dev/index.rst +++ b/doc/dev/index.rst @@ -14,10 +14,10 @@ Integrating Clients If you want to integrate gpodder.net in some podcasting client, you might want to use one of the existing `client libraries -`_. +`_. There are already `several clients for different platforms -`_ which can be used as +`_ which can be used as examples. Contents @@ -30,4 +30,3 @@ Contents postgres-setup libraries configuration - diff --git a/mygpo/api/advanced/updates.py b/mygpo/api/advanced/updates.py index cbdd1b66..cd37fa3e 100644 --- a/mygpo/api/advanced/updates.py +++ b/mygpo/api/advanced/updates.py @@ -30,7 +30,7 @@ logger = logging.getLogger(__name__) class DeviceUpdates(View): """ returns various updates for a device - http://wiki.gpodder.org/wiki/Web_Services/API_2/Devices#Get_Updates """ + https://gpoddernet.readthedocs.io/en/latest/api//Devices#Get_Updates """ @method_decorator(csrf_exempt) @method_decorator(require_valid_user) diff --git a/mygpo/locale/de/LC_MESSAGES/django.po b/mygpo/locale/de/LC_MESSAGES/django.po index a3a4f7c7..8d19a413 100644 --- a/mygpo/locale/de/LC_MESSAGES/django.po +++ b/mygpo/locale/de/LC_MESSAGES/django.po @@ -2203,7 +2203,7 @@ msgstr "Aktuelle Episoden" #, python-format msgid "" "Welcome to %(site)s! If this is your first visit, you should set up your podcast clientpodcast client and try to check as many Explore boxes as you can." msgstr "" @@ -2211,8 +2211,8 @@ msgstr "" #, python-format msgid "" "If you have problems, have a look at the docs or " -"ask questions on the mailing list or mailing list or forum." msgstr "" @@ -2344,13 +2344,13 @@ msgstr "" msgid "" "If you want to integrate gpodder.net in some podcasting client, you might " "want to use one of the existing client libraries." +"latest/dev/libraries.html\">client libraries." msgstr "" #: mygpo/web/templates/developer.html:23 msgid "" "There are already several clients for different platforms which can be used " -"as examples. See list of clients." msgstr "" diff --git a/mygpo/locale/en/LC_MESSAGES/django.po b/mygpo/locale/en/LC_MESSAGES/django.po index e02c3036..9a69d0a3 100644 --- a/mygpo/locale/en/LC_MESSAGES/django.po +++ b/mygpo/locale/en/LC_MESSAGES/django.po @@ -2024,7 +2024,7 @@ msgstr "" #, python-format msgid "" "Welcome to %(site)s! If this is your first visit, you should set up your podcast clientpodcast client and try to check as many Explore boxes as you can." msgstr "" @@ -2032,8 +2032,8 @@ msgstr "" #, python-format msgid "" "If you have problems, have a look at the docs or " -"ask questions on the mailing list or mailing list or forum." msgstr "" @@ -2154,14 +2154,14 @@ msgstr "" #: mygpo/web/templates/developer.html:22 msgid "" "If you want to integrate gpodder.net in some podcasting client, you might " -"want to use one of the existing client libraries." +"want to use one of the existing client libraries." msgstr "" #: mygpo/web/templates/developer.html:23 msgid "" "There are already several clients for different platforms which can be used " -"as examples. See list of clients." msgstr "" @@ -2261,8 +2261,8 @@ msgstr "" #: mygpo/web/templates/devicelist.html:53 msgid "" -"You don't have any devices yet. Go to the clients page to learn how to set up your " +"You don't have any devices yet. Go to the clients page to learn how to set up your " "client applications." msgstr "" diff --git a/mygpo/locale/es/LC_MESSAGES/django.po b/mygpo/locale/es/LC_MESSAGES/django.po index 54a15056..7c205957 100644 --- a/mygpo/locale/es/LC_MESSAGES/django.po +++ b/mygpo/locale/es/LC_MESSAGES/django.po @@ -2077,7 +2077,7 @@ msgstr "" #, python-format msgid "" "Welcome to %(site)s! If this is your first visit, you should set up your podcast clientpodcast client and try to check as many Explore boxes as you can." msgstr "" @@ -2085,8 +2085,8 @@ msgstr "" #, python-format msgid "" "If you have problems, have a look at the docs or " -"ask questions on the mailing list or mailing list or forum." msgstr "" @@ -2213,14 +2213,14 @@ msgstr "" #: mygpo/web/templates/developer.html:22 msgid "" "If you want to integrate gpodder.net in some podcasting client, you might " -"want to use one of the existing client libraries." +"want to use one of the existing client libraries." msgstr "" #: mygpo/web/templates/developer.html:23 msgid "" "There are already several clients for different platforms which can be used " -"as examples. See list of clients." msgstr "" @@ -2323,8 +2323,8 @@ msgstr "" #: mygpo/web/templates/devicelist.html:53 msgid "" -"You don't have any devices yet. Go to the clients page to learn how to set up your " +"You don't have any devices yet. Go to the clients page to learn how to set up your " "client applications." msgstr "" diff --git a/mygpo/locale/fr/LC_MESSAGES/django.po b/mygpo/locale/fr/LC_MESSAGES/django.po index cbc5136c..605f30ec 100644 --- a/mygpo/locale/fr/LC_MESSAGES/django.po +++ b/mygpo/locale/fr/LC_MESSAGES/django.po @@ -2187,7 +2187,7 @@ msgstr "Épisodes les plus récents" #, python-format msgid "" "Welcome to %(site)s! If this is your first visit, you should set up your podcast clientpodcast client and try to check as many Explore boxes as you can." msgstr "" @@ -2195,8 +2195,8 @@ msgstr "" #, python-format msgid "" "If you have problems, have a look at the docs or " -"ask questions on the mailing list or mailing list or forum." msgstr "" @@ -2327,14 +2327,14 @@ msgstr "" #: mygpo/web/templates/developer.html:22 msgid "" "If you want to integrate gpodder.net in some podcasting client, you might " -"want to use one of the existing client libraries." +"want to use one of the existing client libraries." msgstr "" #: mygpo/web/templates/developer.html:23 msgid "" "There are already several clients for different platforms which can be used " -"as examples. See list of clients." msgstr "" @@ -2446,8 +2446,8 @@ msgstr "Synchroniser" #: mygpo/web/templates/devicelist.html:53 msgid "" -"You don't have any devices yet. Go to the clients page to learn how to set up your " +"You don't have any devices yet. Go to the clients page to learn how to set up your " "client applications." msgstr "" diff --git a/mygpo/locale/it/LC_MESSAGES/django.po b/mygpo/locale/it/LC_MESSAGES/django.po index dbd58f1f..6a3ee468 100644 --- a/mygpo/locale/it/LC_MESSAGES/django.po +++ b/mygpo/locale/it/LC_MESSAGES/django.po @@ -2111,7 +2111,7 @@ msgstr "Ultimo episodio" #, python-format msgid "" "Welcome to %(site)s! If this is your first visit, you should set up your podcast clientpodcast client and try to check as many Explore boxes as you can." msgstr "" @@ -2119,8 +2119,8 @@ msgstr "" #, python-format msgid "" "If you have problems, have a look at the docs or " -"ask questions on the mailing list or mailing list or forum." msgstr "" @@ -2252,14 +2252,14 @@ msgstr "" #: mygpo/web/templates/developer.html:22 msgid "" "If you want to integrate gpodder.net in some podcasting client, you might " -"want to use one of the existing client libraries." +"want to use one of the existing client libraries." msgstr "" #: mygpo/web/templates/developer.html:23 msgid "" "There are already several clients for different platforms which can be used " -"as examples. See list of clients." msgstr "" @@ -2369,8 +2369,8 @@ msgstr "Sincronizzare" #: mygpo/web/templates/devicelist.html:53 msgid "" -"You don't have any devices yet. Go to the clients page to learn how to set up your " +"You don't have any devices yet. Go to the clients page to learn how to set up your " "client applications." msgstr "" diff --git a/mygpo/locale/ko/LC_MESSAGES/django.po b/mygpo/locale/ko/LC_MESSAGES/django.po index cb20874d..36db964e 100644 --- a/mygpo/locale/ko/LC_MESSAGES/django.po +++ b/mygpo/locale/ko/LC_MESSAGES/django.po @@ -2122,7 +2122,7 @@ msgid "" msgstr "" "코드 작성으로 gpodder.net에 기여하시려면, 개발" " 페이지를 보십시오. 웹, 인터페이스 디자인, 서버 작업, 테스트 같은 코딩이 " -"아닌 작업도 환영합니다. 관심이 있으시면 메일링 리스트 또는 chat.freenode.net의 IRC 채널 " "#gpodder에 참여해 보십시오." @@ -2184,19 +2184,19 @@ msgstr "새 에피소드" #, python-format msgid "" "Welcome to %(site)s! If this is your first visit, you should set up your podcast clientpodcast client and try to check as many Explore boxes as you can." msgstr "" -"%(site)s에 잘 오셨습니다! 처음 오셨으면, 팟캐스트 클라이언트를 설정하시고 간으한 여러 " +"%(site)s에 잘 오셨습니다! 처음 오셨으면, 팟캐스트 클라이언트를 설정하시고 간으한 여러 " "둘러보기 상자를 확인해 보세요." #: mygpo/web/templates/dashboard.html:44 #, python-format msgid "" "If you have problems, have a look at the docs or " -"ask questions on the mailing list or mailing list or forum." msgstr "" "문제가 있으면문서를 보시거나, client libraries." +"want to use one of the existing client libraries." msgstr "" "gpodder.net을 팟캐스트 클라이언트에 연동하려면, 클라이언트 라이브러리 중 하나" @@ -2336,11 +2336,11 @@ msgstr "" #: mygpo/web/templates/developer.html:23 msgid "" "There are already several clients for different platforms which can be used " -"as examples. See list of clients." msgstr "" "예제로 사용할 수 있는 여러가지 플랫폼의 여러 클라이언트가 이미 있습니다. 클라이언트 목록을 " +"href=\"https://gpoddernet.readthedocs.io/en/latest/user/clients.html\">클라이언트 목록을 " "참고하십시오." #: mygpo/web/templates/device-edit.html:11 mygpo/web/templates/device.html:11 @@ -2441,11 +2441,11 @@ msgstr "동기화되지 않음" #: mygpo/web/templates/devicelist.html:53 msgid "" -"You don't have any devices yet. Go to the clients page to learn how to set up your " +"You don't have any devices yet. Go to the clients page to learn how to set up your " "client applications." msgstr "" -"아직 장치가 하나도 없습니다. 클라이언트 페이지로 가서 클라이언트 애플리케이션 " "설정 방법을 알아보십시오." diff --git a/mygpo/locale/nb/LC_MESSAGES/django.po b/mygpo/locale/nb/LC_MESSAGES/django.po index fb96ad14..6ef6370b 100644 --- a/mygpo/locale/nb/LC_MESSAGES/django.po +++ b/mygpo/locale/nb/LC_MESSAGES/django.po @@ -2155,7 +2155,7 @@ msgstr "Siste episode" #, python-format msgid "" "Welcome to %(site)s! If this is your first visit, you should set up your podcast clientpodcast client and try to check as many Explore boxes as you can." msgstr "" @@ -2163,8 +2163,8 @@ msgstr "" #, python-format msgid "" "If you have problems, have a look at the docs or " -"ask questions on the mailing list or mailing list or forum." msgstr "" @@ -2296,14 +2296,14 @@ msgstr "" #: mygpo/web/templates/developer.html:22 msgid "" "If you want to integrate gpodder.net in some podcasting client, you might " -"want to use one of the existing client libraries." +"want to use one of the existing client libraries." msgstr "" #: mygpo/web/templates/developer.html:23 msgid "" "There are already several clients for different platforms which can be used " -"as examples. See list of clients." msgstr "" @@ -2413,8 +2413,8 @@ msgstr "Ikke synkronisert" #: mygpo/web/templates/devicelist.html:53 msgid "" -"You don't have any devices yet. Go to the clients page to learn how to set up your " +"You don't have any devices yet. Go to the clients page to learn how to set up your " "client applications." msgstr "" diff --git a/mygpo/locale/pl/LC_MESSAGES/django.po b/mygpo/locale/pl/LC_MESSAGES/django.po index 1cf5c0cf..5a7787cc 100644 --- a/mygpo/locale/pl/LC_MESSAGES/django.po +++ b/mygpo/locale/pl/LC_MESSAGES/django.po @@ -2173,7 +2173,7 @@ msgstr "" "Rozwój. Doceniamy również wkład w postaci pracy " "nie programistycznej, takiej jak projektowanie interfejsu, operacje " "serwerowe, testowanie itd. Jeśli jesteś zainteresowany, dołącz do listy mailingowej lub " +"\"https://gpodder.github.io/docs/mailing-list.html\">listy mailingowej lub " "kanału IRC #gpodder na chat.freenode.net." #: mygpo/web/templates/contribute.html:23 @@ -2238,11 +2238,11 @@ msgstr "Najnowszy odcinek" #, python-format msgid "" "Welcome to %(site)s! If this is your first visit, you should set up your podcast clientpodcast client and try to check as many Explore boxes as you can." msgstr "" "Witaj na %(site)s! Jeśli to Twoja pierwsza wizyta, to powinieneś ustawić " -"swojego klienta podcastów i spróbować zaznaczyć jak najwięcej możesz pól " "Odkryj." @@ -2250,12 +2250,12 @@ msgstr "" #, python-format msgid "" "If you have problems, have a look at the docs or " -"ask questions on the mailing list or mailing list or forum." msgstr "" "Jeśli masz problemy zajrzyj na dokumentację lub " -"zadaj pytania na liście mailingowej lub forum." @@ -2398,18 +2398,18 @@ msgstr "Integrowanie klientów" #: mygpo/web/templates/developer.html:22 msgid "" "If you want to integrate gpodder.net in some podcasting client, you might " -"want to use one of the existing client libraries." +"want to use one of the existing client libraries." msgstr "" #: mygpo/web/templates/developer.html:23 msgid "" "There are already several clients for different platforms which can be used " -"as examples. See list of clients." msgstr "" "Jest już kilka klientów na różne platformy, które mogą być użyte jako " -"przykłady. Zobacz listę klientów." #: mygpo/web/templates/device-edit.html:11 mygpo/web/templates/device.html:11 @@ -2521,8 +2521,8 @@ msgstr "Zsynchronizuj" #: mygpo/web/templates/devicelist.html:53 msgid "" -"You don't have any devices yet. Go to the clients page to learn how to set up your " +"You don't have any devices yet. Go to the clients page to learn how to set up your " "client applications." msgstr "" "Nie masz jeszcze żadnych urządzeń. Idź do strony podcast clientpodcast client and try to check as many Explore boxes as you can." msgstr "" @@ -2193,8 +2193,8 @@ msgstr "" #, python-format msgid "" "If you have problems, have a look at the docs or " -"ask questions on the mailing list or mailing list or forum." msgstr "" @@ -2326,14 +2326,14 @@ msgstr "" #: mygpo/web/templates/developer.html:22 msgid "" "If you want to integrate gpodder.net in some podcasting client, you might " -"want to use one of the existing client libraries." +"want to use one of the existing client libraries." msgstr "" #: mygpo/web/templates/developer.html:23 msgid "" "There are already several clients for different platforms which can be used " -"as examples. See list of clients." msgstr "" @@ -2442,8 +2442,8 @@ msgstr "Sincronizado" #: mygpo/web/templates/devicelist.html:53 msgid "" -"You don't have any devices yet. Go to the clients page to learn how to set up your " +"You don't have any devices yet. Go to the clients page to learn how to set up your " "client applications." msgstr "" diff --git a/mygpo/locale/tr_TR/LC_MESSAGES/django.po b/mygpo/locale/tr_TR/LC_MESSAGES/django.po index 4132641d..1de8fa8e 100644 --- a/mygpo/locale/tr_TR/LC_MESSAGES/django.po +++ b/mygpo/locale/tr_TR/LC_MESSAGES/django.po @@ -2043,7 +2043,7 @@ msgstr "" #, python-format msgid "" "Welcome to %(site)s! If this is your first visit, you should set up your podcast clientpodcast client and try to check as many Explore boxes as you can." msgstr "" @@ -2051,8 +2051,8 @@ msgstr "" #, python-format msgid "" "If you have problems, have a look at the docs or " -"ask questions on the mailing list or mailing list or forum." msgstr "" @@ -2174,14 +2174,14 @@ msgstr "" #: mygpo/web/templates/developer.html:22 msgid "" "If you want to integrate gpodder.net in some podcasting client, you might " -"want to use one of the existing client libraries." +"want to use one of the existing client libraries." msgstr "" #: mygpo/web/templates/developer.html:23 msgid "" "There are already several clients for different platforms which can be used " -"as examples. See list of clients." msgstr "" @@ -2281,8 +2281,8 @@ msgstr "" #: mygpo/web/templates/devicelist.html:53 msgid "" -"You don't have any devices yet. Go to the clients page to learn how to set up your " +"You don't have any devices yet. Go to the clients page to learn how to set up your " "client applications." msgstr "" diff --git a/mygpo/users/settings.py b/mygpo/users/settings.py index 70c1dd17..9cf11aa5 100644 --- a/mygpo/users/settings.py +++ b/mygpo/users/settings.py @@ -5,7 +5,7 @@ WellKnownSetting = namedtuple('WellKnownSetting', 'name default') ## Well-known settings # this should be documented at -# http://wiki.gpodder.org/wiki/Web_Services/API_2/Settings#Known_Settings +# https://gpoddernet.readthedocs.io/en/latest/api//Settings#Known_Settings # Flag to allow storing of user-agents STORE_UA = WellKnownSetting('store_user_agent', True) diff --git a/mygpo/web/templates/base.html b/mygpo/web/templates/base.html index b04e6f8b..68369dd3 100644 --- a/mygpo/web/templates/base.html +++ b/mygpo/web/templates/base.html @@ -141,8 +141,8 @@ @@ -167,9 +167,9 @@ diff --git a/mygpo/web/templates/contribute.html b/mygpo/web/templates/contribute.html index e43155fb..a873692e 100644 --- a/mygpo/web/templates/contribute.html +++ b/mygpo/web/templates/contribute.html @@ -16,7 +16,7 @@

{% blocktrans %}gpodder.net is run as a hobby project without continuous funding for servers, storage and bandwidth. We rely on contributors and donations to keep the site running and improve it constantly.{% endblocktrans %}

{% trans "Work" %}

-

{% blocktrans %}If you want to contribute to gpodder.net by writing code, check out the Development page. We also appreciate contributions of non-coding work, such as web and interface design, server operations, testing, etc. If you are interested, join the mailing list or the IRC channel #gpodder on chat.freenode.net.{% endblocktrans %}

+

{% blocktrans %}If you want to contribute to gpodder.net by writing code, check out the Development page. We also appreciate contributions of non-coding work, such as web and interface design, server operations, testing, etc. If you are interested, join the mailing list or the IRC channel #gpodder on chat.freenode.net.{% endblocktrans %}

{% trans "Donate" %}

diff --git a/mygpo/web/templates/dashboard.html b/mygpo/web/templates/dashboard.html index 869a4ec6..a30d669b 100644 --- a/mygpo/web/templates/dashboard.html +++ b/mygpo/web/templates/dashboard.html @@ -36,12 +36,12 @@ {% else %}

- {% blocktrans %}Welcome to {{ site }}! If this is your first visit, you should set up your podcast client and try to check as many Explore boxes as you can.{% endblocktrans %} + {% blocktrans %}Welcome to {{ site }}! If this is your first visit, you should set up your podcast client and try to check as many Explore boxes as you can.{% endblocktrans %}

{% url "help" as help %} - {% blocktrans %}If you have problems, have a look at the docs or ask questions on the mailing list or forum.{% endblocktrans %} + {% blocktrans %}If you have problems, have a look at the docs or ask questions on the mailing list or forum.{% endblocktrans %}

{% endif %} diff --git a/mygpo/web/templates/developer.html b/mygpo/web/templates/developer.html index b9bd5241..ba160770 100644 --- a/mygpo/web/templates/developer.html +++ b/mygpo/web/templates/developer.html @@ -19,7 +19,7 @@

{% trans "Integrating Clients" %}

-

{% blocktrans %}If you want to integrate gpodder.net in some podcasting client, you might want to use one of the existing client libraries.{% endblocktrans %}

-

{% blocktrans %}There are already several clients for different platforms which can be used as examples. See list of clients.{% endblocktrans %} +

{% blocktrans %}If you want to integrate gpodder.net in some podcasting client, you might want to use one of the existing client libraries.{% endblocktrans %}

+

{% blocktrans %}There are already several clients for different platforms which can be used as examples. See list of clients.{% endblocktrans %} {% endblock %} diff --git a/mygpo/web/templates/devicelist.html b/mygpo/web/templates/devicelist.html index b5515843..3846e96b 100644 --- a/mygpo/web/templates/devicelist.html +++ b/mygpo/web/templates/devicelist.html @@ -50,7 +50,7 @@ {% empty %} - {% blocktrans %}You don't have any devices yet. Go to the clients page to learn how to set up your client applications.{% endblocktrans %} + {% blocktrans %}You don't have any devices yet. Go to the clients page to learn how to set up your client applications.{% endblocktrans %} {% endfor %} diff --git a/mygpo/web/templates/home.html b/mygpo/web/templates/home.html index c4e9babf..8aad7453 100644 --- a/mygpo/web/templates/home.html +++ b/mygpo/web/templates/home.html @@ -92,7 +92,7 @@ It works best with the gPodder application, but you can also use it with Amarok, - other + other supported clients or as standalone web application without any client app.

@@ -161,8 +161,8 @@ @@ -187,9 +187,9 @@ -- 2.11.4.GIT