- Create web service to receive webmentions and store source and target urls in an Azure Storage Table.
- Request verification (Done)
- Webmention verification (Done)
- Web service (Done)
- Upload to Azure Storage Table (Done)
- Create Webmentions Rss feed to get notifications.
- Generate this after a new entry is posted.
- Store in blob storage
- Consume Rss feed from reader
- Create Webmentions Page to display Webmentions.
- Do this by parsing Rss feed of approved mentions.
- Create
Azure Functionto periodically delete broken links and deleted mentions.- Run locally
- Implement Admin panel for moderation.
- Train ML.NET model to detect spam mentions.
- Train ML.NET model to detect malicious mentions.