diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-10-21 22:06:58 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-10-22 18:52:46 +0200 |
commit | e771e43d51830ec7d2a19d9d4e67cded83c1b302 (patch) | |
tree | 08ca320c92816b3086b7c6d97e3d4bc8e43b81e9 /Makefile | |
parent | f054e581dac4921b302e0459a40d1b4f1fbd28ae (diff) |
sfeed_web: attribute parsing improvements, improve man page
Fix attribute parsing and now decode entities. The following now works (from
helsinkitimes.fi):
<base href="https://www.helsinkitimes.fi/" />
<link href="/?format=feed&type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
<link href="/?format=feed&type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
Properly associate attributes with the actual tag, this now parses properly
(from ascii.jp).
<link rel="apple-touch-icon-precomposed" href="/img/apple-touch-icon.png" />
<link rel="alternate" type="application/rss+xml" />
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions