You are viewing a plain text version of this content. The canonical link for it is here.
Posted to awf-commits@incubator.apache.org by jm...@apache.org on 2011/08/03 22:24:57 UTC

svn commit: r1153690 - in /incubator/deft/sandbox: ./ src/site/ src/site/resources/ src/site/resources/css/ src/site/resources/images/ src/site/xdoc/

Author: jmeehan
Date: Wed Aug  3 22:24:55 2011
New Revision: 1153690

URL: http://svn.apache.org/viewvc?rev=1153690&view=rev
Log:
DEFT-179 - Initial implementation of Deft website.

Added:
    incubator/deft/sandbox/src/site/
    incubator/deft/sandbox/src/site/resources/
    incubator/deft/sandbox/src/site/resources/css/
    incubator/deft/sandbox/src/site/resources/css/site.css   (with props)
    incubator/deft/sandbox/src/site/resources/images/
    incubator/deft/sandbox/src/site/resources/images/apache-incubator-logo.png   (with props)
    incubator/deft/sandbox/src/site/resources/images/deft-logo.png   (with props)
    incubator/deft/sandbox/src/site/site.xml   (with props)
    incubator/deft/sandbox/src/site/xdoc/
    incubator/deft/sandbox/src/site/xdoc/api-guide.xml   (with props)
    incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml   (with props)
    incubator/deft/sandbox/src/site/xdoc/faq.xml   (with props)
    incubator/deft/sandbox/src/site/xdoc/index.xml   (with props)
    incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml   (with props)
    incubator/deft/sandbox/src/site/xdoc/release-notes.xml   (with props)
    incubator/deft/sandbox/src/site/xdoc/xdoc.xsl   (with props)
Modified:
    incubator/deft/sandbox/pom.xml

Modified: incubator/deft/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/pom.xml?rev=1153690&r1=1153689&r2=1153690&view=diff
==============================================================================
--- incubator/deft/sandbox/pom.xml (original)
+++ incubator/deft/sandbox/pom.xml Wed Aug  3 22:24:55 2011
@@ -1,20 +1,19 @@
 <?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.
--->
+	<!--
+		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 xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
 	<modelVersion>4.0.0</modelVersion>
@@ -22,6 +21,11 @@
 	<artifactId>deft</artifactId>
 	<version>0.4.0-SNAPSHOT</version>
 
+	<name>Deft</name>
+	<description>A high-performance web framework.</description>
+	<url>http://incubator.apache.org/deft</url>
+	<inceptionYear>2010</inceptionYear>
+
 	<dependencies>
 		<dependency>
 			<groupId>com.google.guava</groupId>
@@ -66,41 +70,44 @@
 	</dependencies>
 
 	<build>
-          <pluginManagement>
-            <plugins>
-              <plugin>
-                <groupId>org.apache.rat</groupId>
-                <artifactId>apache-rat-plugin</artifactId>
-                <configuration>
-                  <excludeSubProjects>false</excludeSubProjects>
-                  <excludes>
-                    <!-- MAVEN_DEFAULT_EXCLUDES -->
-                    <exclude>**/target/**/*</exclude>
-                    <exclude>**/cobertura.ser</exclude>
-                    <!-- ECLIPSE_DEFAULT_EXCLUDES -->
-                    <exclude>**/.classpath</exclude>
-                    <exclude>**/.project</exclude>
-                    <exclude>**/.settings/**/*</exclude>
-                    <!-- IDEA_DEFAULT_EXCLUDES -->
-                    <exclude>**/*.iml</exclude>
-                    <exclude>**/*.ipr</exclude>
-                    <exclude>**/*.iws</exclude>
-                    <!-- MANIFEST_MF_EXCLUDES -->
-                    <exclude>**/MANIFEST.MF</exclude>
-                    <!-- 3RD_PARTY_LICENSES -->
-                    <exclude>distribution/src/main/release/licenses/*</exclude>
-                    <exclude>src/main/release/licenses/*</exclude>
-                    <!-- Missing license header in dependency reduced pom, see http://jira.codehaus.org/browse/MSHADE-48 -->
-                    <exclude>**/dependency-reduced-pom.xml</exclude>
-                    <!-- GIT excludes -->
-                    <exclude>**/.gitignore</exclude>
-                    <!-- Miscelanaous files -->
-                    <exclude>src/test/resources/test.txt</exclude>
-                  </excludes>
-                </configuration>
-              </plugin>
-            </plugins>
-          </pluginManagement>
+		<pluginManagement>
+			<plugins>
+				<plugin>
+					<groupId>org.apache.rat</groupId>
+					<artifactId>apache-rat-plugin</artifactId>
+					<configuration>
+						<excludeSubProjects>false</excludeSubProjects>
+						<excludes>
+							<!-- MAVEN_DEFAULT_EXCLUDES -->
+							<exclude>**/target/**/*</exclude>
+							<exclude>**/cobertura.ser</exclude>
+							<!-- ECLIPSE_DEFAULT_EXCLUDES -->
+							<exclude>**/.classpath</exclude>
+							<exclude>**/.project</exclude>
+							<exclude>**/.settings/**/*</exclude>
+							<!-- IDEA_DEFAULT_EXCLUDES -->
+							<exclude>**/*.iml</exclude>
+							<exclude>**/*.ipr</exclude>
+							<exclude>**/*.iws</exclude>
+							<!-- MANIFEST_MF_EXCLUDES -->
+							<exclude>**/MANIFEST.MF</exclude>
+							<!-- 3RD_PARTY_LICENSES -->
+							<exclude>distribution/src/main/release/licenses/*</exclude>
+							<exclude>src/main/release/licenses/*</exclude>
+							<!--
+								Missing license header in dependency reduced pom, see
+								http://jira.codehaus.org/browse/MSHADE-48
+							-->
+							<exclude>**/dependency-reduced-pom.xml</exclude>
+							<!-- GIT excludes -->
+							<exclude>**/.gitignore</exclude>
+							<!-- Miscelanaous files -->
+							<exclude>src/test/resources/test.txt</exclude>
+						</excludes>
+					</configuration>
+				</plugin>
+			</plugins>
+		</pluginManagement>
 
 		<plugins>
 			<plugin>
@@ -115,36 +122,168 @@
 			</plugin>
 
 			<plugin>
-				<!--
-					NOTE: We don't need a groupId specification because the group is
-					org.apache.maven.plugins ...which is assumed by default.
-				-->
 				<artifactId>maven-assembly-plugin</artifactId>
 				<version>2.2-beta-5</version>
 				<configuration>
-					<!--
-						<descriptorRefs>
-						<descriptorRef>jar-with-dependencies</descriptorRef>
-						<descriptorRef>bin</descriptorRef> </descriptorRefs>
-					-->
 					<descriptors>
 						<descriptor>src/main/assembly/deft-binary.xml</descriptor>
-						<descriptor>src/main/assembly/deft-binary-with-deps.xml</descriptor>
+						<descriptor>src/main/assembly/deft-binary-with-deps.xml
+						</descriptor>
 						<descriptor>src/main/assembly/deft-src.xml</descriptor>
 					</descriptors>
-
 				</configuration>
 			</plugin>
+			<plugin>
+				<artifactId>maven-site-plugin</artifactId>
+				<version>3.0</version>
+				<configuration />
+			</plugin>
+
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-javadoc-plugin</artifactId>
+				<version>2.7</version>
+				<configuration />
+
+				<executions>
+					<execution>
+						<id>aggregate</id>
+						<goals>
+							<goal>aggregate</goal>
+						</goals>
+						<phase>site</phase>
+					</execution>
+					<execution>
+						<id>attach-javadocs</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
 
 		</plugins>
 	</build>
 
+	<reporting>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-project-info-reports-plugin</artifactId>
+				<version>2.4</version>
+				<reportSets>
+					<reportSet>
+						<reports>
+							<report>modules</report>
+							<report>project-team</report>
+							<report>mailing-list</report>
+							<report>issue-tracking</report>
+							<report>license</report>
+							<report>dependencies</report>
+							<report>cim</report>
+							<report>scm</report>
+						</reports>
+					</reportSet>
+				</reportSets>
+			</plugin>
+		</plugins>
+	</reporting>
+
+	<developers>
+		<developer>
+			<id>schildmeijer</id>
+			<name>Roger Schildmeijer</name>
+			<roles>
+				<role>Committer</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>jmeehan</id>
+			<name>Johnathan Meehan</name>
+			<roles>
+				<role>Committer</role>
+			</roles>
+		</developer>
+		<developer>
+			<id>nwhitehead</id>
+			<name>Nicholas Whitehead</name>
+			<roles>
+				<role>Committer</role>
+			</roles>
+		</developer>
+	</developers>
+
+	<contributors>
+		<contributor>
+			<name>Adam Lofts</name>
+		</contributor>
+		<contributor>
+			<name>Julien Vermillard</name>
+		</contributor>
+		<contributor>
+			<name>Michele ZuccalĂ </name>
+		</contributor>
+	</contributors>
+
+	<issueManagement>
+		<system>JIRA</system>
+		<url>http://issues.apache.org/jira/browse/DEFT</url>
+	</issueManagement>
+
+	<mailingLists>
+		<mailingList>
+			<name>Users</name>
+			<post>deft-user@incubator.apache.org</post>
+			<subscribe>deft-users-subscribe@incubator.apache.org</subscribe>
+			<unsubscribe>deft-users-unsubscribe@incubator.apache.org
+			</unsubscribe>
+			<archive>http://mail-archives.apache.org/mod_mbox/incubator-deft-users/
+			</archive>
+		</mailingList>
+		<mailingList>
+			<name>Development</name>
+			<post>deft-dev@incubator.apache.org</post>
+			<subscribe>deft-dev-subscribe@incubator.apache.org</subscribe>
+			<unsubscribe>deft-dev-unsubscribe@incubator.apache.org</unsubscribe>
+			<archive>http://mail-archives.apache.org/mod_mbox/incubator-deft-dev/
+			</archive>
+		</mailingList>
+		<mailingList>
+			<name>Commits</name>
+			<post>deft-commits@incubator.apache.org</post>
+			<subscribe>deft-commits-subscribe@incubator.apache.org</subscribe>
+			<unsubscribe>deft-commits-unsubscribe@incubator.apache.org
+			</unsubscribe>
+			<archive>http://mail-archives.apache.org/mod_mbox/incubator-deft-commits/
+			</archive>
+		</mailingList>
+	</mailingLists>
+
+	<scm>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/deft/trunk/
+		</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/deft/trunk/
+		</developerConnection>
+		<url>http://svn.apache.org/viewvc/incubator/deft/trunk/</url>
+	</scm>
+
+	<ciManagement>
+		<system>Jenkins</system>
+		<url>https://builds.apache.org/job/Deft/</url>
+	</ciManagement>
+
+	<licenses>
+		<license>
+			<name>The Apache Software License, Version 2.0</name>
+			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
+		</license>
+	</licenses>
+
 	<repositories>
 		<repository>
 			<id>Sonatype</id>
 			<name>Sonatype Release</name>
 			<url>http://oss.sonatype.org/content/repositories/releases </url>
 		</repository>
-
 	</repositories>
 </project>

Added: incubator/deft/sandbox/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/resources/css/site.css?rev=1153690&view=auto
==============================================================================
--- incubator/deft/sandbox/src/site/resources/css/site.css (added)
+++ incubator/deft/sandbox/src/site/resources/css/site.css Wed Aug  3 22:24:55 2011
@@ -0,0 +1,29 @@
+/*
+* 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.
+*/
+#banner {
+  height: 90px;
+  background: none;
+}
+
+#bannerLeft img {
+  margin-left: 30px;
+  margin-top: 4px;
+}
+
+#bannerRight img {
+  margin: 17px;
+}

Propchange: incubator/deft/sandbox/src/site/resources/css/site.css
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/deft/sandbox/src/site/resources/images/apache-incubator-logo.png
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/resources/images/apache-incubator-logo.png?rev=1153690&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/deft/sandbox/src/site/resources/images/apache-incubator-logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/deft/sandbox/src/site/resources/images/deft-logo.png
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/resources/images/deft-logo.png?rev=1153690&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/deft/sandbox/src/site/resources/images/deft-logo.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: incubator/deft/sandbox/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/site.xml?rev=1153690&view=auto
==============================================================================
--- incubator/deft/sandbox/src/site/site.xml (added)
+++ incubator/deft/sandbox/src/site/site.xml Wed Aug  3 22:24:55 2011
@@ -0,0 +1,82 @@
+<?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="Apache Deft">
+	<bannerLeft>
+		<name>Deft</name>
+		<src>http://incubator.apache.org/deft/images/deft-logo.png</src>
+		<href>http://incubator.apache.org/deft/</href>
+	</bannerLeft>
+	<bannerRight>
+		<src>http://incubator.apache.org/deft/images/apache-incubator-logo.png
+		</src>
+		<href>http://incubator.apache.org/</href>
+	</bannerRight>
+
+	<publishDate position="right" />
+	<version position="right" />
+
+	<skin>
+		<groupId>org.apache.maven.skins</groupId>
+		<artifactId>maven-stylus-skin</artifactId>
+		<version>1.2</version>
+	</skin>
+
+	<body>
+		<links position="left">
+			<item name="Wiki" href="https://cwiki.apache.org/confluence/display/DEFT" />
+			<item name="JIRA" href="https://issues.apache.org/jira/browse/DEFT" />
+			<item name="SVN" href="https://svn.apache.org/repos/asf/incubator/deft/" />
+		</links>
+
+		<breadcrumbs position="left">
+			<item name="Apache" href="http://www.apache.org/" />
+			<item name="Apache Incubator" href="http://incubator.apache.org/" />
+			<item name="Deft" href="http://incubator.apache.org/deft/" />
+		</breadcrumbs>
+
+		<menu name="Deft">
+			<item name="About" href="index.html" />
+			<item name="Download"
+				href="http://www.apache.org/dyn/closer.cgi/incubator/deft/" />
+			<item name="Release Notes" href="release-notes.html" />
+			<item name="Road Map"
+				href="https://cwiki.apache.org/confluence/display/DEFT/Road+Map" />
+			<item name="Wiki" href="https://cwiki.apache.org/confluence/display/DEFT" />
+			<item name="FAQ" href="faq.html" />
+		</menu>
+
+		<menu name="Project Information">
+			<item name="Summary" href="project-info.html" />
+			<item name="Project Team" href="team-list.html" />
+			<item name="Mailing Lists" href="mail-lists.html" />
+			<item name="IRC"
+				href="https://cwiki.apache.org/confluence/display/DEFT/IRC+Channel" />
+			<item name="Issue Tracking" href="issue-tracking.html" />
+			<item name="Source Repository" href="source-repository.html" />
+			<item name="Continuous Integration" href="integration.html" />
+			<item name="Dependencies" href="dependencies.html" />
+			<item name="Project License" href="license.html" />
+		</menu>
+
+		<menu name="Documentation">
+			<item name="Quick Start Guide" href="quick-start-guide.html" />
+			<item name="Configuration Guide" href="configuration-guide.html" />
+			<item name="API Guide" href="api-guide.html" />
+			<item name="Javadoc" href="apidocs/index.html" />
+		</menu>
+	</body>
+</project>

Propchange: incubator/deft/sandbox/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/deft/sandbox/src/site/xdoc/api-guide.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/api-guide.xml?rev=1153690&view=auto
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/api-guide.xml (added)
+++ incubator/deft/sandbox/src/site/xdoc/api-guide.xml Wed Aug  3 22:24:55 2011
@@ -0,0 +1,30 @@
+<?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.
+	-->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+	<properties></properties>
+	<body>
+		<section name="API Guide"></section>
+		<p>
+			Deft provides an API for the management of request/response pairs.
+		</p>
+		<p>
+			There are a number of examples in the source, under the "examples"
+			package.
+		</p>
+	</body>
+</document>

Propchange: incubator/deft/sandbox/src/site/xdoc/api-guide.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml?rev=1153690&view=auto
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml (added)
+++ incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml Wed Aug  3 22:24:55 2011
@@ -0,0 +1,24 @@
+<?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.
+	-->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+	<properties></properties>
+	<body>
+		<section name="Configuration Guide"></section>
+		<p>Configuration is currently within the application...</p>
+	</body>
+</document>

Propchange: incubator/deft/sandbox/src/site/xdoc/configuration-guide.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/deft/sandbox/src/site/xdoc/faq.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/faq.xml?rev=1153690&view=auto
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/faq.xml (added)
+++ incubator/deft/sandbox/src/site/xdoc/faq.xml Wed Aug  3 22:24:55 2011
@@ -0,0 +1,28 @@
+<?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.
+	-->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+	<properties></properties>
+	<body>
+		<section name="Frequently Asked Questions"></section>
+
+		<subsection name="Why is there nothing here?"></subsection>
+		<p>Deft is too shiny and brand-spanking new for this section. Be the
+			first to cause
+			trouble and ask questions!</p>
+	</body>
+</document>

Propchange: incubator/deft/sandbox/src/site/xdoc/faq.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/deft/sandbox/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/index.xml?rev=1153690&view=auto
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/index.xml (added)
+++ incubator/deft/sandbox/src/site/xdoc/index.xml Wed Aug  3 22:24:55 2011
@@ -0,0 +1,72 @@
+<?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.
+	-->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+	<properties />
+	<body>
+
+		<section name="Apache Deft" />
+		<p>
+			Apache Deft is a non-blocking, asynchronous, event driven high
+			performance web framework running on the JVM. Deft
+			is currently in the
+			<a class="externalLink" href="http://incubator.apache.org/">Apache Incubator</a>
+			.
+		</p>
+		<p>
+			Find out more about Deft on our
+			<a class="externalLink" href="https://cwiki.apache.org/confluence/display/DEFT">wiki</a>
+			.
+		</p>
+
+		<subsection name="Getting Started" />
+		<p>
+			For the impatient, we have a
+			<a href="quick-start-guide.html">Quick Start Guide</a>
+			available.
+		</p>
+		<p>
+			There is also an
+			<a href="faq.html">FAQ</a>
+			which covers common questions, and a
+			<a href="configuration-guide.html">configuration guide</a>
+			for reference.
+		</p>
+
+		<subsection name="Getting Involved" />
+
+		<p>
+			Would you like to contribute, and help to improve Deft? Getting
+			<a class="externalLink"
+				href="https://cwiki.apache.org/confluence/display/DEFT/Contribute">involved is easy</a>
+			.
+		</p>
+
+		<subsection name="Download" />
+
+		<p>
+			Download a release of Deft from a
+			<a class="externalLink" href="http://www.apache.org/dyn/closer.cgi/incubator/deft/">nearby
+				mirror</a>
+			.
+		</p>
+
+		<subsection name="History" />
+
+		<p>Blah.</p>
+	</body>
+</document>

Propchange: incubator/deft/sandbox/src/site/xdoc/index.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml?rev=1153690&view=auto
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml (added)
+++ incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml Wed Aug  3 22:24:55 2011
@@ -0,0 +1,37 @@
+<?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.
+	-->
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+	xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
+	<properties />
+	<body>
+		<section name="Getting Started with Deft"></section>
+
+		<p>
+			The easiest way to start is to download the source and dive right in.
+			There are examples under "org.apache.deft.examples" to get you
+			started, and you can view the
+			<a href="apidocs/index.html">javadoc</a>
+			here.
+		</p>
+
+		<h4>Pre-requisites</h4>
+
+		<ul>
+			<li>Java 6, or higher</li>
+		</ul>
+	</body>
+</document>

Propchange: incubator/deft/sandbox/src/site/xdoc/quick-start-guide.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/deft/sandbox/src/site/xdoc/release-notes.xml
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/release-notes.xml?rev=1153690&view=auto
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/release-notes.xml (added)
+++ incubator/deft/sandbox/src/site/xdoc/release-notes.xml Wed Aug  3 22:24:55 2011
@@ -0,0 +1,218 @@
+<?xml-stylesheet type="text/xsl" href="./xdoc.xsl"?>
+	<!--
+		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>Deft Project Release Notes</title>
+	</properties>
+	<body>
+		<h1>Release Notes - Deft - Version 0.4.0</h1>
+		<h2> Bug
+</h2>
+		<ul>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-98'>DEFT-98</a>
+				] - Infinite loop if client disconnects
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-131'>DEFT-131</a>]
+				- AsynchronousHttpClient.fetch(..) &quot;leaks&quot;
+				IllegalArgumentException if port is out of range
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-144'>DEFT-144</a>
+				] - Improved HTTP headers parsing
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-149'>DEFT-149</a>
+				] - IOLoop.start() may throw CancelledKeyException
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-165'>DEFT-165</a>
+				] - Not injecting the IOLoop into each HttpRequest
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-168'>DEFT-168</a>
+				] - Allow user to specify etag header
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-169'>DEFT-169</a>
+				] - Add write(bytes[] data) method to HttpResponse
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-171'>DEFT-171</a>
+				] - Deft version should be correct in headers. Currently the
+				versions returned vary between client and response; are also
+				hard-coded.
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-173'>DEFT-173</a>
+				] - setReuseAddress(true) in HttpServer
+			</li>
+		</ul>
+
+		<h2> Improvement
+</h2>
+		<ul>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-18'>DEFT-18</a>
+				] - Deft Logo
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-84'>DEFT-84</a>
+				] - Add redirect method to HttpResponse
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-105'>DEFT-105</a>
+				] - Bug fixes and buffer improvements
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-112'>DEFT-112</a>
+				] - Optimized ByteBuffer usage in AsynchronousSocket
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-128'>DEFT-128</a>
+				] - Document the news in 0.3.0 (and 0.4.0)
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-147'>DEFT-147</a>
+				] - Make the etag header creation configurable
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-151'>DEFT-151</a>
+				] - Distributed demo application (elastica)
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-157'>DEFT-157</a>
+				] - Rename package to org.apache.deft
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-158'>DEFT-158</a>
+				] - Cleanup in deft/sandbox
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-159'>DEFT-159</a>
+				] - Recreate the existing tags (from gh)
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-166'>DEFT-166</a>
+				] - Add Javadoc to classes
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-167'>DEFT-167</a>
+				] - Use CharsetDecoder to convert ByteBuffer to String
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-170'>DEFT-170</a>
+				] - Close channel if we (during read) reach EOF and there is nothing
+				to write
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-175'>DEFT-175</a>
+				] - Expand the breadth of demonstration code.
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-177'>DEFT-177</a>
+				] - Update NEWS.txt with DEFT-52 (Cookies)
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-178'>DEFT-178</a>
+				] - Create an Interface between the API user and deft internal
+				plumbing system
+			</li>
+		</ul>
+
+		<h2> New Feature
+</h2>
+		<ul>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-52'>DEFT-52</a>
+				] - Cookies
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-96'>DEFT-96</a>
+				] - RFC 1123 Header Support
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-100'>DEFT-100</a>
+				] - Annotate RequestHandlers
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-117'>DEFT-117</a>
+				] - POST/PUT support in AsynchronousHttpClient
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-138'>DEFT-138</a>
+				] - HTTPS support for AsynchronousHttpClient
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-142'>DEFT-142</a>
+				] - Dynamic creation of RequestHandlers
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-148'>DEFT-148</a>
+				] - wrap AsyncCallbacks
+			</li>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-153'>DEFT-153</a>
+				] - Problems with PUT request
+			</li>
+		</ul>
+
+		<h2> Test
+</h2>
+		<ul>
+			<li>
+				[
+				<a href='https://issues.apache.org/jira/browse/DEFT-145'>DEFT-145</a>
+				] - Create UT for #139 (multi threaded web server support)
+			</li>
+		</ul>
+	</body>
+</document>

Propchange: incubator/deft/sandbox/src/site/xdoc/release-notes.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Added: incubator/deft/sandbox/src/site/xdoc/xdoc.xsl
URL: http://svn.apache.org/viewvc/incubator/deft/sandbox/src/site/xdoc/xdoc.xsl?rev=1153690&view=auto
==============================================================================
--- incubator/deft/sandbox/src/site/xdoc/xdoc.xsl (added)
+++ incubator/deft/sandbox/src/site/xdoc/xdoc.xsl Wed Aug  3 22:24:55 2011
@@ -0,0 +1,73 @@
+<?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.
+	-->
+
+<xsl:stylesheet version="1.0"
+	xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
+	<xsl:template match="/">
+		<html xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+			<head>
+				<xsl:apply-templates select="/document/properties/title" />
+				<xsl:apply-templates select="/document/meta" />
+				<style type="text/css">
+					@import url("../style/tigris.css");
+					@import
+					url("../style/maven.css");
+					@import url("../style/project.css");
+				</style>
+				<link rel="stylesheet" href="../style/print.css" type="text/css"
+					media="print"></link>
+			</head>
+			<xsl:apply-templates select="/document/body" />
+		</html>
+	</xsl:template>
+	<xsl:template match="body">
+		<body>
+			<div class="app">
+				<xsl:apply-templates />
+			</div>
+		</body>
+	</xsl:template>
+	<xsl:template match="section">
+		<div>
+			<h3>
+				<xsl:value-of select="@name" />
+			</h3>
+			<xsl:apply-templates />
+		</div>
+	</xsl:template>
+	<xsl:template match="subsection">
+		<div>
+			<h4>
+				<xsl:value-of select="@name" />
+			</h4>
+			<xsl:apply-templates />
+		</div>
+	</xsl:template>
+	<xsl:template match="source">
+		<div id="source">
+			<pre>
+				<xsl:apply-templates />
+			</pre>
+		</div>
+	</xsl:template>
+	<xsl:template match="node()|@*">
+		<xsl:copy>
+			<xsl:apply-templates select="@*" />
+			<xsl:apply-templates />
+		</xsl:copy>
+	</xsl:template>
+</xsl:stylesheet>

Propchange: incubator/deft/sandbox/src/site/xdoc/xdoc.xsl
------------------------------------------------------------------------------
    svn:eol-style = native