Skip to content

Commit

Permalink
Merge pull request #4905 from freelawproject/2948-remove-stitcher
Browse files Browse the repository at this point in the history
  • Loading branch information
mlissner authored Jan 15, 2025
2 parents 2cc5c18 + 74df6c5 commit b9536c5
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 63 deletions.
Binary file removed cl/audio/static/jpeg/stitcher_400x400.jpeg
Binary file not shown.
Binary file removed cl/audio/static/png/itunes.png
Binary file not shown.
Binary file removed cl/audio/static/png/playerfm_200x200.png
Binary file not shown.
Binary file removed cl/audio/static/png/pocketcasts_200x200.png
Binary file not shown.
1 change: 0 additions & 1 deletion cl/audio/static/svg/play_music_triangle.svg

This file was deleted.

2 changes: 1 addition & 1 deletion cl/lib/context_processors.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def inject_settings(request):
% reverse("advanced_oa"),
'CourtListener has an <a href="%s">API</a> so anybody can easily use our data.'
% reverse("api_index"),
'Oral argument podcasts <a href="%s">are available in variety of apps</a> like iTunes, Stitcher Radio, and Google Music.'
'Oral argument podcasts <a href="%s">are available wherever you get your podcasts</a>.'
% reverse("podcasts"),
"We have more than a million minutes of oral argument audio. More than anywhere else on the Internet.",
# RECAP & PACER
Expand Down
64 changes: 3 additions & 61 deletions cl/simple_pages/templates/podcasts.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,67 +51,9 @@ <h2>How to Subscribe</h2>


<h3>Using a Podcast App</h3>
<div class="row">
<div class="col-xs-12">
<p>Our podcasts are available in a number of music services and apps. To find our podcasts, just search for "CourtListener".
</p>
</div>
<div class="col-xs-1"></div>
<div class="col-xs-2">
<h4 class="text-center text-uppercase gray">iTunes</h4>
<a href="https://www.apple.com/itunes/">
<img src="{% static "png/itunes.png" %}"
alt="iTunes Logo"
class="img-responsive center-block img-rounded"
height="200"
width="200">
</a>
</div>
<div class="col-xs-2">
<h4 class="text-center text-uppercase gray">Google Music</h4>
<a href="https://play.google.com/music/">
<img src="{% static "svg/play_music_triangle.svg" %}"
alt="Google Play Logo"
class="img-responsive center-block"
height="200"
width="200">
</a>
</div>

<div class="col-xs-2">
<h4 class="text-center text-uppercase gray">Stitcher Radio</h4>
<a href="https://www.stitcher.com">
<img src="{% static "jpeg/stitcher_400x400.jpeg" %}"
alt="Google Play Logo"
class="img-responsive center-block img-rounded"
height="200"
width="200">
</a>
</div>

<div class="col-xs-2">
<h4 class="text-center text-uppercase gray">Pocket Casts</h4>
<a href="https://pocketcasts.com">
<img src="{% static "png/pocketcasts_200x200.png" %}"
alt="Pocket Casts Logo"
class="img-responsive center-block img-rounded"
height="200"
width="200">
</a>
</div>

<div class="col-xs-2">
<h4 class="text-center text-uppercase gray">PlayerFM</h4>
<a href="https://player.fm">
<img src="{% static "png/playerfm_200x200.png" %}"
alt="PlayerFM Logo"
class="img-responsive center-block img-rounded"
height="200"
width="200">
</a>
</div>
</div>

<p>
Our podcasts are available in a number of music services and apps. To find our podcasts, just search for "CourtListener".
</p>

<h2>Creating a Custom Podcast</h2>
<p>Creating a custom podcast is easy. Simply do a search for oral arguments, and then click the podcast icon (<i class="gray fa fa-rss"></i>) at the top of the page. You can create a podcast for any term or jurisdiction that you can use in a search. For example, it's simple to create a podcast for multiple jurisdictions or for only cases containing "United States", or anything else you can think of.
Expand Down

0 comments on commit b9536c5

Please sign in to comment.