Hey, I took a look at this, and am unsure of the implementation.
Specifically, the links are in a subpage, not on the homepage itself. I'm
unsure if that's allowable or not, but I'm pretty sure whimsy won't pick it
up unless they do something more clever than the script I glanced at.
I checked out whimsy and ran tools/site-scan.rb and got this result (which
shows nulls for the links):
> {16:52}~/Documents/workspace/whimsy/tools:master ✓ ➭ ruby site-scan.rb
>> http://metron.apache.org/
>
> Metron http://metron.apache.org/ recent
>
> {
>
> "Metron": {
>
> "display_name": "Metron",
>
> "uri": "http://metron.apache.org/",
>
> "events": null,
>
> "foundation": null,
>
> "license": "http://www.apache.org/licenses/LICENSE-2.0",
>
> "sponsorship": null,
>
> "security": null,
>
> "trademarks": "Apache Metron and its logo are trademarks of the The
>> Apache Software Foundation.",
>
> "copyright": "Copyright © 2018, The Apache Software Foundation.",
>
> "image": null,
>
> "copyparent": true
>
> }
>
> }
>
>
If you hit the subpage itself, things look better
> {16:53}~/Documents/workspace/whimsy/tools:master ✓ ➭ ruby site-scan.rb
>> http://metron.apache.org/asf
>
> Metron http://metron.apache.org/asf/ missing
>
> {
>
> "Metron": {
>
> "display_name": "Metron",
>
> "uri": "http://metron.apache.org/asf/",
>
> "events": "https://www.apache.org/events/current-event",
>
> "foundation": "APACHE",
>
> "license": "http://www.apache.org/licenses/LICENSE-2.0",
>
> "sponsorship": "https://www.apache.org/foundation/sponsorship.html",
>
> "security": "https://www.apache.org/security/",
>
> "trademarks": "Apache Metron and its logo are trademarks of the The
>> Apache Software Foundation.",
>
> "copyright": "Copyright © 2018, The Apache Software Foundation.",
>
> "image": null,
>
> "thanks": "https://www.apache.org/foundation/thanks.html",
>
> "copyparent": true
>
> }
>
> }
>
>
On Thu, Feb 15, 2018 at 3:38 PM, Casey Stella <[email protected]> wrote:
> Just reporting back that Anand's PR METRON-1386 (
> https://github.com/apache/metron/pull/935) has been merged into master and
> the asf-site branch.
> Kudos to Anand!
>
> Casey
>
> On Wed, Feb 7, 2018 at 9:11 AM, Anand Subramanian <
> [email protected]> wrote:
>
> > I can take a shot at this if there are no other takers.
> >
> > Regards,
> > Anand
> >
> > On 2/5/18, 8:59 PM, "Justin Leet" <[email protected]> wrote:
> >
> > I'd created a Jira awhile ago, but it deserves a callout to the
> > community.
> > Especially if someone wants to grab it, it's probably something
> pretty
> > easy
> > (and valuable!) to do.
> >
> > There's a set of required links on Apache web pages, which can be
> seen
> > at Website
> > Navigation Links Policy
> > <https://www.apache.org/foundation/marks/pmcs#navigation>
> >
> > Reporting is at Site Check For Project - Metron
> > <https://whimsy.apache.org/site/project/metron>
> >
> > This ticket is available at:
> > METRON-1386 <https://issues.apache.org/jira/browse/METRON-1386>
> >
> >
> >
>