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

Add RSS feed for Markdown blog posts #413

Merged
merged 40 commits into from
May 19, 2022
Merged

Add RSS feed for Markdown blog posts #413

merged 40 commits into from
May 19, 2022

Commits on May 18, 2022

  1. Create RssFeedService.php

    caendesilva committed May 18, 2022
    Configuration menu
    Copy the full SHA
    6108f26 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d590ee6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9cb9b30 View commit details
    Browse the repository at this point in the history
  4. Escape XML values

    caendesilva committed May 18, 2022
    Configuration menu
    Copy the full SHA
    51d77ef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd8b5ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6f887f2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    37b41b7 View commit details
    Browse the repository at this point in the history
  8. Add basic blog post items to the feed

    Currently only the required properties are implemented
    caendesilva committed May 18, 2022
    Configuration menu
    Copy the full SHA
    189c26c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    77228a1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    18c36dc View commit details
    Browse the repository at this point in the history
  11. Add getName() helper

    caendesilva committed May 18, 2022
    Configuration menu
    Copy the full SHA
    707c522 View commit details
    Browse the repository at this point in the history
  12. Add author property

    While this does not conform to the official spec (that requires an email) I think it is acceptable
    caendesilva committed May 18, 2022
    Configuration menu
    Copy the full SHA
    9158b38 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    130d9cb View commit details
    Browse the repository at this point in the history
  14. Replace author with dc:creator

    Use the Creator property from Dublin Core Metadata Initiative instead of the author property requiring an email.
    caendesilva committed May 18, 2022
    Configuration menu
    Copy the full SHA
    425c55b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3902608 View commit details
    Browse the repository at this point in the history
  16. Add guid element to items

    caendesilva committed May 18, 2022
    Configuration menu
    Copy the full SHA
    7e862d8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    eb5c23e View commit details
    Browse the repository at this point in the history
  18. Add Atom link

    caendesilva committed May 18, 2022
    Configuration menu
    Copy the full SHA
    eb98a73 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    024ce28 View commit details
    Browse the repository at this point in the history
  20. Add post category support

    caendesilva committed May 18, 2022
    Configuration menu
    Copy the full SHA
    15bbf88 View commit details
    Browse the repository at this point in the history
  21. Formatting

    caendesilva committed May 18, 2022
    Configuration menu
    Copy the full SHA
    b719b0f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2022

  1. Configuration menu
    Copy the full SHA
    0604d0e View commit details
    Browse the repository at this point in the history
  2. Fix test namespaces

    caendesilva committed May 19, 2022
    Configuration menu
    Copy the full SHA
    956f307 View commit details
    Browse the repository at this point in the history
  3. Add type annotation

    caendesilva committed May 19, 2022
    Configuration menu
    Copy the full SHA
    22d1e7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a21596f View commit details
    Browse the repository at this point in the history
  5. Apply fixes from StyleCI

    StyleCIBot committed May 19, 2022
    Configuration menu
    Copy the full SHA
    856f59d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #410 from hydephp/analysis-GD9j3E

    Apply fixes from StyleCI
    HydePHP authored May 19, 2022
    Configuration menu
    Copy the full SHA
    96156e9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53786cd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0d08e24 View commit details
    Browse the repository at this point in the history
  9. Apply fixes from StyleCI

    StyleCIBot committed May 19, 2022
    Configuration menu
    Copy the full SHA
    ff45211 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #411 from hydephp/analysis-x0kneb

    Apply fixes from StyleCI
    HydePHP authored May 19, 2022
    Configuration menu
    Copy the full SHA
    e3b8777 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7f71154 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fa389b0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    83ca387 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5f1b137 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fe93f5b View commit details
    Browse the repository at this point in the history
  16. Apply fixes from StyleCI

    StyleCIBot committed May 19, 2022
    Configuration menu
    Copy the full SHA
    dde4a60 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #412 from hydephp/analysis-YjVNg9

    Apply fixes from StyleCI
    HydePHP authored May 19, 2022
    Configuration menu
    Copy the full SHA
    4c580a0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2ceb60d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ebcaa01 View commit details
    Browse the repository at this point in the history