From 4f2677f5b9f4dfbb7fa1449bd36bf1163ec33f46 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 5 Mar 2025 19:56:42 +0200 Subject: Update content for gemtext --- gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi | 7 +++++++ gemfeed/atom.xml | 9 ++++++++- 2 files changed, 15 insertions(+), 1 deletion(-) (limited to 'gemfeed') diff --git a/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi b/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi index a11e6ebb..cd1ae972 100644 --- a/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi +++ b/gemfeed/2025-03-05-sharing-on-social-media-with-gos.gmi @@ -29,6 +29,7 @@ As you may have noticed, I like to share on Mastodon and LinkedIn all the techni * ⇢ ⇢ How queueing works in gos * ⇢ ⇢ ⇢ Step-by-step queueing process * ⇢ ⇢ ⇢ How message selection works in gos +* ⇢ ⇢ Database replication * ⇢ ⇢ Post summary as gemini gemtext * ⇢ ⇢ Conclusion @@ -297,6 +298,12 @@ The key factors in message selection are: * Message Priority: Messages with no priority value are processed after those with priority. If two messages have the same priority, one is selected randomly. * Pause Between Posts: The `-pauseDays` flag allows you to specify a minimum number of days to wait between posts for the same platform. This prevents oversaturation of content and ensures that posts are spread out over time. +## Database replication + +I simply use Syncthing to backup/sync my `gosDir`. + +=> https://syncthing.net + ## Post summary as gemini gemtext For my blog, I want to post a summary of all the social messages posted over the last couple of months. For an example, have a look here: diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index dec78e65..766bdd40 100644 --- a/gemfeed/atom.xml +++ b/gemfeed/atom.xml @@ -1,6 +1,6 @@ - 2025-03-04T21:31:30+02:00 + 2025-03-05T19:56:04+02:00 foo.zone feed To be in the .zone! @@ -50,6 +50,7 @@
  • How queueing works in gos
  • ⇢ ⇢ Step-by-step queueing process
  • ⇢ ⇢ How message selection works in gos
  • +
  • Database replication
  • Post summary as gemini gemtext
  • Conclusion

  • @@ -345,6 +346,12 @@ Hello World :-)
  • Message Priority: Messages with no priority value are processed after those with priority. If two messages have the same priority, one is selected randomly.
  • Pause Between Posts: The -pauseDays flag allows you to specify a minimum number of days to wait between posts for the same platform. This prevents oversaturation of content and ensures that posts are spread out over time.

  • +

    Database replication


    +
    +I simply use Syncthing to backup/sync my gosDir.
    +
    +https://syncthing.net
    +

    Post summary as gemini gemtext



    For my blog, I want to post a summary of all the social messages posted over the last couple of months. For an example, have a look here:
    -- cgit v1.2.3