You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by de...@apache.org on 2017/08/31 08:41:35 UTC

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

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



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

Posted by Ashish Vijaywargiya <as...@hotwaxsystems.com>.
>> I feel sort of guilty

Please don't feel guilty about anything, Taher. You are doing the amazing
contribution in the Apache OFBiz project which is invaluable and we all
appreciate it. Thanks so much for all your hard work! :-)
It reminds me a book
<https://www.amazon.in/Refactoring-Improving-Existing-Addison-Wesley-Technology-ebook/dp/B007WTFWJ6?_encoding=UTF8&portal-device-attributes=desktop&tag=googinhydr18418-21>
from Martin Fowler! :-)

--
Kind Regards
Ashish Vijaywargiya
HotWax Systems - est. 1997 <http://www.hotwaxsystems.com/>


On Thu, Aug 31, 2017 at 4:05 PM, Taher Alkhateeb <slidingfilaments@gmail.com
> wrote:

> I feel sort of guilty because I'm the one who wrote those templates in
> the first place. I wrote them in PHP because I needed something to
> quickly publish HTML without copy-pasting headers, footers and so on.
>
> With that being said, if folks are okay with this, I intend on
> replacing them with FreeMarker and automating publishing with Gradle.
> I can't do that at the moment because there seems to be a lot of
> commit action recently. So I'll wait until things settle down a bit.
>
> On Thu, Aug 31, 2017 at 11:41 AM,  <de...@apache.org> wrote:
> > 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
> >
> >
>

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

Posted by Jacques Le Roux <ja...@les7arts.com>.
+1

With adding temporary scripts as I suggested in this thread

Jacques


Le 31/08/2017 à 12:35, Taher Alkhateeb a écrit :
> I feel sort of guilty because I'm the one who wrote those templates in
> the first place. I wrote them in PHP because I needed something to
> quickly publish HTML without copy-pasting headers, footers and so on.
>
> With that being said, if folks are okay with this, I intend on
> replacing them with FreeMarker and automating publishing with Gradle.
> I can't do that at the moment because there seems to be a lot of
> commit action recently. So I'll wait until things settle down a bit.
>
> On Thu, Aug 31, 2017 at 11:41 AM,  <de...@apache.org> wrote:
>> 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
>>
>>


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

Posted by Jacques Le Roux <ja...@les7arts.com>.
Thanks Taher,

Looking forward, then I guess we don't need temporary scripts for php compilation.

Jacques


Le 01/09/2017 à 15:09, Taher Alkhateeb a écrit :
> Thank you everyone for the votes, and Ashish for your kind words. I'll
> start to work on this in a few days once enough stabilization is done
> by everyone.
>
> On Fri, Sep 1, 2017 at 10:29 AM, Sharan Foga <sh...@apache.org> wrote:
>> Thanks for adding the Readme  file Deepak. I just added a quick update to it for header and footer changes.
>>
>> +1 Taher  - if you are ready to start on the conversion to freemarker and a more automated solution then please go ahead, as I think apart from the site sychronisation issue that Infra are looking at, there are only minor site changes being reported.
>>
>> Thanks
>> Sharan
>>
>> On 2017-08-31 18:34, Deepak Dixit <de...@hotwaxsystems.com> wrote:
>>> Hi Taher,
>>>
>>> +1 ftl is much better than php it will save lot of time and duplicate code
>>> as well
>>>
>>> Please proceed, I'll do changes after ftl conversation as well
>>>
>>> I'd like to help in freemarker conversition as well, please feel free to
>>> ask me for any assistence
>>>
>>> Thanks & Regards
>>> --
>>> Deepak Dixit
>>>
>>> On Thursday, August 31, 2017, Michael Brohl <mi...@ecomify.de>
>>> wrote:
>>>
>>>> +1, Taher
>>>>
>>>> Regards,
>>>>
>>>> Michael
>>>>
>>>>
>>>> Am 31.08.17 um 12:35 schrieb Taher Alkhateeb:
>>>>
>>>>> I feel sort of guilty because I'm the one who wrote those templates in
>>>>> the first place. I wrote them in PHP because I needed something to
>>>>> quickly publish HTML without copy-pasting headers, footers and so on.
>>>>>
>>>>> With that being said, if folks are okay with this, I intend on
>>>>> replacing them with FreeMarker and automating publishing with Gradle.
>>>>> I can't do that at the moment because there seems to be a lot of
>>>>> commit action recently. So I'll wait until things settle down a bit.
>>>>>
>>>>> On Thu, Aug 31, 2017 at 11:41 AM,  <de...@apache.org> wrote:
>>>>>
>>>>>> 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=180676
>>>>>> 4&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
>>>>>>
>>>>>>
>>>>>>
>>>>
>>> --
>>> Thanks & Regards
>>> --
>>> Deepak Dixit
>>> www.hotwaxsystems.com
>>> www.hotwax.co
>>>


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

Posted by Taher Alkhateeb <sl...@gmail.com>.
Thank you everyone for the votes, and Ashish for your kind words. I'll
start to work on this in a few days once enough stabilization is done
by everyone.

On Fri, Sep 1, 2017 at 10:29 AM, Sharan Foga <sh...@apache.org> wrote:
> Thanks for adding the Readme  file Deepak. I just added a quick update to it for header and footer changes.
>
> +1 Taher  - if you are ready to start on the conversion to freemarker and a more automated solution then please go ahead, as I think apart from the site sychronisation issue that Infra are looking at, there are only minor site changes being reported.
>
> Thanks
> Sharan
>
> On 2017-08-31 18:34, Deepak Dixit <de...@hotwaxsystems.com> wrote:
>> Hi Taher,
>>
>> +1 ftl is much better than php it will save lot of time and duplicate code
>> as well
>>
>> Please proceed, I'll do changes after ftl conversation as well
>>
>> I'd like to help in freemarker conversition as well, please feel free to
>> ask me for any assistence
>>
>> Thanks & Regards
>> --
>> Deepak Dixit
>>
>> On Thursday, August 31, 2017, Michael Brohl <mi...@ecomify.de>
>> wrote:
>>
>> > +1, Taher
>> >
>> > Regards,
>> >
>> > Michael
>> >
>> >
>> > Am 31.08.17 um 12:35 schrieb Taher Alkhateeb:
>> >
>> >> I feel sort of guilty because I'm the one who wrote those templates in
>> >> the first place. I wrote them in PHP because I needed something to
>> >> quickly publish HTML without copy-pasting headers, footers and so on.
>> >>
>> >> With that being said, if folks are okay with this, I intend on
>> >> replacing them with FreeMarker and automating publishing with Gradle.
>> >> I can't do that at the moment because there seems to be a lot of
>> >> commit action recently. So I'll wait until things settle down a bit.
>> >>
>> >> On Thu, Aug 31, 2017 at 11:41 AM,  <de...@apache.org> wrote:
>> >>
>> >>> 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=180676
>> >>> 4&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
>> >>>
>> >>>
>> >>>
>> >
>> >
>>
>> --
>> Thanks & Regards
>> --
>> Deepak Dixit
>> www.hotwaxsystems.com
>> www.hotwax.co
>>

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

Posted by Sharan Foga <sh...@apache.org>.
Thanks for adding the Readme  file Deepak. I just added a quick update to it for header and footer changes.

+1 Taher  - if you are ready to start on the conversion to freemarker and a more automated solution then please go ahead, as I think apart from the site sychronisation issue that Infra are looking at, there are only minor site changes being reported.

Thanks
Sharan

On 2017-08-31 18:34, Deepak Dixit <de...@hotwaxsystems.com> wrote: 
> Hi Taher,
> 
> +1 ftl is much better than php it will save lot of time and duplicate code
> as well
> 
> Please proceed, I'll do changes after ftl conversation as well
> 
> I'd like to help in freemarker conversition as well, please feel free to
> ask me for any assistence
> 
> Thanks & Regards
> -- 
> Deepak Dixit
> 
> On Thursday, August 31, 2017, Michael Brohl <mi...@ecomify.de>
> wrote:
> 
> > +1, Taher
> >
> > Regards,
> >
> > Michael
> >
> >
> > Am 31.08.17 um 12:35 schrieb Taher Alkhateeb:
> >
> >> I feel sort of guilty because I'm the one who wrote those templates in
> >> the first place. I wrote them in PHP because I needed something to
> >> quickly publish HTML without copy-pasting headers, footers and so on.
> >>
> >> With that being said, if folks are okay with this, I intend on
> >> replacing them with FreeMarker and automating publishing with Gradle.
> >> I can't do that at the moment because there seems to be a lot of
> >> commit action recently. So I'll wait until things settle down a bit.
> >>
> >> On Thu, Aug 31, 2017 at 11:41 AM,  <de...@apache.org> wrote:
> >>
> >>> 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=180676
> >>> 4&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
> >>>
> >>>
> >>>
> >
> >
> 
> -- 
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwaxsystems.com
> www.hotwax.co
> 

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

Posted by Deepak Dixit <de...@hotwaxsystems.com>.
Hi Taher,

+1 ftl is much better than php it will save lot of time and duplicate code
as well

Please proceed, I'll do changes after ftl conversation as well

I'd like to help in freemarker conversition as well, please feel free to
ask me for any assistence

Thanks & Regards
-- 
Deepak Dixit

On Thursday, August 31, 2017, Michael Brohl <mi...@ecomify.de>
wrote:

> +1, Taher
>
> Regards,
>
> Michael
>
>
> Am 31.08.17 um 12:35 schrieb Taher Alkhateeb:
>
>> I feel sort of guilty because I'm the one who wrote those templates in
>> the first place. I wrote them in PHP because I needed something to
>> quickly publish HTML without copy-pasting headers, footers and so on.
>>
>> With that being said, if folks are okay with this, I intend on
>> replacing them with FreeMarker and automating publishing with Gradle.
>> I can't do that at the moment because there seems to be a lot of
>> commit action recently. So I'll wait until things settle down a bit.
>>
>> On Thu, Aug 31, 2017 at 11:41 AM,  <de...@apache.org> wrote:
>>
>>> 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=180676
>>> 4&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
>>>
>>>
>>>
>
>

-- 
Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

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

Posted by Michael Brohl <mi...@ecomify.de>.
+1, Taher

Regards,

Michael


Am 31.08.17 um 12:35 schrieb Taher Alkhateeb:
> I feel sort of guilty because I'm the one who wrote those templates in
> the first place. I wrote them in PHP because I needed something to
> quickly publish HTML without copy-pasting headers, footers and so on.
>
> With that being said, if folks are okay with this, I intend on
> replacing them with FreeMarker and automating publishing with Gradle.
> I can't do that at the moment because there seems to be a lot of
> commit action recently. So I'll wait until things settle down a bit.
>
> On Thu, Aug 31, 2017 at 11:41 AM,  <de...@apache.org> wrote:
>> 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
>>
>>



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

Posted by Taher Alkhateeb <sl...@gmail.com>.
I feel sort of guilty because I'm the one who wrote those templates in
the first place. I wrote them in PHP because I needed something to
quickly publish HTML without copy-pasting headers, footers and so on.

With that being said, if folks are okay with this, I intend on
replacing them with FreeMarker and automating publishing with Gradle.
I can't do that at the moment because there seems to be a lot of
commit action recently. So I'll wait until things settle down a bit.

On Thu, Aug 31, 2017 at 11:41 AM,  <de...@apache.org> wrote:
> 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
>
>

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

Posted by Jacques Le Roux <ja...@les7arts.com>.
BTW I suggest a bash script to compile all in one shoot

I'll later try to write a .bat for that too

Jacques


Le 31/08/2017 à 12:32, Jacques Le Roux a écrit :
> Thanks Deepak,
>
> Very useful :)
>
> Jacques
>
>
> Le 31/08/2017 à 10:41, deepak@apache.org a écrit :
>> 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
>>
>>
>>
>
>


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

Posted by Jacques Le Roux <ja...@les7arts.com>.
Thanks Deepak,

Very useful :)

Jacques


Le 31/08/2017 à 10:41, deepak@apache.org a écrit :
> 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
>
>
>