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

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

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

Jacques Le Roux
Administrator
Thanks Deepak,

Very useful :)

Jacques


Le 31/08/2017 à 10:41, [hidden email] 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
>
>
>

Reply | Threaded
Open this post in threaded view
|

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

Jacques Le Roux
Administrator
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, [hidden email] 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
>>
>>
>>
>
>

Reply | Threaded
Open this post in threaded view
|

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

taher
In reply to this post by Jacques Le Roux
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,  <[hidden email]> 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
>
>
Reply | Threaded
Open this post in threaded view
|

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

Jacques Le Roux
Administrator
+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,  <[hidden email]> 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
>>
>>

Reply | Threaded
Open this post in threaded view
|

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

Ashish Vijaywargiya-4
In reply to this post by taher
>> 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 <[hidden email]
> 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,  <[hidden email]> 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
> >
> >
>
Reply | Threaded
Open this post in threaded view
|

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

Michael Brohl-3
In reply to this post by taher
+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,  <[hidden email]> 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
>>
>>


smime.p7s (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

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

Deepak Dixit-3
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 <[hidden email]>
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,  <[hidden email]> 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
Reply | Threaded
Open this post in threaded view
|

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

Sharan Foga
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 <[hidden email]> 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 <[hidden email]>
> 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,  <[hidden email]> 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
>
Reply | Threaded
Open this post in threaded view
|

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

taher
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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]>
>> 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,  <[hidden email]> 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
>>
Reply | Threaded
Open this post in threaded view
|

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

Jacques Le Roux
Administrator
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 <[hidden email]> 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 <[hidden email]> 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 <[hidden email]>
>>> 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,  <[hidden email]> 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
>>>