Skip to content

Add Atom category mappings#166

Merged
w3stling merged 1 commit intomasterfrom
atom-category
Aug 8, 2024
Merged

Add Atom category mappings#166
w3stling merged 1 commit intomasterfrom
atom-category

Conversation

@w3stling
Copy link
Owner

@w3stling w3stling commented Aug 8, 2024

Added category mapping for Atom feed.

/feed/category[term] -> Channel::getCategories)
/feed/entry/category[term] -> Item::getCategories)

<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    ...
    <category term="Computer"/>
    <category term="Developer"/>
    ...
    <entry>
        ...
        <category term="Microsoft"/>
        <category term="API"/>
        <category term="Azure"/>
        ...
    </entry>
</feed>

@w3stling w3stling added the enhancement New feature or request label Aug 8, 2024
@sonarqubecloud
Copy link

sonarqubecloud bot commented Aug 8, 2024

@w3stling w3stling merged commit 4e732e0 into master Aug 8, 2024
@w3stling w3stling deleted the atom-category branch August 8, 2024 14:29
@w3stling w3stling changed the title Atom category mappings New field for Atom category Aug 9, 2024
@w3stling w3stling changed the title New field for Atom category Atom category mappings Aug 9, 2024
@w3stling w3stling changed the title Atom category mappings Add Atom category mappings Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant