docs and description

This commit is contained in:
Gwenhael Le Moine 2018-03-14 09:28:20 +01:00
parent 30c16185ad
commit 19b0c63e0f
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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: