You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ep...@apache.org on 2003/12/07 20:09:37 UTC

cvs commit: jakarta-commons-sandbox/configuration project.properties

epugh       2003/12/07 11:09:37

  Modified:    configuration/xdocs navigation.xml
               configuration project.properties
  Log:
  Tweak site to better match other commons projects.
  
  Revision  Changes    Path
  1.4       +12 -2     jakarta-commons-sandbox/configuration/xdocs/navigation.xml
  
  Index: navigation.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/configuration/xdocs/navigation.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- navigation.xml	5 Dec 2003 22:11:03 -0000	1.3
  +++ navigation.xml	7 Dec 2003 19:09:37 -0000	1.4
  @@ -1,11 +1,18 @@
   <?xml version="1.0" encoding="ISO-8859-1"?>
  +
  +<!DOCTYPE project [
  +<!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
  +]>
  +
   <project name="Configuration">
   
     <title>Configuration</title>
  -  <organizationLogo href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
  +  <organizationLogo href="/images/jakarta-logo-blue.gif">
  +   Jakarta
  +  </organizationLogo>
   
     <body>
  -    <menu name="Configuration">
  +	<menu name="Configuration">
         <item name="Home"                href="/index.html"/>
         <item name="Overview"            href="/overview.html"/>
         <item name="Examples"            href="/examples.html"/>
  @@ -14,5 +21,8 @@
       <menu name="Extensions">
         <item name="Avalon Component" href="http://jakarta.apache.org/turbine/fulcrum/fulcrum-configuration/index.html"/>
       </menu>    
  +    
  +    &commons-nav;
  +
     </body>
   </project>
  
  
  
  1.9       +4 -4      jakarta-commons-sandbox/configuration/project.properties
  
  Index: project.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/configuration/project.properties,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.properties	11 Nov 2003 15:02:07 -0000	1.8
  +++ project.properties	7 Dec 2003 19:09:37 -0000	1.9
  @@ -2,10 +2,10 @@
   # P R O J E C T  P R O P E R T I E S
   # -------------------------------------------------------------------
   
  -# display the date on the site
  -maven.xdoc.date = left
  -# Display the version the web site is documenting
  -maven.xdoc.version = ${pom.currentVersion}
  +maven.xdoc.date=left
  +maven.xdoc.version=${pom.currentVersion}
  +maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
  +
   
   compile.debug = on
   compile.optimize = off
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[website] Commons house style (was: Re: cvs commit: jakarta-commons-sandbox/configuration project.properties)

Posted by Dirk Verbeeck <di...@pandora.be>.
Here is a start:
http://nagoya.apache.org/wiki/apachewiki.cgi?CreatingStandardWebPresence

But I'm thinking about creating a kind of component-template to start 
from and then document how to use it.
I'll see what I can do the next couple of days.

-- Dirk

robert burrell donkin wrote:

> hi dirk
> 
> fancy volunteering to create a document (wiki or website) describing the 
> latest house style for sites?
> 
> (i know that there's been a lot of talk about mavenizing the website and 
> it'd be nice to have easy instructions.)
> 
> - robert
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-commons-sandbox/configuration project.properties

Posted by robert burrell donkin <ro...@blueyonder.co.uk>.
hi dirk

fancy volunteering to create a document (wiki or website) describing 
the latest house style for sites?

(i know that there's been a lot of talk about mavenizing the website 
and it'd be nice to have easy instructions.)

- robert

On 7 Dec 2003, at 21:51, Dirk Verbeeck wrote:

> Eric, is it possible to use one of the newer websites as example?
> Take commons-compress as example of the new navigation.
>
> -- Dirk
>
> epugh@apache.org wrote:
>
>> epugh       2003/12/07 11:09:37
>>   Modified:    configuration/xdocs navigation.xml
>>                configuration project.properties
>>   Log:
>>   Tweak site to better match other commons projects.
>>     Revision  Changes    Path
>>   1.4       +12 -2     
>> jakarta-commons-sandbox/configuration/xdocs/navigation.xml
>>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-commons-sandbox/configuration project.properties

Posted by Dirk Verbeeck <di...@pandora.be>.
Eric, is it possible to use one of the newer websites as example?
Take commons-compress as example of the new navigation.

-- Dirk

epugh@apache.org wrote:

> epugh       2003/12/07 11:09:37
> 
>   Modified:    configuration/xdocs navigation.xml
>                configuration project.properties
>   Log:
>   Tweak site to better match other commons projects.
>   
>   Revision  Changes    Path
>   1.4       +12 -2     jakarta-commons-sandbox/configuration/xdocs/navigation.xml
>   




---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


Re: cvs commit: jakarta-commons-sandbox/configuration project.properties

Posted by di...@multitask.com.au.
FYI some tabs slipped through in this commit.
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/



epugh@apache.org wrote on 08/12/2003 06:09:37 AM:

> epugh       2003/12/07 11:09:37
> 
>   Modified:    configuration/xdocs navigation.xml
>                configuration project.properties
>   Log:
>   Tweak site to better match other commons projects.
> 
>   Revision  Changes    Path
>   1.4       +12 -2 
jakarta-commons-sandbox/configuration/xdocs/navigation.xml
> 
>   Index: navigation.xml
>   ===================================================================
>   RCS file: 
/home/cvs/jakarta-commons-sandbox/configuration/xdocs/navigation.xml,v
>   retrieving revision 1.3
>   retrieving revision 1.4
>   diff -u -r1.3 -r1.4
>   --- navigation.xml   5 Dec 2003 22:11:03 -0000   1.3
>   +++ navigation.xml   7 Dec 2003 19:09:37 -0000   1.4
>   @@ -1,11 +1,18 @@
>    <?xml version="1.0" encoding="ISO-8859-1"?>
>   +
>   +<!DOCTYPE project [
>   +<!ENTITY commons-nav SYSTEM "../../incl_nav.xml">
>   +]>
>   +
>    <project name="Configuration">
> 
>      <title>Configuration</title>
>   -  <organizationLogo 
href="/images/jakarta-logo-blue.gif">Jakarta</organizationLogo>
>   +  <organizationLogo href="/images/jakarta-logo-blue.gif">
>   +   Jakarta
>   +  </organizationLogo>
> 
>      <body>
>   -    <menu name="Configuration">
>   +   <menu name="Configuration">
>          <item name="Home"                href="/index.html"/>
>          <item name="Overview"            href="/overview.html"/>
>          <item name="Examples"            href="/examples.html"/>
>   @@ -14,5 +21,8 @@
>        <menu name="Extensions">
>          <item name="Avalon Component" href="http://jakarta.apache.
> org/turbine/fulcrum/fulcrum-configuration/index.html"/>
>        </menu> 
>   + 
>   +    &commons-nav;
>   +
>      </body>
>    </project>
> 
> 
> 
>   1.9       +4 -4 
jakarta-commons-sandbox/configuration/project.properties
> 
>   Index: project.properties
>   ===================================================================
>   RCS file: 
/home/cvs/jakarta-commons-sandbox/configuration/project.properties,v
>   retrieving revision 1.8
>   retrieving revision 1.9
>   diff -u -r1.8 -r1.9
>   --- project.properties   11 Nov 2003 15:02:07 -0000   1.8
>   +++ project.properties   7 Dec 2003 19:09:37 -0000   1.9
>   @@ -2,10 +2,10 @@
>    # P R O J E C T  P R O P E R T I E S
>    # -------------------------------------------------------------------
> 
>   -# display the date on the site
>   -maven.xdoc.date = left
>   -# Display the version the web site is documenting
>   -maven.xdoc.version = ${pom.currentVersion}
>   +maven.xdoc.date=left
>   +maven.xdoc.version=${pom.currentVersion}
> 
+maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
>   +
> 
>    compile.debug = on
>    compile.optimize = off
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: commons-dev-help@jakarta.apache.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org