Ticket #654 (new enhancement)

Opened 5 years ago

Last modified 3 months ago

Subsites and virtual hosting

Reported by: sfermigier Assigned to: fguillaume
Priority: P3 Milestone: CPS 3.5.1
Component: CPS (global) Version: unspecified
Severity: normal Keywords:
Cc:

Description (Last modified by fguillaume)

One should be able to create subsites in a big website, like z3lab.org which is actually a section in cps-project.org. What's needed (non-exhaustive list):

  • Navigation based on the subsite root
  • Correct URLs in the subsite (no /sections/whatever part)
  • Search engine restricted to subsite (but with the option to search on the global site)
  • A tricky problem is that the subsite may need its own workspaces and sections.

Change History

05/12/05 12:13:22 changed by fguillaume

  • description changed.

05/12/05 12:25:47 changed by jmorliaguet

There is also a need for "inside-out hosting", we have several use cases where entire subsections of a site belong in several places of the site, i.e. being able from:

/sections/documentation/othersections/

and:

/sections/information/othersections/

to see the content of

/sections/othersections/

but still staying in the original navigation context.

09/29/05 04:04:31 changed by janguenot

Do we really need this for 3.4 ?

10/03/05 01:06:09 changed by fguillaume

It should be simple now that we have the appropriate portal_url methods and use them consistently.

01/03/06 19:50:07 changed by fguillaume

  • milestone changed from CPS 3.4.0 to CPS 3.4.1.

05/16/06 11:35:49 changed by sfermigier

  • milestone changed from CPS 3.4.1 to CPS 3.4.2.

Need to check if it's doable now. We'll do it next time we need it.

05/19/06 16:58:00 changed by sfermigier

  • milestone changed from CPS 3.4.2 to CPS 3.4.3.

12/21/09 01:00:58 changed by gracinet

  • milestone changed from CPS 3.5.0 to CPS 3.5.1.

We need options for that in navigations portlets (start from virtual host base, start from where the portlet is defined). start_depth simply doesn't do the job, because of shifts due to permissions...

About the search page, that should be easy.

Separation in sections/workspaces is imho useless. This is mostly useful for several publication sites for the same organisation (or different departements). The permission system handles that perfectly. People wanting more insulation can set several portals in the same instance up, or even several instances.