You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by fe...@apache.org on 2008/03/17 23:39:30 UTC

svn commit: r638110 - in /directory/shared/branches/bigbang: asn1-codec/src/site/ asn1/src/site/ convert/src/site/ ldap-constants/src/site/ ldap-jndi/src/site/ ldap/src/site/

Author: felixk
Date: Mon Mar 17 15:39:26 2008
New Revision: 638110

URL: http://svn.apache.org/viewvc?rev=638110&view=rev
Log:
Add site navigation to have a parent link in addition to the report links

Added:
    directory/shared/branches/bigbang/asn1-codec/src/site/
    directory/shared/branches/bigbang/asn1-codec/src/site/site.xml   (with props)
    directory/shared/branches/bigbang/convert/src/site/
    directory/shared/branches/bigbang/convert/src/site/site.xml   (with props)
    directory/shared/branches/bigbang/ldap-constants/src/site/
    directory/shared/branches/bigbang/ldap-constants/src/site/site.xml   (with props)
    directory/shared/branches/bigbang/ldap-jndi/src/site/
    directory/shared/branches/bigbang/ldap-jndi/src/site/site.xml   (with props)
    directory/shared/branches/bigbang/ldap/src/site/
    directory/shared/branches/bigbang/ldap/src/site/site.xml   (with props)
Modified:
    directory/shared/branches/bigbang/asn1/src/site/site.xml

Added: directory/shared/branches/bigbang/asn1-codec/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/asn1-codec/src/site/site.xml?rev=638110&view=auto
==============================================================================
--- directory/shared/branches/bigbang/asn1-codec/src/site/site.xml (added)
+++ directory/shared/branches/bigbang/asn1-codec/src/site/site.xml Mon Mar 17 15:39:26 2008
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<project name="${project.name}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Shared" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/shared/branches/bigbang/asn1-codec/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: directory/shared/branches/bigbang/asn1/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/asn1/src/site/site.xml?rev=638110&r1=638109&r2=638110&view=diff
==============================================================================
--- directory/shared/branches/bigbang/asn1/src/site/site.xml (original)
+++ directory/shared/branches/bigbang/asn1/src/site/site.xml Mon Mar 17 15:39:26 2008
@@ -40,6 +40,13 @@
       <item name="ApacheCon Europe 2005" href="http://www.apachecon.com/"
             img="http://apache.org/images/ac2005eu_135x50.gif" />
     </menu>
+
+    <menu name="Parent">
+      <item name="Apache Directory Shared" href="../index.html" />
+    </menu>
+  
+    <menu ref="reports" />
+
  </body>
 
 </project>

Added: directory/shared/branches/bigbang/convert/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/convert/src/site/site.xml?rev=638110&view=auto
==============================================================================
--- directory/shared/branches/bigbang/convert/src/site/site.xml (added)
+++ directory/shared/branches/bigbang/convert/src/site/site.xml Mon Mar 17 15:39:26 2008
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<project name="${project.name}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Shared" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/shared/branches/bigbang/convert/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/shared/branches/bigbang/ldap-constants/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/ldap-constants/src/site/site.xml?rev=638110&view=auto
==============================================================================
--- directory/shared/branches/bigbang/ldap-constants/src/site/site.xml (added)
+++ directory/shared/branches/bigbang/ldap-constants/src/site/site.xml Mon Mar 17 15:39:26 2008
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<project name="${project.name}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Shared" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/shared/branches/bigbang/ldap-constants/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/shared/branches/bigbang/ldap-jndi/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/ldap-jndi/src/site/site.xml?rev=638110&view=auto
==============================================================================
--- directory/shared/branches/bigbang/ldap-jndi/src/site/site.xml (added)
+++ directory/shared/branches/bigbang/ldap-jndi/src/site/site.xml Mon Mar 17 15:39:26 2008
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<project name="${project.name}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Shared" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/shared/branches/bigbang/ldap-jndi/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: directory/shared/branches/bigbang/ldap/src/site/site.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/bigbang/ldap/src/site/site.xml?rev=638110&view=auto
==============================================================================
--- directory/shared/branches/bigbang/ldap/src/site/site.xml (added)
+++ directory/shared/branches/bigbang/ldap/src/site/site.xml Mon Mar 17 15:39:26 2008
@@ -0,0 +1,32 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+  
+  http://www.apache.org/licenses/LICENSE-2.0
+  
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!--
+  @author <a href="mailto:dev@directory.apache.org">Apache Directory Project</a>
+-->
+<project name="${project.name}">
+    <bannerLeft>
+        <name>${project.name}</name>
+    </bannerLeft>
+    <publishDate position="navigation-bottom" format="dd-MM-yyyy HH:mm" />
+    <body>
+        <menu name="Parent">
+            <item name="Apache Directory Shared" href="../index.html" />
+        </menu>
+        <menu ref="reports" />
+    </body>
+</project>

Propchange: directory/shared/branches/bigbang/ldap/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native