Ticket #9570 (closed PLIP: fixed)
Change root-of-Zope page for Unified Install
Reported by: | dukebody | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 4.0 |
Component: | General | Version: | |
Keywords: | Cc: |
Description
http://plone.org/products/plone/roadmap/229
Change the default page at the root of Zope for the Unified installer to give helpful information for the novice user.
Proposed by
Ian Anderson
Seconded by
Joel Burton
Proposal type
Architecture
State
being-discussed
Definitions
Motivation
The default Zope root page is not helpful for novice users of Plone and can often be confusing. There is no information about why a user might be seeing this page, and why there is no mention of Plone. Assumptions
This is only for the Plone installer Proposal
The page displayed at the root of Zope should be changed to include the following.
- A message such as "did you mean http://___/Plone ?". It is important to make this a link to the root of the Plone site.
- A link to the ZMI
- A link to the help file on Plone.org explaining what to do if you are locked out of your site
- A link to the documentation on Plone.org on Virtual hosting, and a brief message about how a misconfiguration of VHM can cause you to see this page
For political reasons, it is important to preserve the Zope name, and logo on the page. We propose that this can be accomplished by including the Zope logo, and Plone logo at the bottom of the page. THese logos should be of equivalent size.
Implementation
The installer should replace the default Zope page at install time.
Deliverables
- A .zexp of the proposed new example page will be created and discussed. This can be added to any site for testing purposed.
- Python code to update the Zope index_html method will be written.
- unit tests will need to be written
- Translation/localization of this is not required for success of this project; however, the translation teams may choose to translate this new content.
- No new documented is expected.
Risks
Progress log
Thanks to wiggy's pointer to the bones code, this is working with the Unified Installer (via content creation -- not .zexp).
I assume that we'll have some attention paid to the contents of the start page. Here's the first draft: First Draft of Plone replacement for ZMI root page
This was already added to the unified installer sometime in the 3.x series, and as of a couple days ago Hanno has added an improved version to Plone itself, in the 4.0 branch.