svn commit: r1806764 - /ofbiz/site/README.md

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r1806764 - /ofbiz/site/README.md

Deepak Dixit-5
Author: deepak
Date: Thu Aug 31 08:41:35 2017
New Revision: 1806764

URL: http://svn.apache.org/viewvc?rev=1806764&view=rev
Log:
Added Readme file

Added:
    ofbiz/site/README.md   (with props)

Added: ofbiz/site/README.md
URL: http://svn.apache.org/viewvc/ofbiz/site/README.md?rev=1806764&view=auto
==============================================================================
--- ofbiz/site/README.md (added)
+++ ofbiz/site/README.md Thu Aug 31 08:41:35 2017
@@ -0,0 +1,23 @@
+##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, 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`
+
+###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`

Propchange: ofbiz/site/README.md
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: ofbiz/site/README.md
------------------------------------------------------------------------------
    svn:keywords = Date Rev Author URL Id

Propchange: ofbiz/site/README.md
------------------------------------------------------------------------------
    svn:mime-type = text/plain