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

Blog RSS and ATOM feeds broken #287

Open
vog opened this issue Oct 15, 2018 · 5 comments
Open

Blog RSS and ATOM feeds broken #287

vog opened this issue Oct 15, 2018 · 5 comments
Labels
docs issues that are about providing better documentation

Comments

@vog
Copy link

vog commented Oct 15, 2018

The ATOM and RSS feed of the reason-react blog are broken:

Both respond with 404 File not found.

@phated
Copy link
Contributor

phated commented Apr 25, 2019

@rickyvetter
Copy link
Contributor

@vog did something point you to those other urls? If so we should fix those broken links.

@vog
Copy link
Author

vog commented Apr 25, 2019

The blog itself points to those broken URLs, i.e. https://reasonml.github.io/reason-react/blog/ and all sub sites. That way, neither the browser nor any RSS app are able to subscribe to it automatically.

Relevant part of the HTML source:

<head>
  ...
  <link rel="alternate" type="application/atom+xml" href="https://reasonml.github.io/reason-react/reason-react/blog/atom.xml" title="ReasonReact Blog ATOM Feed"/>
  <link rel="alternate" type="application/rss+xml" href="https://reasonml.github.io/reason-react/reason-react/blog/feed.xml" title="ReasonReact Blog RSS Feed"/>

@phated
Copy link
Contributor

phated commented Apr 25, 2019

I wonder if this would be fixed by upgrading docusaurus. I can try it later (or maybe tomorrow).

@vog
Copy link
Author

vog commented Apr 25, 2019

By the way, the feeds themselves also contain broken links. For example, the ATOM feed (https://reasonml.github.io/reason-react/blog/atom.xml) contains:

    <entry>
        ...
        <id>https://reasonml.github.io/reason-react/reason-react/blog/2019/04/10/react-hooks.html</id>
        <link href="https://reasonml.github.io/reason-react/reason-react/blog/2019/04/10/react-hooks.html"></link>
        ...
    </entry>

@rickyvetter rickyvetter added the docs issues that are about providing better documentation label Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs issues that are about providing better documentation
Projects
None yet
Development

No branches or pull requests

3 participants