diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-10-31 11:58:06 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2009-10-31 11:58:06 +0000 |
| commit | a0e891c63d7a195e8881496fa5d301d347287575 (patch) | |
| tree | 2054252faa587aaa16acc8039b8e88c89cde4478 /htroot/ConfigSearchBox.html | |
| parent | 8a1046feaa711ac0f3181dc747c204c100081894 (diff) | |
- some redesign in UI menu structure to make room for new 'Content Integration' main menu containing import servlets for Wikimedia Dumps, phpbb3 forum imports and OAI-PMH imports
- extended the OAI-PMH test applet and integrated it into the menu. Does still not import OAI-PMH records, but shows that it is able to read and parse this data
- some redesign in ZURL storage: refactoring of access methods, better concurrency, less synchronization
- added a limitation to the LURL metadata database table cache to 20 million entries: this cache was until now not limited and only limited by the available RAM which may have caused a memory-leak-like behavior.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6440 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/ConfigSearchBox.html')
| -rw-r--r-- | htroot/ConfigSearchBox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htroot/ConfigSearchBox.html b/htroot/ConfigSearchBox.html index 197a26cf8..f3f7f0892 100644 --- a/htroot/ConfigSearchBox.html +++ b/htroot/ConfigSearchBox.html @@ -6,7 +6,7 @@ </head>
<body id="ConfigSkins">
#%env/templates/header.template%#
- #%env/templates/submenuIntegration.template%#
+ #%env/templates/submenuPortalIntegration.template%#
<h2>Integration of a Search Box</h2>
<p>
We give information how to integrate a search box on any web page that
|
