--- /home/spamboost/cvs/nutch-HEAD/nutch.module	2010-11-08 23:37:40.000000000 +0100
+++ /home/spamboost/public_html/sites/all/modules/nutch/nutch.module	2010-11-19 05:38:22.000000000 +0100
@@ -1,5 +1,5 @@
 <?php
-// $Id: nutch.module,v 1.5 2010/11/08 22:37:40 dstuart Exp $
+// $Id: nutch.module,v 1.4 2010/10/27 11:12:33 dstuart Exp $
 
 /**
  * @file
@@ -68,6 +68,15 @@ function nutch_menu() {
       'file'               => 'nutch.admin.inc',
       'weight'             => 3
     );
+    $items['admin/settings/nutch/conf'] = array(
+     'title'              => 'Nutch Site Config',
+     'page callback'      => 'drupal_get_form',
+     'page arguments'     => array('nutch_admin_conf'),
+     'access arguments'   => array('administer nutch'),
+     'type'               => MENU_LOCAL_TASK,
+     'file'               => 'nutch.admin.inc',
+     'weight'             => 4
+   );
   return $items;
 }
 
@@ -140,5 +149,5 @@ function nutch_apachesolr_process_result
 }
 
   function nutch_preprocess_search_result(&$variables) {
-   $variables['info'] .= ' - <a href="' . $variables['result']['node']->url . '" >' . $variables['result']['node']->url . '</a>' ;
+   $variables['info'] .= ' - '. meshle_apachesolr_search_result_nice_url($variables['result']['node']->url) ;
   }
