Apache ofbiz Site

Clone this repo:
  1. 2808360 Improved: Remove separate release18.12 build instructions from Developers page (#32) by Mridul Pathak · 4 weeks ago master
  2. 39be4c4 Improved: Point to release24.09 as the stable branch on Source Repository and Developers pages (#31) by Mridul Pathak · 4 weeks ago
  3. a802715 Improved: small usability improvements on the landing page (#27) by toaditi · 6 weeks ago
  4. ece4ac4 Improved: Update CVE-2026-29207 reference to include additional commit for fix in release 24.09.06 by Anahita Goljahani · 8 weeks ago
  5. 20b890d Improved: Update security CVE references to include related PRs or commits for fixes in release 24.09.06 by Anahita Goljahani · 9 weeks ago

##Update Site
If anyone is going to do any fixes - please do not just do any changes or fixes in the html page itself. It needs to be done in the php template, located under template/page, or template/region. Once you are done with changes please compile these file and generate html using following command ./php2html.sh

Changes to the common header or footer need to be done via head.tpl.php, header.tpl.php or footer.tpl under template/region. If change is done to the header or footer then regenerate all the html pages. Use the php2html.sh script to compile all the modified template files in one shoot.