Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Firefox (http://www.velocityreviews.com/forums/f20-firefox.html)
-   -   Google Scholar Search (FF1.0) (http://www.velocityreviews.com/forums/t10261-google-scholar-search-ff1-0-a.html)

Kneewax 01-13-2005 05:32 PM

Google Scholar Search (FF1.0)
 
Anyone know if its possible to change the default google search bar that
is default in FF1.0 to scholar.google.com rather than standard google
search.

Cheers Kneewax
--
__________________________________________________ ___
History is an illusion caused by the passage of time.
Time is an illusion caused by the passage of History
- Wave Harmonic Theory of
Historical Perception (DNA)
__________________________________________________ ___


Make my 'cold' a 'hot' to mail me!

Leonidas Jones 01-13-2005 06:23 PM

Re: Google Scholar Search (FF1.0)
 
Kneewax wrote:
> Anyone know if its possible to change the default google search bar that
> is default in FF1.0 to scholar.google.com rather than standard google
> search.
>
> Cheers Kneewax


Look at Mycroft:

http://mycroft.mozdev.org

Lee

Kneewax 01-13-2005 08:31 PM

Re: Google Scholar Search (FF1.0)
 
Leonidas Jones wrote:
<snip>
> Look at Mycroft:
>
> http://mycroft.mozdev.org
>
> Lee

</snip>

Sadly - scholar.google.com seems to be the one google engine they don't
have a plugin for :-( Thanks for the tip though, I'll check back in a
month or too!

Cheers
Kneewax


--
__________________________________________________ ___
History is an illusion caused by the passage of time.
Time is an illusion caused by the passage of History
- Wave Harmonic Theory of
Historical Perception (DNA)
__________________________________________________ ___


Make my 'cold' a 'hot' to mail me!

Leonidas Jones 01-13-2005 08:48 PM

Re: Google Scholar Search (FF1.0)
 
Kneewax wrote:
> Leonidas Jones wrote:
> <snip>
>
>> Look at Mycroft:
>>
>> http://mycroft.mozdev.org
>>
>> Lee

>
> </snip>
>
> Sadly - scholar.google.com seems to be the one google engine they don't
> have a plugin for :-( Thanks for the tip though, I'll check back in a
> month or too!
>
> Cheers
> Kneewax
>
>


Create your own?

http://mycroft.mozdev.org/contribute.html

YOu could probably use the many existing Googlre plugins as models.

Lee

Splibbilla 01-15-2005 07:09 AM

Re: Google Scholar Search (FF1.0)
 
Leonidas Jones <Cap1MD@att.net> in news:i8BFd.9178$w62.4088@bgtnsc05-news.ops.worldnet.att.net:

> could probably use the many existing Googlre plugins as models.


Make a text file (using notepad for example)
save as ScholarGoogle.src
be sure the file is in searchplugins folder (a subfolder in Mozilla folder)
paste the all stuff far below into your text file
then restart/start Moz or Firefox.








# Mozilla/(assume Firefox, too) scholar.google.com plug-in as mangled by Splibblyblibbly alt.fan.mozilla from the plain
google.src by amitp+mozilla@google.com

<search
name="ScholarGoogle"
description="Scholar Google Search"
method="GET"
# blank query http://scholar.google.com/
action="http://scholar.google.com/scholar"
queryEncoding="utf-8"
queryCharset="utf-8"
>


# <input name="q" user>
# or
<input name="q" user="">
# commented out these options:
# <input name="sourceid" value="mozilla-search">
# <inputnext name="start" factor="10">
# <inputprev name="start" factor="10">
# <input name="ie" value="utf-8">
# <input name="oe" value="utf-8">
# <input name="hl" value="en">

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

</search>

<browser
# comment-out update, because this SRC and PNG haven't been submitted to mycroft anyways!
# update="http://www.google.com/mozilla/ScholarGoogle.src"
# updateIcon="http://mycroft.mozdev.org/plugins/ScholarGoogle.png"
# updateCheckDays=1
>






Splibbilla 01-15-2005 09:08 AM

Re: Google Scholar Search (FF1.0)
 
Splibbilla <Splibbilla@Splib.bit.blip.blop> in news:Xns95DEEC4BD9D8E7@64.85.239.19:

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





oops. if you want sidebar results (which aren't very useful, because they aren't much distinguishable from each other), replace
the above with this:



<interpret
browserResultType='result'
resultListStart='<span class="w">'
resultListEnd='<div class=n>'
resultItemStart='<font size=-2><b>'
resultItemEnd='</font></font>'
>


Kneewax 01-17-2005 10:38 AM

Re: Google Scholar Search (FF1.0)
 
Leonidas Jones wrote:
> Kneewax wrote:
>
>> Leonidas Jones wrote:
>> <snip>
>>

>
>>

>
> Create your own?
>
> http://mycroft.mozdev.org/contribute.html
>
> YOu could probably use the many existing Googlre plugins as models.
>
> Lee

</snip>

Thanks Lee - I've had a go at that now and submitted one, seems to work
my end, so hopefully it'll be of some use to others.....



--
__________________________________________________ ___
History is an illusion caused by the passage of time.
Time is an illusion caused by the passage of History
- Wave Harmonic Theory of
Historical Perception (DNA)
__________________________________________________ ___


Make my 'cold' a 'hot' to mail me!

Kneewax 01-17-2005 10:43 AM

Re: Google Scholar Search (FF1.0)
 
Splibbilla wrote:

<snip>

Thanks, for that. However I had a hash myself before I saw your post,
and got accurate results, will check my version against yours to see the
differences and see if I can work out what they do! (Its been a while
since I coded anything, and my COBOL programming training is fairly
insignificant these days!! :) )

Cheers Kneewax


All times are GMT. The time now is 10:57 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57