[Yanel-commits] rev 33962 - in public/yanel/contributions/realms/foaf/data: . en

michi at wyona.com michi at wyona.com
Mon Mar 24 22:36:21 CET 2008


Author: michi
Date: 2008-03-24 22:36:21 +0100 (Mon, 24 Mar 2008)
New Revision: 33962

Added:
   public/yanel/contributions/realms/foaf/data/en/custom-search-results-parser.html
Modified:
   public/yanel/contributions/realms/foaf/data/developers.html
Log:
custom search results parser added

Modified: public/yanel/contributions/realms/foaf/data/developers.html
===================================================================
--- public/yanel/contributions/realms/foaf/data/developers.html	2008-03-24 20:58:45 UTC (rev 33961)
+++ public/yanel/contributions/realms/foaf/data/developers.html	2008-03-24 21:36:21 UTC (rev 33962)
@@ -12,6 +12,7 @@
     <ul>
       <li><a href="en/getting-started/install.html">How to install and run your own Open Social Network (Provider) Server</a></li>
       <li><a href="en/importing-foaf-files.html">Importing FOAF files</a></li>
+      <li><a href="en/custom-search-results-parser.html">Custom Search Results Parser</a></li>
     </ul>
   </li>
 <li><a href="http://yanel.wyona.org/mailing-lists.html">Help/Mailing Lists</a>.</li>

Added: public/yanel/contributions/realms/foaf/data/en/custom-search-results-parser.html
===================================================================
--- public/yanel/contributions/realms/foaf/data/en/custom-search-results-parser.html	                        (rev 0)
+++ public/yanel/contributions/realms/foaf/data/en/custom-search-results-parser.html	2008-03-24 21:36:21 UTC (rev 33962)
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+  <title>Custom Search Results Parser</title>
+  <link rel="neutron-introspection" href="?yanel.resource.usecase=introspection" type="application/neutron+xml"/>
+</head>
+<body>
+<h1>Custom Search Results Parser</h1>
+
+<p>
+In order to keep data decentralized, but make it searchable, one can configure custom search results parsers as described below:
+</p>
+
+<ul>
+  <li>A custom search results parser can be configured within FOAF_REAL_SRC/res-configs/.yanel-rc and FOAF_REAL_SRC/res-configs/index.html.yanel-rc by adding a parser property and a corresponding Meguni implementation.</li>
+</ul>
+
+</body>
+</html>



More information about the Yanel-commits mailing list