[Yanel-commits] rev 27091 - in public/yanel/contributions/realms/foaf: data res-configs

michi at wyona.com michi at wyona.com
Sat Sep 1 00:55:13 CEST 2007


Author: michi
Date: 2007-09-01 00:55:12 +0200 (Sat, 01 Sep 2007)
New Revision: 27091

Removed:
   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/
Modified:
   public/yanel/contributions/realms/foaf/res-configs/.yanel-rc
   public/yanel/contributions/realms/foaf/res-configs/index.html.yanel-rc
Log:
removed obsolete stuff

Deleted: public/yanel/contributions/realms/foaf/data/welcome.xhtml
===================================================================
--- public/yanel/contributions/realms/foaf/data/welcome.xhtml	2007-08-31 22:53:52 UTC (rev 27090)
+++ public/yanel/contributions/realms/foaf/data/welcome.xhtml	2007-08-31 22:55:12 UTC (rev 27091)
@@ -1,37 +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>Find 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>
-<p>
-<a href="">Sign in</a> | <a href="">Sign up</a>
-</p>
-<center>
-<h1>Find a friend</h1>
-
-<p>
-<form>
-<input type="text" name="q"/>
-<input type="submit" value="Search"/>
-<br/>
-<a href="advanced-search.html?q=Michael+Wechner">Advanced Search</a>
-</form>
-</p>
-<p>
-Copyright &#169; 2007 Wyona
-</p>
-</center>
-</body>
-</html>

Modified: public/yanel/contributions/realms/foaf/res-configs/.yanel-rc
===================================================================
--- public/yanel/contributions/realms/foaf/res-configs/.yanel-rc	2007-08-31 22:53:52 UTC (rev 27090)
+++ public/yanel/contributions/realms/foaf/res-configs/.yanel-rc	2007-08-31 22:55:12 UTC (rev 27091)
@@ -1,7 +1,10 @@
 <?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:rti name="findfriend" namespace="http://www.wyona.org/yanel/resource/1.0"/>
 
-  <yanel:property name="mime-type" value="application/xhtml+xml"/>
+  <yanel:property name="parser" value="org.wyona.meguni.parser.impl.GoogleParser"/>
+<!--
+  <yanel:property name="parser" value="org.wyona.meguni.parser.impl.MSNParser"/>
+-->
 </yanel:resource-config>

Modified: public/yanel/contributions/realms/foaf/res-configs/index.html.yanel-rc
===================================================================
--- public/yanel/contributions/realms/foaf/res-configs/index.html.yanel-rc	2007-08-31 22:53:52 UTC (rev 27090)
+++ public/yanel/contributions/realms/foaf/res-configs/index.html.yanel-rc	2007-08-31 22:55:12 UTC (rev 27091)
@@ -1,7 +1,10 @@
 <?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:rti name="findfriend" namespace="http://www.wyona.org/yanel/resource/1.0"/>
 
-  <yanel:property name="mime-type" value="application/xhtml+xml"/>
+  <yanel:property name="parser" value="org.wyona.meguni.parser.impl.GoogleParser"/>
+<!--
+  <yanel:property name="parser" value="org.wyona.meguni.parser.impl.MSNParser"/>
+-->
 </yanel:resource-config>



More information about the Yanel-commits mailing list