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

michi at wyona.com michi at wyona.com
Thu Feb 28 00:02:53 CET 2008


Author: michi
Date: 2008-02-28 00:02:53 +0100 (Thu, 28 Feb 2008)
New Revision: 32601

Modified:
   public/yanel/trunk/src/realms/yanel-website/content/ecbcfbf6-c942-4f1d-95e2-e228ecdee0b8
Log:
more instructions added re resource type creation

Modified: public/yanel/trunk/src/realms/yanel-website/content/ecbcfbf6-c942-4f1d-95e2-e228ecdee0b8
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/ecbcfbf6-c942-4f1d-95e2-e228ecdee0b8	2008-02-27 22:42:49 UTC (rev 32600)
+++ public/yanel/trunk/src/realms/yanel-website/content/ecbcfbf6-c942-4f1d-95e2-e228ecdee0b8	2008-02-27 23:02:53 UTC (rev 32601)
@@ -1,2 +1,2 @@
-<?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml"><head>  <title>Development of a custom realm</title>  <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/></head><body>  <h1>Development of a custom realm</h1>  <ul><li>Get the Yanel source version, build and start it<br/></li><li>Create a realm from scratch: http://127.0.0.1:8080/yanel/add-realm-from-scratch.html<br/></li><li>Move this new realm (e.g. src/realms/MY_NEW_REALM) into some code repository (e.g. SVN or CVS) and re-register this realm with the new location within conf/local/local.realms.xml</li><li>Rebuild Yanel and test it</li><li>to be continued ...</li></ul></body>
+<?xml version="1.0"?><html xmlns="http://www.w3.org/1999/xhtml"><head>  <title>Development of a custom realm</title>  <link rel="neutron-introspection" type="application/neutron+xml" href="?yanel.resource.usecase=introspection"/></head><body>  <h1>Development of a custom realm</h1>  <ul><li>Get the Yanel source version, build and start it<br/></li><li>Create a realm from scratch: http://127.0.0.1:8080/yanel/add-realm-from-scratch.html<br/></li><li>Move this new realm (from src/realms/MY_NEW_REALM) into some code repository (e.g. SVN or CVS) and re-register this new realm with the new location within conf/local/local.realms.xml</li><li>Rebuild Yanel and test it</li><li>Build a new custom resource type: ./build.sh new-resource-type</li><li>Move this new resource type (from src/contributions/resource/MY_NEW_RESOURCE) into some code repository (e.g. SVN or CVS) and re-register this new resource type with the new location within conf/local/local.resource-types.xml</li><li>Rebuil!
 d Yanel and test it</li><ul><li>In order to test this new resource type within your new realm, please add a resource configuration to the &quot;res-configs&quot; repository of your new realm which corresponds to a URL of your choice</li></ul><li>Start customizing your new resource type: <a href="../../resources/viewable.html">Viewable</a>, ...<br/></li><li>to be continued ...</li></ul></body>
 </html>
\ No newline at end of file



More information about the Yanel-commits mailing list