diff options
| author | Paul Buetow <paul@buetow.org> | 2025-03-05 19:56:41 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-03-05 19:56:41 +0200 |
| commit | 8ec34e3ad4d4995de853e5ec7da52875170bcfdd (patch) | |
| tree | 10638c4567e979a0d910966646b89ed388a3af93 /gemfeed | |
| parent | 8de6879c32a0d0596c5fafde1363d130784b14de (diff) | |
Update content for html
Diffstat (limited to 'gemfeed')
| -rw-r--r-- | gemfeed/2025-03-05-sharing-on-social-media-with-gos.html | 7 | ||||
| -rw-r--r-- | gemfeed/atom.xml | 9 |
2 files changed, 15 insertions, 1 deletions
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 @@ <li>⇢ <a href='#how-queueing-works-in-gos'>How queueing works in gos</a></li> <li>⇢ ⇢ <a href='#step-by-step-queueing-process'>Step-by-step queueing process</a></li> <li>⇢ ⇢ <a href='#how-message-selection-works-in-gos'>How message selection works in gos</a></li> +<li>⇢ <a href='#database-replication'>Database replication</a></li> <li>⇢ <a href='#post-summary-as-gemini-gemtext'>Post summary as gemini gemtext</a></li> <li>⇢ <a href='#conclusion'>Conclusion</a></li> </ul><br /> @@ -338,6 +339,12 @@ Hello World :-) <li>Message Priority: Messages with no priority value are processed after those with priority. If two messages have the same priority, one is selected randomly.</li> <li>Pause Between Posts: The <span class='inlinecode'>-pauseDays</span> 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.</li> </ul><br /> +<h2 style='display: inline' id='database-replication'>Database replication</h2><br /> +<br /> +<span>I simply use Syncthing to backup/sync my <span class='inlinecode'>gosDir</span>.</span><br /> +<br /> +<a class='textlink' href='https://syncthing.net'>https://syncthing.net</a><br /> +<br /> <h2 style='display: inline' id='post-summary-as-gemini-gemtext'>Post summary as gemini gemtext</h2><br /> <br /> <span>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:</span><br /> 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 @@ <?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> - <updated>2025-03-04T21:31:30+02:00</updated> + <updated>2025-03-05T19:56:04+02:00</updated> <title>foo.zone feed</title> <subtitle>To be in the .zone!</subtitle> <link href="https://foo.zone/gemfeed/atom.xml" rel="self" /> @@ -50,6 +50,7 @@ <li>⇢ <a href='#how-queueing-works-in-gos'>How queueing works in gos</a></li> <li>⇢ ⇢ <a href='#step-by-step-queueing-process'>Step-by-step queueing process</a></li> <li>⇢ ⇢ <a href='#how-message-selection-works-in-gos'>How message selection works in gos</a></li> +<li>⇢ <a href='#database-replication'>Database replication</a></li> <li>⇢ <a href='#post-summary-as-gemini-gemtext'>Post summary as gemini gemtext</a></li> <li>⇢ <a href='#conclusion'>Conclusion</a></li> </ul><br /> @@ -345,6 +346,12 @@ Hello World :-) <li>Message Priority: Messages with no priority value are processed after those with priority. If two messages have the same priority, one is selected randomly.</li> <li>Pause Between Posts: The <span class='inlinecode'>-pauseDays</span> 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.</li> </ul><br /> +<h2 style='display: inline' id='database-replication'>Database replication</h2><br /> +<br /> +<span>I simply use Syncthing to backup/sync my <span class='inlinecode'>gosDir</span>.</span><br /> +<br /> +<a class='textlink' href='https://syncthing.net'>https://syncthing.net</a><br /> +<br /> <h2 style='display: inline' id='post-summary-as-gemini-gemtext'>Post summary as gemini gemtext</h2><br /> <br /> <span>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:</span><br /> |
