IndieWebifying my Website Part 1 - Microformats and Webmentions

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. IndieGo

    Tiny go api that serves your websites comments. The comments are stored in a lightweight sqlite database.

    Since I already have a small custom service running for the comment section on this site, I decided to add support to it for receiving webmentions. I refactored the comment system quite a bit to make it more modular and extendable, to allow me to add webmentions

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. gocron

    Easy and fluent Go cron scheduling. This is a fork from https://github.com/jasonlvhit/gocron

    Luckily I did not have to implement any of this myself apart from some glue code to fit it together: I used the library gocron for scheduling the regular intervals, gofeed for parsing the RSS feed and webmention for extracting links and sending webmentions.

  4. gofeed

    Parse RSS, Atom and JSON feeds in Go

    Luckily I did not have to implement any of this myself apart from some glue code to fit it together: I used the library gocron for scheduling the regular intervals, gofeed for parsing the RSS feed and webmention for extracting links and sending webmentions.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Htmd: A turndown.js inspired HTML-to-Markdown converter for Rust

    4 projects | news.ycombinator.com | 16 Jun 2024
  • Wildcard pattern matching. Review and feedback are MOSTLY welcome and appreciate 🥰

    1 project | /r/golang | 11 May 2023
  • I have this code On Playground.. It is very simplified... but when reading from file it breaks and cannot handle rune characters.... The strings.Replace function just stops working

    1 project | /r/golang | 23 Feb 2023
  • Gofumpt: It's like gofmt except more strict

    4 projects | news.ycombinator.com | 10 Feb 2023
  • Learn how to scrape Trustpilot reviews using Go

    4 projects | dev.to | 4 Feb 2023

Did you know that Go is
the 4th most popular programming language
based on number of references?