[Yanel-commits] rev 26936 - in public/yanel/contributions/realms/foaf: . ac-identities ac-policies ac-policies/yanel config data data/welcome.xhtml.yarep data/welcome.xhtml.yarep/revisions data/welcome.xhtml.yarep/revisions/1188110380305 data/welcome.xhtml.yarep/revisions/1188110821304 data-paths data-paths/index.html res-configs

michi at wyona.com michi at wyona.com
Sun Aug 26 09:43:47 CEST 2007


Author: michi
Date: 2007-08-26 09:43:46 +0200 (Sun, 26 Aug 2007)
New Revision: 26936

Added:
   public/yanel/contributions/realms/foaf/ac-identities/
   public/yanel/contributions/realms/foaf/ac-identities/lenya.iml
   public/yanel/contributions/realms/foaf/ac-policies/
   public/yanel/contributions/realms/foaf/ac-policies/.policy
   public/yanel/contributions/realms/foaf/ac-policies/create-new-page.html.policy
   public/yanel/contributions/realms/foaf/ac-policies/lenya.html.policy
   public/yanel/contributions/realms/foaf/ac-policies/yanel/
   public/yanel/contributions/realms/foaf/ac-policies/yanel/users.policy
   public/yanel/contributions/realms/foaf/config/
   public/yanel/contributions/realms/foaf/config/ac-identities-repository.xml
   public/yanel/contributions/realms/foaf/config/ac-policies-repository.xml
   public/yanel/contributions/realms/foaf/config/data-repository.xml
   public/yanel/contributions/realms/foaf/config/rti-repository.xml
   public/yanel/contributions/realms/foaf/data-paths/
   public/yanel/contributions/realms/foaf/data-paths/.yarep-uid
   public/yanel/contributions/realms/foaf/data-paths/index.html/
   public/yanel/contributions/realms/foaf/data-paths/index.html/.yarep-uid
   public/yanel/contributions/realms/foaf/data-paths/sample-folder/
   public/yanel/contributions/realms/foaf/data/
   public/yanel/contributions/realms/foaf/data/introspection-index.xml
   public/yanel/contributions/realms/foaf/data/sample-folder/
   public/yanel/contributions/realms/foaf/data/welcome.xhtml
   public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/
   public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/meta
   public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/
   public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110380305/
   public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110380305/content
   public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110380305/meta
   public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110821304/
   public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110821304/content
   public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110821304/meta
   public/yanel/contributions/realms/foaf/realm.xml
   public/yanel/contributions/realms/foaf/res-configs/
   public/yanel/contributions/realms/foaf/res-configs/.yanel-rc
   public/yanel/contributions/realms/foaf/res-configs/create-new-page.html.yanel-rc
   public/yanel/contributions/realms/foaf/res-configs/index.html.yanel-rc
   public/yanel/contributions/realms/foaf/res-configs/lenya.html.yanel-rc
Log:
realm started

Added: public/yanel/contributions/realms/foaf/ac-identities/lenya.iml
===================================================================
--- public/yanel/contributions/realms/foaf/ac-identities/lenya.iml	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/ac-identities/lenya.iml	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,8 @@
+<?xml version="1.0"?>
+
+<identity id="lenya" xmlns="http://www.wyona.org/security/1.0">
+  <name>Lenya</name>
+  <description>Test User</description>
+  <email>lenya at wyona.org</email>
+  <password type="md5">8e07dafd13495561db9063ebe4db4b27</password>
+</identity>

Added: public/yanel/contributions/realms/foaf/ac-policies/.policy
===================================================================
--- public/yanel/contributions/realms/foaf/ac-policies/.policy	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/ac-policies/.policy	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,32 @@
+<?xml version="1.0"?>
+
+<policy xmlns="http://www.wyona.org/security/1.0">
+
+  <role id="view">
+    <world permission="true"/>
+  </role>
+
+  <role id="open">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="write">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="create">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="toolbar">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="introspection">
+    <world permission="true"/>
+<!--
+    <user id="lenya" permission="true"/>
+-->
+  </role>
+
+</policy>

Added: public/yanel/contributions/realms/foaf/ac-policies/create-new-page.html.policy
===================================================================
--- public/yanel/contributions/realms/foaf/ac-policies/create-new-page.html.policy	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/ac-policies/create-new-page.html.policy	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+
+<policy xmlns="http://www.wyona.org/security/1.0">
+
+  <role id="view">
+    <world permission="false"/>
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="open">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="write">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="create">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="toolbar">
+    <user id="lenya" permission="true"/>
+  </role>
+
+</policy>

Added: public/yanel/contributions/realms/foaf/ac-policies/lenya.html.policy
===================================================================
--- public/yanel/contributions/realms/foaf/ac-policies/lenya.html.policy	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/ac-policies/lenya.html.policy	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+
+<policy xmlns="http://www.wyona.org/security/1.0">
+
+  <role id="view">
+    <world permission="false"/>
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="open">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="write">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="create">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="toolbar">
+    <user id="lenya" permission="true"/>
+  </role>
+
+</policy>

Added: public/yanel/contributions/realms/foaf/ac-policies/yanel/users.policy
===================================================================
--- public/yanel/contributions/realms/foaf/ac-policies/yanel/users.policy	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/ac-policies/yanel/users.policy	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,26 @@
+<?xml version="1.0"?>
+
+<policy xmlns="http://www.wyona.org/security/1.0">
+
+  <role id="view">
+    <world permission="false"/>
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="open">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="write">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="create">
+    <user id="lenya" permission="true"/>
+  </role>
+
+  <role id="toolbar">
+    <user id="lenya" permission="true"/>
+  </role>
+
+</policy>

Added: public/yanel/contributions/realms/foaf/config/ac-identities-repository.xml
===================================================================
--- public/yanel/contributions/realms/foaf/config/ac-identities-repository.xml	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/config/ac-identities-repository.xml	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+
+<repository>
+  <name>Yanel from Scratch Access Control Identities</name>
+
+  <paths class="org.wyona.yarep.impl.VFileSystemMapImpl" src="../ac-identities"/>
+
+  <storage class="org.wyona.yarep.core.impl.vfs.VFileSystemStorage">
+    <content src="../ac-identities"/>
+  </storage>
+</repository>

Added: public/yanel/contributions/realms/foaf/config/ac-policies-repository.xml
===================================================================
--- public/yanel/contributions/realms/foaf/config/ac-policies-repository.xml	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/config/ac-policies-repository.xml	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+
+<repository>
+  <name>Yanel From Scratch Access Control Policies</name>
+
+  <paths class="org.wyona.yarep.impl.VFileSystemMapImpl" src="../ac-policies"/>
+
+  <storage class="org.wyona.yarep.core.impl.vfs.VFileSystemStorage">
+    <content src="../ac-policies"/>
+  </storage>
+</repository>

Added: public/yanel/contributions/realms/foaf/config/data-repository.xml
===================================================================
--- public/yanel/contributions/realms/foaf/config/data-repository.xml	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/config/data-repository.xml	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+
+<repository class="org.wyona.yarep.impl.repo.fs.FileSystemRepository">
+  <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"/>
+</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>
+-->

Added: public/yanel/contributions/realms/foaf/config/rti-repository.xml
===================================================================
--- public/yanel/contributions/realms/foaf/config/rti-repository.xml	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/config/rti-repository.xml	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,21 @@
+<?xml version="1.0"?>
+
+<!--
+<repository class="org.wyona.yarep.impl.repo.fs.FileSystemRepository">
+  <name>Yanel From Scratch Resource Configurations Repository</name>
+  <paths class="org.wyona.yarep.impl.VFileSystemMapImpl" src="../res-configs">
+    <ignore pattern=".*\.svn"/>
+  </paths>
+  <content src="../res-configs"/>
+</repository>
+-->
+
+<repository>
+  <name>Yanel From Scratch Resource Configurations Repository</name>
+
+  <paths class="org.wyona.yarep.impl.VFileSystemMapImpl" src="../res-configs"/>
+
+  <storage class="org.wyona.yarep.core.impl.vfs.VFileSystemStorage">
+    <content src="../res-configs"/>
+  </storage>
+</repository>

Added: public/yanel/contributions/realms/foaf/data/introspection-index.xml
===================================================================
--- public/yanel/contributions/realms/foaf/data/introspection-index.xml	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/introspection-index.xml	2007-08-26 07:43:46 UTC (rev 26936)
@@ -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>

Added: public/yanel/contributions/realms/foaf/data/welcome.xhtml
===================================================================
--- public/yanel/contributions/realms/foaf/data/welcome.xhtml	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/welcome.xhtml	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,29 @@
+<?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>Search a friend</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"/>
+-->
+  <link rel="foaf-introspection" type="application/foaf+xml" href="foaf-introspection.xml"/>
+</head>
+
+<body>
+<center>
+<h1>Search a friend</h1>
+
+<p>
+<form>
+<input type="text" name="q"/>
+<input type="submit" value="Search"/>
+</form>
+</p>
+</center>
+</body>
+</html>

Added: public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/meta
===================================================================
--- public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/meta	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/meta	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,5 @@
+yarep_type<string>:resource
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-08-26T08:39:40+0200
+yarep_checkoutUserID<string>:lenya
+yarep_checkinDate<date>:2007-08-26T08:47:01+0200

Added: public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110380305/content
===================================================================
--- public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110380305/content	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110380305/content	2007-08-26 07:43:46 UTC (rev 26936)
@@ -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 user &quot;lenya&quot; (password: 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>
\ No newline at end of file

Added: public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110380305/meta
===================================================================
--- public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110380305/meta	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110380305/meta	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,7 @@
+yarep_revisionComment<string>:initial revision
+yarep_type<string>:resource
+yarep_revisionCreator<string>:lenya
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-08-26T08:39:40+0200
+yarep_checkoutUserID<string>:lenya
+yarep_revisionCreationDate<date>:2007-08-26T08:39:40+0200

Added: public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110821304/content
===================================================================
--- public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110821304/content	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110821304/content	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,29 @@
+<?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>Search a friend</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"/>
+-->
+  <link rel="foaf-introspection" type="application/foaf+xml" href="foaf-introspection.xml"/>
+</head>
+
+<body>
+<center>
+<h1>Search a friend</h1>
+
+<p>
+<form>
+<input type="text" name="q"/>
+<input type="submit" value="Search"/>
+</form>
+</p>
+</center>
+</body>
+</html>

Added: public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110821304/meta
===================================================================
--- public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110821304/meta	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/welcome.xhtml.yarep/revisions/1188110821304/meta	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,7 @@
+yarep_revisionComment<string>:updated
+yarep_type<string>:resource
+yarep_revisionCreator<string>:lenya
+yarep_isCheckedOut<boolean>:false
+yarep_checkoutDate<date>:2007-08-26T08:39:40+0200
+yarep_checkoutUserID<string>:lenya
+yarep_revisionCreationDate<date>:2007-08-26T08:47:01+0200

Added: public/yanel/contributions/realms/foaf/data-paths/.yarep-uid
===================================================================
--- public/yanel/contributions/realms/foaf/data-paths/.yarep-uid	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data-paths/.yarep-uid	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,2 @@
+welcome.xhtml
+collection

Added: public/yanel/contributions/realms/foaf/data-paths/index.html/.yarep-uid
===================================================================
--- public/yanel/contributions/realms/foaf/data-paths/index.html/.yarep-uid	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data-paths/index.html/.yarep-uid	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1 @@
+welcome.xhtml

Added: public/yanel/contributions/realms/foaf/realm.xml
===================================================================
--- public/yanel/contributions/realms/foaf/realm.xml	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/realm.xml	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<realm-config xmlns="http://www.wyona.org/yanel/realm/1.0">
+<name>FOAF</name>
+<rti>config/rti-repository.xml</rti>
+<data>config/data-repository.xml</data>
+<ac-policies>config/ac-policies-repository.xml</ac-policies>
+<ac-identities>config/ac-identities-repository.xml</ac-identities>
+<root-dir>/home/michi/src/wyona/public/yanel/trunk/src/realms/foaf</root-dir>
+</realm-config>

Added: public/yanel/contributions/realms/foaf/res-configs/.yanel-rc
===================================================================
--- public/yanel/contributions/realms/foaf/res-configs/.yanel-rc	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/res-configs/.yanel-rc	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="file" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:property name="mime-type" value="application/xhtml+xml"/>
+</yanel:resource-config>

Added: public/yanel/contributions/realms/foaf/res-configs/create-new-page.html.yanel-rc
===================================================================
--- public/yanel/contributions/realms/foaf/res-configs/create-new-page.html.yanel-rc	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/res-configs/create-new-page.html.yanel-rc	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="resource-creator" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:custom-config>
+    <rc:resource-types xmlns:rc="http://www.wyona.org/yanel/resource/resource-creator/1.0">
+      <rc:resource-type name="xml" namespace="http://www.wyona.org/yanel/resource/1.0">
+        <rc:display-name>Standard (HTML) Page</rc:display-name>
+<!--
+        <rc:property name="xslt" value="/xslt/global.xsl"/>
+-->
+        <rc:property name="mime-type" value="application/xhtml+xml"/>
+<!--
+        <rc:property name="workflow-schema" value="/workflow.xml"/>
+-->
+      </rc:resource-type>
+
+      <rc:resource-type name="yanel-user" namespace="http://www.wyona.org/yanel/resource/1.0">
+        <rc:display-name>CMS User</rc:display-name>
+      </rc:resource-type>
+    </rc:resource-types>
+  </yanel:custom-config>
+</yanel:resource-config>

Added: public/yanel/contributions/realms/foaf/res-configs/index.html.yanel-rc
===================================================================
--- public/yanel/contributions/realms/foaf/res-configs/index.html.yanel-rc	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/res-configs/index.html.yanel-rc	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="file" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:property name="mime-type" value="application/xhtml+xml"/>
+</yanel:resource-config>

Added: public/yanel/contributions/realms/foaf/res-configs/lenya.html.yanel-rc
===================================================================
--- public/yanel/contributions/realms/foaf/res-configs/lenya.html.yanel-rc	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/res-configs/lenya.html.yanel-rc	2007-08-26 07:43:46 UTC (rev 26936)
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+
+<yanel:resource-config xmlns:yanel="http://www.wyona.org/yanel/rti/1.0">
+  <yanel:rti name="yanel-user" namespace="http://www.wyona.org/yanel/resource/1.0"/>
+
+  <yanel:property name="user" value="lenya"/>
+</yanel:resource-config>



More information about the Yanel-commits mailing list