On 4/23/07, Dennis Lundberg <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] wrote:
> Author: tcurdt
> Date: Tue Apr 17 16:46:08 2007
> New Revision: 529805
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=529805
> Log:
> rephrased a few o=paragraphs,
> fixed broken links
>
>
> Modified:
>     jakarta/commons/proper/jci/trunk/src/site/site.xml
>     jakarta/commons/proper/jci/trunk/src/site/xdoc/faq.xml
>
> Modified: jakarta/commons/proper/jci/trunk/src/site/site.xml
> URL: 
http://svn.apache.org/viewvc/jakarta/commons/proper/jci/trunk/src/site/site.xml?view=diff&rev=529805&r1=529804&r2=529805
> ==============================================================================
> --- jakarta/commons/proper/jci/trunk/src/site/site.xml (original)
> +++ jakarta/commons/proper/jci/trunk/src/site/site.xml Tue Apr 17 16:46:08 
2007
> @@ -1,4 +1,4 @@
> -<?xml version="1.0" encoding="ISO-8859-1"?>
> +<?xml version="1.0"?>
>  <project name="Jakarta Commons JCI">
>      <bannerRight>
>          <name>Jakarta Commons JCI</name>
> @@ -7,10 +7,10 @@
>      </bannerRight>
>      <body>
>          <menu name="Jakarta Commons JCI">
> -            <item name="About" href="index.html"/>
> -            <item name="Usage" href="usage.html"/>
> -            <item name="FAQ" href="faq.html"/>
> -            <item name="Downloads" href="downloads.html"/>
> +            <item name="About" 
href="http://jakarta.apache.org/commons/jci/index.html"/>
> +            <item name="Usage" 
href="http://jakarta.apache.org/commons/jci/usage.html"/>
> +            <item name="FAQ" 
href="http://jakarta.apache.org/commons/jci/faq.html"/>
> +            <item name="Downloads" 
href="http://jakarta.apache.org/commons/jci/downloads.html"/>

This should not be necessary. If you use full URLs like this, you won't
be able to navigate a locally built site correctly. What kind of
problems did you run into? You stated "broken links" as the reason for
the change in the commit message.

<snip/>

Apparently, the site.xml "inheritance" does not tweak relative URLs as
needed (and expected).

-Rahul

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to