[Yanel-commits] rev 22610 - public/yanel/trunk/src/realms/yanel-website/content

michi at wyona.com michi at wyona.com
Tue Feb 13 14:18:53 CET 2007


Author: michi
Date: 2007-02-13 14:18:52 +0100 (Tue, 13 Feb 2007)
New Revision: 22610

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/testing.xhtml
Log:
links re continuous testing added

Modified: public/yanel/trunk/src/realms/yanel-website/content/testing.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/testing.xhtml	2007-02-13 13:07:33 UTC (rev 22609)
+++ public/yanel/trunk/src/realms/yanel-website/content/testing.xhtml	2007-02-13 13:18:52 UTC (rev 22610)
@@ -1,78 +1,19 @@
 <?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>
-
+  <title>Continuous Integration</title>
 </head>
-
 <body>
+<h1>Continuous Integration and Testing</h1>
 
-<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>
+<p>
+</p><ul>
+  <li><a href="http://public.cruisecontrol.wyona.com/">Continuous Integration</a></li>
+  <li><a href="http://continuous-integration.yanel.wyona.org/test/testing-times.html">Testing</a></li>
 </ul>
 
 </body>
-
 </html>
-




More information about the Yanel-commits mailing list