[Yanel-commits] rev 31125 - in public/yanel/trunk/src/realms/from-scratch-realm-template: config data

michi at wyona.com michi at wyona.com
Fri Feb 1 21:34:08 CET 2008


Author: michi
Date: 2008-02-01 21:34:07 +0100 (Fri, 01 Feb 2008)
New Revision: 31125

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data/index.html
Removed:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data/welcome.xhtml
Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/config/data-repository.xml
Log:
data repo re-configured

Modified: public/yanel/trunk/src/realms/from-scratch-realm-template/config/data-repository.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/config/data-repository.xml	2008-02-01 17:28:15 UTC (rev 31124)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/config/data-repository.xml	2008-02-01 20:34:07 UTC (rev 31125)
@@ -1,22 +1,9 @@
 <?xml version="1.0"?>
 
-<repository class="org.wyona.yarep.impl.repo.fs.FileSystemRepository">
+<repository class="org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository">
   <name>Yanel From Scratch Data Repository</name>
-  <paths class="org.wyona.yarep.impl.DefaultMapImpl" src="../data-paths" fallback="true">
-    <ignore pattern=".*\.svn"/>
-    <ignore pattern=".*\.yarep"/>
-  </paths>
   <content src="../data"/>
+  <directory alternative="index.html" mime-type="application/xhtml+xml"/>
+  <meta src="../yarep-meta"/>
+  <search-index src="../search-index"/>
 </repository>
-
-<!--
-<repository>
-  <name>Yanel From Scratch Data Repository</name>
-
-  <paths class="org.wyona.yarep.impl.DefaultMapImpl" src="../data-paths" fallback="true"/>
-
-  <storage class="org.wyona.yarep.core.impl.fs.FileSystemStorage">
-    <content src="../data"/>
-  </storage>
-</repository>
--->

Copied: public/yanel/trunk/src/realms/from-scratch-realm-template/data/index.html (from rev 31124, public/yanel/trunk/src/realms/from-scratch-realm-template/data/welcome.xhtml)
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data/index.html	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data/index.html	2008-02-01 20:34:07 UTC (rev 31125)
@@ -0,0 +1,26 @@
+<?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>
+  <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
+  <title>From Scratch</title>
+  <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/>
+<!--
+  <link rel="neutron-introspection" type="application/neutron+xml" href="introspection-index.xml"/>
+-->
+</head>
+
+<body>
+<h1>Welcome to the &quot;From Scratch&quot; Realm</h1>
+  <p>This realm allows you to start a website from scratch. It already contains a <b>user</b> &quot;lenya&quot; (<b>password</b>: levi) and below are some links to get you started. Happy exploring :-)</p>
+<ul>
+  <li>Turn on the Yanel <a href="index.html?yanel.toolbar=on">toolbar</a></li>
+  <li><a href="create-new-page.html">Create new page</a></li>
+  <li>Change user profile of user <a href="yanel/users/lenya.html">lenya</a> (or <a href="lenya.html">here</a>)</li>
+  <li><a href="create-new-page.html?resource-type=http%3A%2F%2Fwww.wyona.org%2Fyanel%2Fresource%2F1.0%3A%3Ayanel-user">Create new user</a></li>
+</ul>
+</body>
+</html>

Deleted: public/yanel/trunk/src/realms/from-scratch-realm-template/data/welcome.xhtml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data/welcome.xhtml	2008-02-01 17:28:15 UTC (rev 31124)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data/welcome.xhtml	2008-02-01 20:34:07 UTC (rev 31125)
@@ -1,26 +0,0 @@
-<?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>
-  <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
-  <title>From Scratch</title>
-  <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/>
-<!--
-  <link rel="neutron-introspection" type="application/neutron+xml" href="introspection-index.xml"/>
--->
-</head>
-
-<body>
-<h1>Welcome to the &quot;From Scratch&quot; Realm</h1>
-  <p>This realm allows you to start a website from scratch. It already contains a <b>user</b> &quot;lenya&quot; (<b>password</b>: levi) and below are some links to get you started. Happy exploring :-)</p>
-<ul>
-  <li>Turn on the Yanel <a href="index.html?yanel.toolbar=on">toolbar</a></li>
-  <li><a href="create-new-page.html">Create new page</a></li>
-  <li>Change user profile of user <a href="yanel/users/lenya.html">lenya</a> (or <a href="lenya.html">here</a>)</li>
-  <li><a href="create-new-page.html?resource-type=http%3A%2F%2Fwww.wyona.org%2Fyanel%2Fresource%2F1.0%3A%3Ayanel-user">Create new user</a></li>
-</ul>
-</body>
-</html>



More information about the Yanel-commits mailing list