plone / Products.CMFPlone

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

Text on Create Plone Site screen is incorrect #3568

Closed stevepiercy closed 2 years ago

stevepiercy commented 2 years ago

BUG/PROBLEM REPORT (OR OTHER COMMON ISSUE)

Note that the text is not correct.

Screen Shot 2022-06-29 at 5 20 08 AM

For an introduction to Plone, success stories, demos, providers, visit plone.com. For documentation, add-ons, support, community, visit plone.org.

plone.com redirects to plone.org.

See https://github.com/plone/documentation/pull/1260#discussion_r909565281

What I did:

Followed the instructions here:

https://deploy-preview-1260--6-dev-docs-plone-org.netlify.app/install/source-step-by-step.html#installation-steps

What version of Plone/ Addons I am using:

6.0a6

rohnsha0 commented 2 years ago

@stevepiercy Check if the issue persists!?

stevepiercy commented 2 years ago

Yes. Please see: https://github.com/plone/Products.CMFPlone/search?q=plone.com

rohnsha0 commented 2 years ago

@stevepiercy But the link you gave doesn't reflect the issue! Please provide a valid link...

stevepiercy commented 2 years ago

It shows all instances of plone.com in the code base. That site no longer exists. All references to it should be updated to plone.org.

rohnsha0 commented 2 years ago

@stevepiercy This means all instances should be changed to plone.org!?

rohnsha0 commented 2 years ago

I'll soon fix the all the known instances through a PR! @stevepiercy

stevepiercy commented 2 years ago

Indeed, after your other PR, I suspected that there were more instances of plone.com lurking in the code base, just waiting to pounce upon the unwary. Imagine the horror! 😱 So I did that query to reveal where they are hiding.

rohnsha0 commented 2 years ago

hahahah! I'll try to fix them all by sometime after this front-end fix for your issue!

rohnsha0 commented 2 years ago

@stevepiercy Just searched plone.com in the organization, It has as much as 423 times used! :( https://github.com/search?p=3&q=org%3Aplone+plone.com&type=Code

stevepiercy commented 2 years ago

One repo at a time. 😉 If the repo is in Plone Core and still active, then it would be worth updating. Many are not, such as plone/plone.com-static, and should be ignored (or archived as read-only).

rohnsha0 commented 2 years ago

yaa! I understand

rohnsha0 commented 2 years ago

doing a PR now! kindly verify!