containers / containers/podman.io
RSS feed shows up as blank in feedly
- Dominant language
- TypeScript
- Stars
- 108
- Forks
- 188
- Avg merge
- 6d 22h
- Merged PRs (30d)
- 12
Description
Hi,
In the news reader that I use (feedly.com) the RSS feed of podman.io shows up as blank (see screenshot).
Digging around a bit in the xml that podman.io generates and comparing it to other xml's from other sites, it appears that this blank happens because the xml has an empty **title** element:
```
```
A fix for this would be to simply have your websites name 'Podman.io' in there, or something short and descriptive like 'Containers'.
```
<title>Podman.io
```
or
```
Containers
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the podman.io RSS feed generation entry point and reproduce the blank feed in Feedly or by inspecting its XML. Ensure the feed emits a non-empty title such as "Podman.io", then verify the resulting feed displays correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100