https://projects.apache.org/statistics.html

2024-04-17 Thread Pierre Smits
Hi all,

it seems that https://projects.apache.org/statistics.html doesn't work
anymore as it does not show any statistics

Met vriendelijke groet,

Pierre


Re: https://projects.apache.org/statistics.html

2024-04-17 Thread sebb
The page relies on the 3rd party provider snoot.io.

This appears to have gone away; the hostname no longer resolves.

On Wed, 17 Apr 2024 at 08:00, Pierre Smits  wrote:
>
> Hi all,
>
> it seems that https://projects.apache.org/statistics.html doesn't work
> anymore as it does not show any statistics
>
> Met vriendelijke groet,
>
> Pierre

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



Events calendar: help wanted

2024-04-17 Thread Rich Bowen
events.apache.org  is where we list upcoming events 
- both primary ASF events (Community Over Code) and project events (Pulsar 
Summit, eg) that have been approved by Trademarks and ComDev.

This site is backed by a Google Calendar, which is maintained by myself, Mark 
Thomas, and a handful of other people.

Due to changes in policy (I’m honestly completely unclear whether this is ASF 
policy, Google policy, or something else) the calendar page - 
https://events.apache.org/event/calendar.html - no longer works. There is a 
thread discussing this, and possible remediation, over on the 
plann...@apachecon.com  list - 
https://lists.apache.org/thread/14v10tfbrjb50m21skl2mn1bgf6tj6go - but I’m 
really not sure how to proceed from here.

I see two possible solutions here:

1) We move the calendar to something that doesn’t involve a third-party 
provider. This strikes me as the best option - we own the data, and have some 
method of displaying that data that doesn’t rely on anyone else. There used to 
be a *ton* of open source calendaring solutions that we could host on our site. 
(I, myself, used to maintain a Perl CGI calendar called WebCal, way back in the 
late 1900s.) I would appreciate someone stepping up to find, evaluate, and 
recommend an option here that we can put into the events site.

2) Try to jump through the various hoops to get Google Cal working again. This 
does *not* feel like the right approach, to me, since it seems that we’d just 
be kicking the can down the road a while longer until yet another privacy 
policy bites us.

The events site is in Git here: https://github.com/apache/comdev-events-site

Is anyone available/willing to help with this work?

— 
Rich Bowen
rbo...@rcbowen.com






Re: Events calendar: help wanted

2024-04-17 Thread sebb
An obvious work-round is to provide a link to the calendar, rather
than embedding it.

A link requires action by the user, so presumably counts as giving
consent, (as long as the destination of the link is clear).

On Wed, 17 Apr 2024 at 14:14, Rich Bowen  wrote:
>
> events.apache.org  is where we list upcoming 
> events - both primary ASF events (Community Over Code) and project events 
> (Pulsar Summit, eg) that have been approved by Trademarks and ComDev.
>
> This site is backed by a Google Calendar, which is maintained by myself, Mark 
> Thomas, and a handful of other people.
>
> Due to changes in policy (I’m honestly completely unclear whether this is ASF 
> policy, Google policy, or something else) the calendar page - 
> https://events.apache.org/event/calendar.html - no longer works. There is a 
> thread discussing this, and possible remediation, over on the 
> plann...@apachecon.com  list - 
> https://lists.apache.org/thread/14v10tfbrjb50m21skl2mn1bgf6tj6go - but I’m 
> really not sure how to proceed from here.
>
> I see two possible solutions here:
>
> 1) We move the calendar to something that doesn’t involve a third-party 
> provider. This strikes me as the best option - we own the data, and have some 
> method of displaying that data that doesn’t rely on anyone else. There used 
> to be a *ton* of open source calendaring solutions that we could host on our 
> site. (I, myself, used to maintain a Perl CGI calendar called WebCal, way 
> back in the late 1900s.) I would appreciate someone stepping up to find, 
> evaluate, and recommend an option here that we can put into the events site.
>
> 2) Try to jump through the various hoops to get Google Cal working again. 
> This does *not* feel like the right approach, to me, since it seems that we’d 
> just be kicking the can down the road a while longer until yet another 
> privacy policy bites us.
>
> The events site is in Git here: https://github.com/apache/comdev-events-site
>
> Is anyone available/willing to help with this work?
>
> —
> Rich Bowen
> rbo...@rcbowen.com
>
>
>
>

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



Re: Events calendar: help wanted

2024-04-17 Thread Rich Bowen

> On Apr 17, 2024, at 11:46 AM, sebb  wrote:
> 
> An obvious work-round is to provide a link to the calendar, rather
> than embedding it.
> 
> A link requires action by the user, so presumably counts as giving
> consent, (as long as the destination of the link is clear).


Sure. This also feels like a much worse user experience than having the 
calendar displayed on our own site.

Either way, someone needs to do this work.



Re: Events calendar: help wanted

2024-04-17 Thread sebb
On Wed, 17 Apr 2024 at 17:01, Rich Bowen  wrote:
>
>
> > On Apr 17, 2024, at 11:46 AM, sebb  wrote:
> >
> > An obvious work-round is to provide a link to the calendar, rather
> > than embedding it.
> >
> > A link requires action by the user, so presumably counts as giving
> > consent, (as long as the destination of the link is clear).
>
>
> Sure. This also feels like a much worse user experience than having the 
> calendar displayed on our own site.

But better than no calendar, and better than exposing PII without permission.

> Either way, someone needs to do this work.
>

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



Re: Events calendar: help wanted

2024-04-17 Thread Raphael Bircher
Hi Rich

The ICal from Google seems to work, so we could use a JavaScript wrapper to
display it on the page. And if we want, we could replace the iCal Feed from
Google to our own Doc food ;-)

Regards Raphael

On Wed, Apr 17, 2024 at 6:00 PM Rich Bowen  wrote:

>
> > On Apr 17, 2024, at 11:46 AM, sebb  wrote:
> >
> > An obvious work-round is to provide a link to the calendar, rather
> > than embedding it.
> >
> > A link requires action by the user, so presumably counts as giving
> > consent, (as long as the destination of the link is clear).
>
>
> Sure. This also feels like a much worse user experience than having the
> calendar displayed on our own site.
>
> Either way, someone needs to do this work.
>
>


Re: Events calendar: help wanted

2024-04-17 Thread Rich Bowen
On Apr 17, 2024, at 12:33 PM, Raphael Bircher  wrote:
> 
> Hi Rich
> 
> The ICal from Google seems to work, so we could use a JavaScript wrapper to
> display it on the page. And if we want, we could replace the iCal Feed from
> Google to our own Doc food ;-)

To be clear, are you volunteering to do this work?


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



Re: Events calendar: help wanted

2024-04-17 Thread sebb
As a work-round, I have replaced the embedded calendar with a clickable link.
I agree it is not ideal, but at least it works.

Note that there is a fundamental difference between the summary
calendar on the main page and the full calendar, now no longer
embedded.

The former is a fixed list, with no user interaction, the latter
allows for scrolling by month etc.
I am not an expert, but I suspect it would be difficult to wrap that
in Javascript.

On Wed, 17 Apr 2024 at 17:39, Rich Bowen  wrote:
>
> On Apr 17, 2024, at 12:33 PM, Raphael Bircher  
> wrote:
> >
> > Hi Rich
> >
> > The ICal from Google seems to work, so we could use a JavaScript wrapper to
> > display it on the page. And if we want, we could replace the iCal Feed from
> > Google to our own Doc food ;-)
>
> To be clear, are you volunteering to do this work?
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> For additional commands, e-mail: dev-h...@community.apache.org
>

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



Re: Events calendar: help wanted

2024-04-17 Thread Raphael Bircher
I don't promise this yet. but I vound an interesting tool for this
https://github.com/barryvan/discal/tree/master

Maybe a Task for my trainee ;-)

On Wed, Apr 17, 2024 at 6:40 PM Rich Bowen  wrote:

> On Apr 17, 2024, at 12:33 PM, Raphael Bircher 
> wrote:
> >
> > Hi Rich
> >
> > The ICal from Google seems to work, so we could use a JavaScript wrapper
> to
> > display it on the page. And if we want, we could replace the iCal Feed
> from
> > Google to our own Doc food ;-)
>
> To be clear, are you volunteering to do this work?
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
> For additional commands, e-mail: dev-h...@community.apache.org
>
>


Re: https://projects.apache.org/statistics.html

2024-04-17 Thread sebb
It seems snoot.io has been abandoned.

I'll remove the references.

[1] https://lists.apache.org/thread/hv11bmodqhzhoqxq8ky72trtmwogc18q

On Wed, 17 Apr 2024 at 10:26, sebb  wrote:
>
> The page relies on the 3rd party provider snoot.io.
>
> This appears to have gone away; the hostname no longer resolves.
>
> On Wed, 17 Apr 2024 at 08:00, Pierre Smits  wrote:
> >
> > Hi all,
> >
> > it seems that https://projects.apache.org/statistics.html doesn't work
> > anymore as it does not show any statistics
> >
> > Met vriendelijke groet,
> >
> > Pierre

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



Where is GSoC communications taking place?

2024-04-17 Thread lewis john mcgibbney
Hi dev@,
Can someone please point me to the GSoC happenings? I’ve not heard anything
since been approved on the Nutch mailing list
https://lists.apache.org/thread/tk8x6sf2mt1lt0v10j30djqjk6vwpgb2
Thanks in advance.
lewismc


-- 
http://home.apache.org/~lewismc/
http://people.apache.org/keys/committer/lewismc


Re: ASF on Redbubble

2024-04-17 Thread Richard Zowalla
Hi all,

did we receive any updates/explanation?

If the service is gone, we might want to update it's references in ASF sites.

Gruß 
Richard 

Am 23. Februar 2024 09:11:39 MEZ schrieb Mark Thomas :
>All,
>
>It isn't looking good. Redbubble have denied the suspension appeal and still 
>haven't explained why the account has been suspended. I've asked but I am not 
>sure I am going to get a response.
>
>I think we need to start looking for alternative services.
>
>Suggestions welcome.
>
>I haven't informed the PMCs using Redbubble yet. I'll do that if my request 
>for an explanation of why the account was suspended gets nowhere.
>
>Mark
>
>
>On 21/02/2024 15:31, Mark Thomas wrote:
>> On 21/02/2024 14:44, Richard Zowalla wrote:
>>> Hey Mark,
>>> I am unable to find the ComDev store  on Redbubble at all.
>>> My previous orders from ComDev are gone (or I ordered from the wrong
>>> people in the recent years).
>>> 
>>> So if you have a link for me, would be great :)
>> 
>> Sigh. Redbubble have suspended our account. I'll see what I can do to fix 
>> that.
>> 
>> Mark
>> 
>>> 
>>> Best
>>> Richard
>>> 
>>> 
>>> 
>>> Am Mittwoch, dem 21.02.2024 um 08:46 + schrieb Mark Thomas:
 On 20/02/2024 21:55, Jeff Zemerick wrote:
> Hi all,
> 
> Hopefully this list is the best place for this.
> 
> I have ordered several OpenNLP shirts in the past from Redbubble. I
> did a
> recent order for OpenNLP, Airflow, Solr, and NiFi shirts (can never
> have
> enough, right?) and RedBubble canceled the OpenNLP and Airflow ones
> due to
> Redbubble’s IP/Publicity Rights Policy [1].
 
 I only see Solr in the ComDev store. It may be the case that
 RedBubble
 is (finally) taking steps against sellers that sell items using logos
 they don't have the rights to. Last time I went looking there were a
 LOT
 of items with logos for commercial software. You might have got
 caught
 up in that.
 
> I just wanted to bring it to the ASF's attention. Is Redbubble
> still the
> place to get ASF swag?
 
 It is the place ComDev maintains although some projects may have set
 up
 alternatives.
 
 The simplest solution may be to get those PMCs to request that the
 relevant logos are added to the ComDev store. It just needs an email
 from someone on the PMC to this list confirming that the PMC would
 like
 the logo added.
 
 Mark
 
 -
 To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
 For additional commands, e-mail: dev-h...@community.apache.org
 
>>> 
>>> 
>>> -
>>> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
>>> For additional commands, e-mail: dev-h...@community.apache.org
>>> 
>> 
>> -
>> To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
>> For additional commands, e-mail: dev-h...@community.apache.org
>> 
>
>-
>To unsubscribe, e-mail: dev-unsubscr...@community.apache.org
>For additional commands, e-mail: dev-h...@community.apache.org
>