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

michi at wyona.com michi at wyona.com
Fri Feb 1 21:37:45 CET 2008


Author: michi
Date: 2008-02-01 21:37:44 +0100 (Fri, 01 Feb 2008)
New Revision: 31128

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/index.html
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/introspection-index.xml
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/sample-folder/
Removed:
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/introspection-index.xml
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/sample-folder/
   public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/welcome.xhtml
   public/yanel/trunk/src/realms/from-scratch-realm-template/data/
Modified:
   public/yanel/trunk/src/realms/from-scratch-realm-template/config/data-repository.xml
Log:
moved into parent dir

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 20:35:51 UTC (rev 31127)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/config/data-repository.xml	2008-02-01 20:37:44 UTC (rev 31128)
@@ -2,8 +2,8 @@
 
 <repository class="org.wyona.yarep.impl.repo.vfs.VirtualFileSystemRepository">
   <name>Yanel From Scratch Data Repository</name>
-  <content src="../data"/>
+  <content src="../data-repo/data"/>
   <directory alternative="index.html" mime-type="application/xhtml+xml"/>
-  <meta src="../yarep-meta"/>
-  <search-index src="../search-index"/>
+  <meta src="../data-repo/yarep-meta"/>
+  <search-index src="../data-repo/search-index"/>
 </repository>

Copied: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data (from rev 31124, public/yanel/trunk/src/realms/from-scratch-realm-template/data)

Copied: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/index.html (from rev 31127, public/yanel/trunk/src/realms/from-scratch-realm-template/data/index.html)
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/index.html	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/index.html	2008-02-01 20:37:44 UTC (rev 31128)
@@ -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-repo/data/introspection-index.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data/introspection-index.xml	2008-02-01 17:28:15 UTC (rev 31124)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/introspection-index.xml	2008-02-01 20:37:44 UTC (rev 31128)
@@ -1,12 +0,0 @@
-<?xml version="1.0"?>
-
-<introspection xmlns="http://www.wyona.org/neutron/1.0">
-<edit mime-type="application/xhtml+xml" name="Home">
-  <checkout url="index.html?yanel.resource.usecase=checkout" method="GET"/>
-  <checkin  url="index.html?yanel.resource.usecase=checkin"  method="PUT"/>
-</edit>
-
-<navigation>
-  <sitetree href="./" method="PROPFIND"/>
-</navigation>
-</introspection>

Copied: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/introspection-index.xml (from rev 31127, public/yanel/trunk/src/realms/from-scratch-realm-template/data/introspection-index.xml)
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/introspection-index.xml	                        (rev 0)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/introspection-index.xml	2008-02-01 20:37:44 UTC (rev 31128)
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+
+<introspection xmlns="http://www.wyona.org/neutron/1.0">
+<edit mime-type="application/xhtml+xml" name="Home">
+  <checkout url="index.html?yanel.resource.usecase=checkout" method="GET"/>
+  <checkin  url="index.html?yanel.resource.usecase=checkin"  method="PUT"/>
+</edit>
+
+<navigation>
+  <sitetree href="./" method="PROPFIND"/>
+</navigation>
+</introspection>

Copied: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/data/sample-folder (from rev 31127, public/yanel/trunk/src/realms/from-scratch-realm-template/data/sample-folder)

Deleted: public/yanel/trunk/src/realms/from-scratch-realm-template/data-repo/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-repo/data/welcome.xhtml	2008-02-01 20:37:44 UTC (rev 31128)
@@ -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