Skip to content

Commit

Permalink
Add bigtop project website.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/incubator/bigtop/trunk@1156581 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
edwardyoon committed Aug 11, 2011
1 parent 040a8a3 commit 123cbcf
Show file tree
Hide file tree
Showing 10 changed files with 555 additions and 0 deletions.
108 changes: 108 additions & 0 deletions pom.xml
@@ -0,0 +1,108 @@
<?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 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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>7</version>
</parent>

<groupId>org.apache.bigtop</groupId>
<artifactId>bigtop</artifactId>
<version>0.1.0-incubating</version>
<packaging>pom</packaging>

<name>Bigtop</name>
<description>The development of packaging and tests of the Apache Hadoop ecosystem</description>
<url>http://incubator.apache.org/bigtop</url>
<inceptionYear>2011</inceptionYear>

<build>
<extensions>
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
<version>1.0-beta-6</version>
</extension>
</extensions>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pdf-plugin</artifactId>
<version>1.1</version>
<dependencies>
<dependency>
<groupId>org.apache.maven.doxia</groupId>
<artifactId>doxia-module-confluence</artifactId>
<version>1.1.3</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>2.1.1</version>
</plugin>
</plugins>
</pluginManagement>
</build>

<issueManagement>
<system>JIRA</system>
<url>http://issues.apache.org/jira/browse/BIGTOP</url>
</issueManagement>
<mailingLists>
<mailingList>
<name>Users</name>
<post>bigtop-user@incubator.apache.org</post>
<subscribe>bigtop-user-subscribe@incubator.apache.org</subscribe>
<unsubscribe>bigtop-user-unsubscribe@incubator.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/incubator-bigtop-user/</archive>
</mailingList>
<mailingList>
<name>Development</name>
<post>bigtop-dev@incubator.apache.org</post>
<subscribe>bigtop-dev-subscribe@incubator.apache.org</subscribe>
<unsubscribe>bigtop-dev-unsubscribe@incubator.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/incubator-bigtop-dev/</archive>
</mailingList>
<mailingList>
<name>Commits</name>
<post>bigtop-commits@incubator.apache.org</post>
<subscribe>bigtop-commits-subscribe@incubator.apache.org</subscribe>
<unsubscribe>bigtop-commits-unsubscribe@incubator.apache.org</unsubscribe>
<archive>http://mail-archives.apache.org/mod_mbox/incubator-bigtop-commits/</archive>
</mailingList>
</mailingLists>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/bigtop/trunk/</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/bigtop/trunk/</developerConnection>
<url>http://svn.apache.org/viewvc/incubator/bigtop/trunk/</url>
</scm>

<distributionManagement>
<site>
<id>apache.website</id>
<url>scpexe://people.apache.org/www/incubator.apache.org/bigtop</url>
</site>
</distributionManagement>
</project>
29 changes: 29 additions & 0 deletions src/site/resources/css/site.css
@@ -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.
*/

body a:link {
text-decoration: underline;
color: #800404;
}
body a:visited {
text-decoration: underline;
color: #b70900;
}
body a:hover {
text-decoration: underline;
color: #ff0000;
}
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/resources/images/bigtop-logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions src/site/site.xml
@@ -0,0 +1,63 @@
<?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="Bigtop">
<bannerLeft>
<name>Bigtop</name>
<src>http://incubator.apache.org/bigtop/images/bigtop-logo.png</src>
<href>http://incubator.apache.org/bigtop/</href>
</bannerLeft>
<bannerRight>
<src>http://incubator.apache.org/bigtop/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-default-skin</artifactId>
<version>1.0</version>
</skin>

<body>
<links position="left">
<item name="Wiki" href="https://cwiki.apache.org/confluence/display/BIGTOP" />
<item name="JIRA" href="https://issues.apache.org/jira/browse/BIGTOP" />
<item name="SVN" href="https://svn.apache.org/repos/asf/incubator/bigtop/" />
</links>

<breadcrumbs position="left">
<item name="Apache" href="http://www.apache.org/" />
<item name="Apache Incubator" href="http://incubator.apache.org/" />
<item name="Bigtop" href="http://incubator.apache.org/bigtop/"/>
</breadcrumbs>

<menu name="Bigtop">
<item name="Overview" href="index.html"/>
<item name="Who We Are" href="team-list.html" />
</menu>

<menu name="Resources">
<item name="Mailing Lists" href="mail-lists.html" />
<item name="Issue Tracking" href="issue-tracking.html" />
<item name="IRC channel" href="irc-channel.html" />
</menu>

</body>
</project>
56 changes: 56 additions & 0 deletions src/site/xdoc/index.xml
@@ -0,0 +1,56 @@
<?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="Apache Bigtop"></section>
<p>Bigtop is a project for the development of packaging and tests of the Apache Hadoop ecosystem.
<br/><br/>
The primary goal of Bigtop is to build a community around the packaging and interoperability testing
of Hadoop-related projects. This includes testing at various levels (packaging, platform, runtime, upgrade, etc...)
developed by a community with a focus on the system as a whole, rather than individual projects.</p>

<subsection name="Building Bigtop"></subsection>
<p>Packages have been built on Ubuntu 10.10, CentOS 5 and openSUSE 11.4.
They can probably be built on other platforms as well.<br/><br/>
Building Bigtop requires the following tools:</p>
<ul>
<li>Java JDK 1.6</li>
<li>Apache Forrest 0.8 (requires 32bit version of Java JDK 1.5)</li>
<li>Apache Ant</li>
<li>Apache Maven</li>
<li>git</li>
<li>subversion</li>
<li>autoconf</li>
<li>automake</li>
<li>liblzo2-dev</li>
<li>libz-dev</li>
<li>sharutils</li>
<li>libfuse-dev</li>
<li>libssl-dev</li>
</ul>
<p>On Debian-based systems one also needs</p>
<ul>
<li>build-essential dh-make debhelper devscripts</li>
<li>reprepro</li>
</ul>
</body>
</document>
31 changes: 31 additions & 0 deletions src/site/xdoc/irc-channel.xml
@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one or more
contributor license agreements. See the NOTICE file distributed with
this work for additional information regarding copyright ownership.
The ASF licenses this file to You under the Apache License, Version 2.0
(the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<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="IRC Channel"></section>
<p>There is an IRC channel dedicated to Bigtop at irc.freenode.org. The name of the channel is #bigtop.
<br/><br/>
The IRC channel can be used for online discussion about bigtop related stuff, but developers should be
careful to transfer all the official decisions or useful discussions to the issue tracking system.
</p>
</body>
</document>
33 changes: 33 additions & 0 deletions src/site/xdoc/issue-tracking.xml
@@ -0,0 +1,33 @@
<?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="Issue Tracking"></section>
<p>Bigtop tracks both bugs and enhancement requests
<a href="https://issues.apache.org/jira/browse/BIGTOP">here</a> using Apache JIRA.
We welcome input, however, before filing a request, please make sure you do the following:</p>
<ul>
<li>Search the JIRA database.</li>
<li>Check the user <a href="./mail-lists.html">mailing list</a>, both by searching the archives and by asking questions.</li>
</ul>
</body>
</document>
61 changes: 61 additions & 0 deletions src/site/xdoc/mail-lists.xml
@@ -0,0 +1,61 @@
<?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="Mailing Lists"></section>

<subsection name="Bigtop User List"></subsection>
<p>
If you use Bigtop, please subscribe to the Bigtop user mailing list.<br />
The Hama user mailing list is :
<a href="mailto:bigtop-user@incubator.apache.org">bigtop-user@incubator.apache.org</a>.
</p>
<ul>
<li><a href="mailto:bigtop-user-subscribe@incubator.apache.org">Subscribe to List</a></li>
<li><a href="mailto:bigtop-user-unsubscribe@incubator.apache.org">Unsubscribe from List</a></li>
</ul>

<subsection name="Bigtop Developer List"></subsection>
<p>
If you'd like to contribute to Bigtop, please subscribe to the Bigtop developer mailing list.<br />
The Hama developer mailing list is :
<a href="mailto:bigtop-dev@incubator.apache.org">bigtop-dev@incubator.apache.org</a>.
</p>
<ul>
<li><a href="mailto:bigtop-dev-subscribe@incubator.apache.org">Subscribe to List</a></li>
<li><a href="mailto:bigtop-dev-unsubscribe@incubator.apache.org">Unsubscribe from List</a></li>
</ul>

<subsection name="Bigtop Commit List"></subsection>
<p>
If you'd like to see changes made in Bigtop's version control system then subscribe
to the Bigtop commit mailing list.<br />
The Bigtop commit mailing list is :
<a href="mailto:bigtop-commits@incubator.apache.org">bigtop-commits@incubator.apache.org</a>.
</p>
<ul>
<li><a href="mailto:bigtop-commits-subscribe@incubator.apache.org">Subscribe to List</a></li>
<li><a href="mailto:bigtop-commits-unsubscribe@incubator.apache.org">Unsubscribe from List</a></li>
</ul>

</body>
</document>

0 comments on commit 123cbcf

Please sign in to comment.