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

Spike: Generate whole feed using an XML Generator #1481

Draft
wants to merge 18 commits into
base: master
Choose a base branch
from

Commits on Jun 21, 2024

  1. require sabre/xml

    eteubert committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    aab88a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    87843f1 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    1f54d6a View commit details
    Browse the repository at this point in the history
  2. add: item/enclosure

    eteubert committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    37b05ab View commit details
    Browse the repository at this point in the history
  3. add: deep link

    eteubert committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    c168d59 View commit details
    Browse the repository at this point in the history
  4. add: itunes:duration

    eteubert committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    307a798 View commit details
    Browse the repository at this point in the history
  5. add: itunes:title

    eteubert committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    508401c View commit details
    Browse the repository at this point in the history
  6. add: itunes:episode

    eteubert committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    07ae14c View commit details
    Browse the repository at this point in the history
  7. add: itunes:episodeType

    eteubert committed Jun 23, 2024
    Configuration menu
    Copy the full SHA
    a5bd569 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. refactor: uniformity

    eteubert committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    76e6c00 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. add: atom:contributor and podcast:person to item

    - adds podcast namespace
    - adds filter to modify rss items
    - adds atom:contributor and podcast:person to item
    eteubert committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5a9d254 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f75afa2 View commit details
    Browse the repository at this point in the history
  3. chore: remove unused code

    eteubert committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9dacc03 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    ea92a25 View commit details
    Browse the repository at this point in the history
  2. remove filters for single fields

    This breaks Shows overrides, but I will do these all at once at the end.
    eteubert committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    e6a7359 View commit details
    Browse the repository at this point in the history
  3. add more channel items

    - language
    - fyyd:verify
    - podcast:funding
    - podcast:license
    - itunes:owner
    - itunes:image
    eteubert committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    fc90966 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    6247695 View commit details
    Browse the repository at this point in the history
  2. add: feed pagination

    eteubert committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f03d2a0 View commit details
    Browse the repository at this point in the history