docs and description
This commit is contained in:
parent
30c16185ad
commit
19b0c63e0f
1 changed files with 10 additions and 10 deletions
|
@ -44,10 +44,10 @@ find . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 -o -perm 644 \) \
|
||||
-exec chmod 640 {} \;
|
||||
|
||||
# mkdir -p $PKG/usr/doc/$PRGNAM
|
||||
# for i in README* readme; do
|
||||
# [ -e $i ] && cp -a $i $PKG/usr/doc/$PRGNAM
|
||||
# done
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM
|
||||
for i in *.md *.txt; do
|
||||
[ -e $i ] && cp -a $i $PKG/usr/doc/$PRGNAM
|
||||
done
|
||||
|
||||
# Change ownership and perms and create a link.
|
||||
chown -R $PHPUSER:$PHPGROUP $PKG/$DOCROOT
|
||||
|
@ -58,12 +58,12 @@ mkdir -p $PKG/install
|
|||
cat <<EOF > $PKG/install/slack-desc
|
||||
$PRGNAM: $PRGNAM (A free, self-hostable aggregator…)
|
||||
$PRGNAM:
|
||||
$PRGNAM:
|
||||
$PRGNAM:
|
||||
$PRGNAM:
|
||||
$PRGNAM:
|
||||
$PRGNAM:
|
||||
$PRGNAM:
|
||||
$PRGNAM: FreshRSS is a self-hosted RSS feed aggregator such as Leed or Kriss Feed.
|
||||
$PRGNAM: It is at the same time lightweight, easy to work with, powerful and customizable.
|
||||
$PRGNAM: It is a multi-user application with an anonymous reading mode. It supports
|
||||
$PRGNAM: PubSubHubbub for instant notifications from compatible Web sites. There is an API
|
||||
$PRGNAM: for (mobile) clients, and a Command-Line Interface. Finally, it supports
|
||||
$PRGNAM: extensions for further tuning.
|
||||
$PRGNAM:
|
||||
$PRGNAM: https://freshrss.org
|
||||
$PRGNAM:
|
||||
|
|
Loading…
Reference in a new issue