Author: henning Date: Tue Nov 2 22:13:32 2010 New Revision: 1030259 URL: http://svn.apache.org/viewvc?rev=1030259&view=rev Log: add submenus to make icons work and provide back links to main site
Added: commons/proper/vfs/trunk/core/src/site/ commons/proper/vfs/trunk/core/src/site/site.xml (with props) commons/proper/vfs/trunk/examples/src/site/ commons/proper/vfs/trunk/examples/src/site/site.xml (with props) commons/proper/vfs/trunk/sandbox/src/site/ commons/proper/vfs/trunk/sandbox/src/site/site.xml (with props) Added: commons/proper/vfs/trunk/core/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/core/src/site/site.xml?rev=1030259&view=auto ============================================================================== --- commons/proper/vfs/trunk/core/src/site/site.xml (added) +++ commons/proper/vfs/trunk/core/src/site/site.xml Tue Nov 2 22:13:32 2010 @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + 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. +--> +<project name="Commons VFS"> + + <bannerRight> + <name>Commons VFS</name> + <src>../images/vfs-logo-white.png</src> + <href>../index.html</href> + </bannerRight> + + <body> + <menu name="Commons VFS"> + <item name="Overview" href="../index.html"/> + </menu> + </body> +</project> Propchange: commons/proper/vfs/trunk/core/src/site/site.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/proper/vfs/trunk/core/src/site/site.xml ------------------------------------------------------------------------------ svn:keywords = Id Author Date Revision Added: commons/proper/vfs/trunk/examples/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/examples/src/site/site.xml?rev=1030259&view=auto ============================================================================== --- commons/proper/vfs/trunk/examples/src/site/site.xml (added) +++ commons/proper/vfs/trunk/examples/src/site/site.xml Tue Nov 2 22:13:32 2010 @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + 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. +--> +<project name="Commons VFS"> + + <bannerRight> + <name>Commons VFS</name> + <src>../images/vfs-logo-white.png</src> + <href>../index.html</href> + </bannerRight> + + <body> + <menu name="Commons VFS"> + <item name="Overview" href="../index.html"/> + </menu> + </body> +</project> Propchange: commons/proper/vfs/trunk/examples/src/site/site.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/proper/vfs/trunk/examples/src/site/site.xml ------------------------------------------------------------------------------ svn:keywords = Id Author Date Revision Added: commons/proper/vfs/trunk/sandbox/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/sandbox/src/site/site.xml?rev=1030259&view=auto ============================================================================== --- commons/proper/vfs/trunk/sandbox/src/site/site.xml (added) +++ commons/proper/vfs/trunk/sandbox/src/site/site.xml Tue Nov 2 22:13:32 2010 @@ -0,0 +1,31 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!-- + 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. +--> +<project name="Commons VFS"> + + <bannerRight> + <name>Commons VFS</name> + <src>../images/vfs-logo-white.png</src> + <href>../index.html</href> + </bannerRight> + + <body> + <menu name="Commons VFS"> + <item name="Overview" href="../index.html"/> + </menu> + </body> +</project> Propchange: commons/proper/vfs/trunk/sandbox/src/site/site.xml ------------------------------------------------------------------------------ svn:eol-style = native Propchange: commons/proper/vfs/trunk/sandbox/src/site/site.xml ------------------------------------------------------------------------------ svn:keywords = Id Author Date Revision