Apache ofbiz Site

Clone this repo:
  1. d491535 Improved: updates widget-form.xsd after OFBIZ-13349 by Nicolas Malin · 4 days ago master
  2. ef81188 Removed if-entity-permission tag definition from xsd file (OFBIZ-13393) by Deepak Dixit · 6 days ago
  3. 3907e1f Improved: Sync developers.tpl.php template with merged HTML changes from #15 (#16) by toaditi · 11 days ago
  4. a9b44fb Add new CVEs to the security page by Jacopo Cappellato · 12 days ago
  5. 11fca64 Add new release information for Apache OFBiz 24.09.06 by Jacopo Cappellato · 12 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.