Le 09/04/2026 à 11:42, Jacques Le Roux via dev a écrit :
Hi,
Currently we have none link from OFBiz site to AsciiDoc documentation which is
in nightlies.apache.org
For instance: https://nightlies.apache.org/ofbiz/trunk/ofbiz/
I did not quite check that, but the AsciiDoc documentation is much newer that
the one in Confluence and, at least for now, better maintained.
So, when I'll get enough time, I'll check and for now not replacing, but adding
links to the AsciiDoc documentation.
Jacques
I just realise that replacing README.adoc by README.md has an impact on https://nightlies.apache.org/ofbiz/trunk/readme/html5/README.html (same for
stable and next)
The file is still there, but it will no longer evolve (last change
* 2025-09-19 11:15:36 UTC for trunk,
* 2025-09-24 08:14:08 UTC for next,
* 2025-04-03 07:11:53 UTC for stable.
I see one solution for this problem with 2 possible alternatives.
The simple one, if it works, is to simply resurrect README.adoc or resurrect
and rename it.
Another is to resurrect and move it to another place (framework root ?)
It's maybe not the best solution, because it means to maintain 2 similar files.
Though actually these files are pretty mature and does not need much changes.
Else is it possible to handle README.md in BB (BuildBot) as it's done at the
moment for README.adoc (ie transforms it at least to HTML).
TIA
Jacques