Added: turbine/fulcrum/trunk/site/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/site/src/site/xdoc/index.xml?rev=672373&view=auto ============================================================================== --- turbine/fulcrum/trunk/site/src/site/xdoc/index.xml (added) +++ turbine/fulcrum/trunk/site/src/site/xdoc/index.xml Fri Jun 27 13:16:44 2008 @@ -0,0 +1,60 @@ +<?xml version="1.0"?> +<!-- + 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. +--> +<document> + <properties> + <title>Fulcrum</title> + <author email="[EMAIL PROTECTED]">Jason van Zyl</author> + <author email="[EMAIL PROTECTED]">Quinton McCombs</author> + </properties> + + <body> + + <section name="What is Fulcrum?"> + <p> + Fulcrum was originally created as part of the Turbine 3 effort. The idea + was to be able to decouple the services from Turbine 2 allowing them to be + used on both projects. + </p> + <p> + Fulcrum is currently evolving into a component repository based on the Avalon framework. + Each service is being converted into a stand alone component that can + be released independently of the other components. This will allow the + Turbine project to to release components as they change instead of having + to release everything at once. This will also allow other projects to take advantage + of these components. + </p> + </section> + + <section name="Container compatibility"> + <p> + All components are compatible in Avalon's ECM container. Any dependencies + on other components, system properties, or context elements are clearly + documented in the docs for each component. + </p> + <p> + Additionally, Fulcrum offers the Yaafi component. Yaafi (Yet Another Avalon Framework + Implementation) is a very simple container that is meant to be used with singleton + components. It is perfect for unit testing your components. You can then run them in + any other Avalon container like ECM, Phoenix, Excaliber, etc.. + </p> + </section> + + </body> +</document>
Added: turbine/fulcrum/trunk/site/src/site/xdoc/sites/osworkflow.xml URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/site/src/site/xdoc/sites/osworkflow.xml?rev=672373&view=auto ============================================================================== --- turbine/fulcrum/trunk/site/src/site/xdoc/sites/osworkflow.xml (added) +++ turbine/fulcrum/trunk/site/src/site/xdoc/sites/osworkflow.xml Fri Jun 27 13:16:44 2008 @@ -0,0 +1,40 @@ +<?xml version="1.0"?> +<!-- + 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. +--> + +<document> + + <properties> + <title>OSWorkflow Component</title> + <author email="[EMAIL PROTECTED]">Eric Pugh</author> + </properties> + + <body> + + <section name="OSWorkflow Component"> + <p> + <ul> + <li><a href="../fulcrum-osworkflow/index.html">Component</a></li> + <li><a href="../fulcrum-osworkflow-example/index.html">Example</a></li> + </ul> + </p> + </section> + + </body> +</document> Added: turbine/fulcrum/trunk/site/src/site/xdoc/sites/security.xml URL: http://svn.apache.org/viewvc/turbine/fulcrum/trunk/site/src/site/xdoc/sites/security.xml?rev=672373&view=auto ============================================================================== --- turbine/fulcrum/trunk/site/src/site/xdoc/sites/security.xml (added) +++ turbine/fulcrum/trunk/site/src/site/xdoc/sites/security.xml Fri Jun 27 13:16:44 2008 @@ -0,0 +1,45 @@ +<?xml version="1.0"?> +<!-- + 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. +--> + +<document> + + <properties> + <title>Security Component</title> + <author email="[EMAIL PROTECTED]">Eric Pugh</author> + </properties> + + <body> + + <section name="Security Component"> + <p> + <ul> + <li><a href="../fulcrum-security-site/index.html">Site</a></li> + <li><a href="../fulcrum-security-api/index.html">Security API</a></li> + <li><a href="../fulcrum-security-memory/index.html">Memory Impl</a></li> + <li><a href="../fulcrum-security-hibernate/index.html">Hibernate Impl</a></li> + <li><a href="../fulcrum-security-nt/index.html">NT Impl</a></li> + <li><a href="../fulcrum-security-adapter-turbine/index.html">Adapter Turbine</a></li> + <li><a href="../fulcrum-security-adapter-opensymphony/index.html">Adapter OpenSymphony</a></li> + </ul> + </p> + </section> + + </body> +</document>
