You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shale.apache.org by ws...@apache.org on 2006/09/04 21:34:06 UTC

svn commit: r440155 - in /shale/sandbox: pom.xml src/ src/site/ src/site/apt/ src/site/apt/index.apt src/site/site.xml

Author: wsmoak
Date: Mon Sep  4 12:34:05 2006
New Revision: 440155

URL: http://svn.apache.org/viewvc?view=rev&rev=440155
Log:
Add an index page for the Sandbox with information on access for existing Apache committers.
SHALE-273

Added:
    shale/sandbox/src/
    shale/sandbox/src/site/
    shale/sandbox/src/site/apt/
    shale/sandbox/src/site/apt/index.apt   (with props)
    shale/sandbox/src/site/site.xml   (with props)
Modified:
    shale/sandbox/pom.xml

Modified: shale/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/shale/sandbox/pom.xml?view=diff&rev=440155&r1=440154&r2=440155
==============================================================================
--- shale/sandbox/pom.xml (original)
+++ shale/sandbox/pom.xml Mon Sep  4 12:34:05 2006
@@ -41,6 +41,13 @@
         <url>http://svn.apache.org/viewvc/shale/trunk/sandbox</url>
     </scm>
 
+    <distributionManagement>
+        <site>
+            <id>apache-site</id>
+            <url>scp://people.apache.org/www/shale.apache.org/sandbox</url>
+        </site>
+    </distributionManagement>
+
     <dependencies>
         <!-- Document "provided" dependencies to avoid cluttering WAR files -->
     </dependencies>

Added: shale/sandbox/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/shale/sandbox/src/site/apt/index.apt?view=auto&rev=440155
==============================================================================
--- shale/sandbox/src/site/apt/index.apt (added)
+++ shale/sandbox/src/site/apt/index.apt Mon Sep  4 12:34:05 2006
@@ -0,0 +1,18 @@
+           -------------
+           Shale Sandbox
+           -------------
+
+Welcome
+
+ The Shale Sandbox houses experimental code that has not yet been accepted into
+ the framework.
+
+ This area of the repository is open to any Apache committer who is interested
+ in collaborating on Shale-related projects. To request access, post to the
+ developers list and tell us what you want to work on.
+
+ Mailing list subscription info can be found
+ {{{http://shale.apache.org/index.html#mail}here}}.
+
+ Even more experiments and examples can be found at our unofficial companion
+ project: {{{http://code.google.com/p/shale-goodies/}Shale Goodies}}.

Propchange: shale/sandbox/src/site/apt/index.apt
------------------------------------------------------------------------------
    svn:executable = *

Added: shale/sandbox/src/site/site.xml
URL: http://svn.apache.org/viewvc/shale/sandbox/src/site/site.xml?view=auto&rev=440155
==============================================================================
--- shale/sandbox/src/site/site.xml (added)
+++ shale/sandbox/src/site/site.xml Mon Sep  4 12:34:05 2006
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Apache Shale Framework">
+    <bannerLeft>
+        <name>Apache Software Foundation</name>
+        <src>http://www.apache.org/images/asf-logo.gif</src>
+        <href>http://www.apache.org</href>
+    </bannerLeft>
+    <bannerRight>
+        <name>Apache Shale</name>
+        <src>shale-logo-contest.jpg</src>
+        <href>http://shale.apache.org</href>
+    </bannerRight>
+    <body>
+        <links>
+            <item name="Apache" href="http://www.apache.org" />
+            <item name="Shale" href="http://shale.apache.org" />
+        </links>
+
+    <menu name="Quick Links">
+        <item name="JavaServer Faces"
+              href="http://java.sun.com/javaee/javaserverfaces/"/>
+        <item name="MyFaces"
+              href="http://myfaces.apache.org"/>
+        <item name="Shale"
+              href="http://shale.apache.org"/>
+        <item name="Shale Sandbox"            
+              href="http://shale.apache.org/sandbox"/>
+        <item name="Struts"
+              href="http://struts.apache.org"/>
+        <item name="Struts-Faces Integration Library"
+              href="http://struts.apache.org/1.x/struts-faces"/>
+    </menu>
+
+    ${reports}
+
+  </body>
+
+</project>

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

Propchange: shale/sandbox/src/site/site.xml
------------------------------------------------------------------------------
    svn:executable = *

Propchange: shale/sandbox/src/site/site.xml
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL