summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2019-01-25 15:35:08 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2019-01-25 15:35:08 +0100
commitfeb42cfd5fa5d35568e6bd1a803ea355d5ee57d4 (patch)
treea5a04ce522bf85f0eeda392dc872434a66fdab6c /README
parent269bb94e17b43721db08387e56745ee281f95ff2 (diff)
README: sfeed_frames still mentioned it output content, remove it
This was removed before, because of potential security issues in commit b7e288a96418e1ea5e7904ab2896edb3f4615a10 Thanks trqx for the feedback.
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 7b1f9d9..092e8b7 100644
--- a/README
+++ b/README
@@ -49,7 +49,7 @@ HTML view (no frames), copy style.css for a default style:
cp style.css "$HOME/.sfeed/style.css"
sfeed_html $HOME/.sfeed/feeds/* > "$HOME/.sfeed/feeds.html"
-HTML view with frames and content, copy style.css for a default style:
+HTML view with the menu as frames, copy style.css for a default style:
mkdir -p "$HOME/.sfeed/frames"
cd "$HOME/.sfeed/frames" && sfeed_frames $HOME/.sfeed/feeds/*
@@ -190,7 +190,7 @@ Format the feeds files:
sfeed_plain $HOME/.sfeed/feeds/* > $HOME/.sfeed/feeds.txt
# HTML view (no frames), copy style.css for a default style.
sfeed_html $HOME/.sfeed/feeds/* > $HOME/.sfeed/feeds.html
- # HTML view with frames and content, copy style.css for a default style.
+ # HTML view with the menu as frames, copy style.css for a default style.
mkdir -p somedir && cd somedir && sfeed_frames $HOME/.sfeed/feeds/*
View in your browser: