aboutsummaryrefslogtreecommitdiff
path: root/rsstitle.patch
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-06-17 22:30:49 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-06-17 22:31:25 +0100
commit015a31a14f5de5a1c7aa3dc71175eb0c2fe58b30 (patch)
tree81cf315da47e263a79a892428240502cf0f7d079 /rsstitle.patch
parentbf1a991d4337ebc15ed4e52176c8acf382ef0701 (diff)
downloadhonk_custom-015a31a14f5de5a1c7aa3dc71175eb0c2fe58b30.tar.gz
honk_custom-015a31a14f5de5a1c7aa3dc71175eb0c2fe58b30.zip
shorter patch names, updated README.md, new Makefile
Diffstat (limited to 'rsstitle.patch')
-rw-r--r--rsstitle.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/rsstitle.patch b/rsstitle.patch
new file mode 100644
index 0000000..c4993ec
--- /dev/null
+++ b/rsstitle.patch
@@ -0,0 +1,16 @@
+diff --git a/web.go b/web.go
+index 11adf5b..502e15f 100644
+--- a/web.go
++++ b/web.go
+@@ -190,9 +190,9 @@ func showrss(w http.ResponseWriter, r *http.Request) {
+ name += " "
+ }
+ feed := rss.Feed{
+- Title: name + "honk",
++ Title: "@" + name + " - honking from " + serverName,
+ Link: home,
+- Description: name + "honk rss",
++ Description: "Honks from " + name + "@" + serverName,
+ Image: &rss.Image{
+ URL: base + "icon.png",
+ Title: name + "honk rss",