Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update links, mostly to use HTTPS #60

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ supported for multi-level browsing.
For more information and installation instructions, please see
Mopidy-Podcast's online documentation_.

.. _Mopidy: http://www.mopidy.com/
.. _Documentation: http://mopidy-podcast.readthedocs.io/en/latest/
.. _Mopidy: https://www.mopidy.com/
.. _Documentation: https://mopidy-podcast.readthedocs.io/en/latest/


Project Resources
Expand All @@ -44,7 +44,7 @@ Project Resources


Credits
=======
=======

- Original author: `Thomas Kemmer <https://github.com/tkem>`__
- Current maintainer: `Thomas Kemmer <https://github.com/tkem>`__
Expand Down
4 changes: 2 additions & 2 deletions docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Configuration Values
For example, this will point the *Podcasts* directory to a
collection of all the BBC Radio and Music feeds::

browse_root = http://www.bbc.co.uk/podcasts.opml
browse_root = https://www.bbc.co.uk/podcasts.opml

The default value is ``Podcasts.opml``, so simply exporting your
subscribed feeds from your favorite podcast client under this name
Expand Down Expand Up @@ -83,4 +83,4 @@ Mopidy-Podcast release |release|:
the Python package from PyPi_, depending on local file permissions.


.. _PyPI: https://pypi.python.org/pypi/Mopidy-Podcast/
.. _PyPI: https://pypi.org/project/Mopidy-Podcast/
14 changes: 7 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@ Mopidy:
supports linking to other OPML files, both locally and on the Web,
so this even allows creating your own *meta directory* pointing to
podcast collections from the `BBC
<http://www.bbc.co.uk/podcasts.opml>`_, `gpodder.net
<http://gpodder.net/search.opml?q=Python>`_, and other sources::
<https://www.bbc.co.uk/podcasts.opml>`_, `gpodder.net
<https://gpodder.net/search.opml?q=Python>`_, and other sources::

<?xml version="1.0" encoding="UTF-8"?>
<opml>
<body>
<outline text="TED Radio Hour" type="rss" xmlUrl="http://www.npr.org/rss/podcast.php?id=510298" />
<outline text="BBC Radio Podcasts" type="include" url="http://www.bbc.co.uk/podcasts.opml" />
<outline text="gpodder.net - Python" type="include" url="http://gpodder.net/search.opml?q=Python" />
<outline text="TED Radio Hour" type="rss" xmlUrl="https://www.npr.org/rss/podcast.php?id=510298" />
<outline text="BBC Radio Podcasts" type="include" url="https://www.bbc.co.uk/podcasts.opml" />
<outline text="gpodder.net - Python" type="include" url="https://gpodder.net/search.opml?q=Python" />
</body>
</opml>

- If your client supports entering Mopidy URIs for playback and
browsing directly, just prefix the feed URL with ``podcast+`` to
make sure it is not treated as an audio stream::

mpc add "podcast+http://www.npr.org/rss/podcast.php?id=510298"
mpc add "podcast+https://www.npr.org/rss/podcast.php?id=510298"

- Last but not least, you can install `Mopidy-Podcast-iTunes`_, a
companion extension to Mopidy-Podcast, to browse and search podcasts
Expand All @@ -59,6 +59,6 @@ Mopidy:
license


.. _Mopidy: http://www.mopidy.com/
.. _Mopidy: https://www.mopidy.com/
.. _OPML 2.0 specification: http://dev.opml.org/spec2.html
.. _Mopidy-Podcast-iTunes: https://github.com/tkem/mopidy-podcast-itunes/
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ Otherwise, install the Python package from PyPI_::
pip install Mopidy-Podcast


.. _PyPI: https://pypi.python.org/pypi/Mopidy-Podcast/
.. _apt.mopidy.com: http://apt.mopidy.com/
.. _PyPI: https://pypi.org/project/Mopidy-Podcast/
.. _apt.mopidy.com: https://apt.mopidy.com/
2 changes: 1 addition & 1 deletion docs/license.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); you
may not use this software except in compliance with the License. You
may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0
https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
Expand Down