[Yanel-commits] rev 22495 - in public/yanel/trunk/src/realms/yanel-website: content paths

michi at wyona.com michi at wyona.com
Wed Feb 7 09:51:18 CET 2007


Author: michi
Date: 2007-02-07 09:51:17 +0100 (Wed, 07 Feb 2007)
New Revision: 22495

Added:
   public/yanel/trunk/src/realms/yanel-website/paths/homepage.xml/
Removed:
   public/yanel/trunk/src/realms/yanel-website/paths/homepage.xhtml/
Modified:
   public/yanel/trunk/src/realms/yanel-website/content/homepage.xhtml
   public/yanel/trunk/src/realms/yanel-website/content/introspection-homepage.xml
Log:
changed suffix such that mime-type is being set correctly by node/file resource type

Modified: public/yanel/trunk/src/realms/yanel-website/content/homepage.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/homepage.xhtml	2007-02-07 08:42:11 UTC (rev 22494)
+++ public/yanel/trunk/src/realms/yanel-website/content/homepage.xhtml	2007-02-07 08:51:17 UTC (rev 22495)
@@ -5,7 +5,6 @@
 <header>
 <body xmlns="http://www.w3.org/1999/xhtml">
 <h1 id="header"><img id="logo" src="img/yanel.png" border="0"/><img id="lead" src="img/everything_is_content.png"/></h1>
-
 <p>
 Everything is Content Management. Yanel is free, open source and easy to use.
 </p>
@@ -21,10 +20,10 @@
 <p>
 <a href="en/download/index.html">Other systems and versions</a> | <a href="en/about.html">Learn more about Yanel</a>
 </p>
-
 <p>
 In case you need support or want to get in touch with the developers for whatever reason, please subscribe to one of the <a href="mailing-lists.html">mailing lists</a>.
 </p>
 </body>
+
 </footer>
 </homepage>

Modified: public/yanel/trunk/src/realms/yanel-website/content/introspection-homepage.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/introspection-homepage.xml	2007-02-07 08:42:11 UTC (rev 22494)
+++ public/yanel/trunk/src/realms/yanel-website/content/introspection-homepage.xml	2007-02-07 08:51:17 UTC (rev 22495)
@@ -2,7 +2,7 @@
 
 <introspection xmlns="http://www.wyona.org/neutron/1.0">
 <edit mime-type="application/xml" name="Homepage">
-  <checkout url="homepage.xhtml?yanel.resource.usecase=checkout" method="GET"/>
-  <checkin  url="homepage.xhtml?yanel.resource.usecase=checkin"  method="PUT"/>
+  <checkout url="homepage.xml?yanel.resource.usecase=checkout" method="GET"/>
+  <checkin  url="homepage.xml?yanel.resource.usecase=checkin"  method="PUT"/>
 </edit>
 </introspection>

Copied: public/yanel/trunk/src/realms/yanel-website/paths/homepage.xml (from rev 22491, public/yanel/trunk/src/realms/yanel-website/paths/homepage.xhtml)




More information about the Yanel-commits mailing list