plone / Products.CMFPlone

The core of the Plone content management system
https://plone.org
GNU General Public License v2.0
246 stars 186 forks source link

Update generator metadata literal in HEAD tag #3381

Closed sneridagh closed 8 months ago

sneridagh commented 2 years ago

BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)

Not a bug, a todo: The generator metadata literal in HEAD tag in Classic is:

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

What I expect to happen:

I suggest to update it with:

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

so we can track from now on the version numbers out there too.

PR in Volto:

https://github.com/plone/volto/pull/2934

What version of Plone/ Addons I am using:

Plone 6 Classic a2

pavankalyan767 commented 8 months ago

is this issue still available ? can i work on it ? I am a beginner to open source contribution so can you please guide me with this ? Thank you

stevepiercy commented 8 months ago

@pavankalyan224847 please read and follow Contributing to Plone and First-time contributors, specifically Things not to do.

Regardless, this issue appears to have been resolved, at least as far as I can tell on the source code of https://classic.demo.plone.org/en, and in the 6.0.0b2 bug fixes. Closing.