Author: jleroux
Date: Fri Apr 13 08:08:51 2018
New Revision: 1829040
URL: http://svn.apache.org/viewvc?rev=1829040&view=rev
Log:
Adds a link to the "Keeping OFBiz secure" wiki page
Improves the README.MD file by replacing the multi-lines compile stuff by the
php2html.sh script
Modified:
ofbiz/site/README.md
ofbiz/site/security.html
ofbiz/site/template/page/security.tpl.php
Modified: ofbiz/site/README.md
URL:
http://svn.apache.org/viewvc/ofbiz/site/README.md?rev=1829040&r1=1829039&r2=1829040&view=diff
==============================================================================
--- ofbiz/site/README.md (original)
+++ ofbiz/site/README.md Fri Apr 13 08:08:51 2018
@@ -1,28 +1,9 @@
##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
-`php template/html.tpl.php template/page/about-ofbiz.tpl.php >
about-ofbiz.html`
+with changes please compile these file and generate html using following
command ./php2htm.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.
+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.
-
-###Here are the quick reference to compile all the template file
-
-`php template/html.tpl.php template/page/about-ofbiz.tpl.php >
about-ofbiz.html`
-`php template/html.tpl.php template/page/business-users.tpl.php
>business-users.html`
-`php template/html.tpl.php template/page/developers.tpl.php > developers.html`
-`php template/html.tpl.php template/page/download.tpl.php > download.html`
-`php template/html.tpl.php template/page/release-notes-16.11.03.tpl.php >
release-notes-16.11.03.html`
-`php template/html.tpl.php template/page/release-notes-13.07.03.tpl.php >
release-notes-13.07.03.html`
-`php template/html.tpl.php template/page/faqs.tpl.php > faqs.html`
-`php template/html.tpl.php template/page/getting-involved.tpl.php >
getting-involved.html`
-`php template/html.tpl.php template/page/index.tpl.php > index.html`
-`php template/html.tpl.php template/page/mailing-lists.tpl.php >
mailing-lists.html`
-`php template/html.tpl.php template/page/ofbiz-demos.tpl.php >
ofbiz-demos.html`
-`php template/html.tpl.php template/page/our-users.tpl.php >our-users.html `
-`php template/html.tpl.php template/page/service-providers.tpl.php >
service-providers.html `
-`php template/html.tpl.php template/page/source-repositories.tpl.php >
source-repositories.html`
-`php template/html.tpl.php template/page/user-stories.tpl.php >
user-stories.html`
-`php template/html.tpl.php template/page/404.tpl.php > 404.html`
+Use the php2htm.sh script to compile all the modified template files in one
shoot.
Modified: ofbiz/site/security.html
URL:
http://svn.apache.org/viewvc/ofbiz/site/security.html?rev=1829040&r1=1829039&r2=1829040&view=diff
==============================================================================
--- ofbiz/site/security.html (original)
+++ ofbiz/site/security.html Fri Apr 13 08:08:51 2018
@@ -118,6 +118,7 @@
<div class="divider"><span></span></div>
<p> <strong> We strongly encourage OfBiz users to report security
problems affecting OFBiz to the private security mailing lists (either
[email protected] or [email protected]), before disclosing them in a
public forum.</strong></p>
<p>Please see the <a href="https://www.apache.org/security"
target="external">ASF Security Team webpage</a> for further information about
reporting a security vulnerability as well as their contact information. </p>
+ <p>You might be interested by our <a
href="https://www.apache.org/security" target="external">Keeping OFBiz secure
wiki page.</a></p>
<h3>List of Known Vulnerabilities</h3>
<ul class="iconsList">
Modified: ofbiz/site/template/page/security.tpl.php
URL:
http://svn.apache.org/viewvc/ofbiz/site/template/page/security.tpl.php?rev=1829040&r1=1829039&r2=1829040&view=diff
==============================================================================
--- ofbiz/site/template/page/security.tpl.php (original)
+++ ofbiz/site/template/page/security.tpl.php Fri Apr 13 08:08:51 2018
@@ -20,6 +20,7 @@
<div class="divider"><span></span></div>
<p> <strong> We strongly encourage OfBiz users to report security
problems affecting OFBiz to the private security mailing lists (either
[email protected] or [email protected]), before disclosing them in a
public forum.</strong></p>
<p>Please see the <a href="https://www.apache.org/security"
target="external">ASF Security Team webpage</a> for further information about
reporting a security vulnerability as well as their contact information. </p>
+ <p>You might be interested by our <a
href="https://www.apache.org/security" target="external">Keeping OFBiz secure
wiki page.</a></p>
<h3>List of Known Vulnerabilities</h3>
<ul class="iconsList">