Author: tv
Date: Wed Mar 25 13:42:52 2009
New Revision: 758255
URL: http://svn.apache.org/viewvc?rev=758255&view=rev
Log:
Support Maven-2 site generation. Images are referenced through a svn:externals
link into /xdocs/images. This may be moved at some time when the maven-1 build
dies.
Added:
turbine/core/trunk/src/site/
turbine/core/trunk/src/site/resources/ (with props)
turbine/core/trunk/src/site/site.xml
Propchange: turbine/core/trunk/src/site/resources/
------------------------------------------------------------------------------
--- svn:externals (added)
+++ svn:externals Wed Mar 25 13:42:52 2009
@@ -0,0 +1 @@
+images https://svn.apache.org/repos/asf/turbine/core/trunk/xdocs/images
Added: turbine/core/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/turbine/core/trunk/src/site/site.xml?rev=758255&view=auto
==============================================================================
--- turbine/core/trunk/src/site/site.xml (added)
+++ turbine/core/trunk/src/site/site.xml Wed Mar 25 13:42:52 2009
@@ -0,0 +1,113 @@
+<?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="Turbine"
+ href="http://turbine.apache.org/">
+
+ <bannerLeft>
+ <name>Apache Turbine</name>
+ <src>/images/turbine-project.png</src>
+ <alt>Apache Turbine</alt>
+ <href>http://turbine.apache.org/</href>
+ </bannerLeft>
+ <bannerRight>
+ <src>/images/logo.gif</src>
+ </bannerRight>
+
+ <version position="right"/>
+
+ <body>
+ <links>
+ <item name="Turbine Home" href="http://turbine.apache.org/"/>
+ <item name="Fulcrum" href="http://turbine.apache.org/fulcrum/"/>
+ <item name="META" href="http://turbine.apache.org/meta/"/>
+ </links>
+
+ <menu name="General Information">
+ <item name="Overview" href="/index.html"/>
+ <item name="Features" href="/features.html"/>
+ <item name="Specification" href="/fsd.html"/>
+ <item name="Getting Started" href="/getting-started.html"/>
+ <item name="Howto Build Turbine" href="/how-to-build.html"/>
+ <item name="Changes" href="/changes-report.html"/>
+ </menu>
+ <menu name="Documentation">
+ <item name="Changes" href="/changes-report.html"/>
+ <item name="Core DB Schema" href="/turbine-schema.html"/>
+ <item name="Services" href="/services/index.html"
collapse="true">
+ <item name="Assembler Broker Service"
href="/services/assemblerbroker-service.html"/>
+ <item name="Avalon Component Service"
href="/services/avalon-component-service.html"/>
+ <item name="Crypto Service" href="/services/crypto-service.html"/>
+ <item name="Cache Service" href="/services/cache-service.html"/>
+ <item name="Component Service"
href="/services/component-service.html"/>
+ <item name="Factory Service"
href="/services/factory-service.html"/>
+ <item name="Intake Service" href="/services/intake-service.html"/>
+ <item name="JSP Service" href="/services/jsp-service.html"/>
+ <item name="Localization Service"
href="/services/localization-service.html"/>
+ <item name="Logging Service"
href="/services/logging-service.html"/>
+ <item name="MimeType Service"
href="/services/mimetype-service.html"/>
+ <item name="Naming Service" href="/services/naming-service.html"/>
+ <item name="Pool Service" href="/services/pool-service.html"/>
+ <item name="Pull Service" href="/services/pull-service.html"/>
+ <item name="Resources Service"
href="/services/resources-service.html"/>
+ <item name="RunData Service"
href="/services/rundata-service.html"/>
+ <item name="Scheduler Service"
href="/services/scheduler-service.html"/>
+ <item name="Security Service"
href="/services/security-service.html"/>
+ <item name="Servlet Service"
href="/services/servlet-service.html"/>
+ <item name="Session Service"
href="/services/session-service.html"/>
+ <item name="Template Service"
href="/services/template-service.html"/>
+ <item name="Torque Security Service"
href="/services/torque-security-service.html"/>
+ <item name="Torque Security Service Schema"
href="/services/torque-security-schema.html"/>
+ <item name="Unique ID Service"
href="/services/uniqueid-service.html"/>
+ <item name="Upload Service" href="/services/upload-service.html"/>
+ <item name="Velocity Service"
href="/services/velocity-service.html"/>
+ <item name="XML-RPC Service" href="/services/xmlrpc-service.html"/>
+ <item name="XSLT Service" href="/services/xslt-service.html"/>
+ </item>
+ <item name="Howtos" href="/howto/index.html"
collapse="true">
+ <item name="Action Events Howto"
href="/howto/action-event-howto.html"/>
+ <item name="Configuration Howto"
href="/howto/configuration-howto.html"/>
+ <item name="Extend User Howto" href="/howto/extend-user-howto.html"/>
+ <item name="Hibernate OM Howto" href="/howto/hibernate-howto.html"/>
+ <item name="Intake Howto" href="/howto/intake-howto.html"/>
+ <item name="JSP Howto" href="/howto/jsp-howto.html"/>
+ <item name="Migrating 2.1 to 2.2"
href="/howto/migrate-from-2_1-howto.html"/>
+ <item name="Migrating 2.2 to 2.3"
href="/howto/migrate-from-2_2-howto.html"/>
+ <item name="Pull Model Howto" href="/howto/pullmodel-howto.html"/>
+ <item name="Python Howto" href="/howto/python-howto.html"/>
+ <item name="Security Howto" href="/howto/security-howto.html"/>
+ <item name="Services Howto" href="/howto/services-howto.html"/>
+ <item name="URL rewriting Howto"
href="/howto/url-rewriting-howto.html"/>
+ <item name="Velocity Context Howto" href="/howto/context-howto.html"/>
+ <item name="Velocity Site Howto"
href="/howto/velocity-site-howto.html"/>
+ <item name="VelocityOnlyLayout Howto"
href="/howto/velocityonlylayout-howto.html"/>
+ </item>
+ <item name="Wiki"
href="http://wiki.apache.org/turbine/FrontPage"/>
+ <item name="JavaDocs" href="/apidocs/index.html"/>
+ </menu>
+
+ <menu name="Development">
+ <item name="Proposals" href="/proposals.html"/>
+ <item name="How To Help" href="/how-to-help.html"/>
+ <item name="Todo" href="/todo.html"/>
+ </menu>
+
+ </body>
+</project>