From 8ec34e3ad4d4995de853e5ec7da52875170bcfdd Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Wed, 5 Mar 2025 19:56:41 +0200 Subject: Update content for html --- gemfeed/2025-03-05-sharing-on-social-media-with-gos.html | 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.html b/gemfeed/2025-03-05-sharing-on-social-media-with-gos.html index e456ae41..c68c9f0b 100644 --- a/gemfeed/2025-03-05-sharing-on-social-media-with-gos.html +++ b/gemfeed/2025-03-05-sharing-on-social-media-with-gos.html @@ -43,6 +43,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

  • @@ -338,6 +339,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:
    diff --git a/gemfeed/atom.xml b/gemfeed/atom.xml index ae9c7796..cc88c3db 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