about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-08-10 23:41:56 -0500
committerCase Duckworth2022-08-10 23:41:56 -0500
commit17f84298e17b384537b1ff10e80b4517c97036bd (patch)
tree86ecc88faf85ab180dc4397c6179be5db1adca87
parentIgnore (diff)
downloadsfeed-17f84298e17b384537b1ff10e80b4517c97036bd.tar.gz
sfeed-17f84298e17b384537b1ff10e80b4517c97036bd.zip
Add ass
-rwxr-xr-xsfeed_html.awk2
1 files changed, 2 insertions, 0 deletions
diff --git a/sfeed_html.awk b/sfeed_html.awk index 8026f39..ad3ce71 100755 --- a/sfeed_html.awk +++ b/sfeed_html.awk
@@ -299,6 +299,7 @@ function html_top()
299 print "<link rel=\"alternate\" type=\"application/atom+xml\" title=\"rss (short)\" href=\"feeds-short.xml\">" 299 print "<link rel=\"alternate\" type=\"application/atom+xml\" title=\"rss (short)\" href=\"feeds-short.xml\">"
300 print "<link rel=\"alternate\" type=\"application/xml\" title=\"opml\" href=\"feeds.opml\">" 300 print "<link rel=\"alternate\" type=\"application/xml\" title=\"opml\" href=\"feeds.opml\">"
301 print "<link rel=\"alternate\" type=\"text/plain\" title=\"twtxt\" href=\"feeds.txt\">" 301 print "<link rel=\"alternate\" type=\"text/plain\" title=\"twtxt\" href=\"feeds.txt\">"
302 print "<link rel=\"alternate\" type=\"text/plain\" title=\"ass\" href=\"feed.ass\">"
302 print "</head>" 303 print "</head>"
303 print "<body>" 304 print "<body>"
304 # <header> 305 # <header>
@@ -317,6 +318,7 @@ function html_top()
317 print "<a href=\"feeds-short.xml\">rss</a>", SEPARATOR 318 print "<a href=\"feeds-short.xml\">rss</a>", SEPARATOR
318 print "<a href=\"feeds.html\">all</a>", "(<a href=\"feeds.xml\">rss</a>)", SEPARATOR 319 print "<a href=\"feeds.html\">all</a>", "(<a href=\"feeds.xml\">rss</a>)", SEPARATOR
319 print "<a href=\"feeds.txt\">twtxt</a>", SEPARATOR 320 print "<a href=\"feeds.txt\">twtxt</a>", SEPARATOR
321 print "<a href=\"feed.ass\">ass</a>", SEPARATOR
320 print "<a href=\"feeds.opml\">opml</a>" 322 print "<a href=\"feeds.opml\">opml</a>"
321 print "</nav>" 323 print "</nav>"
322 # first part of <main> 324 # first part of <main>