[Yanel-commits] rev 20470 - in public/yanel/trunk/src/realms: . from-scratch-realm-template from-scratch-realm-template/yanel from-scratch-realm-template/yanel/ac-policies from-scratch-realm-template/yanel/config from-scratch-realm-template/yanel/data from-scratch-realm-template/yanel/data-paths from-scratch-realm-template/yanel/rti

michi at wyona.com michi at wyona.com
Thu Nov 30 09:38:03 CET 2006


Author: michi
Date: 2006-11-30 09:38:01 +0100 (Thu, 30 Nov 2006)
New Revision: 20470

Added:
   public/yanel/trunk/src/realms/from-scratch-realm-template/
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/ac-policies/
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/ac-policies/.policy
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/ac-policies-repository.xml
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/data-repository.xml
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/rti-repository.xml
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/yanel-realm-config.xml
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data-paths/
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data-paths/.yarep-uid
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data/
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data/welcome.xhtml
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/rti/
   public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/rti/.yanel-rti
Log:
from scratch realm started

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/ac-policies/.policy
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/ac-policies/.policy	2006-11-30 08:33:06 UTC (rev 20469)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/ac-policies/.policy	2006-11-30 08:38:01 UTC (rev 20470)
@@ -0,0 +1,23 @@
+<?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>
+-->
+
+</policy>

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/ac-policies-repository.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/ac-policies-repository.xml	2006-11-30 08:33:06 UTC (rev 20469)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/ac-policies-repository.xml	2006-11-30 08:38:01 UTC (rev 20470)
@@ -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/trunk/src/realms/from-scratch-realm-template/yanel/config/data-repository.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/data-repository.xml	2006-11-30 08:33:06 UTC (rev 20469)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/data-repository.xml	2006-11-30 08:38:01 UTC (rev 20470)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+
+<repository>
+  <name>Yanel From Scratch Data Repository</name>
+
+  <paths src="../data-paths" fallback="true"/>
+
+  <storage class="org.wyona.yarep.core.impl.fs.FileSystemStorage">
+    <content src="../data"/>
+  </storage>
+</repository>

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/rti-repository.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/rti-repository.xml	2006-11-30 08:33:06 UTC (rev 20469)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/rti-repository.xml	2006-11-30 08:38:01 UTC (rev 20470)
@@ -0,0 +1,11 @@
+<?xml version="1.0"?>
+
+<repository>
+  <name>Yanel From Scratch RTI Repository</name>
+
+  <paths class="org.wyona.yarep.impl.VFileSystemMapImpl" src="../rti"/>
+
+  <storage class="org.wyona.yarep.core.impl.vfs.VFileSystemStorage">
+    <content src="../rti"/>
+  </storage>
+</repository>

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/yanel-realm-config.xml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/yanel-realm-config.xml	2006-11-30 08:33:06 UTC (rev 20469)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/config/yanel-realm-config.xml	2006-11-30 08:38:01 UTC (rev 20470)
@@ -0,0 +1,12 @@
+<?xml version="1.0"?>
+
+<realm-config>
+  <name>Yanel From Scratch Realm</name>
+  <rti>rti-repository.xml</rti>
+  <data>data-repository.xml</data>
+  <ac-policies>ac-policies-repository.xml</ac-policies>
+
+<!--
+  <ac-identities/>
+-->
+</realm-config>

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data/welcome.xhtml
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data/welcome.xhtml	2006-11-30 08:33:06 UTC (rev 20469)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data/welcome.xhtml	2006-11-30 08:38:01 UTC (rev 20470)
@@ -0,0 +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>
+  <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
+  <title>From Scratch</title>
+  <!-- TODO: This page should be generated dynamically! -->
+  <!--
+  <link rel="neutron-introspection" type="application/neutron+xml" href="introspection-homepage.xml"/>
+  -->
+</head>
+<body>
+<h1>From Scratch</h1>
+
+<a href="?yanel.usecase=create">Create a new Wiki Page</a>
+</body>
+</html>

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data-paths/.yarep-uid
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data-paths/.yarep-uid	2006-11-30 08:33:06 UTC (rev 20469)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/data-paths/.yarep-uid	2006-11-30 08:38:01 UTC (rev 20470)
@@ -0,0 +1 @@
+welcome.xhtml

Added: public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/rti/.yanel-rti
===================================================================
--- public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/rti/.yanel-rti	2006-11-30 08:33:06 UTC (rev 20469)
+++ public/yanel/trunk/src/realms/from-scratch-realm-template/yanel/rti/.yanel-rti	2006-11-30 08:38:01 UTC (rev 20470)
@@ -0,0 +1,2 @@
+<{http://www.wyona.org/yanel/resource/1.0}file/>
+mime-type: application/xhtml+xml




More information about the Yanel-commits mailing list