Author: tobr
Date: Fri Jun 8 12:51:03 2012
New Revision: 1348049
URL: http://svn.apache.org/viewvc?rev=1348049&view=rev
Log:
DROIDS-170 removed old site directories in submodules. added master site to the
parent
Added:
incubator/droids/trunk/src/
incubator/droids/trunk/src/site/
incubator/droids/trunk/src/site/apt/
incubator/droids/trunk/src/site/apt/download.apt
incubator/droids/trunk/src/site/apt/features.apt
incubator/droids/trunk/src/site/apt/get-involved.apt
incubator/droids/trunk/src/site/apt/getting-started.apt
incubator/droids/trunk/src/site/apt/index.apt
incubator/droids/trunk/src/site/apt/install.apt
incubator/droids/trunk/src/site/apt/news.apt
incubator/droids/trunk/src/site/resources/
incubator/droids/trunk/src/site/resources/css/
incubator/droids/trunk/src/site/resources/css/site.css (with props)
incubator/droids/trunk/src/site/resources/images/
incubator/droids/trunk/src/site/resources/images/apache.png (with props)
incubator/droids/trunk/src/site/resources/images/asf_logo_wide.png (with
props)
incubator/droids/trunk/src/site/resources/images/droids-logo.png (with
props)
incubator/droids/trunk/src/site/resources/images/droidsOverview.png (with
props)
incubator/droids/trunk/src/site/site.xml (with props)
Removed:
incubator/droids/trunk/droids-core/src/site/apt/
incubator/droids/trunk/droids-core/src/site/resources/
incubator/droids/trunk/droids-norobots/src/site/apt/
incubator/droids/trunk/droids-norobots/src/site/resources/
incubator/droids/trunk/droids-solr/src/site/apt/
incubator/droids/trunk/droids-solr/src/site/resources/
incubator/droids/trunk/droids-spring/src/site/apt/
incubator/droids/trunk/droids-spring/src/site/resources/
incubator/droids/trunk/droids-tika/src/site/apt/
incubator/droids/trunk/droids-tika/src/site/resources/
Modified:
incubator/droids/trunk/droids-core/src/main/java/org/apache/droids/exception/ProtocolNotFoundException.java
incubator/droids/trunk/droids-core/src/site/site.xml
incubator/droids/trunk/droids-norobots/src/site/site.xml
incubator/droids/trunk/droids-solr/src/site/site.xml
incubator/droids/trunk/droids-spring/src/site/site.xml
incubator/droids/trunk/droids-tika/src/site/site.xml
incubator/droids/trunk/pom.xml
Modified:
incubator/droids/trunk/droids-core/src/main/java/org/apache/droids/exception/ProtocolNotFoundException.java
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-core/src/main/java/org/apache/droids/exception/ProtocolNotFoundException.java?rev=1348049&r1=1348048&r2=1348049&view=diff
==============================================================================
---
incubator/droids/trunk/droids-core/src/main/java/org/apache/droids/exception/ProtocolNotFoundException.java
(original)
+++
incubator/droids/trunk/droids-core/src/main/java/org/apache/droids/exception/ProtocolNotFoundException.java
Fri Jun 8 12:51:03 2012
@@ -19,7 +19,7 @@ package org.apache.droids.exception;
import java.net.URI;
/**
- * If we do not have any instance of a protocol registered for the iven url.
+ * If we do not have any instance of a protocol registered for the given url.
*
* @version 1.0
*
Modified: incubator/droids/trunk/droids-core/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-core/src/site/site.xml?rev=1348049&r1=1348048&r2=1348049&view=diff
==============================================================================
--- incubator/droids/trunk/droids-core/src/site/site.xml (original)
+++ incubator/droids/trunk/droids-core/src/site/site.xml Fri Jun 8 12:51:03
2012
@@ -15,46 +15,15 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<project name="Apache Droids">
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
- <version>1.2</version>
- </skin>
- <bannerLeft>
- <name>Maven</name>
- <src>/images/droids-logo.png</src>
- <href>http://incubator.apache.org/droids/</href>
- </bannerLeft>
- <bannerRight>
- <name>Maven</name>
- <src>/images/apache.png</src>
- <href>http://www.apache.org/</href>
- </bannerRight>
- <body>
- <links>
- <item name="Apache" href="http://incubator.apache.org/" />
- <item name="Apache Incubator" href="index.html" />
- </links>
- <menu ref="parent" />
- <menu name="About">
- <item name="Overview" href="/index.html" />
- <item name="Features" href="/features.html" />
- <item name="Who we are" href="/woweare.html" />
- <item name="License" href="http://www.apache.org/licenses" />
- </menu>
- <menu name="Documentation">
- <item name="Install" href="/install.html" />
- <item name="Getting started" href="/getting-started.html" />
- <item name="Wiki"
href="https://cwiki.apache.org/confluence/display/DROIDS/Index" />
- </menu>
- <menu name="Resources">
-
- <item name="Issue Tracking" href="/issue-tracking.html" />
- <item name="Mailing Lists" href="/mail-lists.html" />
- <item name="Source Repository" href="/source-repository.html" />
- <item name="Javadoc" href="/apidocs/index.html" />
- <item name="Dependencies" href="/dependencies.html" />
- </menu>
- </body>
-</project>
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+ <body>
+ <menu ref="parent" />
+
+ <menu name="JavaDocs">
+ <item name="JavaDocs" href="apidocs/index.html"/>
+ <item name="Test JavaDocs" href="testapidocs/index.html"/>
+ </menu>
+ </body>
+</project>
\ No newline at end of file
Modified: incubator/droids/trunk/droids-norobots/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-norobots/src/site/site.xml?rev=1348049&r1=1348048&r2=1348049&view=diff
==============================================================================
--- incubator/droids/trunk/droids-norobots/src/site/site.xml (original)
+++ incubator/droids/trunk/droids-norobots/src/site/site.xml Fri Jun 8
12:51:03 2012
@@ -1,60 +1,29 @@
<?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
+ 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
+ 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.
+ 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 Droids">
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
- <version>1.2</version>
- </skin>
- <bannerLeft>
- <name>Maven</name>
- <src>/images/droids-logo.png</src>
- <href>http://incubator.apache.org/droids/</href>
- </bannerLeft>
- <bannerRight>
- <name>Maven</name>
- <src>/images/apache.png</src>
- <href>http://www.apache.org/</href>
- </bannerRight>
- <body>
- <links>
- <item name="Apache" href="http://incubator.apache.org/" />
- <item name="Apache Incubator" href="index.html" />
- </links>
- <menu ref="parent" />
- <menu name="About">
- <item name="Overview" href="/index.html" />
- <item name="Features" href="/features.html" />
- <item name="Who we are" href="/woweare.html" />
- <item name="License" href="http://www.apache.org/licenses" />
- </menu>
- <menu name="Documentation">
- <item name="Install" href="/install.html" />
- <item name="Getting started" href="/getting-started.html" />
- <item name="Wiki"
href="https://cwiki.apache.org/confluence/display/DROIDS/Index" />
- </menu>
- <menu name="Resources">
-
- <item name="Issue Tracking" href="/issue-tracking.html" />
- <item name="Mailing Lists" href="/mail-lists.html" />
- <item name="Source Repository" href="/source-repository.html" />
- <item name="Javadoc" href="/apidocs/index.html" />
- <item name="Dependencies" href="/dependencies.html" />
- </menu>
- </body>
-</project>
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+ <body>
+ <menu ref="parent" />
+
+ <menu name="JavaDocs">
+ <item name="JavaDocs" href="apidocs/index.html"/>
+ <item name="Test JavaDocs" href="testapidocs/index.html"/>
+ </menu>
+ </body>
+</project>
\ No newline at end of file
Modified: incubator/droids/trunk/droids-solr/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-solr/src/site/site.xml?rev=1348049&r1=1348048&r2=1348049&view=diff
==============================================================================
--- incubator/droids/trunk/droids-solr/src/site/site.xml (original)
+++ incubator/droids/trunk/droids-solr/src/site/site.xml Fri Jun 8 12:51:03
2012
@@ -1,60 +1,29 @@
<?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
+ 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
+ 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.
+ 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 Droids">
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
- <version>1.2</version>
- </skin>
- <bannerLeft>
- <name>Maven</name>
- <src>/images/droids-logo.png</src>
- <href>http://incubator.apache.org/droids/</href>
- </bannerLeft>
- <bannerRight>
- <name>Maven</name>
- <src>/images/apache.png</src>
- <href>http://www.apache.org/</href>
- </bannerRight>
- <body>
- <links>
- <item name="Apache" href="http://incubator.apache.org/" />
- <item name="Apache Incubator" href="index.html" />
- </links>
- <menu ref="parent" />
- <menu name="About">
- <item name="Overview" href="/index.html" />
- <item name="Features" href="/features.html" />
- <item name="Who we are" href="/woweare.html" />
- <item name="License" href="http://www.apache.org/licenses" />
- </menu>
- <menu name="Documentation">
- <item name="Install" href="/install.html" />
- <item name="Getting started" href="/getting-started.html" />
- <item name="Wiki"
href="https://cwiki.apache.org/confluence/display/DROIDS/Index" />
- </menu>
- <menu name="Resources">
-
- <item name="Issue Tracking" href="/issue-tracking.html" />
- <item name="Mailing Lists" href="/mail-lists.html" />
- <item name="Source Repository" href="/source-repository.html" />
- <item name="Javadoc" href="/apidocs/index.html" />
- <item name="Dependencies" href="/dependencies.html" />
- </menu>
- </body>
-</project>
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+ <body>
+ <menu ref="parent" />
+
+ <menu name="JavaDocs">
+ <item name="JavaDocs" href="apidocs/index.html"/>
+ <item name="Test JavaDocs" href="testapidocs/index.html"/>
+ </menu>
+ </body>
+</project>
\ No newline at end of file
Modified: incubator/droids/trunk/droids-spring/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-spring/src/site/site.xml?rev=1348049&r1=1348048&r2=1348049&view=diff
==============================================================================
--- incubator/droids/trunk/droids-spring/src/site/site.xml (original)
+++ incubator/droids/trunk/droids-spring/src/site/site.xml Fri Jun 8 12:51:03
2012
@@ -1,61 +1,29 @@
<?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
+ 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
+ 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.
+ 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 Droids">
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
- <version>1.2</version>
- </skin>
- <bannerLeft>
- <name>Maven</name>
- <src>/images/droids-logo.png</src>
- <href>http://incubator.apache.org/droids/</href>
- </bannerLeft>
- <bannerRight>
- <name>Maven</name>
- <src>/images/apache.png</src>
- <href>http://www.apache.org/</href>
- </bannerRight>
- <body>
- <links>
- <item name="Apache" href="http://incubator.apache.org/" />
- <item name="Apache Incubator" href="index.html" />
- </links>
- <menu ref="parent" />
- <menu name="About">
- <item name="Overview" href="/index.html" />
- <item name="Features" href="/features.html" />
- <item name="Who we are" href="/woweare.html" />
- <item name="License" href="http://www.apache.org/licenses" />
- </menu>
- <menu name="Documentation">
- <item name="Install" href="/install.html" />
- <item name="Getting started" href="/getting-started.html" />
- <item name="Wiki"
href="https://cwiki.apache.org/confluence/display/DROIDS/Index" />
- </menu>
- <menu name="Resources">
-
- <item name="Issue Tracking" href="/issue-tracking.html" />
- <item name="Mailing Lists" href="/mail-lists.html" />
- <item name="Source Repository" href="/source-repository.html" />
- <item name="Javadoc" href="/apidocs/index.html" />
- <item name="Dependencies" href="/dependencies.html" />
- </menu>
- </body>
-</project>
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+ <body>
+ <menu ref="parent" />
+
+ <menu name="JavaDocs">
+ <item name="JavaDocs" href="apidocs/index.html"/>
+ <item name="Test JavaDocs" href="testapidocs/index.html"/>
+ </menu>
+ </body>
+</project>
\ No newline at end of file
Modified: incubator/droids/trunk/droids-tika/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-tika/src/site/site.xml?rev=1348049&r1=1348048&r2=1348049&view=diff
==============================================================================
--- incubator/droids/trunk/droids-tika/src/site/site.xml (original)
+++ incubator/droids/trunk/droids-tika/src/site/site.xml Fri Jun 8 12:51:03
2012
@@ -1,62 +1,29 @@
<?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
+ 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
+ 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.
+ 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 Droids">
- <skin>
- <groupId>org.apache.maven.skins</groupId>
- <artifactId>maven-stylus-skin</artifactId>
- <version>1.2</version>
- </skin>
- <bannerLeft>
- <name>Maven</name>
- <src>/images/droids-logo.png</src>
- <href>http://incubator.apache.org/droids/</href>
- </bannerLeft>
- <bannerRight>
- <name>Maven</name>
- <src>/images/apache.png</src>
- <href>http://www.apache.org/</href>
- </bannerRight>
- <body>
- <links>
- <item name="Apache" href="http://incubator.apache.org/" />
- <item name="Apache Incubator" href="index.html" />
- </links>
- <menu ref="parent" />
- <menu name="About">
- <item name="Overview" href="/index.html" />
- <item name="Features" href="/features.html" />
- <item name="Who we are" href="/woweare.html" />
- <item name="License" href="http://www.apache.org/licenses" />
- </menu>
- <menu name="Documentation">
- <item name="Install" href="/install.html" />
- <item name="Getting started" href="/getting-started.html" />
- <item name="Wiki"
href="https://cwiki.apache.org/confluence/display/DROIDS/Index" />
- </menu>
- <menu name="Resources">
-
- <item name="Issue Tracking" href="/issue-tracking.html" />
- <item name="Mailing Lists" href="/mail-lists.html" />
- <item name="Source Repository" href="/source-repository.html" />
- <item name="Javadoc" href="/apidocs/index.html" />
- <item name="Dependencies" href="/dependencies.html" />
- </menu>
- </body>
-</project>
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0
http://maven.apache.org/xsd/decoration-1.0.0.xsd">
+ <body>
+ <menu ref="parent" />
+
+ <menu name="JavaDocs">
+ <item name="JavaDocs" href="apidocs/index.html"/>
+ <item name="Test JavaDocs" href="testapidocs/index.html"/>
+ </menu>
+ </body>
+</project>
\ No newline at end of file
Modified: incubator/droids/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/pom.xml?rev=1348049&r1=1348048&r2=1348049&view=diff
==============================================================================
--- incubator/droids/trunk/pom.xml (original)
+++ incubator/droids/trunk/pom.xml Fri Jun 8 12:51:03 2012
@@ -69,6 +69,91 @@
</mailingList>
</mailingLists>
+ <distributionManagement>
+ <repository>
+ <id>apache.releases.https</id>
+ <name>Apache Release Distribution Repository</name>
+
<url>https://repository.apache.org/service/local/staging/deploy/maven2</url>
+ </repository>
+ <snapshotRepository>
+ <id>apache.snapshots.https</id>
+ <name>${distMgmtSnapshotsName}</name>
+ <url>${distMgmtSnapshotsUrl}</url>
+ </snapshotRepository>
+ <site>
+ <id>apache.droids.site</id>
+ <name>Apache Droids Site Location</name>
+ <url>target/staging</url>
+ </site>
+ </distributionManagement>
+
+ <developers>
+ <developer>
+ <name>Bertil Chapuis</name>
+ <id>bchapuis</id>
+ <email>bchapuis -at- apache.org</email>
+ <roles>
+ <role>Committer</role>
+ </roles>
+ <timezone/>
+ </developer>
+ <developer>
+ <name>Richard Frovarp</name>
+ <id>rfrovarp</id>
+ <email>rfrovarp -at- apache.org</email>
+ <roles>
+ <role>Committer</role>
+ <role>PMC</role>
+ </roles>
+ <timezone/>
+ </developer>
+ <developer>
+ <name>Otis Gospodnetic</name>
+ <id>otis</id>
+ <email>otis -at- apache.org</email>
+ <roles>
+ <role>Committer</role>
+ </roles>
+ <timezone/>
+ </developer>
+ <developer>
+ <name>Oleg Kalnichevski</name>
+ <id>olegk</id>
+ <email>olegk -at- apache.org</email>
+ <roles>
+ <role>Committer</role>
+ </roles>
+ <timezone/>
+ </developer>
+ <developer>
+ <name>Javier Puerto</name>
+ <id>javier</id>
+ <email>javier -at- apache.org</email>
+ <roles>
+ <role>Committer</role>
+ </roles>
+ <timezone/>
+ </developer>
+ <developer>
+ <name>Tobias Rübner</name>
+ <id>tobr</id>
+ <email>tobr -at- apache.org</email>
+ <roles>
+ <role>Committer</role>
+ </roles>
+ <timezone/>
+ </developer>
+ <developer>
+ <name>Thorsten Scherler</name>
+ <id>thorsten</id>
+ <email>thorsten -at- apache.org</email>
+ <roles>
+ <role>Committer</role>
+ <role>PMC</role>
+ </roles>
+ <timezone/>
+ </developer>
+ </developers>
<properties>
<maven.compile.source>1.6</maven.compile.source>
Added: incubator/droids/trunk/src/site/apt/download.apt
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/src/site/apt/download.apt?rev=1348049&view=auto
==============================================================================
--- incubator/droids/trunk/src/site/apt/download.apt (added)
+++ incubator/droids/trunk/src/site/apt/download.apt Fri Jun 8 12:51:03 2012
@@ -0,0 +1,60 @@
+ ~~ 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.
+
+ ------
+ Download
+ ------
+ ------
+ DD.MM.YYYY
+
+Download
+
+ Download source below Droids 0.1.0-incubating
+
+ *
{{{http://www.apache.org/dyn/closer.cgi/incubator/droids/0.1.0-incubating/droids-0.1.0-incubating-source-release.zip}Source
code}} (ZIP archive)
+
+ *
{{{http://www.apache.org/dist/incubator/droids/0.1.0-incubating/droids-0.1.0-incubating-source-release.zip.asc}ASC
Signature}}
+
+ *
{{{http://www.apache.org/dist/incubator/droids/0.1.0-incubating/droids-0.1.0-incubating-source-release.zip.sha1}SHA1
Checksum}}
+
+ *
{{{http://www.apache.org/dist/incubator/droids/0.1.0-incubating/droids-0.1.0-incubating-source-release.zip.md5}MD5
Checksum}}
+
+ []
+
+ Binary releases are available from Maven Central.
+
+==============================================
+
+ When downloading from a mirror please check the SHA1 checksums as well as
verifying the OpenPGP compatible signature available from the main Apache site.
The KEYS file contains the public keys used for signing release. It is
recommended that a web of trust is used to confirm the identity of these keys.
+
+ You can check the OpenPGP signature with:
+
+------------------------------------------
+gpg --verify droids-*.zip.asc
+------------------------------------------
+
+ You can check the SHA-512 checksum with:
+
+------------------------------------------
+sha512sum droids-*.zip.gz
+------------------------------------------
+
+ You can check the MD5 checksum with:
+
+------------------------------------------
+md5sum droids-*.zip.gz
+------------------------------------------
\ No newline at end of file
Added: incubator/droids/trunk/src/site/apt/features.apt
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/src/site/apt/features.apt?rev=1348049&view=auto
==============================================================================
--- incubator/droids/trunk/src/site/apt/features.apt (added)
+++ incubator/droids/trunk/src/site/apt/features.apt Fri Jun 8 12:51:03 2012
@@ -0,0 +1,49 @@
+ ~~ 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.
+
+ ------
+ Features
+ ------
+ ------
+ DD.MM.YYYY
+
+Feature List
+
+ * Customizable. Completely controlled by its default.properties which can be
easily be overridden by creating a file build.properties and overriding the
default properties that are needed.
+
+ * Multi-threaded. The architecture is that a robot (e.g. HelloCrawler
controls various worker (threads) that are doing the actual work.
+
+ * Honor robots.txt. By default droids honors the robot.txt. However you can
turn on the hostile mode of a droid (droids.protocol.http.force=true).
+
+ * Crawl throttling. You can configure the amount of concurrent threads that
a droid can distribute to their workers (droids.maxThreads=5) and the delay
time between the requests (droids.delay.request=500). You can use one of the
different delay components:
+
+ * SimpleDelayTimer
+
+ * RandomDelayTimer
+
+ * GaussianRandomDelayTime
+
+ * Spring based - dynamics. The properties mentioned above get picked up by
the build process which inject them in the spring configuration.
+
+ * Extensible - dynamics. The spring configuration makes usage of the
cocoon-configurator and its dynamic registry support (making extending droids a
pleasure).
+
+Architecture
+
+ The following graph shows the basic architecture of droids with the help of
the first implementation (helloCrawler).
+
+[images/droidsOverview.png] architecture graph
+
\ No newline at end of file
Added: incubator/droids/trunk/src/site/apt/get-involved.apt
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/src/site/apt/get-involved.apt?rev=1348049&view=auto
==============================================================================
--- incubator/droids/trunk/src/site/apt/get-involved.apt (added)
+++ incubator/droids/trunk/src/site/apt/get-involved.apt Fri Jun 8 12:51:03
2012
@@ -0,0 +1,145 @@
+ ~~ 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.
+
+ ------
+ Get involved
+ ------
+ ------
+ DD.MM.YYYY
+
+Get involved
+
+ The Droids Project is an {{{http://www.opensource.org/}Open Source}}
volunteer project released under a very liberal license.
+ This means there are many ways to contribute to the project - either with
direct participation
+ (coding, documenting, answering questions, proposing ideas, reporting bugs,
suggesting bug-fixes, etc..)
+ or by resource donations (staff time, conference presentations, publicity,
software)
+ and even general hardware/money
{{{http://www.apache.org/foundation/thanks.html}donations}} via the ASF.
+
+ To begin with, we suggest you to subscribe to the
{{{./mail-lists.html}Droids mailing lists}}
+ (follow the link for information on how to subscribe and to access the mail
list archives).
+ Listen-in for a while, to hear how others make contributions.
+
+ You can get your local working copy of the
{{{./source-repository.html}latest and greatest code}}
+ (which you find in the Droids module in the Labs Subversion code
repository).
+ Review the todo list and the issue tracker, choose a task.
+ Perhaps you have noticed something that needs patching, or have a new
feature to contribute.
+ Make the changes, do the testing, generate a patch, and discuss on the dev
mailing list.
+ (Do not worry - the process is easy and explained below.)
+
+ Document writers are usually the most wanted people so if you like to help
but you're not familiar with the innermost technical details,
+ don't worry: we have work for you!
+
+
+Help Wanted Here
+
+ We would be glad to have extra help in any of the following areas:
+
+ * Assisting to improve documentation.
+
+ * Testing Droids (especially its less-frequently-used features) on various
configurations and reporting back.
+
+ * New samples, droids and plugins to concisely describe and demonstrate
features. Such samples can also enable automated testing.
+
+ * Debugging - producing reproduceable test cases and/or finding causes of
bugs.
+ Some known bugs are informally listed on To Do, and some are recorded as
issues (see explanation below).
+
+ * Providing new use-cases and requirements.
+ If you think that Droids does not quite meet your needs then tell us about
it.
+
+ * Specifying/analysing/designing new features - and beyond.
+ If you wish to get further involved with this, please join the labs mailing
list,
+ install and try out Droids and read some of the mail archives.
+ You should have a reasonable fluency in Java technologies, some Spring and
Ant skills,
+ and a basic understanding of the Droids architecture - don't just say "it
should have XYZ" without reading anything first -
+ because chances are, somebody has already thought of that feature!)
+
+ * ... and there is just one other thing - don't forget to tell everyone who
asks, how great Droids is!
+ The more people that know about and start to use Droids, the larger the pool
of potential contributors will be.
+
+
+Procedure for reporting bugs and issues and enhancement suggestions
+
+ If you think that you have found a bug or you have a suggestion for
improvement,
+ then please discuss it on one of the {{{./mail-lists.html}mailing lists}}.
+ However, please check our Issue Tracker first as it may be already reported.
+
+ The {{{./issue-tracking.html}Apache Droids Issue Tracker}} collates our
known issues.
+ Obviously not every issue is listed there.
+ Some issues have been discussed on the mailing list but do not yet have an
issue recorded.
+
+ The Roadmap is the best way to get an overview.
+ The Unscheduled list also needs regular review, and committers will schedule
some of those for the next release.
+
+ When creating a new issue, please provide a concise Summary Title and a
short Description.
+ Add further information as Comments and include links to the mail archives.
+ The normal procedure is to discuss the issue on the mailing list and then
add relevant notes to the issue tracker,
+ otherwise it becomes cluttered.
+
+
+SVN Usage
+
+ An overview of how to use Subversion (SVN) to participate in Droids
development.
+ Do not be afraid - you cannot accidently destroy the actual code repository,
+ because you are working with a local copy as an anonymous user.
+ Therefore, you do not have the system permissions to change anything.
+ You can only update your local repository and compare your revisions with
the real repository.
+ The {{{./install.html}Installing Droids}} document explains.
+
+
+Coding Guidelines
+
+ We use coding standards so that Droids source code is easy to understand, to
maintain, and to enhance.
+
+ We are using the commit-then-review approach.
+ Still, nothing untested should be committed. First test then commit!!!
+
+ <<Note>>: We do not use the <<<@author>>> tag in java code and the
corresponding tags in other format.
+ We think this helps feel more like community development.
+
+ Only produce code conforming to the Java code conventions, as they are set
down on the page
{{{http://www.oracle.com/technetwork/java/codeconvtoc-136057.html}CodeConvTOC.doc.html}}
+ Indentation is 2 spaces for any type of file (being java or xml or ...). No
tab stops.
+
+
+How to prepare and contribute patches
+
+ If you use the current development version of Droids via Subversion, then
first check what files have changed.
+
+-------------------------
+ svn update; svn status
+-------------------------
+
+ Make a patch for your changes.
+
+-------------------------
+ svn diff > mypatch.txt
+-------------------------
+
+ Patch for a specific file
+
+---------------------------
+ svn diff src/documentation/content/xdocs/install.xml > install.xml.diff
+---------------------------
+
+ It is better to prepare the patch from the <<<$DROIDS_HOME>>> directory so
that it contains a definite path to the document.
+ However, be careful that the patch does not contain other work-in-progress.
+
+ For more information about working with SVN, see
{{{http://svnbook.red-bean.com/}Version Control}} with Subversion - the
opensource SVN book.
+
+ <<Note>>: Please send all contributions via our issue tracker. and specify
the Droids version or svn version of the source.
+
+ It is always a good idea to check the Droids issue tracker before diving in.
+
Added: incubator/droids/trunk/src/site/apt/getting-started.apt
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/src/site/apt/getting-started.apt?rev=1348049&view=auto
==============================================================================
--- incubator/droids/trunk/src/site/apt/getting-started.apt (added)
+++ incubator/droids/trunk/src/site/apt/getting-started.apt Fri Jun 8 12:51:03
2012
@@ -0,0 +1,25 @@
+ ~~ 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.
+
+ ------
+ Get Started
+ ------
+ ------
+ DD.MM.YYYY
+
+Examples
+
Added: incubator/droids/trunk/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/src/site/apt/index.apt?rev=1348049&view=auto
==============================================================================
--- incubator/droids/trunk/src/site/apt/index.apt (added)
+++ incubator/droids/trunk/src/site/apt/index.apt Fri Jun 8 12:51:03 2012
@@ -0,0 +1,44 @@
+ ~~ 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.
+
+ ------
+ Apache Droids
+ ------
+ ------
+ DD.MM.YYYY
+
+Apache Droids
+
+ Droids aims to be an intelligent standalone robot framework that allows to
create and extend existing droids (robots). In the future it will offer an
administration application to manage and controll the different droids.
+
+ Droids makes it very easy to extend existing robots or write a new one from
scratch, which can automatically seek out relevant online information based on
the user's specifications.
+
+ Droids (plural) is not designed for a special usecase, it is a framework:
<<Take what you need, do what you want>>.
+
+ Droids offers you following the components so far:
+
+ * Queue, a queue is the data structure where the different tasks are
waiting for service.
+
+ * Protocol, the protocol interface is a wrapper to hide the underlying
implementation of the communication at protocol level.
+
+ * Parser -> Apache Tika, the parser component is just a wrapper for tika
since it offers everything we need. No need to duplicate the effort. The Paser
component parses different input types to SAX events.
+
+ * Handler, a handler is a component that uses the original stream and/or
the parse (ContentHandler coming from Tika) and the url to invoke arbitrary
business logic on the objects. Unless like the other components different
handler can be applied on the stream/parse
+
+ A Droid (singular) however is all about <<ONE special usecase>>. For example
the helloCrawler is a wget style crawler. Meaning you go to a page extract the
links and save the page afterward to the file system. The focus of the
helloCrawler is this special usecase and to solve it hello uses different
components.
+
+ In the future there could evolve different subprojects that are providing
specialist components for a special use case. However if components get used in
different usecases they should be considered common.
Added: incubator/droids/trunk/src/site/apt/install.apt
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/src/site/apt/install.apt?rev=1348049&view=auto
==============================================================================
--- incubator/droids/trunk/src/site/apt/install.apt (added)
+++ incubator/droids/trunk/src/site/apt/install.apt Fri Jun 8 12:51:03 2012
@@ -0,0 +1,69 @@
+ ~~ 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.
+
+ ------
+ Installation
+ ------
+ ------
+ DD.MM.YYYY
+
+Installation Guide
+
+* Prerequisites
+
+ Before starting to work with Droids you need to install
+
+--------------------
+jdk >= 1.6
+maven >= 3.0.3
+--------------------
+
+
+* Download
+
+ First of all create a new directory and download the sources:
+
+--------------------------------
+cd {YOUR WORKSPACE DIR}
+svn co https://svn.apache.org/repos/asf/incubator/droids/trunk apache-droids
+cd apache-droids
+--------------------------------
+
+
+* Build
+
+ Create a distribution (all components of droids will be build) and install
them to your local maven repository (usually ~/.m2/repository) with the
following command.
+
+-------------------
+mvn clean install
+-------------------
+
+
+* Eclipse Integration
+
+ For working with eclipse you can ether use the maven eclipse plugin or the
eclipse {{{http://www.eclipse.org/m2e/}Maven Integration m2e}}
+
+ For the maven eclipse plugin run the following command from your Droids root
folder
+
+------------------
+mvn eclipse:clean eclipse:eclipse
+------------------
+
+
+Get Started
+
+ Now you have successully set up droids, you can follow
{{{./getting-started.html}some examples}}.
\ No newline at end of file
Added: incubator/droids/trunk/src/site/apt/news.apt
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/src/site/apt/news.apt?rev=1348049&view=auto
==============================================================================
--- incubator/droids/trunk/src/site/apt/news.apt (added)
+++ incubator/droids/trunk/src/site/apt/news.apt Fri Jun 8 12:51:03 2012
@@ -0,0 +1,28 @@
+ ~~ 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.
+
+ ------
+ News
+ ------
+ ------
+ DD.MM.YYYY
+
+News
+
+* 03 November 2011 - First Release
+
+ The first release of Droids Incubating has been made, version
0.1.0-incubating. You can get it from the {{{./download.html}download}} page.
The binary artifacts are available on Maven Central for ease of use.
Added: incubator/droids/trunk/src/site/resources/css/site.css
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/src/site/resources/css/site.css?rev=1348049&view=auto
==============================================================================
--- incubator/droids/trunk/src/site/resources/css/site.css (added)
+++ incubator/droids/trunk/src/site/resources/css/site.css Fri Jun 8 12:51:03
2012
@@ -0,0 +1,33 @@
+/*
+ * 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: 121px;
+ background-image: none;
+}
+
+#navcolumn h5 {
+ color: #01709c;
+}
+
+#bannerRight {
+ margin-top: 40px;
+ margin-right: 10px;
+}
Propchange: incubator/droids/trunk/src/site/resources/css/site.css
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/droids/trunk/src/site/resources/css/site.css
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: incubator/droids/trunk/src/site/resources/css/site.css
------------------------------------------------------------------------------
svn:mime-type = text/css
Added: incubator/droids/trunk/src/site/resources/images/apache.png
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/src/site/resources/images/apache.png?rev=1348049&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/droids/trunk/src/site/resources/images/apache.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: incubator/droids/trunk/src/site/resources/images/asf_logo_wide.png
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/src/site/resources/images/asf_logo_wide.png?rev=1348049&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/droids/trunk/src/site/resources/images/asf_logo_wide.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: incubator/droids/trunk/src/site/resources/images/droids-logo.png
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/src/site/resources/images/droids-logo.png?rev=1348049&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/droids/trunk/src/site/resources/images/droids-logo.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: incubator/droids/trunk/src/site/resources/images/droidsOverview.png
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/src/site/resources/images/droidsOverview.png?rev=1348049&view=auto
==============================================================================
Binary file - no diff available.
Propchange: incubator/droids/trunk/src/site/resources/images/droidsOverview.png
------------------------------------------------------------------------------
svn:mime-type = image/png
Added: incubator/droids/trunk/src/site/site.xml
URL:
http://svn.apache.org/viewvc/incubator/droids/trunk/src/site/site.xml?rev=1348049&view=auto
==============================================================================
--- incubator/droids/trunk/src/site/site.xml (added)
+++ incubator/droids/trunk/src/site/site.xml Fri Jun 8 12:51:03 2012
@@ -0,0 +1,61 @@
+<?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. -->
+<project name="Apache Droids">
+ <skin>
+ <groupId>org.apache.maven.skins</groupId>
+ <artifactId>maven-fluido-skin</artifactId>
+ <version>1.2.1</version>
+ </skin>
+ <bannerLeft>
+ <name>Maven</name>
+ <src>images/droids-logo.png</src>
+ <href>http://incubator.apache.org/droids/</href>
+ </bannerLeft>
+ <bannerRight>
+ <name>Maven</name>
+ <src>images/asf_logo_wide.png</src>
+ <href>http://www.apache.org/</href>
+ </bannerRight>
+ <body>
+ <links>
+ <item name="Apache" href="http://apache.org/" />
+ <item name="Apache Incubator" href="https://incubator.apache.org/" />
+ </links>
+ <menu name="Apache Droids">
+ <item name="Overview" href="index.html" />
+ <item name="News" href="news.html" />
+ <item name="Features" href="features.html" />
+ <item name="Download" href="download.html" />
+ <item name="Team" href="team-list.html" />
+ <item name="Get Involved" href="get-involved.html" />
+ </menu>
+ <menu name="Documentation">
+ <item name="Install" href="install.html" />
+ <item name="Getting started"
href="getting-started.html" />
+ <item name="Wiki (old)"
href="https://cwiki.apache.org/confluence/display/DROIDS/Index" />
+ </menu>
+ <menu name="Resources">
+ <item name="Issue Tracking" href="issue-tracking.html"
/>
+ <item name="Mailing Lists" href="mail-lists.html" />
+ <item name="Source Repository"
href="source-repository.html" />
+ <item name="Javadoc" href="apidocs/index.html" />
+ </menu>
+ <menu ref="modules" />
+ <menu name="ASF links">
+ <item name="Apache Software Foundation" href="http://www.apache.org/" />
+ <item name="License" href="http://www.apache.org/licenses/LICENSE-2.0" />
+ <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"
/>
+ <item name="Become a Sponsor"
href="http://www.apache.org/foundation/sponsorship.html" />
+ </menu>
+
+ </body>
+</project>
Propchange: incubator/droids/trunk/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: incubator/droids/trunk/src/site/site.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision
Propchange: incubator/droids/trunk/src/site/site.xml
------------------------------------------------------------------------------
svn:mime-type = text/xml