Apache ofbiz Site

Clone this repo:
  1. 349676c Improved: Use browser validation for input element, support types (OFBIZ-13183) (#862) by Jacques Le Roux · 5 weeks ago master
  2. ab2872a Improved: Enhance security vulnerability reporting guidelines on the security page by Jacopo Cappellato · 10 weeks ago
  3. 8732455 Improved: Update security page content and headings by Jacopo Cappellato · 3 months ago
  4. 59a9b70 Revert "Improved: This time all is down. Seems a DB issue in Docker." by Jacques Le Roux · 10 weeks ago
  5. 5edb599 Improved: This time all is down. Seems a DB issue in Docker. by Jacques Le Roux · 2 months 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.