~thirdplace/discovery

Thirdplace Discovery
chore: upgrade dep
fix: improve front page

refs

main
browse  log 

clone

read-only
https://git.sr.ht/~thirdplace/discovery
read/write
git@git.sr.ht:~thirdplace/discovery

You can also use your local clone with git send-email.

#Thirdplace Discovery

Thirdplace Discovery is a service for finding web feeds.

#Tutorial

Install:

composer create-project thirdplace/discovery
cp config/config.dist.php config/config.php

Add common feed urls:

wget https://git.sr.ht/~thirdplace/feeds/blob/main/feeds.php -O var/feeds.php

Serve local dev env:

php -S 127.0.0.1:8080 -t public/

Browse http://localhost:8080/

Build and deploy:

./contrib/all

#How-to

#Explanation

#Reference