You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by ar...@apache.org on 2011/12/06 20:49:15 UTC

svn commit: r1211072 - in /incubator/flume/site: ./ src/ src/site/ src/site/resources/ src/site/resources/css/ src/site/resources/images/ src/site/xdoc/

Author: arvind
Date: Tue Dec  6 19:49:14 2011
New Revision: 1211072

URL: http://svn.apache.org/viewvc?rev=1211072&view=rev
Log:
Created a place holder site for Flume.

Added:
    incubator/flume/site/
    incubator/flume/site/pom.xml
    incubator/flume/site/src/
    incubator/flume/site/src/site/
    incubator/flume/site/src/site/resources/
    incubator/flume/site/src/site/resources/css/
    incubator/flume/site/src/site/resources/css/site.css   (with props)
    incubator/flume/site/src/site/resources/images/
    incubator/flume/site/src/site/resources/images/flume-logo.jpeg   (with props)
    incubator/flume/site/src/site/site.xml
    incubator/flume/site/src/site/xdoc/
    incubator/flume/site/src/site/xdoc/index.xml
    incubator/flume/site/src/site/xdoc/xdoc.xsl

Added: incubator/flume/site/pom.xml
URL: http://svn.apache.org/viewvc/incubator/flume/site/pom.xml?rev=1211072&view=auto
==============================================================================
--- incubator/flume/site/pom.xml (added)
+++ incubator/flume/site/pom.xml Tue Dec  6 19:49:14 2011
@@ -0,0 +1,255 @@
+<?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.flume</groupId>
+  <artifactId>flume-site</artifactId>
+  <version>1-SNAPSHOT</version>
+  <packaging>pom</packaging>
+  
+  <name>Flume</name>
+  <url>http://incubator.apache.org/flume</url>
+  <inceptionYear>2011</inceptionYear>
+
+  <properties>
+    <siteUrlDeployment>scpexe://people.apache.org/www/incubator.apache.org/flume</siteUrlDeployment>
+  </properties>
+
+
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-site-plugin</artifactId>
+          <version>3.0</version>
+          <dependencies>
+            <dependency>
+              <groupId>org.apache.maven.wagon</groupId>
+               <artifactId>wagon-ssh-external</artifactId>
+               <version>1.0</version>
+            </dependency>
+            <dependency>
+              <groupId>org.apache.maven.wagon</groupId>
+               <artifactId>wagon-ssh</artifactId>
+               <version>1.0</version>
+            </dependency>
+          </dependencies>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </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>project-team</report>
+              <report>mailing-list</report>
+              <report>issue-tracking</report>
+              <report>license</report>
+<!-- for now
+              <report>modules</report>
+              <report>dependencies</report>
+              <report>cim</report>
+              <report>scm</report>
+-->
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
+    </plugins>
+  </reporting>
+  
+  <developers>
+    <developer>
+      <id>abayer</id>
+      <name>Andrew Bayer</name>
+      <organization>Cloudera</organization>
+      <roles>
+        <role>committer</role>
+        <role>PPMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>ddeeter</id>
+      <name>Derek Deeter</name>
+      <organization>Intuit</organization>
+      <roles>
+        <role>committer</role>
+        <role>PPMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>jmhsieh</id>
+      <name>Jonathan Hsieh</name>
+      <organization>Cloudera</organization>
+      <roles>
+        <role>committer</role>
+        <role>PPMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>phunt</id>
+      <name>Patrick Hunt</name>
+      <organization>Cloudera</organization>
+      <roles>
+        <role>committer</role>
+        <role>PPMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>kimballa</id>
+      <name>Aaron Kimball</name>
+      <organization>Odiago</organization>
+      <roles>
+        <role>committer</role>
+        <role>PPMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>mlai</id>
+      <name>Mingjie Lai</name>
+      <organization>Trend Micro</organization>
+      <roles>
+        <role>committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>brucem</id>
+      <name>Bruce Mitchener</name>
+      <organization>-</organization>
+      <roles>
+        <role>committer</role>
+        <role>PPMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>prasadm</id>
+      <name>Prasad Mujumdar</name>
+      <organization>Cloudera</organization>
+      <roles>
+        <role>committer</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>arvind</id>
+      <name>Arvind Prabhakar</name>
+      <organization>Cloudera</organization>
+      <roles>
+        <role>committer</role>
+        <role>PPMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>ahmed</id>
+      <name>Ahmed Radwan</name>
+      <organization>Cloudera</organization>
+      <roles>
+        <role>committer</role>
+        <role>PPMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>henry</id>
+      <name>Henry Robinson</name>
+      <organization>Cloudera</organization>
+      <roles>
+        <role>committer</role>
+        <role>PPMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>esammer</id>
+      <name>Eric Sammer</name>
+      <organization>Cloudera</organization>
+      <roles>
+        <role>committer</role>
+        <role>PPMC member</role>
+      </roles>
+    </developer>
+    <developer>
+      <id>nerdynick</id>
+      <name>Nick Verbeck</name>
+      <organization>-</organization>
+      <roles>
+        <role>committer</role>
+      </roles>
+    </developer>
+  </developers>
+
+  <issueManagement>
+    <system>JIRA</system>
+    <url>http://issues.apache.org/jira/browse/FLUME</url>
+  </issueManagement>
+  <mailingLists>
+    <mailingList>
+      <name>Users</name>
+      <post>flume-user@incubator.apache.org</post>
+      <subscribe>incubator-flume-user-subscribe@apache.org</subscribe>
+      <unsubscribe>incubator-flume-user-unsubscribe@apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-flume-user/</archive>
+      <!-- <otherArchives>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-flume-user/</otherArchive>
+      </otherArchives> -->
+    </mailingList>
+    <mailingList>
+      <name>Development</name>
+      <post>flume-dev@incubator.apache.org</post>
+      <subscribe>incubator-flume-dev-subscribe@apache.org</subscribe>
+      <unsubscribe>incubator-flume-dev-unsubscribe@apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-flume-dev/</archive>
+      <!-- <otherArchives>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-flume-dev/</otherArchive>
+      </otherArchives> -->
+    </mailingList>
+    <mailingList>
+      <name>Commits</name>
+      <post>flume-commits@incubator.apache.org</post>
+      <subscribe>incubator-flume-commits-subscribe@apache.org</subscribe>
+      <unsubscribe>incubator-flume-commits-unsubscribe@apache.org</unsubscribe>
+      <archive>http://mail-archives.apache.org/mod_mbox/incubator-flume-commits/</archive>
+      <!-- <otherArchives>
+        <otherArchive>http://mail-archives.apache.org/mod_mbox/incubator-flume-commits/</otherArchive>
+      </otherArchives> -->
+    </mailingList>
+  </mailingLists>
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/incubator/flume/trunk/</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/flume/trunk/</developerConnection>
+    <url>http://svn.apache.org/repos/asf/incubator/flume/trunk/</url>
+  </scm>
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <url>${siteUrlDeployment}</url>
+    </site>
+  </distributionManagement>
+</project>

Added: incubator/flume/site/src/site/resources/css/site.css
URL: http://svn.apache.org/viewvc/incubator/flume/site/src/site/resources/css/site.css?rev=1211072&view=auto
==============================================================================
--- incubator/flume/site/src/site/resources/css/site.css (added)
+++ incubator/flume/site/src/site/resources/css/site.css Tue Dec  6 19:49:14 2011
@@ -0,0 +1,31 @@
+/*
+* 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: 93px;
+  background: none;
+}
+
+#bannerLeft img {
+  height: 100px;
+  margin-left: 30px;
+  margin-top: 5px;
+}
+
+#bannerRight img {
+  margin: 17px;
+}
+

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

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

Propchange: incubator/flume/site/src/site/resources/images/flume-logo.jpeg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/flume/site/src/site/site.xml
URL: http://svn.apache.org/viewvc/incubator/flume/site/src/site/site.xml?rev=1211072&view=auto
==============================================================================
--- incubator/flume/site/src/site/site.xml (added)
+++ incubator/flume/site/src/site/site.xml Tue Dec  6 19:49:14 2011
@@ -0,0 +1,86 @@
+<?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="Flume">
+  <bannerLeft>
+    <name>Flume</name>
+    <src>http://incubator.apache.org/flume/images/flume-logo.jpeg</src>
+    <href>http://incubator.apache.org/flume</href>
+    <width>151px</width>
+    <height>46px</height>
+  </bannerLeft>
+  <bannerRight>
+    <src>http://incubator.apache.org/images/apache-incubator-logo.png</src>
+    <href>http://incubator.apache.org/</href>
+  </bannerRight>
+
+  <publishDate position="right"/>
+  <version position="none"/>
+
+  <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/FLUME" />
+      <item name="JIRA" href="https://issues.apache.org/jira/browse/FLUME" />
+      <item name="SVN" href="https://svn.apache.org/repos/asf/incubator/flume/" />
+    </links>
+
+    <breadcrumbs position="left">
+      <item name="Apache" href="http://www.apache.org/" />
+      <item name="Flume" href="http://incubator.apache.org/flume"/>
+    </breadcrumbs>
+
+    <menu name="Flume">
+      <item name="About" href="index.html"/>
+      <!-- <item name="Download" href="http://www.apache.org/dyn/closer.cgi/incubator/flume/"/> -->
+      <!-- <item name="Road Map" href="https://cwiki.apache.org/confluence/display/FLUME/RoadMap" /> -->
+      <item name="Wiki" href="https://cwiki.apache.org/confluence/display/FLUME" />
+      <!-- <item name="FAQ" href="faq.html"/> -->
+    </menu>
+
+    <menu name="Project Information">
+      <item name="Summary" href="project-info.html" />
+      <item name="Mailing Lists" href="mail-lists.html" />
+      <!-- <item name="IRC" href="https://cwiki.apache.org/confluence/display/WHIRR/IRC+Channel" /> -->
+      <item name="Team" href="team-list.html" />
+      <item name="Issue Tracking" href="issue-tracking.html" />
+      <item name="License" href="license.html" />
+    </menu>
+
+    <!-- <menu name="Documentation">
+      <item name="Home" href="docs/1.3.0/"/>
+      <item name="Quick Start" href="docs/1.3.0/quick-start-guide.html"/>
+    </menu> -->
+
+    <!-- <menu name="Older Documentation">
+      <item name="1.3.0" href="docs/1.3.0/index.html"/>
+    </menu> -->
+
+    <menu name="ASF">
+      <item name="How Apache Works" href="http://www.apache.org/foundation/how-it-works.html"/>
+      <item name="Foundation" href="http://www.apache.org/foundation/"/>
+      <item name="Sponsoring Apache" href="http://www.apache.org/foundation/sponsorship.html"/>
+      <item name="Thanks" href="http://www.apache.org/foundation/thanks.html"/>
+    </menu>
+
+  </body>
+</project>

Added: incubator/flume/site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/incubator/flume/site/src/site/xdoc/index.xml?rev=1211072&view=auto
==============================================================================
--- incubator/flume/site/src/site/xdoc/index.xml (added)
+++ incubator/flume/site/src/site/xdoc/index.xml Tue Dec  6 19:49:14 2011
@@ -0,0 +1,48 @@
+<?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 Flume (incubating)"></section>
+    <p>Flume is a distributed, reliable, and available system for efficiently collecting,
+       aggregating, and moving large amounts of log data from many different sources to a
+       centralized data store.</p>
+
+    <subsection name="DISCLAIMER"></subsection>
+    <p>Apache Flume is an effort undergoing incubation at the Apache Software
+       Foundation (ASF), sponsored by the Apache Incubator Project Management
+       Committee. Incubation is required for all newly accepted projects until a further 
+       review indicates that the infrastructure, communications, and decisions making 
+       process have stabilized in a manner consistent with other successful ASF projects.
+       While incubation status is not necessarily a reflection of the completeness or
+       stability of the code, it does indicate that the project has yet to be fully
+       endorsed by the ASF.</p>
+    <p>For more information about the incubation status of the Flume project you can
+       go to the <a href="http://incubator.apache.org/projects/flume.html">Project Status Page</a>.
+       </p>
+
+    <subsection name="Under Construction"></subsection>
+    <p>This site is currently under construction. Please refer to the 
+       <a href="https://cwiki.apache.org/confluence/display/FLUME">Wiki</a> or
+       <a href="http://incubator.apache.org/projects/flume.html">Project Status Page</a>
+       for more information in the meantime.</p>
+  </body>
+</document>

Added: incubator/flume/site/src/site/xdoc/xdoc.xsl
URL: http://svn.apache.org/viewvc/incubator/flume/site/src/site/xdoc/xdoc.xsl?rev=1211072&view=auto
==============================================================================
--- incubator/flume/site/src/site/xdoc/xdoc.xsl (added)
+++ incubator/flume/site/src/site/xdoc/xdoc.xsl Tue Dec  6 19:49:14 2011
@@ -0,0 +1,68 @@
+<?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>