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

feat: RSS feed for I-Ds #7149

Merged
merged 5 commits into from
Nov 15, 2024
Merged

feat: RSS feed for I-Ds #7149

merged 5 commits into from
Nov 15, 2024

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    a48cbbe View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    76ef3c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

  1. fix: Fix feed validation errors

    RFC 4287 4.1.2: The "updated" element is mandatory, while the "published"
    element is optional.
    pselkirk committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    307cc76 View commit details
    Browse the repository at this point in the history
  2. fix: Fix feed validation errors

    RFC 4287 3.3: "A Date construct...MUST conform to the "date-time"
    production in [RFC3339]." Specifically, the Django date filter "O" format
    yields a timezone offset without a colon, while the "c" format yields a
    fully-conformant timestamp.
    
    RFC 4287 4.2.6: "The "atom:id" element...MUST be an IRI, as defined by
    [RFC3987]." Prepending the "urn:uid:" scheme to the naked database ID
    seems to be sufficient to satisfy the validator.
    pselkirk committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    320c177 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    221a34f View commit details
    Browse the repository at this point in the history