Wrapper around feeds (Atom/RSS) which I mirror into Fediverse via friendica. Some feeds don't deliver content as expected and will be adjusted via the wrapper. https://fediverse-feed-wrappers.daniel-siepmann.de/
Go to file
Daniel Siepmann 0d0866be1e
Fix stupid post content
Remove the actual content of each entry.
Friendi.ca will then use the title as content.

I also adjusted the contact within friendi.ca to not fetch additional
info to enrich the post. This should provide 100% control via feed
content.
2023-02-23 14:28:43 +01:00
public Initial version for TYPO3 GitHub feed 2023-02-16 09:02:23 +01:00
src Fix stupid post content 2023-02-23 14:28:43 +01:00
tests/Unit Fix stupid post content 2023-02-23 14:28:43 +01:00
.gitignore Initial version for TYPO3 GitHub feed 2023-02-16 09:02:23 +01:00
.php-cs-fixer.dist.php Add basic set of tests and cgl 2023-02-16 10:05:27 +01:00
composer.json Add basic set of tests and cgl 2023-02-16 10:05:27 +01:00
composer.lock Add basic set of tests and cgl 2023-02-16 10:05:27 +01:00
LICENSE Initial commit 2023-02-16 07:57:07 +01:00
phpunit.xml.dist Add basic set of tests and cgl 2023-02-16 10:05:27 +01:00
README.rst Initial version for TYPO3 GitHub feed 2023-02-16 09:02:23 +01:00
shell.nix Add short script to "run" project 2023-02-23 14:28:13 +01:00

Fediverse Feed Wrappers

I'll mirror some feeds (Atom/RSS) into Fediverse via Friendi.ca. Some feeds don't deliver content as expected and will be adjusted.

This is a small set of PHP files, one for each Feed. Each will adjust the Feed and can be used as a wrapper. Friendi.ca will import the wrapped feeds.

GitHub

GitHub provides a feed for all commits. I mirror the commits for TYPO3 CMS main branch as this helps to keep up to date. But GitHub adds the whole commit message, which is way too much for a social media feed. We therefore shorten the feed content.