isqcmc / isqcmc2025

webpage for ISQCMC 2025
https://2025.isqcmc.org/
0 stars 0 forks source link

add RSS feed? #2

Open omarcostahamido opened 4 days ago

omarcostahamido commented 4 days ago

one thing that i dropped was the rss feed links. I personally don't know much about them, but if someone what's to dive in, that would be great!

omarcostahamido commented 3 days ago

this is what the wordpress site had. /comments/feed/index.rss:

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"

    >
<channel>
    <title>
    Commenti per ISQCMC &#039;25 : 3rd International Symposium on Quantum Computing and Musical Creativity  </title>
    <atom:link href="https://quantummusicsymposium.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
    <link>https://quantummusicsymposium.wordpress.com</link>
    <description>ISQCMC 2024: 3rd International Symposium on Quantum Computing and Musical Creativity</description>
    <lastBuildDate>Tue, 15 Oct 2024 19:28:52 +0000</lastBuildDate>
    <sy:updatePeriod>
    hourly  </sy:updatePeriod>
    <sy:updateFrequency>
    1   </sy:updateFrequency>
    <generator>http://wordpress.com/</generator>
</channel>
</rss>

/feed/index.rss:

<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:wfw="http://wellformedweb.org/CommentAPI/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:atom="http://www.w3.org/2005/Atom"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
    >

<channel>
    <title>ISQCMC &#039;25 : 3rd International Symposium on Quantum Computing and Musical Creativity</title>
    <atom:link href="https://quantummusicsymposium.wordpress.com/feed/" rel="self" type="application/rss+xml" />
    <link>https://quantummusicsymposium.wordpress.com</link>
    <description>ISQCMC 2024: 3rd International Symposium on Quantum Computing and Musical Creativity</description>
    <lastBuildDate>Tue, 15 Oct 2024 19:28:52 +0000</lastBuildDate>
    <language>it-IT</language>
    <sy:updatePeriod>
    hourly  </sy:updatePeriod>
    <sy:updateFrequency>
    1   </sy:updateFrequency>
    <generator>http://wordpress.com/</generator>
<cloud domain='quantummusicsymposium.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
        <url>https://s0.wp.com/i/buttonw-com.png</url>
        <title>ISQCMC &#039;25 : 3rd International Symposium on Quantum Computing and Musical Creativity</title>
        <link>https://quantummusicsymposium.wordpress.com</link>
    </image>
    <atom:link rel="search" type="application/opensearchdescription+xml" href="https://quantummusicsymposium.wordpress.com/osd.xml" title="ISQCMC &#039;25 : 3rd International Symposium on Quantum Computing and Musical Creativity" />
    <atom:link rel='hub' href='https://quantummusicsymposium.wordpress.com/?pushpress=hub'/>
</channel>
</rss>

no idea if it is helpful or not, again, i don't know anything about rss feed, i thought it was ancient deprecated tech.