[DISCUSS] Proposed resolution to graduate the PredictionIO podling

2017-09-28 Thread Donald Szeto
Hi all,

Please provide your feedback on this proposed graduation resolution by the
PredictionIO community below. We are hoping to reach a consensus here
before we start a recommendation vote. Thanks!

Regards,
Donald

-

X. Establish the Apache PredictionIO Project

   WHEREAS, the Board of Directors deems it to be in the best
   interests of the Foundation and consistent with the
   Foundation's purpose to establish a Project Management
   Committee charged with the creation and maintenance of
   open-source software, for distribution at no charge to
   the public, related to a machine learning server built on top of
   state-of-the-art open source stack, that enables developers to manage
   and deploy production-ready predictive services for various kinds of
   machine learning tasks.

   NOW, THEREFORE, BE IT RESOLVED, that a Project Management
   Committee (PMC), to be known as the "Apache PredictionIO Project",
   be and hereby is established pursuant to Bylaws of the
   Foundation; and be it further

   RESOLVED, that the Apache PredictionIO Project be and hereby is
   responsible for the creation and maintenance of software
   related to a machine learning server built on top of
   state-of-the-art open source stack, that enables developers to manage
   and deploy production-ready predictive services for various kinds of
   machine learning tasks;
   and be it further

   RESOLVED, that the office of "Vice President, Apache PredictionIO" be
   and hereby is created, the person holding such office to
   serve at the direction of the Board of Directors as the chair
   of the Apache PredictionIO Project, and to have primary
responsibility
   for management of the projects within the scope of
   responsibility of the Apache PredictionIO Project; and be it further

   RESOLVED, that the persons listed immediately below be and
   hereby are appointed to serve as the initial members of the
   Apache PredictionIO Project:

 * Alex Merritt 
 * Andrew Kyle Purtell 
 * Chan Lee 
 * Donald Szeto 
 * Felipe Oliveira 
 * James Taylor 
 * Justin Yip 
 * Kenneth Chan 
 * Lars Hofhansl 
 * Lee Moon Soo 
 * Luciano Resende 
 * Marcin Ziemiński 
 * Marco Vivero 
 * Mars Hall 
 * Matthew Tovbin 
 * Naoki Takezoe 
 * Pat Ferrel 
 * Paul Li 
 * Shinsuke Sugaya 
 * Simon Chan 
 * Takahiro Hagino 
 * Takako Shimamoto 
 * Tamas Jambor 
 * Tom Chan 
 * Vitaly Gordon 
 * Xiangrui Meng 
 * Xusen Yin 
 * Yevgeny Khodorkovsky 

   NOW, THEREFORE, BE IT FURTHER RESOLVED, that Donald Szeto
   be appointed to the office of Vice President, Apache PredictionIO, to
   serve in accordance with and subject to the direction of the
   Board of Directors and the Bylaws of the Foundation until
   death, resignation, retirement, removal or disqualification,
   or until a successor is appointed; and be it further

   RESOLVED, that the initial Apache PredictionIO PMC be and hereby is
   tasked with the creation of a set of bylaws intended to
   encourage open development and increased participation in the
   Apache PredictionIO Project; and be it further

   RESOLVED, that the Apache PredictionIO Project be and hereby
   is tasked with the migration and rationalization of the Apache
   Incubator PredictionIO podling; and be it further

   RESOLVED, that all responsibilities pertaining to the Apache
   Incubator PredictionIO podling encumbered upon the Apache Incubator
   Project are hereafter discharged.


Re: [VOTE] Accept PageSpeed into the Apache Incubator

2017-09-28 Thread Jacques Le Roux

+1, Looking forward !

Jacques

Le 27/09/2017 à 21:04, Otto van der Schaaf a écrit :

Hi All,

I would like to start a VOTE to bring the PageSpeed project in as an Apache
incubator
podling.

The ASF voting rules are described:

https://www.apache.org/foundation/voting.html

A vote for accepting a new Apache Incubator podling is a majority vote
for which only Incubator PMC member votes are binding.

This vote will run for at least 72 hours. Please VOTE as follows
[] +1 Accept PageSpeed into the Apache Incubator
[] +0 Abstain.
[] -1 Do not accept PageSpeed into the Apache Incubator because ...

The proposal is listed below, but you can also access it on the wiki:

https://wiki.apache.org/incubator/PageSpeedProposal

Kind regards,

Otto

= Apache PageSpeed =

== Abstract ==
PageSpeed represents a series of open source technologies to help make the
web faster by rewriting web pages to reduce latency and bandwidth.

== Proposal ==
PageSpeed is an open source library that can be embedded in a web server or
proxy server to perform just-in-time optimization of its output. PageSpeed
has two stable open source implementations: mod_pagespeed (httpd),
ngx_pagespeed (nginx). There is also ats_pagespeed (experimental), and
there are proprietary implementations (Microsoft IIS, OpenLiteSpeed, and
others).

This proposal assumes a single project for the pagespeed library and its
three derived open source implementations:

  * [[https://github.com/pagespeed/mod_pagespeed|mod_pagespeed]]
  * [[https://github.com/pagespeed/ngx_pagespeed|ngx_pagespeed]]
  * [[
https://github.com/apache/trafficserver/tree/master/plugins/experimental/ats_pagespeed|ats_pagespeed
]]

== Background ==
Studies indicate that there is a negative correlation between slow site
speeds and important business metrics, like conversion, retention, and
others. Web performance optimization is a fast moving target, and it is
both hard and expensive for companies to keep up with the current state of
technology. PageSpeed optimization represents an opportunity for website
owners to deliver content up to date with the latest web performance best
practices at reduced costs, without changing development workflows.

== Rationale ==
We think that the ASF offers the ideal environment to foster and grow the
project’s community. Many organizations can benefit from automatic web
optimization.

== Initial Goals ==
The initial goals of the pagespeed project are several-fold:

  * Foster and grow the community
  * Move the existing codebases to Apache and integrate with the Apache
development process.
  * [[https://github.com/pagespeed/mod_pagespeed/issues/1601|Move the docs
into a separate repository]], so we can (more easily) decouple product
releases from documentation updates. (Ideally the process for making small
doc changes is a low friction one).
  * Finish and land [[
https://github.com/pagespeed/mod_pagespeed/issues/876|content-security-policy
support]]
  * Finish and land changes in PageSpeed’s resource fetching infrastructure
(including a change [[
https://github.com/pagespeed/mod_pagespeed/issues/262|that teaches it about
following redirects]]).
  * [[https://github.com/pagespeed/ngx_pagespeed/issues/1181|Add Alpine
Linux]] to the list of supported distributions due to popular demand.
  * Turn the [[
https://github.com/pagespeed/mod_pagespeed/wiki/Design-Doc:-Central-Controller|experimental
central controller process]] on by default. Having a central controller
process is useful when someone wants to implement:
* Centrally fetching input resources
* Running phantomjs centrally for implementing more advanced
optimization opportunities
* Optimizing the file cache cleaning system
* More efficient handling of compute intensive optimizations (like image
transcoding and (re-)compression)
* If we do all of the above, a lot of the project’s dependencies would
end up running in a separate process. That offers further advantages from a
security perspective.

With the changes above, we propose releasing a 2.0 version of mod_pagespeed!

Next up would be allowing for intelligent decisions based on protocol
(http/2, quic). (ngx_pagespeed already is capable of doing this (and more)
to some extent with its [[
https://www.modpagespeed.com/doc/system#nginx_script_variables|script
variable support.]])

== Current Status ==
Google launched mod_pagespeed in 2010 to provide free open-source
technology to automate deployment of best practices for web front end
delivery. Since that time, the module has gained broad adoption, with
hundreds of thousands of installs including 1.2% of the top 10k sites. The
PageSpeed Optimization Libraries have been used in products such as the
Chrome Data Reduction proxy, PageSpeed Insights, Accelerated Mobile Pages
(AMP), and Google Web Light, as well as a plethora of CDN/Hosting/Plugin
channels to help any website deploy PageSpeed, including Verizon/Edgecast’s
CDN, we-amp’s IIS WebSpeed and ats_pagespeed, SiteGround, Section.IO,

Re: Need permission to edit podling report wiki page

2017-09-28 Thread Dave Fisher
Hi -

These rights are handled by making the request on general@incubator.apache.org 
- I’ve sent the request there.

Regards,
Dave

> On Sep 28, 2017, at 6:56 AM, Mike Beckerle  wrote:
> 
> I plan to circulate and then post the podling report, but my account 
> MichaelBeckerle, for the wiki, does not have permission to edit the page.
> 
> 
> Can I get this permission?
> 
> 
> Thanks
> 



signature.asc
Description: Message signed with OpenPGP


Re: [VOTE] Accept PageSpeed into the Apache Incubator

2017-09-28 Thread Pierre Smits
+1.

I wish you a healthy and prosperous project.

Best regards,

Pierre Smits

ORRTIZ.COM 
OFBiz based solutions & services

OFBiz Extensions Marketplace
http://oem.ofbizci.net/oci-2/

On Thu, Sep 28, 2017 at 5:41 AM, Greg Stein  wrote:

> On Wed, Sep 27, 2017 at 2:04 PM, Otto van der Schaaf 
> wrote:
> >...
>
> > This vote will run for at least 72 hours. Please VOTE as follows
> > [] +1 Accept PageSpeed into the Apache Incubator
> > [] +0 Abstain.
> > [] -1 Do not accept PageSpeed into the Apache Incubator because ...
> >
>
> +1 (binding)
>
> I've been interested in the PageSpeed work for years, as they use Apache
> Serf within mod_pagespeed. So, biased :-)
>
> Cheers,
> -g
>


Re: [PROPOSAL] PageSpeed

2017-09-28 Thread Shane Curcuru
Jukka Zitting wrote on 9/26/17 10:23 AM:
> Let's start a VOTE tomorrow if nobody has big concerns or issued they'd
> want to clarify before the vote.
> 
> The way I see it, the biggest items to look at during incubation is
> completing the transition from a Google-driven project to an independent,
> diverse community and doing a license review of the various dependencies
> PageSpeed has. I don't expect big issues with either, just noting that
> these will require some effort.
> 
> There's also an existing PageSpeed trademark for  "computer programs for
> use in newspaper layout and composition", so we'll need to work with the
> branding team to figure out how much of an issue that is.

PAGESPEED is a registered trademark in the US:

https://tsdr.uspto.gov/#caseNumber=73818548=SERIAL_NO=statusSearch

Trademarks are about ensuring that new users aren't confused when
looking for a specific product - that is, when they search and review
websites, knowing only the name and what they want the product to do,
would the user likely be confused as to which PageSpeed is which?

In any case, we can worry (but not much) about details like that when
the time comes.  Thanks for noting the issue!

-- 

- Shane
  https://www.apache.org/foundation/marks/resources

-
To unsubscribe, e-mail: general-unsubscr...@incubator.apache.org
For additional commands, e-mail: general-h...@incubator.apache.org



[RESULT][VOTE] Release Apache Unomi 1.2.0 (incubating)

2017-09-28 Thread Serge Huber
Hi all,

The IPMC has voted for Unomi 1.2.0-incubating release. Here's the vote
summary :

3 binding votes +1 :
- Steve Blackmon
- John D. Ament
- Jean-Baptiste Onofré

No 0 or -1.

Vote thread can be found here :

http://mail-archives.apache.org/mod_mbox/incubator-general/201709.mbox/%3CCACR6SAW1pY7MCZCg_Z4GSycySe4LH%2Bm%2Bck5x%3Du2J7d-56xeMYw%40mail.gmail.com%3E

Thank you for your votes and reviews ! I will now complete the release
process.

Regards,
  Serge Huber.


Re: [VOTE] Apache Unomi 1.2.0-incubating release

2017-09-28 Thread Serge Huber
Thanks all, we have enough votes now I will close the vote.

Regards,
  Serge...

Serge Huber
CTO & Co-Founder
T +41 22 361 3424
9 route des Jeunes | 1227 Acacias | Switzerland
jahia.com 
SKYPE | LINKEDIN  | TWITTER
 | VCARD



> JOIN OUR COMMUNITY  to evaluate, get trained and
to discover why Jahia is a leading User Experience Platform (UXP) for
Digital Transformation.

On Wed, Sep 27, 2017 at 2:05 PM, John D. Ament 
wrote:

> Here's my +1
>
> On Wed, Sep 27, 2017 at 3:42 AM Serge Huber  wrote:
>
> > Hi all,
> >
> > If we could just get one more binding vote this would be great so we
> could
> > have the minimum quorum for the release.
> >
> > Thanks for your help,
> > Regards,
> >   Serge...
> >
> > Hello Steve,
> >
> > >
> > > Thanks for your vote and validations.
> > >
> > > Sorry I missed that problem. As you voted +1 I take it this is not
> > blocker
> > > for the release ? (we could indicate this on the download page for the
> > > source for example ?).
> > >
> > > I have created the following ticket to track the issue and fix it for
> the
> > > next release : https://issues.apache.org/jira/browse/UNOMI-125
> > >
> > > Regards,
> > >   Serge...
> > >
> > >
> > > Serge Huber
> > > CTO & Co-Founder
> > > T +41 22 361 3424 <+41%2022%20361%2034%2024> <+41%2022%20361%2034%2
> >  entry=gmail=g>
> > 024>
> > > 9 route des Jeunes | 1227 Acacias | Switzerland
> > > jahia.com 
> > > SKYPE | LINKEDIN  | TWITTER
> > >  | VCARD
> > > 
> > >
> > >
> > > > JOIN OUR COMMUNITY  to evaluate, get trained
> > and
> > > to discover why Jahia is a leading User Experience Platform (UXP) for
> > > Digital Transformation.
> > >
> > > On Mon, Sep 25, 2017 at 7:13 PM, Steve Blackmon 
> > > wrote:
> > >
> > >>  +1 (binding)
> > >>
> > >> - verified checksums
> > >> - verified signatures
> > >> - verified source builds
> > >> - verified tests passing
> > >>
> > >> P.S.
> > >> I had to add -Drat.skip=true to ‘mvn clean install’ because by the
> time
> > >> rat
> > >> startup up, a non-compliant DEPENDENCIES file had been added.
> > >> A few ways to fix this - bind rat plugin only to validate phase,
> and/or
> > >> add
> > >> DEPENDENCIES to the rat black-list.
> > >>
> > >>
> > >>
> > >> On Sep 25, 2017 at 8:55 AM, Jean-Baptiste Onofré 
> > wrote:
> > >>
> > >>
> > >> +1 (binding)
> > >>
> > >> Gently reminder to the other IPMC, if you can have time to review and
> > vote
> > >> for
> > >> this release.
> > >>
> > >> Thanks !
> > >> Regards
> > >> JB
> > >>
> > >> On 09/19/2017 01:47 PM, Serge Huber wrote:
> > >>
> > >> Hi all,
> > >>
> > >> The Unomi community has voted for the release of Apache Unomi 1.2.0
> > >>
> > >> (incubating).
> > >>
> > >> The vote thread can be found at :
> > >>
> > >> http://mail-archives.apache.org/mod_mbox/incubator-unomi-dev
> > >> /201709.mbox/%3CCACR6SAW9HPLwi%3DcPhAnxUxmFTXThn6RH8BsUwGpYO
> > >> qcqyEWvhA%40mail.gmail.com%3E
> > >>
> > >> and the result is at:
> > >>
> > >> http://mail-archives.apache.org/mod_mbox/incubator-unomi-dev
> > >> /201709.mbox/%3CCACR6SAXuKT2EtauNC0oBfV%3DS2SVV-TMrAR3nRN2P7%
> 3DbLxMWAXA%
> > >> 40mail.gmail.com%3E
> > >>
> > >> We ask the IPMC to vote on this release.
> > >>
> > >> The artifacts to be voted on are located at:
> > >>
> > >> https://dist.apache.org/repos/dist/dev/incubator/unomi/1.2.
> 0-incubating
> > >>
> > >> Source distribution is here :
> > >>
> > >> https://dist.apache.org/repos/dist/dev/incubator/unomi/1.2.0
> > >> -incubating/unomi-1.2.0-incubating-src.zip
> > >>
> > >> With signature :
> > >>
> > >> https://dist.apache.org/repos/dist/dev/incubator/unomi/1.2.0
> > >> -incubating/unomi-1.2.0-incubating-src.zip.asc
> > >>
> > >> The keys used to sign the released artifacts can be found in :
> > >>
> > >> https://dist.apache.org/repos/dist/release/incubator/unomi/KEYS
> > >>
> > >> The tag is at:
> > >>
> > >> *
> > >> https://git-wip-us.apache.org/repos/asf?p=incubator-unomi.gi
> > >> t;a=tag;h=refs/tags/unomi-root-1.2.0-incubating
> > >>
> > >> <
> > >> https://git-wip-us.apache.org/repos/asf?p=incubator-unomi.gi
> > >> t;a=tag;h=refs/tags/unomi-root-1.2.0-incubating
> > >>
> > >> *
> > >>
> > >>
> > >> ( 42e4fa3d6912f35c791c790a71ccb4a96dce01fd )
> > >>
> > >> This vote will be open for at least 72 hours, or until the necessary
> > >> number
> > >>
> > >> of votes (3 +1) is reached.
> > >>
> > >> [ ] +1 Approve the release
> > >>
> > >> [ ] -1 Don't approve the release (please provide specific comments)
> > >>
> > >>
> > >> Thanks for your help,
> > >>
> > >> Regards,
> > >>
> > >> Serge
> >