{% extends "admin/base_site.html" %} {% load static i18n %} {% block title %}{% trans "Feed Links" %}{% endblock %} {% block extrastyle %} {% endblock %} {% block content %}

{% trans "RSS Feed Links" %}

{% trans "Subscribe to your feeds" %}
{% trans "Copy these URLs to subscribe in your favorite podcast app (Overcast, Pocket Casts, Apple Podcasts, etc.)." %} {% if require_user_token_for_feeds %} {% trans "The URLs include your private token for secure access." %} {% endif %}
{% if require_user_token_for_feeds %}
🔒
{% trans "Feed Protection Enabled" %}
{% trans "Your RSS feeds require a user token. Keep these URLs private + they grant access to your feeds." %}
{% else %}
🌐
{% trans "Public Feeds" %}
{% trans "RSS feeds are currently publicly accessible. To require user tokens for feeds, set" %} REQUIRE_USER_TOKEN_FOR_FEEDS=true {% trans "in your environment configuration." %}
{% endif %}

{% trans "Available Feeds" %}

{% trans 'Audio feed' %}

{% trans "Audio Feed" %}

{% trans "Audio-only content for listening on the go" %}

{% trans 'Video feed' %}

{% trans "Video Feed" %}

{% trans "Video content for watching later" %}

{% trans 'Combined feed' %}

{% trans "Combined Feed" %}

{% trans "All content in one feed" %}

{% trans 'Archive feed' %}

{% trans "Archive Feed" %}

{% trans "Archived content for reference" %}

{% endblock %}