You are viewing a plain text version of this content. The canonical link for it is here.
Posted to tashi-commits@incubator.apache.org by mr...@apache.org on 2008/11/13 23:41:02 UTC

svn commit: r713867 [2/2] - in /incubator/tashi/site: ./ build/ docs/ docs/images/ xdocs/ xdocs/images/ xdocs/stylesheets/

Added: incubator/tashi/site/xdocs/mailing_lists.xml
URL: http://svn.apache.org/viewvc/incubator/tashi/site/xdocs/mailing_lists.xml?rev=713867&view=auto
==============================================================================
--- incubator/tashi/site/xdocs/mailing_lists.xml (added)
+++ incubator/tashi/site/xdocs/mailing_lists.xml Thu Nov 13 15:41:01 2008
@@ -0,0 +1,57 @@
+<?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>Mailing Lists</title>
+  </properties>
+
+<body>
+
+<section name="Mailing Lists">
+
+<p>
+Click on a mailing list to subscribe
+</p>
+
+<table class="simple">
+<tr>
+<td><strong>Name</strong></td>
+<td><strong>History</strong></td>
+</tr>
+<tr>
+<td><a href="mailto:tashi-user-subscribe@incubator.apache.org">tashi-user@incubator.apache.org</a></td>
+<td><a href="http://mail-archives.apache.org/mod_mbox/incubator-tashi-user/">http://mail-archives.apache.org/mod_mbox/incubator-tashi-user/</a></td>
+</tr>
+<tr>
+<td><a href="mailto:tashi-dev-subscribe@incubator.apache.org">tashi-dev@incubator.apache.org</a></td>
+<td><a href="http://mail-archives.apache.org/mod_mbox/incubator-tashi-dev/">http://mail-archives.apache.org/mod_mbox/incubator-tashi-dev/</a></td>
+</tr>
+<tr>
+<td><a href="mailto:tashi-commits-subscribe@incubator.apache.org">tashi-commits@incubator.apache.org</a></td>
+<td><a href="http://mail-archives.apache.org/mod_mbox/incubator-tashi-commits/">http://mail-archives.apache.org/mod_mbox/incubator-tashi-commits/</a></td>
+</tr>
+</table>
+
+</section>
+
+</body>
+</document>

Added: incubator/tashi/site/xdocs/road_map.xml
URL: http://svn.apache.org/viewvc/incubator/tashi/site/xdocs/road_map.xml?rev=713867&view=auto
==============================================================================
--- incubator/tashi/site/xdocs/road_map.xml (added)
+++ incubator/tashi/site/xdocs/road_map.xml Thu Nov 13 15:41:01 2008
@@ -0,0 +1,38 @@
+<?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>Road Map</title>
+  </properties>
+
+<body>
+
+<section name="Road Map">
+
+<p>
+UNDER CONSTRUCTION
+</p>
+
+</section>
+
+</body>
+</document>

Added: incubator/tashi/site/xdocs/source_code.xml
URL: http://svn.apache.org/viewvc/incubator/tashi/site/xdocs/source_code.xml?rev=713867&view=auto
==============================================================================
--- incubator/tashi/site/xdocs/source_code.xml (added)
+++ incubator/tashi/site/xdocs/source_code.xml Thu Nov 13 15:41:01 2008
@@ -0,0 +1,48 @@
+<?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>Source Code</title>
+  </properties>
+
+<body>
+
+<section name="SVN">
+<p>
+To check out the source code to Tashi, point an SVN client at: <a href="http://svn.apache.org/repos/asf/incubator/tashi">http://svn.apache.org/repos/asf/incubator/tashi</a>
+</p>
+<p>
+Or from a command prompt:
+<div class="loffset">
+svn co http://svn.apache.org/repos/asf/incubator/tashi
+</div>
+</p>
+</section>
+
+<section name="ViewVC">
+<p>
+If you're looking to browse it, you can use ViewVC at: <a href="http://svn.apache.org/viewvc/incubator/tashi">http://svn.apache.org/repos/asf/incubator/tashi</a>
+</p>
+</section>
+
+</body>
+</document>

Added: incubator/tashi/site/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/incubator/tashi/site/xdocs/stylesheets/project.xml?rev=713867&view=auto
==============================================================================
--- incubator/tashi/site/xdocs/stylesheets/project.xml (added)
+++ incubator/tashi/site/xdocs/stylesheets/project.xml Thu Nov 13 15:41:01 2008
@@ -0,0 +1,41 @@
+<?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="Apache Tashi Site"
+        href="http://incubator.apache.org/tashi/">
+
+    <title>Apache Tashi Site</title>
+
+    <body>
+        <menu name="Apache Tashi">
+            <item name="Home" href="/index.html"/>
+            <item name="License" href="/license.html"/>
+            <item name="Downloads" href="/downloads.html"/>
+            <item name="Documentation" href="/documentation.html"/>
+            <item name="Committers" href="/committers.html"/>
+            <item name="Mailing Lists" href="/mailing_lists.html"/>
+            <item name="FAQ" href="/faq.html"/>
+            <item name="Road Map" href="/road_map.html"/>
+            <item name="Source Code" href="/source_code.html"/>
+            <item name="Coding Standards" href="/coding_standards.html"/>
+            <item name="Issue Tracking" href="/issue_tracking.html"/>
+            <item name="Dependencies" href="/dependencies.html"/>
+        </menu>
+    </body>
+</project>

Added: incubator/tashi/site/xdocs/stylesheets/site.vsl
URL: http://svn.apache.org/viewvc/incubator/tashi/site/xdocs/stylesheets/site.vsl?rev=713867&view=auto
==============================================================================
--- incubator/tashi/site/xdocs/stylesheets/site.vsl (added)
+++ incubator/tashi/site/xdocs/stylesheets/site.vsl Thu Nov 13 15:41:01 2008
@@ -0,0 +1,132 @@
+## 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.    
+<!-- Content Stylesheet for Site -->
+
+    ## Defined variables
+    #set ($bodybg = "#ffffff")
+    #set ($bodyfg = "#000000")
+    #set ($bodylink = "#525D76")
+    #set ($bannerbg = "#525D76")
+    #set ($bannerfg = "#ffffff")
+    #set ($tablethbg = "#039acc")
+    #set ($tabletdbg = "#a0ddf0")
+
+<style type="text/css">
+table.simple {
+	border-width: 0px 0px 0px 0px;
+	border-spacing: 0px;
+	border-collapse: collapse;
+}
+table.simple th {
+	border-width: 1px 1px 1px 1px;
+	padding: 1px 1px 1px 1px;
+	border-style: outset outset outset outset;
+}
+table.simple td {
+	border-width: 1px 1px 1px 1px;
+	padding: 1px 1px 1px 1px;
+	border-style: outset outset outset outset;
+}
+.loffset {
+	font-family: courier;
+	margin: 1em 2em 1em 2em;
+	padding: 1em 1em 1em 1em;
+	border: 1px dashed #0000FF;
+	background-color: #D0D0FF;
+}
+</style>
+
+<!-- start the processing -->
+#document()
+<!-- end the processing -->
+
+## This is where the macro's live
+
+#macro ( makeProject )
+    ## set ($menus = $project.getChild("body").getChildren("menu"))
+    #set ($menus = $xpath.applyTo("body/menu", $project))
+
+    #foreach ( $menu in $menus )
+        <strong>$menu.getAttributeValue("name")</strong>
+        <ul>
+        #foreach ( $item in $menu.getChildren() )
+            #set ($name = $item.getAttributeValue("name"))
+            <li>#projectanchor($name $item.getAttributeValue("href"))</li>
+        #end
+        </ul>
+    #end
+#end
+
+#macro ( image $value )
+#if ($value.getAttributeValue("width"))
+#set ($width=$value.getAttributeValue("width"))
+#end
+#if ($value.getAttributeValue("height"))
+#set ($height=$value.getAttributeValue("height"))
+#end
+#if ($value.getAttributeValue("align"))
+#set ($align=$value.getAttributeValue("align"))
+#end
+<img src="$relativePath$value.getAttributeValue("src")" width="$!width" height="$!height" align="$!align">
+#end
+
+#macro ( projectanchor $name $value )
+    <a href="$relativePath$value">$name</a>
+#end
+
+#macro (document)
+    <html>
+        <head>
+            <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
+            <title>Apache Tashi - $root.getChild("properties").getChild("title").getText()</title>
+        </head>
+
+        <body bgcolor="$bodybg" text="$bodyfg" link="$bodylink">
+            <table border="0" width="100%" cellspacing="5">
+                <tr>
+                <td align="left" valign="top">
+                    <img src="images/tashi-logo.png" align="left" valign="top"/>
+                </td>
+                <td align="right" valign="top" width="100%">
+                    <img src="images/apache-incubator-logo.png" align="right" valign="top"/>
+                </td>
+                </tr>
+                <tr>
+                <td align="left" valign="top">
+                #makeProject()
+                </td>
+                <td align="left" valign="top" width="100%">
+                ##<h1>$root.getChild("properties").getChild("title").getText()</h1>
+                ## set ($allSections = $root.getChild("body").getChildren("section"))
+                #set ($allSections = $xpath.applyTo("body/section", $root))
+
+                #foreach ( $section in $allSections )
+                    <h2>$section.getAttribute("name").getValue()</h2>
+                    #foreach ( $item in $section.getChildren() )
+                        #if ($item.getName().equals("img"))
+                            #image ($item)
+                        #else
+                            $xmlout.outputString($item)
+                        #end
+                    #end
+                #end
+                </td>
+                </tr>
+            </table>
+        </body>
+    </html>
+#end