ckolderup / postmarks

a single-user bookmarking website designed to live on the Fediverse
https://postmarks.glitch.me
MIT License
456 stars 38 forks source link

Investigate usage of category tag on Atom feed #100

Closed ckolderup closed 9 months ago

ckolderup commented 10 months ago

I used the standard <category> element for Atom <item>s, but also got fancy and gave them each a custom scheme attribute. Is it potentially limiting the usefulness of incorporating that information, and is there any "pro" to using a standardized value for the attribute or "con" to just omitting it entirely?

ckolderup commented 9 months ago

I was in the template for the Atom feed cleaning up some validation errors and decided to ditch the scheme attribute entirely. Closing this as a result.