From 93c69fa1cb4a3bbe79affaf729d24d53f0922b18 Mon Sep 17 00:00:00 2001 From: orbiter Date: Mon, 22 Jun 2009 23:38:15 +0000 Subject: [PATCH] - added hints to integrate a yacy search in phpBB3 - added also a phpBB3 crawl start with optimized crawl attributes git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6126 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/ConfigPHPBB3Search.html | 89 ++++++++++++------- htroot/ConfigWikiSearch.html | 2 +- htroot/env/templates/header.template | 2 +- .../env/templates/submenuIntegration.template | 4 +- 4 files changed, 61 insertions(+), 36 deletions(-) diff --git a/htroot/ConfigPHPBB3Search.html b/htroot/ConfigPHPBB3Search.html index 99292b543..8b8dbe7c4 100644 --- a/htroot/ConfigPHPBB3Search.html +++ b/htroot/ConfigPHPBB3Search.html @@ -13,7 +13,7 @@ This guide helps you to insert a search window in your phpBB3 pages.

-

Retrieval of phpBB3 Forum Pages

+

Retrieval of phpBB3 Forum Pages using a database export

Forum posting contain rich information about the topic, the time, the subject and the author. This information is in an bad annotated form in web pages delivered by the forum software. @@ -21,63 +21,88 @@ YaCy has a phpBB3 extraction feature, please go to the phpBB3 content integration servlet for direct database imports.

+

Retrieval of phpBB3 Forum Pages using a web crawl

+

+ The following form is a simplified crawl start that uses the proper values for a phpbb3 forum crawl. + Just insert the front page URL of your forum. After you started the crawl you may want to get back + to this page to read the integration hints below. +

+ +
+
+
+
URL of the phpBB3 forum main page
This is a crawl start point
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
+
+ +
+
+
+

Inserting a Search Window to phpBB3

- To integrate a search window into phpBB3, you must insert some code into the wiki template. - There are several templates that can be used for MediaWiki, but in this guide we consider that - you are using the default template, 'MonoBook.php': + To integrate a search window into phpBB3, you must insert some code into a forum template. + There are several templates that can be used for phpBB3, but in this guide we consider that + you are using the default template, 'prosilver':

#%env/templates/footer.template%# diff --git a/htroot/ConfigWikiSearch.html b/htroot/ConfigWikiSearch.html index 5408ac94e..f25b15822 100644 --- a/htroot/ConfigWikiSearch.html +++ b/htroot/ConfigWikiSearch.html @@ -113,7 +113,7 @@
  • Check all appearances of static IPs given in the code snippet and replace it with your own IP, or your host name
  • You may want to change the default text elements in the code snippet
  • To see all options for the search widget, look at the more generic description of search widgets at - . + the configuration for live search.

    #%env/templates/footer.template%# diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index 325f85945..f566cd966 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -70,7 +70,7 @@
  • diff --git a/htroot/env/templates/submenuIntegration.template b/htroot/env/templates/submenuIntegration.template index 5e7c8cd56..5fc5f5172 100644 --- a/htroot/env/templates/submenuIntegration.template +++ b/htroot/env/templates/submenuIntegration.template @@ -1,10 +1,10 @@ \ No newline at end of file