Apache ofbiz Site

Clone this repo:
  1. 20b890d Improved: Update security CVE references to include related PRs or commits for fixes in release 24.09.06 by Anahita Goljahani · 3 days ago master
  2. bc52478 Improved: Add commits and PRs related to security CVEs announced with release 24.09.07 by Anahita Goljahani · 4 days ago
  3. a3233f9 Updated some missing refernces by Deepak Dixit · 7 days ago
  4. cc86026 Improved: make BASE_URL configurable in php2html.sh and use it in all templates by Deepak Dixit · 7 days ago
  5. eafa9c7 Updated index.html and download.html pages url by Deepak Dixit · 7 days 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.