On Fri, 2006-03-03 at 15:13 +0100, Ortwin Glück wrote: > > Oleg Kalnichevski wrote: > > On Fri, 2006-03-03 at 14:59 +0100, Ortwin Glück wrote: > >> Oleg Kalnichevski wrote: > >>> On Fri, 2006-03-03 at 14:40 +0100, Ortwin Glück wrote: > >>>> only a quick one: > >>>> > >>>> * The "lessons learned" page has no navigation. So the user loses track. > >>> What kind of navigation would you suggest? > >> I'd keep it flat and just give it its own entry below "Project goals". > >> > >>>> * "Home" in the modules doesn't work > >>> The link points to http://jakarta.apache.org/httpcomponents/. Once the > >>> site is deployed to its proper location, the link will work as intended. > >>> If you know how to bend Maven2 to dynamically generate those links based > >>> on the URL of the distribution site, I would be happy to learn > >> what about ".." ? > >> > > > > Aren't relative URLs a big no-no? > > Who says that? The Maven specs? >
What is the web server supposed to do with the following request GET .. HTTP/1.1 ? > I mean if you build the site locally then you expect it to work, right? > Not if one uses Maven ;-) All sub-modules are deployed in their respective home directories under 'target/site', which renders all cross-module links nonfunctional until the whole thing is deployed to its target repository. If you know how to fix that, I'll be happy to learn Oleg > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]