From 256a4d0b929286f276098f63c24e90f3bbb0af45 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Thu, 14 May 2026 11:48:44 +0200 Subject: [PATCH] Cleanup --- README.mu | 2 -- RNS/Utilities/rngit/pages.py | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.mu b/README.mu index dcf65519..7884ed28 100644 --- a/README.mu +++ b/README.mu @@ -147,7 +147,6 @@ Reticulum includes a range of useful utilities for managing your networks, viewi • The `B333rngit`b program provides a full multi-repository Git node for serving repositories over Reticulum • The included `B333git-remote-rns`b helper allows you to interact with Git repositories over Reticulum - >> Supported interface types and devices Reticulum implements a range of generalised interface types that covers most of the communications hardware that Reticulum can run over. If your hardware is not supported, it's `_`!`[simple to implement a custom interface module`:/page/blob.mu`g=reticulum|r=reticulum|ref=HEAD|path=docs/markdown/interfaces.md|anchor=custom-interfaces]`!`_. @@ -164,7 +163,6 @@ Currently, the following built-in interfaces are supported: • External programs via stdio or pipes • Custom hardware via stdio or pipes - >> Performance Reticulum targets a *very* wide usable performance envelope, but prioritises functionality and performance on low-bandwidth mediums. The goal is to provide a dynamic performance envelope from 250 bits per second, to 1 gigabit per second on normal hardware. diff --git a/RNS/Utilities/rngit/pages.py b/RNS/Utilities/rngit/pages.py index 87e0c2b7..3d08d80f 100644 --- a/RNS/Utilities/rngit/pages.py +++ b/RNS/Utilities/rngit/pages.py @@ -461,7 +461,7 @@ class NomadNetworkNode(): converted = mdc.format_block(readme_content) content_parts.append(converted) - else: content_parts.append(f"\n{readme_content}\n") + else: content_parts.append(f"\n{readme_content.rstrip()}\n") else: content_parts.append(self.m_divider())