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: Episode instructor #130

Open
vintagesucks opened this issue Jan 8, 2022 · 0 comments
Open

Atom feed: Episode instructor #130

vintagesucks opened this issue Jan 8, 2022 · 0 comments

Comments

@vintagesucks
Copy link

vintagesucks commented Jan 8, 2022

I'm not sure if this is a bug or a change request, anyway:

The author field in the Laracasts Atom feed is globally set to Jeffrey Way. It might be cool to be able to see which instructor to expect in the episode from the feed by adding an author field to each entry.

Feel free to close the ticket if it is out of scope for this repository.

Thank you!


XML excerpt (Episode is with Andrew, but due to the global author it says Jeffrey in the feed):

<?xml version="1.0" encoding="utf-8"?>

<feed xmlns="http://www.w3.org/2005/Atom">
    <title>Laracasts</title>
    <subtitle>The best source of Laravel training on the web.</subtitle>
    <link href="https://laracasts.com/feed" rel="self" />
    <updated>2022-01-08T04:11:03-05:00</updated>
    <author>
        <name>Jeffrey Way</name>
    </author>
    <id>tag:laracasts.com,2022:/feed</id>
    <entry>
        <title>Two-Factor Authentication with Laravel Fortify</title>
        <link href="https://laracasts.com/episodes/2272"/>
        <id>tag:laracasts.com,2022-01-03:/lessons/two-factor-authentication-with-laravel-fortify</id>
        <updated>2022-01-07T03:00:00-05:00</updated>
        <summary>In this Larabit, we&#039;ll take an existing application built with Laravel Breeze and add two-factor authentication to...</summary>
    </entry>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant