summaryrefslogtreecommitdiff
path: root/sfeed_opml_export
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-04-10 16:44:13 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-04-10 16:44:13 +0200
commitbf378f4350b0e92efcefd9c0c34f7b5c57c098f4 (patch)
treee00b7c41349830473d60c13bdcc01b1b055b55c8 /sfeed_opml_export
parent14cce37fa54608362dc2d19ff66d10b64e5777b1 (diff)
remove sfeed "branding" in outputs
Technically for sfeed_atom this violates the RFC standard. There must be an author in the feed or for an item. However sfeed is not the author, it is a generator. All readers will read these feeds anyway. https://www.rfc-editor.org/rfc/rfc4287#section-4.1.1 "atom:feed elements MUST contain one or more atom:author elements, unless all of the atom:feed element's child atom:entry elements contain at least one atom:author element." *shrug*
Diffstat (limited to 'sfeed_opml_export')
-rwxr-xr-xsfeed_opml_export2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_opml_export b/sfeed_opml_export
index 3835934..7c96d5d 100755
--- a/sfeed_opml_export
+++ b/sfeed_opml_export
@@ -38,7 +38,7 @@ cat <<!
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
- <title>OPML export from sfeed</title>
+ <title>OPML export</title>
</head>
<body>
!