aboutsummaryrefslogblamecommitdiff
path: root/cgi/templates/home.rss
blob: dc69377bf3bba29c1807c9c241b7822c882ae459 (plain) (tree)























                                                                         
<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
 <channel>
  <title>Bienvenido a Internet BBS/IB</title>
  <link>https://bienvenidoainternet.org/</link>
  <description>El BBS/IB más activo de la esfera hispana.</description>
  <language>es</language>
  <webMaster>burocracia@bienvenidoainternet.org (Staff ★)</webMaster>
  <image>
    <url>https://bienvenidoainternet.org/rss_logo.png</url>
    <title>Bienvenido a Internet BBS/IB</title>
    <link>https://bienvenidoainternet.org/</link>
    <width>144</width>
    <height>144</height>
  </image>
<?py for post in posts: ?>
  <item>
   <title>${post['board_name']}: #{post['content']}</title>
   <pubDate>${post['timestamp_formatted']}</pubDate>
   <link>https://bienvenidoainternet.org#{post['url']}</link>
  </item>
<?py #endfor ?>
 </channel>
</rss>