Change URL in <meta name="generator"> to Plone.com?

Should this

<meta name="generator" content="Plone - http://plone.org" />

be changed to

<meta name="generator" content="Plone - http://plone.com" />

to match our new colophon link URL, which is

<a href="http://plone.com" target="_blank" title="This site was built using the Plone Open Source CMS/WCM.">Powered by Plone &amp; Python</a>

Will this change affect our apparent number of installed sites?

I'm okay with changing this.

If you think about third party sites counting Plone sites, I guess some of them would need some changes.

According to http://www.w3.org/TR/html5/document-metadata.html#meta-generator its ok to also include the version number which would open in future some possibilities to make stats of public sites.

I have no idea if this is ok from a security point of view, but on the other hand its easy to detect a unpatched Plone version anyway.

If it doesn't conflict with security concerns then yes it would be fun to be able to track specific versions of Plone.

However I do want to ensure we are sending people consistently to the "correct" web site. People in the Plone community will know to go to Plone.org but we want newcomers to see Plone.com first.

I will make the PR.

Here's the PR: https://github.com/plone/Products.CMFPlone/pull/1294