Author: hlship
Date: Thu Jun 10 23:20:30 2010
New Revision: 953494
URL: http://svn.apache.org/viewvc?rev=953494&view=rev
Log:
Add minimal index page for tapestry-func
Added:
tapestry/tapestry5/trunk/tapestry-func/src/site/
tapestry/tapestry5/trunk/tapestry-func/src/site/apt/
tapestry/tapestry5/trunk/tapestry-func/src/site/apt/index.apt (with props)
tapestry/tapestry5/trunk/tapestry-func/src/site/site.xml (with props)
Added: tapestry/tapestry5/trunk/tapestry-func/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-func/src/site/apt/index.apt?rev=953494&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-func/src/site/apt/index.apt (added)
+++ tapestry/tapestry5/trunk/tapestry-func/src/site/apt/index.apt Thu Jun 10
23:20:30 2010
@@ -0,0 +1,9 @@
+ ----
+ tapestry-func
+ ----
+
+Tapestry Functional Flows
+
+ Lightweight framework for bringing functional style development to the
construction and transformation of collections
+ of objects (known as
{{{../javadocs/org/apache/tapestry5/func/Flow.html}Flows}}.
+
\ No newline at end of file
Propchange: tapestry/tapestry5/trunk/tapestry-func/src/site/apt/index.apt
------------------------------------------------------------------------------
svn:eol-style = native
Added: tapestry/tapestry5/trunk/tapestry-func/src/site/site.xml
URL:
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-func/src/site/site.xml?rev=953494&view=auto
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-func/src/site/site.xml (added)
+++ tapestry/tapestry5/trunk/tapestry-func/src/site/site.xml Thu Jun 10
23:20:30 2010
@@ -0,0 +1,39 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<project name="Tapestry Func">
+ <bannerLeft>
+ <name>Tapestry 5</name>
+ <href>http://tapestry.apache.org/</href>
+ <src>images/tapestry_banner.gif</src>
+ </bannerLeft>
+ <bannerRight>
+ <name>Apache</name>
+ <href>http://www.apache.org</href>
+ <src>images/asf_logo_wide.gif</src>
+ </bannerRight>
+ <skin>
+ <groupId>org.apache.tapestry</groupId>
+ <artifactId>maven-skin</artifactId>
+ <version>1.1</version>
+ </skin>
+
+ <publishDate format="dd MMM yyyy"/>
+
+ <version/>
+
+ <body>
+
+
+ <menu ref="parent"/>
+ <!--
+
+ This is probably useful but it drives me crazy whenever I reload a page.
<head> <script
+ src="http://www.google-analytics.com/urchin.js"
type="text/javascript"></script> <script
+ type="text/javascript">_uacct = "UA-400821-1"; urchinTracker();</script>
</head>
+ -->
+
+
+
+ <menu ref="reports"/>
+
+ </body>
+</project>
Propchange: tapestry/tapestry5/trunk/tapestry-func/src/site/site.xml
------------------------------------------------------------------------------
svn:eol-style = native