Hi Erel,
Thank you for the link to the
XML Generation Tool.
I understand that this tool can parse a .b4xlib and generate the XML documentation I need. That solves the "Translation" part of the problem for b4xlibs perfectly.
However, it does not solve the
"Acquisition" part of the problem, which applies to
both library types:
1. The .b4xlib Challenge: To use your tool, I first need to possess the .b4xlib files. Currently, they exist only as attachments scattered across hundreds of forum threads.
2. The Standard Library (.jar + .xml) Challenge: While Java libraries
do have XML documentation, they are also scattered across the forum. To index them, I currently have to find and download each one individually.
The Catch-22: To build a complete index of the ecosystem, I would need to write a script to download 700+ attachments (both .b4xlib and .jar/.xml) from the forum.
Doing so would trigger CloudFlare and ban my IP, which I strictly want to avoid to respect your server infrastructure.
The Request: Is there a way to obtain a single
"Master ZIP" that contains the current collection of community libraries (both .b4xlib and .jar types)?
If I had that archive, I could:
- Run the XML Generation tool locally on the .b4xlibs.
- Ingest the existing .xml files from the Java libraries.
- Build the entire AI database offline, without ever touching the live server or risking a ban.
Thank you for considering this!