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

Atom feed #9

Merged
merged 26 commits into from
Jan 11, 2024
Merged

Atom feed #9

merged 26 commits into from
Jan 11, 2024

Commits on Jan 5, 2024

  1. WIP: RSS feed

    mliezun committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    2e426b6 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2024

  1. Dummy rss feed route

    mliezun committed Jan 7, 2024
    Configuration menu
    Copy the full SHA
    83a3f2f View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Generate feed.xml content

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    58ef8f3 View commit details
    Browse the repository at this point in the history
  2. Fix closing void tags

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    08ea979 View commit details
    Browse the repository at this point in the history
  3. Fix unclosed li tags

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    770c232 View commit details
    Browse the repository at this point in the history
  4. Replace ampersand str for xml

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    2a6bc76 View commit details
    Browse the repository at this point in the history
  5. Fix lt literal in XML

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    7791df6 View commit details
    Browse the repository at this point in the history
  6. Fix gt in XML

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    79d9408 View commit details
    Browse the repository at this point in the history
  7. Fix more errors in XML

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c301708 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d933e21 View commit details
    Browse the repository at this point in the history
  9. Also include gte in xml

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    471547e View commit details
    Browse the repository at this point in the history
  10. Fix <> in XML

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    905f468 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    110b584 View commit details
    Browse the repository at this point in the history
  12. Fix arrows in XML -> and <-

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    331fe2b View commit details
    Browse the repository at this point in the history
  13. Fix textarea disabled

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    9c6e20d View commit details
    Browse the repository at this point in the history
  14. Fix mlisp post for xml

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    7c0038a View commit details
    Browse the repository at this point in the history
  15. Fix closing tag

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    edb7fd8 View commit details
    Browse the repository at this point in the history
  16. More fixes to mlisp wasm

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    3c742d6 View commit details
    Browse the repository at this point in the history
  17. Fix li elements

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c0e6eb5 View commit details
    Browse the repository at this point in the history
  18. Consider >> and << in XML

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    fe959d0 View commit details
    Browse the repository at this point in the history
  19. Fix mysql python blog for xml

    mliezun committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    58650d0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    9a0e0d8 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Fix feed xml tags

    mliezun committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    eccbbbe View commit details
    Browse the repository at this point in the history
  2. Fix XML rendering

    mliezun committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    68b7768 View commit details
    Browse the repository at this point in the history
  3. Fix >> and << again

    mliezun committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    627f1a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e25bda View commit details
    Browse the repository at this point in the history