Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Firefox users only: Metalink search from the toolbar
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
mattypenny  
View profile  
 More options Dec 10 2004, 11:24 am
Newsgroups: comp.databases.oracle.server
From: "mattypenny" <mattype...@yahoo.co.uk>
Date: 10 Dec 2004 08:24:22 -0800
Local: Fri, Dec 10 2004 11:24 am
Subject: Firefox users only: Metalink search from the toolbar
Hi,

I've posted this on ORACLE-L - apologies if you're seeing it twice.

I've written a search plugin for Firefox to allow you to search
Metalink from the toolbar. I know zilch about html, but it does seem to
work.

The relatively cool thing about this is that you can type your search
string into the toolbar, and search on Metalink, then repeat the search
on, say, Google without having to cut and paste the text you are
searching on. I did say *relatively* cool!

If you're not already logged into Metalink it will prompt you for
username and password.

You have to save the code below into a file called Metalink.src in
C:\Program Files\Mozilla Firefox\searchplugins (or your equivalent).

I've got this saved into a .src file, along with a .gif and a version
that searches through the Metalink Notes only - mail me direct if you'd
prefer me to mail them as attachments

I've mailed the code up to mozdev.org, but it hasn't yet been posted.
Apparently they've got a bit of a backlog - I guess they're fairly busy
what with launching a whole new browser and stuff...

Please mail me direct to let me know if you have any problems, or to
let me know if you find it useful.

Finally, my code below searched the UK version of Metalink. I haven't
tried it yet but to get it to search the US vesrion you replace the
action and searchForm lines with:

action="http://metalink.oracle.com/metalink/plsql/ml2_gui.handleSearchRequest"

searchForm="http://metalink.oracle.com/metalink/plsql/ml2_gui.queryform"

(Thanks to Rich Jesse)

Cheers

Matt
mattype...@yahoo.co.uk
# Matt Penny
#
# 08 Oct 2004
#
# mattypennyl...@yahoo.co.uk
#
<search
name="Metalink"
description="Metalink"
method="GET"

action="http://support.oracle.co.uk/metalink/plsql/kno_main.doUpdateSearch"

searchForm="http://support.oracle.co.uk/metalink/plsql/kno_main.doUpdateSearch"
queryEncoding="utf-8"
queryCharset="utf-8"
version="7.1"


<input name="p_alltext" user>
<input_name="p_ss" value=1>
<input_name="p_st" value=S>
<input_name="p_knowledge" value=TRUE>
<input_name="p_forums" value=TRUE>
<input_name="p_anytext" value=>
<input_name="p_exctext" value=>
<input_name="p_nontext" value=>
<input_name="p_docId" value=>
<input_name="p_product_id" value=-1>
<input_name="p_platform_id" value=-1>
<input_name="p_update" value=-1>
<input_name="p_numHits" value=100>
<input_name="p_run" value=Run>

<interpret
browserResultType="result"
charset = "UTF-8"
resultListStart="<!--a-->"
resultListEnd="<!--z-->"
resultItemStart="<!--m-->"
resultItemEnd="<!--n-->"


<browser

update="http://mycroft.mozdev.org/plugins/metalink.src"

updateIcon="http://mycroft.mozdev.org/plugins/metalink.gif"
updateCheckDays="14"


</search>

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.