URI:
       types.html - sfeed_tests - sfeed tests and RSS and Atom files
  HTML git clone git://git.codemadness.org/sfeed_tests
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
       types.html (1018B)
       ---
            1 <!DOCTYPE html>
            2 <html dir="ltr" lang="en">
            3 <head>
            4         <!-- Atom -->
            5         <link rel="alternate" href="https://codemadness.org/atom.xml" type="application/atom+xml" title="Codemadness Atom Feed" />
            6         <link rel="alternate" href="https://codemadness.org/atom_content.xml" type="application/atom+xml" title="Codemadness Atom Feed with content" />
            7         <link rel="alternate" href="https://codemadness.org/atom_content.xml" type="application/atom" title="Codemadness Atom Feed with content" />
            8 
            9         <!-- RSS -->
           10         <link rel="alternate" href="https://codemadness.org/rss.xml" type="application/rss+xml" title="Codemadness RSS Feed" />
           11         <link rel="alternate" href="https://codemadness.org/rss.xml" type="application/rss" title="Codemadness RSS Feed" />
           12 
           13         <!-- XML type -->
           14         <link rel="alternate" href="https://codemadness.org/xml.xml" type="application/xml+atom" title="Codemadness XML Feed" />
           15         <link rel="alternate" href="https://codemadness.org/xml.xml" type="application/xml" title="Codemadness XML Feed" />
           16 </head>
           17 <body>
           18 </body>
           19 </html>