[Yanel-commits] rev 21106 - in public/yanel/trunk/src/realms/yanel-website: content content/nutch-config content/rtd paths/mailing-lists paths/mailing-lists/search.html.yanel-rti

michi at wyona.com michi at wyona.com
Fri Dec 22 12:05:01 CET 2006


Author: michi
Date: 2006-12-22 12:05:00 +0100 (Fri, 22 Dec 2006)
New Revision: 21106

Added:
   public/yanel/trunk/src/realms/yanel-website/content/nutch-config/
   public/yanel/trunk/src/realms/yanel-website/content/nutch-config/nutch-local-yanel-mls.xml
   public/yanel/trunk/src/realms/yanel-website/content/rtd/nutch-mailing-lists.rtd
   public/yanel/trunk/src/realms/yanel-website/paths/mailing-lists/search.html.yanel-rti/
   public/yanel/trunk/src/realms/yanel-website/paths/mailing-lists/search.html.yanel-rti/.yarep-uid
Modified:
   public/yanel/trunk/src/realms/yanel-website/content/mailing-lists.xhtml
Log:
Mailing list search activated

Modified: public/yanel/trunk/src/realms/yanel-website/content/mailing-lists.xhtml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/mailing-lists.xhtml	2006-12-22 10:41:38 UTC (rev 21105)
+++ public/yanel/trunk/src/realms/yanel-website/content/mailing-lists.xhtml	2006-12-22 11:05:00 UTC (rev 21106)
@@ -10,23 +10,36 @@
 <h1>Mailing Lists</h1>
 
 <p>
-</p><h3>Usage</h3>
+<h3>Usage</h3>
 <a href="http://wyona.com/cgi-bin/mailman/listinfo/yanel-usage/">Subscribe/Unsubscribe</a><br/>
 <a href="http://wyona.com/pipermail/yanel-usage/">Archives</a>
+</p>
 
-
 <p>
-</p><h3>Development</h3>
+<h3>Development</h3>
 <a href="http://wyona.com/cgi-bin/mailman/listinfo/yanel-development/">Subscribe/Unsubscribe</a><br/>
 <a href="http://wyona.com/pipermail/yanel-development/">Archives</a>
+</p>
 
-
 <p>
-</p><h3>Commit Messages</h3>
+<h3>Commit Messages</h3>
 <a href="http://wyona.com/cgi-bin/mailman/listinfo/yanel-commits/">Subscribe/Unsubscribe</a><br/>
 <a href="http://wyona.com/pipermail/yanel-commits/">Archives</a>
+</p>
 
+<p>
+<h3>All Other Enquiries</h3>
+For all other enquiries please use our <a href="en/contact.html">contact page</a>.</p>
 
-<p>For all other enquiries please use our <a href="en/contact.html">contact page</a>.</p>
+<p>
+<h3>Search Archives</h3>
+<form action="mailing-lists/search.html">
+<input type="text" name="query" class="searchbox" size="14"/>
+<input type="submit" name="submit" value="Search"/>
+<!--
+<input type="submit" name="query" value="i18n:attr key=search"/>
+-->
+</form>
+</p>
 </body>
 </html>

Added: public/yanel/trunk/src/realms/yanel-website/content/nutch-config/nutch-local-yanel-mls.xml
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/nutch-config/nutch-local-yanel-mls.xml	2006-12-22 10:41:38 UTC (rev 21105)
+++ public/yanel/trunk/src/realms/yanel-website/content/nutch-config/nutch-local-yanel-mls.xml	2006-12-22 11:05:00 UTC (rev 21106)
@@ -0,0 +1,33 @@
+<?xml version="1.0"?>
+
+<configuration>
+
+  <property>
+    <name>searcher.dir</name>
+    <value>/home/michi/src/wyona/extra/ipi/nutch/trunk/build/crawl</value>
+    <description>
+    Path to root of crawl.  This directory is searched (in
+    order) for either the file search-servers.txt, containing a list of
+    distributed search servers, or the directory "index" containing
+    merged indexes, or the directory "segments" containing segment
+    indexes.
+    </description>
+  </property>
+  
+  <property>
+    <name>plugin.includes</name> 
+     <value>nutch-extensionpoints|protocol-file|protocol-http|ontology|languageidentifier|analysis-(fr|en|de)|urlfilter-regex|parse-(text|pdf|mspowerpoint|msword|msexcel|rtf|rss|html|zip)|index-basic|query-(basic|site|url)|lib-jakarta-poi|lib-lucene-analyzers|scoring-opic</value>
+  </property>
+  
+  <property>
+    <name>extension.ontology.extension-name</name>
+    <value>org.apache.nutch.ontology.jena.OntologyImpl</value>
+    <description>Loads the Ontology plugin</description>
+  </property>
+  
+  <property>
+    <name>extension.ontology.urls</name>
+    <value>file:/home/USER/src/yanel/trunk/src/contributions/resources/nutch/conf/synonymously.owl</value>
+    <description>Shows the owl file (synonymously map)</description>
+  </property>
+</configuration>

Added: public/yanel/trunk/src/realms/yanel-website/content/rtd/nutch-mailing-lists.rtd
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/content/rtd/nutch-mailing-lists.rtd	2006-12-22 10:41:38 UTC (rev 21105)
+++ public/yanel/trunk/src/realms/yanel-website/content/rtd/nutch-mailing-lists.rtd	2006-12-22 11:05:00 UTC (rev 21106)
@@ -0,0 +1,4 @@
+<{http://www.wyona.org/yanel/resource/1.0}nutch/>
+xslt: /xslt/global.xsl
+messageBundle: nutch
+nutch-config: /home/michi/src/wyona/public/yanel/trunk/src/realms/yanel-website/content/nutch-config/nutch-local-yanel-mls.xml

Added: public/yanel/trunk/src/realms/yanel-website/paths/mailing-lists/search.html.yanel-rti/.yarep-uid
===================================================================
--- public/yanel/trunk/src/realms/yanel-website/paths/mailing-lists/search.html.yanel-rti/.yarep-uid	2006-12-22 10:41:38 UTC (rev 21105)
+++ public/yanel/trunk/src/realms/yanel-website/paths/mailing-lists/search.html.yanel-rti/.yarep-uid	2006-12-22 11:05:00 UTC (rev 21106)
@@ -0,0 +1 @@
+/rtd/nutch-mailing-lists.rtd




More information about the Yanel-commits mailing list