Alfred BühlerAlfred Bühler wrote the following post Sat, 08 Aug 2026 17:23:10 +0200

Widget repository linking

I'm afraid I missed something here and need some help.
I've added my widget repo with

util/add_widget_repo /home/abu/prj/hz/widgets abu

This does the following:
  • Check out the repo into extend/widget/abu/
  • Create a directory widget containing links to all files in the repo

MyWidget.php -> ../extend/widget/abu/MyWidget.php
CHANGELOG.md -> ../extend/widget/abu/CHANGELOG.md
LICENSE -> ../extend/widget/abu/LICENSE
Makefile -> ../extend/widget/abu/Makefile
README.md -> ../extend/widget/abu/README.md
VERSION -> ../extend/widget/abu/VERSION

And now? This widget is still not offered for installation by the PDL editor.
Is there any other config to tweak? What did I miss up to here?
And to continue: how to deal with repos containing multiple widgets?