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 abuThis 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?