From 160e586e8b04b7f0f84084b5a2753a88b76efd36 Mon Sep 17 00:00:00 2001 From: PsySc0rpi0n Date: Tue, 11 Jun 2024 19:55:09 +0100 Subject: [PATCH] Lastes suggestions added to README.md regarding fixing some wording --- README.md | 5 +---- archived.md | 8 ++++++++ 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6ef63c4d5..50125f71e 100644 --- a/README.md +++ b/README.md @@ -54,10 +54,7 @@ This is a list of plugin managers that can help you install these plugins: ## Archived plugins -Plugins are archived when they start to fail integration testing with latest CLN release, at which point they will be considered unmaintained. - -The old archived plugins section is now on a new separate file. You can find it [here](archived.md). - +If you can't find a plugin you're looking for, it may have been [archived](archived.md). Plugins are archived when they start to fail integration testing with the latest CLN release, at which point they will be considered unmaintained. ## Installation diff --git a/archived.md b/archived.md index fda003706..1c219683a 100644 --- a/archived.md +++ b/archived.md @@ -8,27 +8,35 @@ If you like a plugin from that list, feel free to update and fix it, so we can u | Name | Short description | | ------------------------------------ | ------------------------------------------------------------------------------------------- | | [autopilot][autopilot] | An autopilot that suggests channels that should be established | +| [balance-AMP-pay][bal-amp-pay] | Computes an optimal split of a payment amount for the use of AMP. Helps keep funds balanced | | [commando][commando] | This plugin allows to send commands between nodes | | [drain][drain] | Draining, filling and balancing channels with automatic chunks. | +| [fixroute][fixroute] | Constructs a route object (using sendpay) which goes over a sequence of node ids | | [helpme][helpme] | This plugin is designed to walk you through setting up a fresh Core-Lightning node | | [historian][historian] | Archiving the Lightning Network | | [jitrebalance][jitrebalance] | The JITrebalance plugin | | [noise][noise] | Chat with your fellow node operators | +| [nostr-control][nostr-control] | Allows you to talk to your node oand send you events from your node over nostr DMs | | [paytest][paytest] | A plugin to benchmark the performance of the ~pay~ plugin | | [probe][probe] | Regularly probes the network for stability | | [prometheus][prometheus] | Lightning node exporter for the prometheus timeseries server | +| [spark-commando][spark-commando] | Heavily inspired by Rusty's commando plugin | | [sparko][sparko] | RPC over HTTP with fine-grained permissions, SSE and spark-wallet support | | [summary][summary] | Print a nice summary of the node status | [autopilot]: https://github.com/lightningd/plugins/tree/master/archived/autopilot +[bal-amp-pay]: https://github.com/renepickhardt/plugins/tree/balanced_pay/balanced_amp_payments [commando]: https://github.com/lightningd/plugins/tree/master/archived/commando [drain]: https://github.com/lightningd/plugins/tree/master/archived/drain +[fixroute]: https://github.com/renepickhardt/plugins/tree/fixroute/fixroute [helpme]: https://github.com/lightningd/plugins/tree/master/archived/helpme [historian]: https://github.com/lightningd/plugins/tree/master/archived/historian [jitrebalance]: https://github.com/lightningd/plugins/tree/master/archived/jitrebalance [noise]: https://github.com/lightningd/plugins/tree/master/archived/noise +[nostr-control]: https://github.com/joelklabo/plugins/tree/nostr-control [paytest]: https://github.com/lightningd/plugins/tree/master/archived/paytest [probe]: https://github.com/lightningd/plugins/tree/master/archived/probe [prometheus]: https://github.com/lightningd/plugins/tree/master/archived/prometheus +[spark-commando]: https://github.com/adi2011/plugins/tree/master/spark-commando [sparko]: https://github.com/fiatjaf/sparko [summary]: https://github.com/lightningd/plugins/tree/master/archived/summary