From a23dbb7035ceaf340540f9db370aa2292eddfe4e Mon Sep 17 00:00:00 2001 From: Radek Czajka Date: Tue, 19 Nov 2013 20:50:57 +0100 Subject: [PATCH] https in opensearch --- apps/catalogue/urls.py | 2 +- apps/wolnelektury_core/static/opensearch.xml | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/apps/catalogue/urls.py b/apps/catalogue/urls.py index 43209198b..55ced66ff 100644 --- a/apps/catalogue/urls.py +++ b/apps/catalogue/urls.py @@ -32,7 +32,7 @@ urlpatterns += patterns('catalogue.views', url(r'^audiobooki/$', 'audiobook_list', name='audiobook_list'), url(r'^daisy/$', 'daisy_list', name='daisy_list'), url(r'^tags/$', 'tags_starting_with', name='hint'), - url(r'^jtags/$', 'json_tags_starting_with', name='jhint'), + url(r'^jtags/?$', 'json_tags_starting_with', name='jhint'), url(r'^nowe/$', ListView.as_view( queryset=Book.objects.filter(parent=None).order_by('-created_at'), template_name='catalogue/recent_list.html'), name='recent_list'), diff --git a/apps/wolnelektury_core/static/opensearch.xml b/apps/wolnelektury_core/static/opensearch.xml index 1bf2aeb5f..3018db0cd 100644 --- a/apps/wolnelektury_core/static/opensearch.xml +++ b/apps/wolnelektury_core/static/opensearch.xml @@ -9,12 +9,12 @@ Fundacja Nowoczesna Polska pl fundacja@nowoczesnapolska.org.pl - http://static.wolnelektury.pl/static/img/favicon.ico - http://static.wolnelektury.pl/static/img/wl_icon_64.png + https://static.wolnelektury.pl/static/img/favicon.ico + https://static.wolnelektury.pl/static/img/wl_icon_64.png - - - http://wolnelektury.pl/ + template="https://wolnelektury.pl/opds/search/?q={searchTerms}&author={atom:author}&translator={atom:contributor}&title={atom:title}" /> + + + https://wolnelektury.pl/ -- 2.20.1