From 31b4fed787d3c345aea6df28c37eb42b1d348776 Mon Sep 17 00:00:00 2001 From: Philip Bauer Date: Sat, 20 May 2023 11:27:39 +0200 Subject: [PATCH] mention https://pag.derico.tech (Fix #22) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 248a0f2..2d5aeed 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ There are over [3000 add-ons for Plone on pypi](https://pypi.org/search/?q=&o=&c This list is intended to fill that gap, and create a shared knowledge about common products and techniques. +For a filterable list of addons aggreating all Plone related packages from PyPi see https://pag.derico.tech. + This list only covers add-ons that work with the latest major versions of Plone (currently 5.2 and 6) and only those that support Python 3. Plone 6 comes with a new default frontend called Volto, which is written in React and uses `plone.restapi` to communicate with Plone. Volto is very extendable in itself. Checkout the [awesome-volto list](https://github.com/collective/awesome-volto) for add-ons to Volto.