Re: PPMC members, please check our January Poddling Report!

2017-01-03 Thread Daniel Dekany
At least now it stars the editor when I press Edit.


Wednesday, January 4, 2017, 7:26:55 AM, David E Jones wrote:

> On Tue, 2017-01-03 at 10:26 +0100, Daniel Dekany wrote:
>> I have added our report to
>> https://wiki.apache.org/incubator/January2017. PPMC members, please
>> read it, and sign it off if you agree!
>> 
>
> The report looks good. I tried signing it through the wiki but the
> page is showing as 'Immutable Page'. My account
> (jonesde) worked before for editing these incubator reports...
> perhaps someone else is editing it or something so I'll
> try again later.
>
> -David
>
>
>

-- 
Thanks,
 Daniel Dekany



Re: PPMC members, please check our January Poddling Report!

2017-01-03 Thread David E Jones
On Tue, 2017-01-03 at 10:26 +0100, Daniel Dekany wrote:
> I have added our report to
> https://wiki.apache.org/incubator/January2017. PPMC members, please
> read it, and sign it off if you agree!
> 

The report looks good. I tried signing it through the wiki but the page is 
showing as 'Immutable Page'. My account
(jonesde) worked before for editing these incubator reports... perhaps someone 
else is editing it or something so I'll
try again later.

-David




Re: About a Freemarker template evaluator service

2017-01-03 Thread Christoph Rüger
+1

watch out for security / template injection attacks: e.g. see
http://blog.portswigger.net/2015/08/server-side-template-injection.html

set

configuration.setNewBuiltinClassResolver(TemplateClassResolver.
ALLOWS_NOTHING_RESOLVER);

2017-01-03 16:07 GMT+01:00 Taher Alkhateeb :

> Very cool idea, and I think in worst case scenario not too difficult to
> redo the work if needed. It's just one page that calls the parser.
>
> On Jan 3, 2017 3:27 PM, "Daniel Dekany"  wrote:
>
> > Probably there will be a higher chance for positive answer if we can
> > offer running the service too. Because I guess that's a burden for
> > them, while owning a piece of software on GitHub is not, that's just
> > good PR.
> >
> >
> > Tuesday, January 3, 2017, 12:53:12 PM, Jacques Le Roux wrote:
> >
> > > Le 03/01/2017 à 09:32, Jacopo Cappellato a écrit :
> > >> Hi all,
> > >>
> > >> a couple of days ago Daniel brought to my attention the site/service:
> > >>
> > >> http://freemarker-online.kenshoo.com/
> > >>
> > >> They provide a nice online tool to evaluate any Freemarker template by
> > >> providing the template code and its context.
> > >>
> > >> Wouldn't be nice is we could offer that or a similar service to the
> > users
> > >> and potential adopters of Freemarker? I think it would be a very
> useful
> > >> tool and also a good mechanism to attract new consumers.
> > >>
> > >> If there is an interest in this community then we could move in two
> > >> directions:
> > >>
> > >> 1) get in touch with the maintainers of freemarker-online and see if
> > they
> > >> are interested to contribute their work [*] or join our community and
> > help
> > >> to build a similar one here; if they are not interested then we could
> > >> discuss if it would make sense to build our own here
> > >>
> > >> 2) get in touch with the Infra team and explore the possibility to set
> > up a
> > >> virtual machine to dedicated to our project that we could use to
> deploy
> > a
> > >> similar service, from our official website
> > >>
> > >> I can volunteer to try to get in touch with them (#1); any volunteers
> > for
> > >> #2 (or even #1)?
> > >>
> > >> Kind regards,
> > >>
> > >> Jacopo
> > >>
> > >> [*] which is licensed with the AL2.0 and available here:
> > >> https://github.com/kenshoo/freemarker-online
> > >>
> > > Hi Jacopo,
> > >
> > > I can take care of 2, I'm used to these kind of things for OFBiz
> > > I guess 1 is a prerequisite and I'm not well placed for this task.
> > >
> > > Jacques
> > >
> > >
> >
> > --
> > Thanks,
> >  Daniel Dekany
> >
> >
>



-- 
Christoph Rüger, Geschäftsführer
Synesty  - Automatisierung, Schnittstellen, Datenfeeds
Tel.: +49 3641/559649

Xing: https://www.xing.com/profile/Christoph_Rueger2
LinkedIn: http://www.linkedin.com/pub/christoph-rueger/a/685/198

-- 
Synesty GmbH
Moritz-von-Rohr-Str. 1a
07745 Jena
Tel.: +49 3641 559649
Fax.: +49 3641 5596499
Internet: http://synesty.com

Geschäftsführer: Christoph Rüger
Unternehmenssitz: Jena
Handelsregister B beim Amtsgericht: Jena
Handelsregister-Nummer: HRB 508766
Ust-IdNr.: DE287564982


Re: About a Freemarker template evaluator service

2017-01-03 Thread Taher Alkhateeb
Very cool idea, and I think in worst case scenario not too difficult to
redo the work if needed. It's just one page that calls the parser.

On Jan 3, 2017 3:27 PM, "Daniel Dekany"  wrote:

> Probably there will be a higher chance for positive answer if we can
> offer running the service too. Because I guess that's a burden for
> them, while owning a piece of software on GitHub is not, that's just
> good PR.
>
>
> Tuesday, January 3, 2017, 12:53:12 PM, Jacques Le Roux wrote:
>
> > Le 03/01/2017 à 09:32, Jacopo Cappellato a écrit :
> >> Hi all,
> >>
> >> a couple of days ago Daniel brought to my attention the site/service:
> >>
> >> http://freemarker-online.kenshoo.com/
> >>
> >> They provide a nice online tool to evaluate any Freemarker template by
> >> providing the template code and its context.
> >>
> >> Wouldn't be nice is we could offer that or a similar service to the
> users
> >> and potential adopters of Freemarker? I think it would be a very useful
> >> tool and also a good mechanism to attract new consumers.
> >>
> >> If there is an interest in this community then we could move in two
> >> directions:
> >>
> >> 1) get in touch with the maintainers of freemarker-online and see if
> they
> >> are interested to contribute their work [*] or join our community and
> help
> >> to build a similar one here; if they are not interested then we could
> >> discuss if it would make sense to build our own here
> >>
> >> 2) get in touch with the Infra team and explore the possibility to set
> up a
> >> virtual machine to dedicated to our project that we could use to deploy
> a
> >> similar service, from our official website
> >>
> >> I can volunteer to try to get in touch with them (#1); any volunteers
> for
> >> #2 (or even #1)?
> >>
> >> Kind regards,
> >>
> >> Jacopo
> >>
> >> [*] which is licensed with the AL2.0 and available here:
> >> https://github.com/kenshoo/freemarker-online
> >>
> > Hi Jacopo,
> >
> > I can take care of 2, I'm used to these kind of things for OFBiz
> > I guess 1 is a prerequisite and I'm not well placed for this task.
> >
> > Jacques
> >
> >
>
> --
> Thanks,
>  Daniel Dekany
>
>


Re: [DRAFT] FreeMarker report - January 2017

2017-01-03 Thread Daniel Dekany
Tuesday, January 3, 2017, 9:39:14 AM, Jacopo Cappellato wrote:

> It would be also great if any of you could write a short summary (i.e. a
> sentence or two) of the changes to the codebase we did in the last quarter
> and add it to the section "How has the project developed since the last
> report?"

For the record, I did that already, as you have seen when signing it
off. I had to call it a rather silent period though...

> Jacopo
>
> On Tue, Jan 3, 2017 at 8:53 AM, Jacopo Cappellato <
> jacopo.cappell...@gmail.com> wrote:
>
>> On Mon, Jan 2, 2017 at 8:18 PM, Daniel Dekany  wrote:
>>
>>>
>>> Is there any "political" reason for not mentioning that we also plan
>>> to try to make the project more attractive and more approachable by
>>> making a branch which drops the very much significant legacy burden?
>>> Or it's not a good idea until it's only a plan.
>>
>>
>> It makes perfect sense to add what you have proposed to the report; in
>> fact I think that in our last report there was already a mention to it.
>> Will you take care of updating/completing the report and add it to the
>> official Wiki page?
>>
>> Thanks,
>>
>> Jacopo
>>

-- 
Thanks,
 Daniel Dekany



Re: About a Freemarker template evaluator service

2017-01-03 Thread Daniel Dekany
Probably there will be a higher chance for positive answer if we can
offer running the service too. Because I guess that's a burden for
them, while owning a piece of software on GitHub is not, that's just
good PR.


Tuesday, January 3, 2017, 12:53:12 PM, Jacques Le Roux wrote:

> Le 03/01/2017 à 09:32, Jacopo Cappellato a écrit :
>> Hi all,
>>
>> a couple of days ago Daniel brought to my attention the site/service:
>>
>> http://freemarker-online.kenshoo.com/
>>
>> They provide a nice online tool to evaluate any Freemarker template by
>> providing the template code and its context.
>>
>> Wouldn't be nice is we could offer that or a similar service to the users
>> and potential adopters of Freemarker? I think it would be a very useful
>> tool and also a good mechanism to attract new consumers.
>>
>> If there is an interest in this community then we could move in two
>> directions:
>>
>> 1) get in touch with the maintainers of freemarker-online and see if they
>> are interested to contribute their work [*] or join our community and help
>> to build a similar one here; if they are not interested then we could
>> discuss if it would make sense to build our own here
>>
>> 2) get in touch with the Infra team and explore the possibility to set up a
>> virtual machine to dedicated to our project that we could use to deploy a
>> similar service, from our official website
>>
>> I can volunteer to try to get in touch with them (#1); any volunteers for
>> #2 (or even #1)?
>>
>> Kind regards,
>>
>> Jacopo
>>
>> [*] which is licensed with the AL2.0 and available here:
>> https://github.com/kenshoo/freemarker-online
>>
> Hi Jacopo,
>
> I can take care of 2, I'm used to these kind of things for OFBiz
> I guess 1 is a prerequisite and I'm not well placed for this task.
>
> Jacques
>
>

-- 
Thanks,
 Daniel Dekany



Re: About a Freemarker template evaluator service

2017-01-03 Thread Jacques Le Roux

Le 03/01/2017 à 09:32, Jacopo Cappellato a écrit :

Hi all,

a couple of days ago Daniel brought to my attention the site/service:

http://freemarker-online.kenshoo.com/

They provide a nice online tool to evaluate any Freemarker template by
providing the template code and its context.

Wouldn't be nice is we could offer that or a similar service to the users
and potential adopters of Freemarker? I think it would be a very useful
tool and also a good mechanism to attract new consumers.

If there is an interest in this community then we could move in two
directions:

1) get in touch with the maintainers of freemarker-online and see if they
are interested to contribute their work [*] or join our community and help
to build a similar one here; if they are not interested then we could
discuss if it would make sense to build our own here

2) get in touch with the Infra team and explore the possibility to set up a
virtual machine to dedicated to our project that we could use to deploy a
similar service, from our official website

I can volunteer to try to get in touch with them (#1); any volunteers for
#2 (or even #1)?

Kind regards,

Jacopo

[*] which is licensed with the AL2.0 and available here:
https://github.com/kenshoo/freemarker-online


Hi Jacopo,

I can take care of 2, I'm used to these kind of things for OFBiz
I guess 1 is a prerequisite and I'm not well placed for this task.

Jacques



Re: PPMC members, please check our January Poddling Report!

2017-01-03 Thread Jacopo Cappellato
Signed off! Thank you

Jacopo

On Tue, Jan 3, 2017 at 10:26 AM, Daniel Dekany  wrote:

> I have added our report to
> https://wiki.apache.org/incubator/January2017. PPMC members, please
> read it, and sign it off if you agree!
>
>
> Tuesday, January 3, 2017, 8:53:12 AM, Jacopo Cappellato wrote:
>
> > On Mon, Jan 2, 2017 at 8:18 PM, Daniel Dekany 
> wrote:
> >
> >>
> >> Is there any "political" reason for not mentioning that we also plan
> >> to try to make the project more attractive and more approachable by
> >> making a branch which drops the very much significant legacy burden?
> >> Or it's not a good idea until it's only a plan.
> >
> >
> > It makes perfect sense to add what you have proposed to the report; in
> fact
> > I think that in our last report there was already a mention to it. Will
> you
> > take care of updating/completing the report and add it to the official
> Wiki
> > page?
> >
> > Thanks,
> >
> > Jacopo
>
> --
> Thanks,
>  Daniel Dekany
>
>


PPMC members, please check our January Poddling Report!

2017-01-03 Thread Daniel Dekany
I have added our report to
https://wiki.apache.org/incubator/January2017. PPMC members, please
read it, and sign it off if you agree!


Tuesday, January 3, 2017, 8:53:12 AM, Jacopo Cappellato wrote:

> On Mon, Jan 2, 2017 at 8:18 PM, Daniel Dekany  wrote:
>
>>
>> Is there any "political" reason for not mentioning that we also plan
>> to try to make the project more attractive and more approachable by
>> making a branch which drops the very much significant legacy burden?
>> Or it's not a good idea until it's only a plan.
>
>
> It makes perfect sense to add what you have proposed to the report; in fact
> I think that in our last report there was already a mention to it. Will you
> take care of updating/completing the report and add it to the official Wiki
> page?
>
> Thanks,
>
> Jacopo

-- 
Thanks,
 Daniel Dekany



Re: [DRAFT] FreeMarker report - January 2017

2017-01-03 Thread Jacopo Cappellato
It would be also great if any of you could write a short summary (i.e. a
sentence or two) of the changes to the codebase we did in the last quarter
and add it to the section "How has the project developed since the last
report?"

Jacopo

On Tue, Jan 3, 2017 at 8:53 AM, Jacopo Cappellato <
jacopo.cappell...@gmail.com> wrote:

> On Mon, Jan 2, 2017 at 8:18 PM, Daniel Dekany  wrote:
>
>>
>> Is there any "political" reason for not mentioning that we also plan
>> to try to make the project more attractive and more approachable by
>> making a branch which drops the very much significant legacy burden?
>> Or it's not a good idea until it's only a plan.
>
>
> It makes perfect sense to add what you have proposed to the report; in
> fact I think that in our last report there was already a mention to it.
> Will you take care of updating/completing the report and add it to the
> official Wiki page?
>
> Thanks,
>
> Jacopo
>


About a Freemarker template evaluator service

2017-01-03 Thread Jacopo Cappellato
Hi all,

a couple of days ago Daniel brought to my attention the site/service:

http://freemarker-online.kenshoo.com/

They provide a nice online tool to evaluate any Freemarker template by
providing the template code and its context.

Wouldn't be nice is we could offer that or a similar service to the users
and potential adopters of Freemarker? I think it would be a very useful
tool and also a good mechanism to attract new consumers.

If there is an interest in this community then we could move in two
directions:

1) get in touch with the maintainers of freemarker-online and see if they
are interested to contribute their work [*] or join our community and help
to build a similar one here; if they are not interested then we could
discuss if it would make sense to build our own here

2) get in touch with the Infra team and explore the possibility to set up a
virtual machine to dedicated to our project that we could use to deploy a
similar service, from our official website

I can volunteer to try to get in touch with them (#1); any volunteers for
#2 (or even #1)?

Kind regards,

Jacopo

[*] which is licensed with the AL2.0 and available here:
https://github.com/kenshoo/freemarker-online