From 39fd70308c3aef5402abe7152ade76ff7bb331bb Mon Sep 17 00:00:00 2001 From: Enrico Maria De Angelis Date: Sat, 28 Feb 2026 08:51:16 +0100 Subject: Remove deprecated ArchUpdates plugin Users should have long switched to PacmanUpdates, as communicated in #723. Furthemore, we had forgotten to list PacmanUpdates in the plugins wrappable in Runnable. Fixed now. --- doc/plugins.org | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) (limited to 'doc/plugins.org') diff --git a/doc/plugins.org b/doc/plugins.org index 5cc7e79..8ff9d7d 100644 --- a/doc/plugins.org +++ b/doc/plugins.org @@ -1364,26 +1364,13 @@ network error) - Example: #+begin_src haskell - ArchUpdates ("up to date", - "1 update, - "? updates", - "!Pacman Error!") + PacmanUpdates ("up to date", + "1 update, + "? updates", + "!Pacman Error!") 600 #+end_src -*** =ArchUpdates (Zero, One, Many) Rate= - - - *This plugin is deprecated. Use =PacmanUpdates= instead.* - - Aliases to =arch= - - Same As: - #+begin_src haskell - PacmanUpdates (Zero, - One, - Many, - "pacman: Unknown cause of failure.") - Rate - #+end_src - *** =makeAccordion Tuning [Runnable]= - Wraps other =Runnable= plugins and makes them all collapsible to a single string: -- cgit v1.2.3