Apache ofbiz Site

Clone this repo:
  1. dd4f04c Remove unnecessary entry and blank lines from .gitignore by Jacopo Cappellato · 3 days ago master
  2. 08af46d Revert the unnecessary and unwanted changes introduced by commit b4d85b0c6438900e7d2108e48e5acec1925d0857. by Jacopo Cappellato · 3 days ago
  3. 400f044 Fixed: align developers.html file with its php template file by Anahita Goljahani · 3 days ago
  4. 8c624cd Improved: update service-config.xsd after improvement 'Handle and resume stale jobs in case of application node(s) running with Auto-scaling enabled (OFBIZ-13383)' by Nicolas Malin · 3 days ago
  5. 8012139 Improved: Add new OFBiz version 24.09.07 by Jacques Le Roux · 3 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.