You are not logged in.

#26 2008-12-31 08:37:09

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

Latest update looks really cool :-)


Mr Green

Offline

#27 2009-07-10 01:46:26

deadrabbit
Member
Registered: 2008-04-26
Posts: 118

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

The Ubiquity 0.5 update breaks the Arch BBS and AUR search commands . . . when I get a chance, I'll update the command scripts (if someone else wants to beat me to it, please do big_smile)

Offline

#28 2009-08-07 08:22:03

Berseker
Member
From: Near Lecco, Italy
Registered: 2008-04-24
Posts: 258

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

any news on this?? I really enjoyed the ubiquity commands and now I MISS THEM!! sad
( wink )

Offline

#29 2009-08-07 10:09:37

t3ddy
Member
Registered: 2008-01-31
Posts: 12

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

You just have to paste them in the ubiquity editor (from hack ubiquity)

CmdUtils.makeSearchCommand({
  name: ["archwiki"],
  url: "http://wiki.archlinux.org/index.php/Special:Search?search={QUERY}&go=Go",
  icon: "http://wiki.archlinux.org/favicon.ico",
  description: "Ricerca nel Wiki di Arch."
});

CmdUtils.makeSearchCommand({
  name: ["archbbs"],
  url: "http://bbs.archlinux.org/search.php?action=search&keywords={QUERY}&author=&forum=-1&search_in=all&sort_by=0&sort_dir=DESC&show_as=topics&search=Submit",
  icon: "http://wiki.archlinux.org/favicon.ico",
  description: "Ricerca nel forum internazionale di Arch."
});

CmdUtils.makeSearchCommand({
  name: ["aur-packages"],
  url: "http://aur.archlinux.org/packages.php?O=0&L=0&C=0&K={QUERY}&SeB=nd&SB=n&SO=a&PP=25&do_Search=Go",
  icon: "http://wiki.archlinux.org/favicon.ico",
  description: "Ricerca pacchetti in AUR."
});

CmdUtils.makeSearchCommand({
  name: ["archforumita"],
  url: "http://www.archlinux.it/search.php?action=search&keywords={QUERY}&author=&forum=-1&search_in=all&sort_by=0&sort_dir=DESC&show_as=topics&search=Submit",
  icon: "http://wiki.archlinux.org/favicon.ico",
  description: "Ricerca nel forum italiano di Arch."
});

I neither remember what I've modified smile

Offline

#30 2009-08-07 12:34:53

Berseker
Member
From: Near Lecco, Italy
Registered: 2008-04-24
Posts: 258

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

many thanks (o molte grazie..! sei il teddy del forum italiano?)

Offline

#31 2009-08-07 17:24:52

t3ddy
Member
Registered: 2008-01-31
Posts: 12

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

Berseker wrote:

many thanks (o molte grazie..! sei il teddy del forum italiano?)

eh sì, sono passato un po' per caso qui e ti ho risposto smile
----
yes, I was here at haphazard (this word has came out thanks to a dictionary, I hope it's correct) and I answered you

Offline

#32 2009-08-23 15:30:26

Confuseling
Member
Registered: 2009-07-23
Posts: 13

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

Hardly a major contribution, I know. smile

But some people might not realise that google has its own linux pages.

CmdUtils.makeSearchCommand({
  name: ["linux"],
  url: "http://www.google.co.uk/linux?q={QUERY}&btnG=Search&meta=",
  icon: "http://www.google.co.uk/favicon.ico",
  description: "Search Google Linux."
});

Obviously that's the UK mirror - adjust as necessary. Also not entirely sure that all the arguments are optimal, but it works... (suggestions welcome!)

Last edited by Confuseling (2009-08-23 15:42:49)

Offline

#33 2009-10-04 20:08:45

deadrabbit
Member
Registered: 2008-04-26
Posts: 118

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

Finally got around to updating the Arch commands after 3 months . . . check out the wiki for commands that work in Ubiquity 0.5+: http://wiki.archlinux.org/index.php/Ubiquity_Commands

Please note that the non-Arch commands have not been updated yet

Offline

#34 2009-10-04 20:17:57

deadrabbit
Member
Registered: 2008-04-26
Posts: 118

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

I also updated the man and whois searches, I didn't touch the dictionary and thesaraus . . . in fact, I considered deleting them, since they seem off topic for the Arch wiki. Does anyone else agree?

Offline

#35 2010-03-09 13:58:36

phar
Member
Registered: 2009-10-20
Posts: 14

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

Unfortunately, it looks like Ubiquity development has stalled. Project Founder Aza Raskin and the core Ubiquity team are working on other projects and no one appears to have stepped up to manage this awesome plugin.

Something to consider before investing any time/effort in writing scripts.

LinuxPlanet Report: http://www.linuxplanet.com/linuxplanet/reports/6993/1/

Slashdot article: http://developers.slashdot.org/story/10 … quity-Dead


In order to make an apple pie from scratch, you must first create the universe. - Carl Sagan

Offline

#36 2010-03-09 14:17:45

deadrabbit
Member
Registered: 2008-04-26
Posts: 118

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

Yeah, I was disappointed to see that a while ago. Ubiquity still works with the current version of Firefox.

I've switched to Chromium, mostly due to the quick start time. Chromium learns which sites have search available, and then lets you search by hitting tab after entering the URL. When it works, it's very nice, but sometimes it randomly doesn't let you hit tab. Most of the time, it works for wiki.archlinux.org and aur.archlinux.org, apparently I have searched bbs.archlinux.org much lately, since that one's not working for me.

Offline

#37 2010-03-11 10:01:19

skanky
Member
From: WAIS
Registered: 2009-10-23
Posts: 1,847

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

There's been some movement in the community though: http://mozillalabs.com/ubiquity/2010/03 … refox-3-6/


"...one cannot be angry when one looks at a penguin."  - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle

Offline

#38 2010-03-11 19:25:17

3])
Member
From: Netherlands
Registered: 2009-10-12
Posts: 215

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

Awesome plug in, it seems to work like a charm.  Can't update to the latest plug-in update though due to me using a too next-gen version of firefox. Probably also has to do with them stalling their progress at this moment.


“There are two ways of constructing a software design. One way is to make it so simple that there are obviously no deficiencies. And the other way is to make it so complicated that there are no obvious deficiencies.”-- C.A.R. Hoare

Offline

#39 2010-07-04 10:09:11

rwd
Member
Registered: 2009-02-08
Posts: 664

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

phar wrote:

Unfortunately, it looks like Ubiquity development has stalled. Project Founder Aza Raskin and the core Ubiquity team are working on other projects and no one appears to have stepped up to manage this awesome plugin.

An alternative to Ubiquity (at least partially) is combining bookmark-keywords with bookmarklets. For example create a bookmark with keyword 'h', and the following location:

javascript:void(location.href='http://www.google.com/search?as_q=%s&num=10&btnG=%s&as_epq=&as_oq=&as_eq=&lr=&cr=&as_ft=i&as_filetype=&as_qdr=all&as_occt=any&as_dt=i&as_sitesearch='+location.href.split("/")[2]+'&as_rights=&safe=off')

Then you can go to  some site and do a site specific Google search  by typing "h some searchterms" in the url bar. But the javascript can be used for basically anything, not only for searches.

Last edited by rwd (2010-07-04 15:25:54)

Offline

#40 2010-07-05 00:33:06

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

Moving to a more appropriate home...

Offline

#41 2010-07-29 14:15:28

Berseker
Member
From: Near Lecco, Italy
Registered: 2008-04-24
Posts: 258

Re: Mozilla Ubiquity Scripts for Searching Arch Wiki, BBS, AUR

for those who says that ubiquity development has stalled.. it is not completely true.

Use this release community mantained and enjoy this extension also compatible with latest releases of firefox
https://bitbucket.org/satyr/ubiquity/downloads/tip.xpi

Offline

Board footer

Powered by FluxBB