[Yanel-commits] rev 21955 - in public/yanel/trunk/src/realms/test/yanel: data data/xslt rti

michi at wyona.com michi at wyona.com
Sun Jan 21 00:15:47 CET 2007


Author: michi
Date: 2007-01-21 00:15:45 +0100 (Sun, 21 Jan 2007)
New Revision: 21955

Added:
   public/yanel/trunk/src/realms/test/yanel/data/use-cases.html
   public/yanel/trunk/src/realms/test/yanel/rti/use-cases.html.yanel-rti
Modified:
   public/yanel/trunk/src/realms/test/yanel/data/xslt/global.xsl
Log:
started to move use cases from yanel website into test realm

Added: public/yanel/trunk/src/realms/test/yanel/data/use-cases.html
===================================================================
--- public/yanel/trunk/src/realms/test/yanel/data/use-cases.html	2007-01-20 22:20:11 UTC (rev 21954)
+++ public/yanel/trunk/src/realms/test/yanel/data/use-cases.html	2007-01-20 23:15:45 UTC (rev 21955)
@@ -0,0 +1,80 @@
+<?xml version="1.0"?>
+
+
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
+
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+
+  <title>Testing</title>
+
+</head>
+
+<body>
+
+<h3>Test Links</h3>
+
+<ul>
+
+  <li><a href=".">/</a></li>
+
+  <li><a href="index.html">index.html</a></li>
+
+<!--
+  <li><a href="index.xhtml">index.xhtml</a></li>
+
+  <li><a href="en/introspection-about.xml">introspection-about.xml</a></li>
+
+  <li><a href="hello/">hello/</a></li>
+
+  <li><a href="hello">hello</a></li>
+
+  <li><a href="hello/?yanel.resource.viewid=source">hello/?yanel.resource.viewid=source</a> (XML view, whereas "source" is a directory resource specific view id)</li>
+
+  <li><a href="hello/world.html">hello/world.html</a></li>
+
+  <li><a href="hello/world.xhtml">hello/world.xhtml</a></li>
+
+  <li><a href="hello/odt-sample.xml">The XML of an ODT</a></li>
+
+  <li><a href="hello/odt-sample.xhtml">The XHTML of an ODT</a></li>
+
+  <li><a href="hello/odt-sample.odt">The ODT itself</a></li>
+
+  <li><a href="hello/pdf-sample.pdf">PDF generated from sample xml</a></li>
+  <li><a href="hello/pdf-sample2.pdf">Another PDF example</a></li>
+
+  <li><a href="admin/index.html">Protected Admin Area</a> (Username: lenya, Password: levi) (IMPORTANT: Please note that Tomcat seems to have this URL reserved within the ROOT context!)</li>
+
+  <li><a href="en/about.xhtml?yanel.resource.usecase=checkout">Protected source for editing</a></li>
+
+  <li><a href="testing.html?yanel.usecase=logout">Logout</a></li>
+
+  <li><a href="mailing-lists/ulysses/general/">E-Mails</a></li>
+
+  <li><a href="?yanel.resource.meta">Show all available meta of this page</a></li>
+
+  <li><a href="?yanel.resource.meta=languages">Show all available languages of this page</a></li>
+
+  <li><a href="wiki/hello-world.html">Wiki sample page with global layout applied</a></li>
+  <li><a href="wiki/hello-world-simple.html">Wiki sample page without global layout applied</a></li>
+  <li><a href="wiki/hello-world-simple.html?yanel.resource.viewid=source">XML of Wiki sample page</a></li>
+
+  <li><a href="en/search.html">Search (Nutch)</a> (<a href="en/search.html?yanel.resource.viewid=source">XML</a>)</li>
+
+  <li><a href="?yanel.usecase=create">Create new resource</a></li>
+  <li><a href="?yanel.usecase=create&amp;resource.type=%3C{http://www.wyona.org/yanel/resource/1.0}wiki/%3E">Create new Wiki resource</a></li>
+  <li><a href="?yanel.usecase=create&amp;create.name=test.html">Create</a> new resource <a href="test.html">test.html</a></li>
+  <li><a href="?yanel.usecase=create&amp;resource.type=%3C{http://www.wyona.org/yanel/resource/1.0}wiki/%3E&amp;create.name=test.html">Create</a> new Wiki resource at <a href="test.html">test.html</a></li>
+  <li><a href="calendar/">Calendar</a> as <a href="http://www.mozilla.org/projects/calendar/faq.html#format">ICS</a> (<a href="calendar/?yanel.resource.viewid=xml">XML</a>, <a href="calendar.ics">ICS</a>, <a href="calendar.txt">TXT</a>)</li>
+  -->
+</ul>
+
+</body>
+
+</html>
+

Modified: public/yanel/trunk/src/realms/test/yanel/data/xslt/global.xsl
===================================================================
--- public/yanel/trunk/src/realms/test/yanel/data/xslt/global.xsl	2007-01-20 22:20:11 UTC (rev 21954)
+++ public/yanel/trunk/src/realms/test/yanel/data/xslt/global.xsl	2007-01-20 23:15:45 UTC (rev 21955)
@@ -87,6 +87,7 @@
     <b><a href="{$yarep.back2realm}">Testing</a></b>
     <br/> &#160;<a href="{$yarep.back2realm}testing-control.html">Testing&#160;Control</a>
     <br/> &#160;<a href="{$yarep.back2realm}testing-times.html">Time&#160;Analyze</a>
+    <br/> &#160;<a href="{$yarep.back2realm}use-cases.html">Use&#160;Cases</a>
     <br/>
   </xsl:template>
 

Added: public/yanel/trunk/src/realms/test/yanel/rti/use-cases.html.yanel-rti
===================================================================
--- public/yanel/trunk/src/realms/test/yanel/rti/use-cases.html.yanel-rti	2007-01-20 22:20:11 UTC (rev 21954)
+++ public/yanel/trunk/src/realms/test/yanel/rti/use-cases.html.yanel-rti	2007-01-20 23:15:45 UTC (rev 21955)
@@ -0,0 +1,3 @@
+<{http://www.wyona.org/yanel/resource/1.0}xml/>
+mime-type: application/xhtml+xml
+xslt: /xslt/global.xsl
\ No newline at end of file




More information about the Yanel-commits mailing list