You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/11/25 21:47:28 UTC

svn commit: r884261 - in /incubator/pivot/trunk/demos: www/ xsl/

Author: tvolkert
Date: Wed Nov 25 20:47:27 2009
New Revision: 884261

URL: http://svn.apache.org/viewvc?rev=884261&view=rev
Log:
Updates to demos www in preparation for site updates that strictly refer to demos xml

Added:
    incubator/pivot/trunk/demos/www/component-explorer.xml   (with props)
    incubator/pivot/trunk/demos/xsl/project.xml   (with props)
Modified:
    incubator/pivot/trunk/demos/www/file-drag-drop.xml
    incubator/pivot/trunk/demos/www/index.xml
    incubator/pivot/trunk/demos/www/itunes-search.xml
    incubator/pivot/trunk/demos/www/json-viewer.xml
    incubator/pivot/trunk/demos/www/kitchen-sink.xml
    incubator/pivot/trunk/demos/www/stock-tracker.xml
    incubator/pivot/trunk/demos/www/xml-viewer.xml
    incubator/pivot/trunk/demos/xsl/demo.html.xsl
    incubator/pivot/trunk/demos/xsl/demo.jnlp.xsl
    incubator/pivot/trunk/demos/xsl/index.xsl

Added: incubator/pivot/trunk/demos/www/component-explorer.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/component-explorer.xml?rev=884261&view=auto
==============================================================================
--- incubator/pivot/trunk/demos/www/component-explorer.xml (added)
+++ incubator/pivot/trunk/demos/www/component-explorer.xml Wed Nov 25 20:47:27 2009
@@ -0,0 +1,55 @@
+<?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.
+-->
+
+<document>
+    <properties>
+        <title>Component Explorer</title>
+        <description>
+            Allows interaction with the properties and styles of the stock Pivot components.
+        </description>
+        <footer/>
+        <new-window/>
+    </properties>
+
+    <head>
+        <style type="text/css">
+            * {
+                padding: 0px;
+                margin: 0px;
+            }
+
+            html, body {
+                height: 100%;
+                overflow: hidden;
+            }
+        </style>
+    </head>
+
+    <body>
+        <demo class="org.apache.pivot.tutorials.explorer.ComponentExplorer" width="100%"
+            height="100%">
+            <signed/>
+            <libraries>
+                <library>core</library>
+                <library>wtk</library>
+                <library>tools</library>
+                <library>tutorials</library>
+            </libraries>
+        </demo>
+    </body>
+</document>

Propchange: incubator/pivot/trunk/demos/www/component-explorer.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/pivot/trunk/demos/www/component-explorer.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml

Modified: incubator/pivot/trunk/demos/www/file-drag-drop.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/file-drag-drop.xml?rev=884261&r1=884260&r2=884261&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/file-drag-drop.xml (original)
+++ incubator/pivot/trunk/demos/www/file-drag-drop.xml Wed Nov 25 20:47:27 2009
@@ -30,8 +30,8 @@
             from the desktop or local file system into the applet for upload to a web or other
             server.
         </p>
-        <demo class="org.apache.pivot.demos.dnd.FileDropTargetDemo" width="280" height="260"
-            signed="true">
+        <demo class="org.apache.pivot.demos.dnd.FileDropTargetDemo" width="280" height="260">
+            <signed/>
             <libraries>
                 <library>core</library>
                 <library>wtk</library>

Modified: incubator/pivot/trunk/demos/www/index.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/index.xml?rev=884261&r1=884260&r2=884261&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/index.xml (original)
+++ incubator/pivot/trunk/demos/www/index.xml Wed Nov 25 20:47:27 2009
@@ -23,43 +23,47 @@
 
     <body>
         <p>
-            This page contains a collection of Pivot demos. All demos require Java 6 or greater.
+            A collection of Pivot demos. All demos require
+            <a href="http://www.java.com/">Java 6</a> or greater.
         </p>
-        <demo-item id="kitchen-sink">
-            <screenshot>kitchen-sink.png</screenshot>
-        </demo-item>
-        <demo-item id="stock-tracker">
-            <screenshot>stock-tracker.png</screenshot>
-        </demo-item>
-        <demo-item id="itunes-search">
-            <screenshot>itunes-search.png</screenshot>
-        </demo-item>
-        <demo-item id="charts" href="http://ixnay.biz/charts.html">
-            <title>Charting</title>
-            <description>
-                Demonstrates charting in Pivot using the JFreeChart chart provider (hosted at
-                http://ixnay.biz).
-            </description>
-            <screenshot>charts.png</screenshot>
-        </demo-item>
-        <demo-item id="json-viewer">
-            <screenshot>json-viewer.png</screenshot>
-        </demo-item>
-        <demo-item id="xml-viewer">
-            <screenshot>xml-viewer.png</screenshot>
+        <demo-item id="kitchen-sink"/>
+        <demo-item id="stock-tracker"/>
+        <demo-item id="component-explorer"/>
+        <demo-item id="itunes-search"/>
+        <demo-item id="charting">
+            <remote href="http://ixnay.biz/charts.html"/>
+            <properties>
+                <title>Charting</title>
+                <description>
+                    Demonstrates charting in Pivot using the JFreeChart chart provider (hosted at
+                    http://ixnay.biz).
+                </description>
+                <featured/>
+                <footer/>
+                <new-window/>
+            </properties>
         </demo-item>
+        <demo-item id="json-viewer"/>
+        <demo-item id="xml-viewer"/>
         <demo-item id="scripting"/>
         <demo-item id="file-drag-drop"/>
         <demo-item id="table-row-editor"/>
-        <demo-item id="animated-clock">
-            <screenshot>animated-clock.png</screenshot>
+        <demo-item id="ticker-slideshow">
+            <remote href="http://www.satelliteconsulting.com/"/>
+            <properties>
+                <title>News Ticker/Slide Show</title>
+                <description>
+                    Demonstrates Pivot used in a real-world context, used to show a news feed and
+                    a slide show of client logos (hosted at www.satelliteconsulting.com).
+                </description>
+                <new-window/>
+            </properties>
         </demo-item>
+        <demo-item id="animated-clock"/>
         <demo-item id="large-data"/>
         <demo-item id="rss-feed"/>
         <demo-item id="dom-interaction"/>
-        <demo-item id="decorators">
-            <screenshot>decorators.png</screenshot>
-        </demo-item>
+        <demo-item id="decorators"/>
         <demo-item id="fixed-column-table"/>
         <demo-item id="multiselect"/>
     </body>

Modified: incubator/pivot/trunk/demos/www/itunes-search.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/itunes-search.xml?rev=884261&r1=884260&r2=884261&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/itunes-search.xml (original)
+++ incubator/pivot/trunk/demos/www/itunes-search.xml Wed Nov 25 20:47:27 2009
@@ -30,8 +30,8 @@
             Simple application that allows a user to run search queries against the iTunes Music
             Store and presents the results in a table view.
         </p>
-        <demo class="org.apache.pivot.demos.itunes.SearchDemo" width="640" height="480"
-            signed="true">
+        <demo class="org.apache.pivot.demos.itunes.SearchDemo" width="640" height="480">
+            <signed/>
             <libraries>
                 <library>core</library>
                 <library>wtk</library>

Modified: incubator/pivot/trunk/demos/www/json-viewer.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/json-viewer.xml?rev=884261&r1=884260&r2=884261&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/json-viewer.xml (original)
+++ incubator/pivot/trunk/demos/www/json-viewer.xml Wed Nov 25 20:47:27 2009
@@ -28,7 +28,8 @@
         <p>
             Allows users to visually browse a JSON structure using a TreeView component.
         </p>
-        <demo class="org.apache.pivot.tools.json.JSONViewer" width="360" height="480" signed="true">
+        <demo class="org.apache.pivot.tools.json.JSONViewer" width="360" height="480">
+            <signed/>
             <libraries>
                 <library>core</library>
                 <library>wtk</library>

Modified: incubator/pivot/trunk/demos/www/kitchen-sink.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/kitchen-sink.xml?rev=884261&r1=884260&r2=884261&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/kitchen-sink.xml (original)
+++ incubator/pivot/trunk/demos/www/kitchen-sink.xml Wed Nov 25 20:47:27 2009
@@ -26,6 +26,8 @@
         <description>
             Demonstrates a number of commonly used Pivot components.
         </description>
+        <featured/>
+        <footer/>
     </properties>
 
     <body>

Modified: incubator/pivot/trunk/demos/www/stock-tracker.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/stock-tracker.xml?rev=884261&r1=884260&r2=884261&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/stock-tracker.xml (original)
+++ incubator/pivot/trunk/demos/www/stock-tracker.xml Wed Nov 25 20:47:27 2009
@@ -31,8 +31,8 @@
             Yahoo! Finance as a CSV file and presents it in a table view component (the applet is
             signed to allow it to communicate with the Yahoo web service):
         </p>
-        <demo class="org.apache.pivot.tutorials.stocktracker.StockTracker" width="480" height="360"
-            signed="true">
+        <demo class="org.apache.pivot.tutorials.stocktracker.StockTracker" width="480" height="360">
+            <signed/>
             <libraries>
                 <library>core</library>
                 <library>wtk</library>

Modified: incubator/pivot/trunk/demos/www/xml-viewer.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/xml-viewer.xml?rev=884261&r1=884260&r2=884261&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/xml-viewer.xml (original)
+++ incubator/pivot/trunk/demos/www/xml-viewer.xml Wed Nov 25 20:47:27 2009
@@ -28,7 +28,8 @@
         <p>
             Allows users to visually browse an XML document using a TreeView component.
         </p>
-        <demo class="org.apache.pivot.tools.xml.XMLViewer" width="640" height="480" signed="true">
+        <demo class="org.apache.pivot.tools.xml.XMLViewer" width="640" height="480">
+            <signed/>
             <libraries>
                 <library>core</library>
                 <library>wtk</library>

Modified: incubator/pivot/trunk/demos/xsl/demo.html.xsl
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/xsl/demo.html.xsl?rev=884261&r1=884260&r2=884261&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/xsl/demo.html.xsl (original)
+++ incubator/pivot/trunk/demos/xsl/demo.html.xsl Wed Nov 25 20:47:27 2009
@@ -16,14 +16,15 @@
 limitations under the License.
 -->
 
+<!-- Translates a demo XML document into an HTML demo page -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
     <xsl:param name="release"/>
 
-    <!-- Output method -->
     <xsl:output method="html" encoding="UTF-8" indent="no"
         doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
         doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
 
+    <!-- <document> gets translated into an HTML container -->
     <xsl:template match="document">
         <html xmlns="http://www.w3.org/1999/xhtml">
             <head>
@@ -42,14 +43,17 @@
         </html>
     </xsl:template>
 
+    <!-- <head> content gets passed through -->
     <xsl:template match="head">
         <xsl:apply-templates/>
     </xsl:template>
 
+    <!-- <body> content gets passed through -->
     <xsl:template match="body">
         <xsl:apply-templates/>
     </xsl:template>
 
+    <!-- <demo> gets translated to a JavaScript block that launches the applet -->
     <xsl:template match="demo">
         <script type="text/javascript">
             var attributes = {
@@ -64,7 +68,7 @@
 
             var libraries = [];
             <xsl:apply-templates select="libraries/library">
-                <xsl:with-param name="signed" select="@signed"/>
+                <xsl:with-param name="signed" select="signed"/>
             </xsl:apply-templates>
             attributes.archive = libraries.join(",");
 
@@ -88,6 +92,7 @@
         </script>
     </xsl:template>
 
+    <!-- <library> gets translated to JavaScript that adds a JAR file to a JavaScript array -->
     <xsl:template match="library">
         <xsl:param name="signed"/>
 
@@ -96,7 +101,7 @@
                 <xsl:variable name="jar">
                     <xsl:value-of select="'lib/pivot-wtk-'"/>
                     <xsl:value-of select="$release"/>
-                    <xsl:if test="$signed='true'">
+                    <xsl:if test="$signed">
                         <xsl:value-of select="'.signed'"/>
                     </xsl:if>
                     <xsl:value-of select="'.jar'"/>
@@ -106,7 +111,7 @@
                     <xsl:value-of select="'lib/pivot-wtk-'"/>
                     <xsl:value-of select="$release"/>
                     <xsl:value-of select="'.terra'"/>
-                    <xsl:if test="$signed='true'">
+                    <xsl:if test="$signed">
                         <xsl:value-of select="'.signed'"/>
                     </xsl:if>
                     <xsl:value-of select="'.jar'"/>
@@ -119,7 +124,7 @@
                     <xsl:value-of select="."/>
                     <xsl:value-of select="'-'"/>
                     <xsl:value-of select="$release"/>
-                    <xsl:if test="$signed='true'">
+                    <xsl:if test="$signed">
                         <xsl:value-of select="'.signed'"/>
                     </xsl:if>
                     <xsl:value-of select="'.jar'"/>
@@ -129,6 +134,7 @@
         </xsl:choose>
     </xsl:template>
 
+    <!-- Everything else gets passed through -->
     <xsl:template match="*|@*">
         <xsl:copy>
             <xsl:apply-templates select="@*|*|text()"/>

Modified: incubator/pivot/trunk/demos/xsl/demo.jnlp.xsl
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/xsl/demo.jnlp.xsl?rev=884261&r1=884260&r2=884261&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/xsl/demo.jnlp.xsl (original)
+++ incubator/pivot/trunk/demos/xsl/demo.jnlp.xsl Wed Nov 25 20:47:27 2009
@@ -16,15 +16,19 @@
 limitations under the License.
 -->
 
+<!-- Translates a demo XML document into a JNLP demo file -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
     <xsl:param name="release"/>
 
     <!--
-    Output method. NOTE This must be text because JSP tags are not valid XML, so setting the
-    output method to XML caused the XSLT process to escape the JSP tags, thus breaking the JSP
+    Output method. NOTE This must be "text" because JSP tags are not valid XML, so setting the
+    output method to "xml" (or "html") causes the XSLT process to escape the JSP tags, thus
+    breaking the JSP
     -->
     <xsl:output method="text"/>
 
+    <xsl:variable name="project" select="document('project.xml')/project"/>
+
     <xsl:template match="demo">
         &lt;?xml version="1.0" encoding="UTF-8" ?&gt;
 
@@ -55,8 +59,8 @@
             &lt;information&gt;
                 &lt;title&gt;Pivot <xsl:value-of select="//document/properties/title"/> Demo&lt;/title&gt;
                 &lt;description&gt;<xsl:value-of select="//document/properties/description"/>&lt;/description&gt;
-                &lt;vendor&gt;Apache Pivot&lt;/vendor&gt;
-                &lt;homepage href="http://pivot.apache.org/"/&gt;
+                &lt;vendor&gt;<xsl:value-of select="$project/vendor"/>&lt;/vendor&gt;
+                &lt;homepage href="<xsl:value-of select="$project/@href"/>"/&gt;
                 &lt;icon kind="shortcut" href="logo.png"/&gt;
                 &lt;offline-allowed/&gt;
                 &lt;shortcut online="false"&gt;
@@ -64,7 +68,7 @@
                 &lt;/shortcut&gt;
             &lt;/information&gt;
 
-            <xsl:if test="@signed='true'">
+            <xsl:if test="signed">
                 &lt;security&gt;
                     &lt;all-permissions/&gt;
                 &lt;/security&gt;
@@ -78,7 +82,7 @@
                 &lt;java version="1.6+" href="http://java.sun.com/products/autodl/j2se"/&gt;
 
                 <xsl:apply-templates select="libraries/library">
-                    <xsl:with-param name="signed" select="@signed"/>
+                    <xsl:with-param name="signed" select="signed"/>
                 </xsl:apply-templates>
             &lt;/resources&gt;
 
@@ -104,7 +108,7 @@
                 <xsl:variable name="jar">
                     <xsl:value-of select="'lib/pivot-wtk-'"/>
                     <xsl:value-of select="$release"/>
-                    <xsl:if test="$signed='true'">
+                    <xsl:if test="$signed">
                         <xsl:value-of select="'.signed'"/>
                     </xsl:if>
                     <xsl:value-of select="'.jar'"/>
@@ -114,7 +118,7 @@
                     <xsl:value-of select="'lib/pivot-wtk-'"/>
                     <xsl:value-of select="$release"/>
                     <xsl:value-of select="'.terra'"/>
-                    <xsl:if test="$signed='true'">
+                    <xsl:if test="$signed">
                         <xsl:value-of select="'.signed'"/>
                     </xsl:if>
                     <xsl:value-of select="'.jar'"/>
@@ -127,7 +131,7 @@
                     <xsl:value-of select="."/>
                     <xsl:value-of select="'-'"/>
                     <xsl:value-of select="$release"/>
-                    <xsl:if test="$signed='true'">
+                    <xsl:if test="$signed">
                         <xsl:value-of select="'.signed'"/>
                     </xsl:if>
                     <xsl:value-of select="'.jar'"/>

Modified: incubator/pivot/trunk/demos/xsl/index.xsl
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/xsl/index.xsl?rev=884261&r1=884260&r2=884261&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/xsl/index.xsl (original)
+++ incubator/pivot/trunk/demos/xsl/index.xsl Wed Nov 25 20:47:27 2009
@@ -16,19 +16,20 @@
 limitations under the License.
 -->
 
+<!-- Translates a demo index XML document into an HTML demo index -->
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
-    <xsl:param name="release"/>
-
-    <!-- Output method -->
     <xsl:output method="html" encoding="UTF-8" indent="no"
         doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
         doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"/>
 
+    <xsl:variable name="project" select="document('project.xml')/project"/>
+
+    <!-- <document> gets translated to an HTML container -->
     <xsl:template match="document">
         <html xmlns="http://www.w3.org/1999/xhtml">
             <head>
                 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
-                <title>Pivot Demos</title>
+                <title><xsl:value-of select="$project/vendor"/> Demos</title>
                 <link rel="stylesheet" href="demo.css" type="text/css"/>
                 <link rel="icon" href="favicon.png" type="image/png" />
                 <link rel="shortcut icon" href="favicon.png" type="image/png" />
@@ -81,48 +82,71 @@
         </html>
     </xsl:template>
 
+    <!-- <head> content gets passed through -->
     <xsl:template match="head">
         <xsl:apply-templates/>
     </xsl:template>
 
+    <!-- <body> content gets passed through -->
     <xsl:template match="body">
         <xsl:apply-templates/>
     </xsl:template>
 
+    <!-- <demo-item> gets translated to a demo summary with links to the demo -->
     <xsl:template match="demo-item">
+        <xsl:variable name="id" select="@id"/>
+
         <xsl:if test="position()&gt;1">
             <hr/>
         </xsl:if>
 
         <xsl:choose>
-            <xsl:when test="@href">
+            <xsl:when test="remote">
                 <!--
-                Demo items with an href are assumed to be hosted remote. Remote hosted demos
-                do not have a JNLP launcher, and their title and description is assumed to be
-                nested in the demo item itself.
+                Remotely hosted demos do not have a JNLP launcher, and their properties are
+                specified in the demo item itself.
                 -->
-                <xsl:variable name="href" select="@href"/>
-                <h3><a href="{$href}"><xsl:value-of select="title"/></a></h3>
-                <p><xsl:value-of select="description"/></p>
+                <xsl:variable name="href" select="remote/@href"/>
+                <h3><xsl:value-of select="properties/title"/></h3>
+                <p>
+                    <xsl:choose>
+                        <xsl:when test="properties/new-window">
+                            <a href="{$href}" target="_new">Applet</a>
+                        </xsl:when>
+                        <xsl:otherwise>
+                            <a href="{$href}">Applet</a>
+                        </xsl:otherwise>
+                    </xsl:choose>
+                </p>
+                <p><xsl:value-of select="properties/description"/></p>
             </xsl:when>
             <xsl:otherwise>
-                <!--
-                Locally hosted demo. We pull the demo metadata from the demo XML file.
-                -->
-                <xsl:variable name="id" select="@id"/>
+                <!-- Locally hosted demo; title amd description comes from the demo XML file -->
                 <xsl:variable name="demo" select="document(concat('../www/', $id, '.xml'))/document"/>
-                <h3><a href="{$id}.html"><xsl:value-of select="$demo/properties/title"/></a></h3>
-                <p><a href="{$id}.jnlp">Web start</a></p>
+                <h3><xsl:value-of select="$demo/properties/title"/></h3>
+                <p>
+                    <xsl:choose>
+                        <xsl:when test="$demo/properties/new-window">
+                            <a href="{$id}.html" target="_new">Applet</a>
+                        </xsl:when>
+                        <xsl:otherwise>
+                            <a href="{$id}.html">Applet</a>
+                        </xsl:otherwise>
+                    </xsl:choose>
+                    | <a href="{$id}.jnlp">Web start</a>
+                </p>
                 <p><xsl:value-of select="$demo/properties/description"/></p>
             </xsl:otherwise>
         </xsl:choose>
 
-        <xsl:if test="screenshot">
-            <xsl:variable name="src" select="screenshot"/>
+        <!-- Include a screenshot if one exists -->
+        <xsl:if test="$project/demo-screenshots/screenshot[@id=$id]">
+            <xsl:variable name="src" select="$project/demo-screenshots/screenshot[@id=$id]/@src"/>
             <p><img src="{$src}"/></p>
         </xsl:if>
     </xsl:template>
 
+    <!-- Everything else gets passed through -->
     <xsl:template match="*|@*">
         <xsl:copy>
             <xsl:apply-templates select="@*|*|text()"/>

Added: incubator/pivot/trunk/demos/xsl/project.xml
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/xsl/project.xml?rev=884261&view=auto
==============================================================================
--- incubator/pivot/trunk/demos/xsl/project.xml (added)
+++ incubator/pivot/trunk/demos/xsl/project.xml Wed Nov 25 20:47:27 2009
@@ -0,0 +1,33 @@
+<?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 href="http://pivot.apache.org/">
+    <vendor>Apache Pivot</vendor>
+
+    <demo-screenshots>
+        <screenshot id="kitchen-sink" src="kitchen-sink.png"/>
+        <screenshot id="stock-tracker" src="stock-tracker.png"/>
+        <screenshot id="itunes-search" src="itunes-search.png"/>
+        <screenshot id="charting" src="charts.png"/>
+        <screenshot id="json-viewer" src="json-viewer.png"/>
+        <screenshot id="xml-viewer" src="xml-viewer.png"/>
+        <screenshot id="ticker-slideshow" src="sci.png"/>
+        <screenshot id="animated-clock" src="animated-clock.png"/>
+        <screenshot id="decorators" src="decorators.png"/>
+    </demo-screenshots>
+</project>

Propchange: incubator/pivot/trunk/demos/xsl/project.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: incubator/pivot/trunk/demos/xsl/project.xml
------------------------------------------------------------------------------
    svn:mime-type = text/xml