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

Add external url into feed #2759

Open
arash77 opened this issue Sep 12, 2024 · 1 comment
Open

Add external url into feed #2759

arash77 opened this issue Sep 12, 2024 · 1 comment

Comments

@arash77
Copy link
Contributor

arash77 commented Sep 12, 2024

@dannon
That would be great to add external_url and source_blog into the feeds that looks like this:

<entry>
<title type="html">
<![CDATA[ The AquaINFRA Virtual Research Environment ]]>
</title>
<id>https://galaxyproject.org/news/2024-07-29-galaxy-aquainfra/</id>
<link href="https://galaxyproject.org/news/2024-07-29-galaxy-aquainfra/"/>
<updated>2024-07-29T00:00:00.000Z</updated>
<summary type="html">
<![CDATA[ Design rationale for using the Galaxy platform ]]>
</summary>
<author>
<name>Markus Konkol</name>
</author>
<published>2024-07-29T00:00:00.000Z</published>
</entry>

Originally requested by @bgruening in usegalaxy-eu/galaxy-social#87 (comment)

@itisAliRH
Copy link
Member

I tried adding this information to the feed result but found it probably impossible because the atom has some limitations, such as field names and data types (RFC4287). The current configuration is also not correct. The description added here is not represented in the output as it is not an atom field.

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

2 participants