mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
5834d2b42f
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
17 lines
622 B
Text
17 lines
622 B
Text
The following instructions are taken from /usr/doc/sfeed-0.9.9/README
|
|
Note that the slackbuild removes /usr/share/doc/sfeed; thus, please
|
|
copy necessary files from /usr/doc/sfeed-0.9.9
|
|
|
|
- Initialize sfeed folders:
|
|
mkdir -p "$HOME/.sfeed/feeds"
|
|
|
|
- Initialize sfeedrc, such as by copying and editing the example file:
|
|
cp /usr/doc/sfeed-0.9.9/sfeedrc.example "$HOME/.sfeed/sfeedrc"
|
|
$EDITOR "$HOME/.sfeed/sfeedrc"
|
|
|
|
- Update feeds:
|
|
sfeed_update
|
|
|
|
- Format feeds. For example, view feeds in HTML (no frames).
|
|
cp /usr/doc/sfeed-0.9.9/style.css "$HOME/.sfeed/style.css"
|
|
sfeed_html $HOME/.sfeed/feeds/* > "$HOME/.sfeed/feeds.html"
|