Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: David Glick <[email protected]>
  • Loading branch information
sneridagh and davisagli authored Nov 11, 2024
1 parent 72d2ca2 commit 191d45e
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 14 deletions.
2 changes: 1 addition & 1 deletion backend-volto/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plone6.demo Copyright 2023, Plone Foundation
plone6.demo Copyright 2024, Plone Foundation

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License version 2
Expand Down
5 changes: 2 additions & 3 deletions backend-volto/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@
setup(
name="plone6.demo",
version="1.0.0a0",
description="A new project using Plone 6.",
description="Plone 6 Volto demo site configuration package.",
long_description=long_description,
long_description_content_type="text/markdown",
classifiers=[
"Development Status :: 3 - Alpha",
"Environment :: Web Environment",
"Framework :: Plone",
"Framework :: Plone :: Addon",
Expand All @@ -36,7 +35,7 @@
keywords="Python Plone CMS",
author="Plone Foundation",
author_email="[email protected]",
url="https://github.com/collective/plone6.demo",
url="https://github.com/plone/demo.plone.org",
project_urls={
"PyPI": "https://pypi.org/project/plone6.demo",
"Source": "https://github.com/collective/plone6.demo",
Expand Down
6 changes: 3 additions & 3 deletions backend-volto/src/plone6/demo/profiles.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<genericsetup:registerProfile
name="default"
title="Project Title: Install"
title="Plone 6 Demo Site: Install"
description="Package to configure a new Project Title site"
provides="Products.GenericSetup.interfaces.EXTENSION"
directory="profiles/default"
Expand All @@ -23,8 +23,8 @@

<genericsetup:registerProfile
name="uninstall"
title="Project Title: Uninstall"
description="Uninstall Project Title setup."
title="Plone 6 Demo Site: Uninstall"
description="Uninstall Plone 6 Demo Site setup."
provides="Products.GenericSetup.interfaces.EXTENSION"
directory="profiles/uninstall"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
prefix="plone"
purge="false"
>
<value key="email_from_name">Project Title</value>
<value key="email_from_name">Plone 6 Demo Site</value>
</records>
</registry>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
prefix="plone"
purge="false"
>
<value key="site_title">Project Title</value>
<value key="site_title">Plone 6 Demo Site</value>
</records>
</registry>
2 changes: 1 addition & 1 deletion backend/LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
plone6.demo Copyright 2023, Plone Foundation
plone6.demo Copyright 2024, Plone Foundation

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License version 2
Expand Down
8 changes: 4 additions & 4 deletions backend/src/plone6/demo/profiles.zcml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@

<genericsetup:registerProfile
name="default"
title="Project Title: Install"
description="Package to configure a new Project Title site"
title="Plone 6 Demo Site: Install"
description="Package to configure a new Plone 6 Demo Site"
provides="Products.GenericSetup.interfaces.EXTENSION"
directory="profiles/default"
/>

<genericsetup:registerProfile
name="uninstall"
title="Project Title: Uninstall"
description="Uninstall Project Title setup."
title="Plone 6 Demo Site: Uninstall"
description="Uninstall Plone 6 Demo Site setup."
provides="Products.GenericSetup.interfaces.EXTENSION"
directory="profiles/uninstall"
/>
Expand Down

0 comments on commit 191d45e

Please sign in to comment.