<?xml version='1.0'?>
<rss version='0.91'>
  <channel>
    <title>YubNub Golden Eggs</title>
    <link>http://yubnub.org/kernel/golden_eggs</link>
    <description>Welcome to YubNub Golden Eggs! The Golden Eggs are YubNub commands that people seem to find particularly useful and interesting. If you want to nominate a YubNub command for this list, email Jon about it.</description>
    <pubDate>Thu, 10 Jun 2010 08:02:10 +0000</pubDate>
    <lastBuildDate>Thu, 10 Jun 2010 08:02:10 +0000</lastBuildDate>
    <item>
       <title>digwp</title>
       <link>http://yubnub.org/kernel/man?args=digwp</link>
       <description>NAME

    digwp - returns text description from a Wikipedia page.


SYNOPSIS
     
    digwp [QUERY]

          
DESCRIPTION
     
    The digwp command uses DNS to return the text description from a 
    given Wikipedia page.


EXAMPLES
 
    Example: digwp linux
    Result:  Returns the text description for the Linux Wikipedia page.


SEE ALSO

     http://www.digwebinterface.com


AUTHOR

     Paul M. Boren
     pmboren AT gmail DOT com {url[no url encoding] scrape -tokens &lt;pre&gt; &lt;/pre&gt; -dirs 0 0 -url http://www.digwebinterface.com/?hostnames=%s.wp.dg.cx&amp;type=TXT&amp;short=on&amp;ns=resolver&amp;useresolver=69.65.17.101}</description>
       <pubDate>Thu, 10 Jun 2010 02:57:34 +0000</pubDate>
    </item>

    <item>
       <title>wpms</title>
       <link>http://yubnub.org/kernel/man?args=wpms</link>
       <description>NAME

    wpms - open Wikipedia page using the mobile interface.


SYNOPSIS
     
    wpms [QUERY]


DESCRIPTION

    The wpms command returns a Wikipedia page in the mobile web  
    interface.


EXAMPLES

    Example: wpms
    Result:  Returns the mobile-optimized Wikipedia homepage.

    Example: wpms linux
    Result:  Returns the mobile-optimized Wikipedia page for Linux.


AUTHOR

     Paul M. Boren
     pmboren AT gmail DOT com http://mobile.wikipedia.org/{eop transcode.php?go=@%s@}</description>
       <pubDate>Thu, 10 Jun 2010 02:21:12 +0000</pubDate>
    </item>

    <item>
       <title>f-e</title>
       <link>http://yubnub.org/kernel/man?args=f-e</link>
       <description>Translate from Fr to En via google (translate from En to Fr via command e-f) http://translate.google.fr/#fr|en|%s</description>
       <pubDate>Wed, 12 May 2010 19:44:26 +0000</pubDate>
    </item>

    <item>
       <title>e-f</title>
       <link>http://yubnub.org/kernel/man?args=e-f</link>
       <description>Tanslate form En to Fr (Fr to En via f-e command) http://translate.google.fr/#en|fr|%s</description>
       <pubDate>Wed, 12 May 2010 19:42:28 +0000</pubDate>
    </item>

    <item>
       <title>redtop</title>
       <link>http://yubnub.org/kernel/man?args=redtop</link>
       <description>Provides a quick and easy way to bring up the top posts in a given reddit
category (subreddit). 

The syntax is redtop [subreddit] [time_duration]. Both parameters are 
optional. time_duration can be hour, day, week, month, year or all.  

The default subreddit is economics, and the default time period is one week.

For example, 
redtop       (the top economics posts for the last week)
redtop japan (the top posts for japan in the last week)
redtop pandemic month (the top posts in the pandemic category for the last month)

 {url[no url encoding] reddtop -what {% 1 %s} -time {% 2 %s}}</description>
       <pubDate>Mon, 30 Nov 2009 09:14:56 +0000</pubDate>
    </item>

    <item>
       <title>saveword</title>
       <link>http://yubnub.org/kernel/man?args=saveword</link>
       <description>Open any webpage in word format. for e.g.

saveword http://saraswaticlasses.net/sites/links4.php
 http://saraswaticlasses.net/saveword.php?uri=%s</description>
       <pubDate>Thu, 09 Jul 2009 04:38:43 +0000</pubDate>
    </item>

    <item>
       <title>scrapetc</title>
       <link>http://yubnub.org/kernel/man?args=scrapetc</link>
       <description>DESCRIPTION

Scrape tag contents.  Uses Sean O'Hagan's scrape command to scrape data 
between two properly formed opening and closing tags from a webpage.

SYNTAX
	scrapetc tag URL

gomelet AT gmail DOT com
 {url[no url encoding] scrape -tokens &lt;{% 1 %s}&gt; &lt;/{% 1 %s}&gt; -dirs 0 0 -url {% 2 %s}[no url encoding]}</description>
       <pubDate>Sat, 30 May 2009 23:10:47 +0000</pubDate>
    </item>

    <item>
       <title>gx</title>
       <link>http://yubnub.org/kernel/man?args=gx</link>
       <description>SYNOPSIS
        gx [keywords]

EXAMPLE
        gx diakonos mined editor

DESCRIPTION
        Google exact search. Places a + in front of each search term
        to force Google not to use synonyms.

SEE ALSO
        &quot;Search exactly as is (+)&quot;
        http://www.google.com/support/websearch/bin/answer.py?hl=en&amp;answer=136861

 http://www.google.com/search?q=%2B{strReplace -find + -replace +%2B -string %s}</description>
       <pubDate>Sun, 24 May 2009 04:05:11 +0000</pubDate>
    </item>

    <item>
       <title>lsplit2</title>
       <link>http://yubnub.org/kernel/man?args=lsplit2</link>
       <description>Moved to lsplit. {url[no url encoding] echo &lt;head&gt;&lt;script src=&quot;http://elzr.com/javascripts/yn/lsplit.js&quot;&gt;&lt;/script&gt;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://elzr.com/stylesheets/yn/lsplit.css&quot; /&gt;&lt;/head&gt;&lt;body&gt;&lt;div&gt;{foreach {foreach {explode %s -token ;} -cmd echo {linktag [|url %25s|]!!%25s -t lsplit} -as array} -cmd echo}&lt;/div&gt;&lt;iframe src=&quot;{url {match %s -pattern /^(.*?);/ -as text -capture 1}}&quot; name=&quot;lsplit&quot;&gt;&lt;/iframe&gt;&lt;/body&gt;}</description>
       <pubDate>Sun, 05 Apr 2009 12:23:50 +0000</pubDate>
    </item>

    <item>
       <title>lsplit</title>
       <link>http://yubnub.org/kernel/man?args=lsplit</link>
       <description>NAME
     lsplit (for Split via Links) - provide a way to easily access multiple YubNub commands on one screen via links

SYNOPSIS
     lsplit cmd1;cmd2;cmd3

SUMMARY
     Displays a set of links, one for each command, that when clicked, open up that command in the IFRAME (rest of the page) below.
     The commands can have parameters, and a command can simply be a URL.
     This is an alternative to 'split' for when you want quick access to multiple commands, but you either don't want them all to run except as needed, *OR* you need to see each full-screen (not in small frames).

EXAMPLE
     lsplit g porsche; y porsche; a porsche
     lsplit http://google.com; http://yahoo.com; http://answers.com
     lsplit iy tokyo; gim tokyo; flint tokyo
	 lsplit a bob dylan; wp bob dylan; g bob dylan; iy bob dylan; lastfma bob dylan
	 lsplit g yubnub; twits yubnub; gooblogs yubnub
     lsplit compete google.com; quantcast google.com; compete twitter.com; quantcast twitter.com

AUTHOR
     elzr.com, based entirely on Randy's awesome lsplit command
	 Important differences:
	   * works in Firefox too (iframe needed to be referenced thru name, not id)
	   * first command auto loaded
	   * favicon fetched for each command's domain
	   * command name bolded in command link
	   * the commands are the window title
	   * commands opened are remembered with some JS magic, so going back and forth between command links is very smooth
	   * iframe height autoadjusted so no extra vertical scrollbars are needed
	   * loading iframe displays loading... message

SEE ALSO
     mash2, mash, multitab, split, vsplit {url[no url encoding] echo &lt;head&gt;&lt;script src=&quot;http://elzr.com/javascripts/yn/lsplit.js&quot;&gt;&lt;/script&gt;&lt;link rel=&quot;stylesheet&quot; type=&quot;text/css&quot; href=&quot;http://elzr.com/stylesheets/yn/lsplit.css&quot; /&gt;&lt;/head&gt;&lt;body&gt;&lt;div&gt;{foreach {explode {match %s -pattern /^(.*?);*\s*$/ -capture 1 -as text} -token ;} -cmd echo {linktag [|url %25s|]!!%25s -t lsplit} -as text}&lt;/div&gt;&lt;iframe src=&quot;{url {match %s -pattern /^(.*?);/ -as text -capture 1}}&quot; name=&quot;lsplit&quot;&gt;&lt;/iframe&gt;&lt;/body&gt;}</description>
       <pubDate>Fri, 03 Apr 2009 21:41:34 +0000</pubDate>
    </item>

    <item>
       <title>gtranslate</title>
       <link>http://yubnub.org/kernel/man?args=gtranslate</link>
       <description>This command translates text using google translator.
To use, type gtranslate -from language -to language -text texttobetranslated.
For example, typing gtranslate -from en -to es -text lamp would translate the word &quot;lamp&quot; 
from english to spanish.  Please note that you must use the first 2 letters of a language for it to work. http://translate.google.com/translate_t#${from}|${to}|${text}</description>
       <pubDate>Sun, 02 Nov 2008 12:59:24 +0000</pubDate>
    </item>

    <item>
       <title>alight</title>
       <link>http://yubnub.org/kernel/man?args=alight</link>
       <description>Search armory-light.com for your or your friends characters. 

Usage:
  * 'alight' takes you to our home page
  * 'alight &lt;char name&gt;' searches for the character
  * Specify a region like this: '-region us'
  * Specify a realm like this: '-realm Aegwynn' or '-r Aegwynn'

  Both the region and realm can be left blank. 
  If you leave the realm blank, it searches for the character 
  in the given region.

Examples:
  * alight Mizzrym -region eu -realm Aegwynn (goes to a profile page)
  * alight Seferis -region eu (searches for Seferis in EU)
  * alight Phiola -r Aegwynn (goes to a profile on EU-Aegwynn) http://www.armory-light.com/{ifThen -value1 %s -value2 -test NOTEQUAL -then ${region=eu}/${realm=${r=search}}/%s}[use %20 for spaces][no url encoding]</description>
       <pubDate>Thu, 28 Aug 2008 08:20:34 +0000</pubDate>
    </item>

    <item>
       <title>site2pdf</title>
       <link>http://yubnub.org/kernel/man?args=site2pdf</link>
       <description>create pdf file of any webpage. for e.g.
site2pdf http://oksoft.antville.org http://savepageaspdf.pdfonline.com/pdfonline/pdfonline.asp?cURL=%s</description>
       <pubDate>Fri, 08 Aug 2008 06:27:12 +0000</pubDate>
    </item>

    <item>
       <title>gimf</title>
       <link>http://yubnub.org/kernel/man?args=gimf</link>
       <description>searches Google images using its face recognition setting 
thats unavailable through the normal options  http://images.google.com/images?hl=en&amp;q=%s&amp;btnG=Search+Images&amp;gbv=2&amp;imgtype=face</description>
       <pubDate>Wed, 06 Aug 2008 08:02:39 +0000</pubDate>
    </item>

    <item>
       <title>gjdoc</title>
       <link>http://yubnub.org/kernel/man?args=gjdoc</link>
       <description>Parametric Java doc search via google
no parameters %s controls what it searches
-s sets search parameter 
-ver sets version number (default is 1.5.0)
-ed set the java edition (default is j2se)
-qk tells it whether to use the &quot;I'm feeling lucky&quot; feature 
1, yes or true will turn it on it is off by default
 http://www.google.com/search?hl=en&amp;lr=&amp;as_qdr=all&amp;q=%s${s}+site%3Ajava.sun.com%2F${ed=j2se}%2F${ver=1.5.0}%2Fdocs%2Fapi%2F&amp;btn{switch ${qk}|true=&gt;I, 1=&gt;I, yes=&gt;I, *=&gt;G}= Search</description>
       <pubDate>Tue, 15 Jul 2008 13:20:55 +0000</pubDate>
    </item>

    <item>
       <title>combine</title>
       <link>http://yubnub.org/kernel/man?args=combine</link>
       <description>SYNOPSIS
        combine - passes combinations of keywords to a command

EXAMPLE
        combine -c g -n 3 -q roboform snagit araxis jedit

DESCRIPTION
        Combine passes combinations of keywords to a Yubnub command.
        The example above passes all 3-word combinations to the
        the &quot;g&quot; command (Google).

OPTIONS        
        -c COMMAND
                Name of the command, e.g., g

        -n NUMBER
                Number of keywords in each combination

        -q KEYWORDS
                The pool of keywords from which to draw the combinations.
                
AUTHOR
        Jonathan Aquino
        http://jonathanaquino.com http://jonstestarea.ning.com/grid.php?n=${n=2}&amp;command=${c=g}&amp;q=${q=5}</description>
       <pubDate>Sat, 05 Jul 2008 00:17:16 +0000</pubDate>
    </item>

    <item>
       <title>print</title>
       <link>http://yubnub.org/kernel/man?args=print</link>
       <description>A very simple yet useful command. Echos your input and automatically
prompts you to print the page.

EXAMPLE
  print 222 Alexander Road; Somewhere, Somestate.
  (prints the given address)


--Jacob Ensor
jacobensor.com {url[no url encoding] echo &lt;html&gt;&lt;head&gt;&lt;/head&gt;&lt;body onload=&quot;javascript:window.print()&quot;&gt;%s&lt;/body&gt;&lt;/html&gt;}</description>
       <pubDate>Tue, 10 Jun 2008 18:35:07 +0000</pubDate>
    </item>

    <item>
       <title>dkim</title>
       <link>http://yubnub.org/kernel/man?args=dkim</link>
       <description>Search the DK image encyclopedia.

Example: dkim grain {url[no url encoding] gim %s site:www.dkimages.com}</description>
       <pubDate>Sat, 07 Jun 2008 07:08:57 +0000</pubDate>
    </item>

    <item>
       <title>iconv</title>
       <link>http://yubnub.org/kernel/man?args=iconv</link>
       <description>Converts a string from one character set to another, similar to the iconv commmand/function in Unix and PHP.

Example: iconv -from UTF-8 -to UTF-16 -str test

The &quot;from&quot; and &quot;to&quot; parameters both default to UTF-8.

//IGNORE and //TRANSLIT are supported; see http://us3.php.net/manual/en/function.iconv.php for more information.

http://www.ibiblio.org/weidai/iconv_list.php lists known coded character sets. http://www.ibiblio.org/weidai/iconv.php?from=${from=UTF-8}&amp;to=${to=UTF-8}&amp;str=${str}</description>
       <pubDate>Sun, 25 May 2008 01:59:04 +0000</pubDate>
    </item>

    <item>
       <title>qsl</title>
       <link>http://yubnub.org/kernel/man?args=qsl</link>
       <description>Generates a presentation slide, using QuickSlide.

Examples: 

    qsl Hello World!

    qsl Media Uploader&lt;div class=&quot;subtitle&quot;&gt;Simplicity. Power.&lt;/div&gt;

    qsl &lt;img width=&quot;450px&quot; src=&quot;leaf1.png&quot;&gt;Improvements

    qsl &lt;img width=&quot;300px&quot; src=&quot;leaf2.png&quot;&gt;&lt;br /&gt;Music

    qsl &lt;img width=&quot;300px&quot; src=&quot;leaf4.png&quot; class=&quot;reflect&quot;&gt;&lt;br /&gt;Reflection

The last example shows how to add a reflection to an image using class=&quot;reflect&quot;. http://quickslide.ning.com/?q=%s</description>
       <pubDate>Wed, 13 Feb 2008 06:28:09 +0000</pubDate>
    </item>

    <item>
       <title>gmi</title>
       <link>http://yubnub.org/kernel/man?args=gmi</link>
       <description>SYNOPSIS
        gmi
        gmi [query]

EXAMPLE
        gmi
            jumps to your GMail
        gmi Martha
            searches your GMail for email containing the word Martha

DESCRIPTION
        With no query, opens GMail mobile, with one, searches GMail mobile for it (you must be logged in). This is FAST!

SEE ALSO
        gma, gmail, gmini, eop

AUTHOR
        elzr.com http://mail.google.com/mail/x/{eop ?s=q&amp;q=@%s@}</description>
       <pubDate>Mon, 10 Dec 2007 20:57:09 +0000</pubDate>
    </item>

    <item>
       <title>fliccr</title>
       <link>http://yubnub.org/kernel/man?args=fliccr</link>
       <description>Search Flickr for photos licensed under a Creative Commons (cc) licence. http://flickr.com/search/?q=%s&amp;l=cc&amp;ss=1&amp;ct=6</description>
       <pubDate>Mon, 12 Nov 2007 09:10:58 +0000</pubDate>
    </item>

    <item>
       <title>switch</title>
       <link>http://yubnub.org/kernel/man?args=switch</link>
       <description>A switch statement.


Example: switch tree | sky =&gt; blue, tree =&gt; green, sun =&gt; orange, * =&gt; white
Returns: green


You can use &quot;*&quot; to specify a default option.

Example: switch rock | sky =&gt; blue, tree =&gt; green, sun =&gt; orange, * =&gt; white
Returns: white http://jonathanaquino.com/switch.php?q=%s</description>
       <pubDate>Sun, 21 Oct 2007 01:17:34 +0000</pubDate>
    </item>

    <item>
       <title>str</title>
       <link>http://yubnub.org/kernel/man?args=str</link>
       <description>NAME
     str - super/simple/synchronous tr, a better Google translation command

SYNOPSIS
     str A-LANGUAGE ANOTHER-LANGUAGE TEXT

EXAMPLES
     str en fr hello
     str en es yugo
     str de en was machst du?

DESCRIPTION
     A simple way to avoid having to decide what direction to translate between two languages: do both at once, each one presented in an individual vertical frame. This is not only much faster in practice, it's more unconscious and habit-friendly. Remember, thought is irksome!
     
     Not all language combinations are available. Courtesy of Google Language Tools.
     
             Chinese (Simplified) zh-CN
             English ............ en
             French ............. fr
             German ............. de
             Italian ............ it
             Japanese ........... ja
             Korean ............. ko
             Portuguese ......... pt
             Spanish ............ es
     
     SEE ALSO:
     tr
     YubNub Group thread: 
         http://groups.google.com/group/YubNub/browse_thread/thread/bb274ca5676cf339
     

AUTHOR
     elzr.com {url[no url encoding] pstr -from {% 1 %s} -to {% 2 %s} -text {% 3- %s}}</description>
       <pubDate>Sat, 06 Oct 2007 08:51:31 +0000</pubDate>
    </item>

    <item>
       <title>diggl</title>
       <link>http://yubnub.org/kernel/man?args=diggl</link>
       <description>NAME

	diggl - used to quickly navigate http://labs.digg.com/


SYNTAX



	diggl [NAVIGATION KEY] [DEPENDENT INFORMATION]



EXAMPLES

	diggl Returns: Brings you to the main page
	diggl stack Returns: Brings you to stack view
	diggl arcdl mac Returns: Downloads the latest mac application of the Arc View

	NAVIGATION KEY/BRINGS YOU TO/DEPENDANT INFORMATION

	arc	Arc View
	stack	Stack View	Defaults to popular, use: &quot;up&quot; for upcoming, &quot;all&quot; for all
	swarm	Swarm View	Defaults to All, use: &quot;up&quot; for upcoming, &quot;pop&quot; for popular
	spy	Big Spy View	Defaults to New, use: &quot;pop&quot; for popular, &quot;all&quot; for all.
	

DESCRIPTION

	Uses ifThen to examine what follows the base command and determine what/if it should append to the end of the URL.    



NOTES

	Feel free to use this idea and base code to make similar commands, just credit me.
	I plan to make more commands like this- in fact, this is the third of it's kind, but the first submitted. Still working on the others.

	Feel free to email me if there's a problem with the command-



CREDITS

	Idea and Code - Klink C. &lt;mrthr33 _at_ gmail _dot_ com&gt;

	ifThen Command and Script - Allen Ormond &lt;aormond (at) gmail (dot) com&gt; http://labs.digg.com{ifThen -value1 {% 1 %s} -value2 arc -test EQUAL -then /arc/ -else {ifThen -value1 {% 1 %s} -value2 stack -test EQUAL -then /stack{ifThen -value1 {% 2 %s} -value2 up -test EQUAL -then /?upcoming -else {ifThen -value1 {% 2 %s} -value2 all -test EQUAL -then /?spy -else}} -else {ifThen -value1 {% 1 %s} -value2 swarm -test EQUAL -then /swarm{ifThen -value1 {% 2 %s} -value2 up -test EQUAL -then /?upcoming -else {ifThen -value1 {% 2 %s} -value2 pop -test EQUAL -then /?popular -else}} -else {ifThen -value1 {% 1 %s} -value2 spy -test EQUAL -then /bigspy{ifThen -value1 {% 2 %s} -value2 pop -test EQUAL -then /?popular -else {ifThen -value1 {% 2 %s} -value2 all -test EQUAL -then /?spy -else}} -else}}}}[no url encoding]</description>
       <pubDate>Thu, 04 Oct 2007 21:10:46 +0000</pubDate>
    </item>

    <item>
       <title>uircd</title>
       <link>http://yubnub.org/kernel/man?args=uircd</link>
       <description>ubuntu irc logs by date and location.  Note the date format:
YYYY/mm/dd.

example:
uricd -d 2007/09/28 -l florida

will show the irc logs for #ubnutu-florida on 2007/09/28 http://logs.ubuntu-eu.org/freenode/${d}/%23ubuntu-${l}.html[no url encoding]</description>
       <pubDate>Wed, 03 Oct 2007 03:57:55 +0000</pubDate>
    </item>

    <item>
       <title>odeoplayer</title>
       <link>http://yubnub.org/kernel/man?args=odeoplayer</link>
       <description>Generate a Flash player (from Odeo.com) for any web-hosted MP3. 
Supply the full URL of the audio file as a parameter. 

Example:
odeoplayer http://www.tradebit.com/usr/scheme05/pub/8/What-Can-You-Bring-Me-.mp3
 {url[no url encoding] echo &lt;embed src=&quot;http://www.odeo.com/flash/audio_player_standard_gray.swf&quot; quality=&quot;high&quot; width=&quot;300&quot; height=&quot;52&quot; allowScriptAccess=&quot;always&quot; wmode=&quot;transparent&quot; type=&quot;application/x-shockwave-flash&quot; flashvars= &quot;valid_sample_rate=true&amp;external_url=%s&quot; pluginspage=&quot;http://www.macromedia.com/go/getflashplayer&quot;&gt;&lt;/embed&gt;}</description>
       <pubDate>Wed, 03 Oct 2007 02:01:45 +0000</pubDate>
    </item>

    <item>
       <title>dcvw</title>
       <link>http://yubnub.org/kernel/man?args=dcvw</link>
       <description>Docufarm document viewer.  Allows you to view a document online without having to download it.

For this command, you need the full URL of the document you want to view.  For example, if you wanted to view the document 'labs.google.com/papers/gfs-sosp2003.pdf', you would first need to put 'http://' in front of it.

Example: dcvw http://labs.google.com/papers/gfs-sosp2003.pdf http://www.docufarm.com/view.jsp?url=%s</description>
       <pubDate>Fri, 28 Sep 2007 09:55:55 +0000</pubDate>
    </item>

    <item>
       <title>dcfm</title>
       <link>http://yubnub.org/kernel/man?args=dcfm</link>
       <description>Docufarm Search.

Docufarm is an online file viewer that allows you to quickly view a file without having to download it.

To search for a file, just type 'dcfm' followed by your search parameter.

For example, to search for files about dogs, you would type 'dcfm dogs' into the Yubnub search box. http://www.docufarm.com/index.jsp?start=0&amp;q=%s&amp;filetype=all</description>
       <pubDate>Fri, 28 Sep 2007 09:47:18 +0000</pubDate>
    </item>

    <item>
       <title>gyim</title>
       <link>http://yubnub.org/kernel/man?args=gyim</link>
       <description>This command is an enhanced version of gimyim,it doesnt open
one frame for each parameter.

e.g. gyim porsche 911 {url[no url encoding] split {url gim %s} {url yim %s}
}</description>
       <pubDate>Thu, 06 Sep 2007 00:07:53 +0000</pubDate>
    </item>

    <item>
       <title>cnv</title>
       <link>http://yubnub.org/kernel/man?args=cnv</link>
       <description>Conversion search. Convert anything to anything. Weight, Distance, Time, Currency, and more.

| Examples: 
| cnv 30 feet to meter       
| cnv 100 usd to cad
| cnv 20 fl oz to liter
| cnv 500 days to years
| cnv 1 year to seconds
| cnv 80 kg to pounds

Key words: Conversion convert metric imperial foreign exchange currency 

Author: Andreas T {url[no url encoding] scrape -tokens calc_img.gif &lt;b&gt; &lt;/b&gt; -dirs 0 0 0 -url http://www.google.com/search?q=conversion+{strreplace -find &quot; &quot; -replace + -string %s}}</description>
       <pubDate>Tue, 07 Aug 2007 17:22:43 +0000</pubDate>
    </item>

    <item>
       <title>ucc</title>
       <link>http://yubnub.org/kernel/man?args=ucc</link>
       <description>Universal Currency Converter 

Usage: ucc &lt;amount&gt; &lt;fromCurrency&gt; &lt;toCurrency&gt;

Example: ucc 100 USD EUR

Currency 3 letter abbreviations available here: http://www.xe.com/iso4217.htm

Thanks to Adrienne for inspiring this with the xe command. 
The main difference is the xe command requires switches, e.g -amount -to -from,
because {% n } was not available when it was created.

Author: Sam Inverso http://www.xe.com/ucc/convert.cgi?Amount={% 1 %s}&amp;From={% 2 %s}&amp;To={% 3 %s}[no url encoding]</description>
       <pubDate>Tue, 07 Aug 2007 06:49:05 +0000</pubDate>
    </item>

    <item>
       <title>crncy</title>
       <link>http://yubnub.org/kernel/man?args=crncy</link>
       <description>Uses Yahoo Finance to convert an optional amount between any two currencies and shows price history for the two currencies.

crncy Cr1Cr2 [-amount {AMOUNT}] [-time {1d|5d|3m|1y|2y|5y}]

Cr1Cr2 is here the combination of two currencies you want to look at, e.g. USDGBP converts between USD and GBP

-amount is an optional handle (set to 1 by default) e.g. -amount 100
-time is an optional handle that shows the historical price graph for the desired period (set to 3m by default), allowed inputs are 1d, 5d, 3m, 1y, 2y, 5y


E.g.

crncy USDNOK        
- Converts between USD and NOK

crncy USDNOK -amount 50 -time 5y 
- Converts 50 USD to NOK and shows historical graph over 5 years.


Author: Andreas T http://finance.yahoo.com/currency/convert?from={strleft {% 1 %s} 3}&amp;to={strright {% 1 %s} 3}&amp;amt=${amount=1}&amp;t=${time=1y}</description>
       <pubDate>Mon, 06 Aug 2007 18:18:56 +0000</pubDate>
    </item>

    <item>
       <title>wobzip</title>
       <link>http://yubnub.org/kernel/man?args=wobzip</link>
       <description>wobzip allows you to uncompress packed files online.

Supported formats:
7z, ZIP, GZIP, TAR, BZIP2, RAR,
CAB, ARJ, Z, CPIO, RPM, DEB, LZH, SPLIT, CHM, ISO

Usage: wobzip url_of_file_to_uncompress





==========
Old implementation:
http://wobzip.zitr.us/?type=url&amp;url=%s http://wobzip.org/?type=url&amp;url=%s</description>
       <pubDate>Sun, 29 Jul 2007 14:21:36 +0000</pubDate>
    </item>

    <item>
       <title>wimi</title>
       <link>http://yubnub.org/kernel/man?args=wimi</link>
       <description>Create mind maps based on the structure and links of Wikipedia pages using WikiMindMap. Supports different language versions of Wikipedia, defaults to English.

Usage: wimi page_title [-lang xx]

Example:
&quot;wimi constitution&quot; Mind map based on the Wikipedia page &quot;Constitution&quot;
&quot;wimi constitution -lang fr&quot; Mind map for that page in the French version of Wikipedia

Wikipedia versions currently supported by WikiMindMap:
* English
* French
* Spanisch
* German
* Italian
* Catalan
* Indonesian http://www.wikimindmap.org/viewmap.php?wiki=${lang=en}.wikipedia.org&amp;topic=%s&amp;Submit=Search</description>
       <pubDate>Sun, 22 Jul 2007 18:09:22 +0000</pubDate>
    </item>

    <item>
       <title>delplaytiny</title>
       <link>http://yubnub.org/kernel/man?args=delplaytiny</link>
       <description>Chains two commands, delplaymp3 and tinyurl?. As a parameter, give a 
shortened URL from TinyURL.com that points to an mp3 file. The result
will be a link that can be streamed in your browser using del.icio.us
playtagger. 

example:
delplaytiny http://tinyurl.com/2bbsv7
 {url[no url encoding] delplaymp3 {tinyurl? %s}}</description>
       <pubDate>Sun, 08 Jul 2007 21:01:41 +0000</pubDate>
    </item>

    <item>
       <title>2g</title>
       <link>http://yubnub.org/kernel/man?args=2g</link>
       <description>Dual-pane Google search results for two words. The first word's results are
shown on the left; the second word, on the right. Useful for finding out which
word is more popular.

Example: 2g labeler labeller {url[no url encoding] split { url g {% 1 %s} } { url g {% 2 %s} }}</description>
       <pubDate>Sat, 19 May 2007 19:55:19 +0000</pubDate>
    </item>

    <item>
       <title>-ls</title>
       <link>http://yubnub.org/kernel/man?args=-ls</link>
       <description>NAME
     -ls - List YubNub domains

SYNOPSIS
     -ls -content=1 [DISPLAY CONTENT] -as=text [ARRAY TYPE] -titlesdesc=%20%20%20%20%20%20%20%20 [VAR NAME AND CONTENT SEPARATOR] -callback [CALLBACK]

EXAMPLES
     -ls
     -ls -as xml
     -ls -content 0

NOTES
     Only shows first 100 results, no search yet.
     
     See also: varls, var, -

AUTHOR
     Stephen Paul Weber a.k.a. Singpolyma
     http://singpolyma.net/ {url[no url encoding] varls 0fe27a11-f265-4c3b-8cb9-bd7b7691959d -rm 1 -rc 1 -prefix -%20 -content ${content=1} -as ${as=text} -titledesc ${titlesdesc=%20%20%20%20%20%20%20%20} -callback ${callback}}</description>
       <pubDate>Wed, 04 Apr 2007 18:27:54 +0000</pubDate>
    </item>

    <item>
       <title>varls</title>
       <link>http://yubnub.org/kernel/man?args=varls</link>
       <description>NAME
     varls - List items created with var command

SYNOPSIS
     varls [PART OF VAR NAME] -rm [REMOVE MATCHED TEXT FROM VAR NAME] -rc [REMOVE COLONS FROM VAR NAME] -prefix [PREFIX] -content [SHOW CONTENT] -as=text [ARRAY TYPE] -titledesc= -  [SEPARATOR BETWEEN VAR NAME AND CONTENT] -callback [CALLBACK]

EXAMPLES
     varls
     varls 0fe27a11-f265-4c3b-8cb9-bd7b7691959d

NOTES
     See var command

AUTHOR
     Stephen Paul Weber a.k.a. Singpolyma
     http://singpolyma.net/ http://jonathanaquino.com/singpolymaplay/yubnub-varls.php?xn_auth=no&amp;match=%s&amp;removematch=${rm}&amp;removecolon=${rc}&amp;prefix=${prefix}&amp;content=${content}&amp;as=${as=text}&amp;titledesc=${titledesc= - }&amp;callback=${callback}</description>
       <pubDate>Wed, 04 Apr 2007 18:11:54 +0000</pubDate>
    </item>

    <item>
       <title>runphp</title>
       <link>http://yubnub.org/kernel/man?args=runphp</link>
       <description>NAME
     runphp - DO NOT ABUSE!

SYNOPSIS
     runphp [PHP CODE]

EXAMPLES
     runphp &lt;?php echo 'man ls'; ?&gt;

DESCRIPTION
     Runs most PHP code and returns the result.
     Part of an ongoing project to give YubNub a decent scripting interface besides the raw command line.

NOTES
     There IS security on this, but abuse will force me to remove it.
     Anyone with ideas on improving security please send them to anything &gt;at^ singpolyma.net

AUTHOR
     Stephen Paul Weber a.k.a. Singpolyma
     http://singpolyma.net/ http://sandbox.singpolyma.net/php/?php=%s</description>
       <pubDate>Tue, 27 Mar 2007 04:34:47 +0000</pubDate>
    </item>

    <item>
       <title>esvgrk</title>
       <link>http://yubnub.org/kernel/man?args=esvgrk</link>
       <description>View the English Standard Version of the Bible (ESV) in parallel with the Greek New Testament or Septuagint (Old Testament).

Example:  esvgrk John 3:16-18 {url[no url encoding] splitv {url grkbib %s} {url esv %s}}</description>
       <pubDate>Fri, 02 Mar 2007 16:14:35 +0000</pubDate>
    </item>

    <item>
       <title>esv</title>
       <link>http://yubnub.org/kernel/man?args=esv</link>
       <description>Look up the text of a Bible passage in the English Standard Version.

examples:
esv joshua 1:9
esv ecclesiastes 3
esv 1 cor. 13
esv john 19:17-22 http://www.gnpcb.org/esv/search/?q=%s</description>
       <pubDate>Wed, 21 Feb 2007 04:47:12 +0000</pubDate>
    </item>

    <item>
       <title>dinorand</title>
       <link>http://yubnub.org/kernel/man?args=dinorand</link>
       <description>NAME
     dinorand - Load a random Dinosaur Comic

EXAMPLES
     dinorand (no arguments)

DESCRIPTION
     Random Dinosaur Comics!
     http://www.qwantz.com/
     
     

AUTHOR
     b.a.



==========
Old implementation:
http://www.qwantz.com/index.pl?comic={rand {scrape -tokens http://www.qwantz.com/index.pl?comic= &lt; -dirs 0 0 -url http://www.qwantz.com/}}

==========
Old implementation:
http://www.qwantz.com/archive/{scrape -tokens archive/ . -dirs 0 0 -url http://www.qwantz.com/}.html [no url encoding] http://www.qwantz.com/index.php?comic={scrape -tokens http://www.qwantz.com/index.php?comic= %22 -dirs 0 0 -url http://www.qwantz.com/index.php}</description>
       <pubDate>Fri, 16 Feb 2007 17:00:56 +0000</pubDate>
    </item>

    <item>
       <title>+s</title>
       <link>http://yubnub.org/kernel/man?args=+s</link>
       <description>NAME
     +s - Allows you to add any YubNub command to your Firefox or IE7 search bar.

SYNOPSIS
     +s [YUBNUB COMMAND]

EXAMPLES
     +s ls
     +s yubnub

DESCRIPTION
     Uses the opensearch command to add YubNub commands to the search bar in your browser.
     Added engines are somewhat ugly since we cannot add any real metadata to YubNub commands yet.

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ {url[no url encoding] echo &lt;script type=&quot;text/javascript&quot;&gt;window.external.AddSearchProvider(&quot;{url opensearch %s}&quot;);&lt;/script&gt; &lt;i&gt;Adding search engine...&lt;/i&gt;}</description>
       <pubDate>Tue, 23 Jan 2007 01:09:33 +0000</pubDate>
    </item>

    <item>
       <title>opensearch</title>
       <link>http://yubnub.org/kernel/man?args=opensearch</link>
       <description>NAME
     opensearch - Creates OpenSearch XML for a YubNub command

SYNOPSIS
     opensearch [YUBNUB COMMAND]

EXAMPLES
     opensearch g
     opensearch ls

NOTES
     This kind of functionality, if YubNub supported it, could be even cooler.
     If YubNub let us actually specify different kinds of URLs for commands
     (and the other kinds of parameters OpenSearch has natively) YubNub would be
     like an OpenSearch over-layer for the web.

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ http://jonathanaquino.com/singpolymaplay/yubnub-opensearch.php?xn_auth=no&amp;cmd=%s</description>
       <pubDate>Tue, 23 Jan 2007 01:03:49 +0000</pubDate>
    </item>

    <item>
       <title>fooplot</title>
       <link>http://yubnub.org/kernel/man?args=fooplot</link>
       <description>Graphing calculator and plotter (SVG and VML based).

Example: fooplot tan(x) http://fooplot.com/index.php?q0=%s[no url encoding]</description>
       <pubDate>Fri, 05 Jan 2007 06:05:51 +0000</pubDate>
    </item>

    <item>
       <title>qdef</title>
       <link>http://yubnub.org/kernel/man?args=qdef</link>
       <description>NAME
     qdef - Quick Definitions -- get a definition from ninjawords.com in a self-closing window.

SYNOPSIS
     qdef [WORD] -t [OPTIONAL SECONDS]

EXAMPLES
     qdef polysemy
       &lt;&lt; pops open a window with the definition for &quot;polysemy&quot;.  It automatically closes in 10 seconds.
     
     qdef polysemy -t 20
       &lt;&lt; the same as before, but it waits 20 seconds before closing

DESCRIPTION
     This command loads definitions from the excellent ninjawords.com.
     It automatically closes the definition window in 10 seconds.
     To change the length that the window is open, use the -t parameter.

NOTES
     Your browser must be set to allow pop-ups from yubnub.org&quot;

     The technique this command uses is a short javascript program with a setTimeout event. A YubNub echo command just loads the javascript onto a webpage.
     
     Here is the javascript:
     
     &lt;script&gt;
     def=window.open('http://www.ninjawords.com/%s');  /* opens the ninjawords page under the variable 'def' */
     setTimeout(&quot;def.close()&quot;,${t=10}000);  /* sets a timer to close 'def' using a default of 10 seconds (10,000 ms) */
     history.go(-1);  /* returns you to your original page */
     &lt;/script&gt;
     
     This technique could be easily used for any YubNub command that loads a window you only need to view briefly.
     

AUTHOR
     Brian Armknecht
     
     
     b.a. {url[no url encoding] echo &lt;script&gt;def=window.open('http://www.ninjawords.com/%s');setTimeout(&quot;def.close();history.go(-1);&quot;,${t=10}000);&lt;/script&gt;}</description>
       <pubDate>Wed, 13 Dec 2006 22:55:25 +0000</pubDate>
    </item>

    <item>
       <title>faf</title>
       <link>http://yubnub.org/kernel/man?args=faf</link>
       <description>Fire and forget. Runs the yubnub command and then goes back to the page you were on. {url[no url encoding] echo &lt;iframe src=&quot;{url %s}&quot; onload=&quot;history.go(-1)&quot; style=&quot;display:none&quot;&gt;}</description>
       <pubDate>Mon, 11 Dec 2006 18:43:01 +0000</pubDate>
    </item>

    <item>
       <title>twu</title>
       <link>http://yubnub.org/kernel/man?args=twu</link>
       <description>Updates your twitter status and then redirects to the twitter homepage. {url[no url encoding] both twiu %s -and twi}</description>
       <pubDate>Mon, 11 Dec 2006 16:53:05 +0000</pubDate>
    </item>

    <item>
       <title>both</title>
       <link>http://yubnub.org/kernel/man?args=both</link>
       <description>Executes 2 yubnub commands in sequence (client-side)

Example: both command1 -and command2 {url[no url encoding] echo &lt;iframe src=&quot;{url %s}&quot; onload=&quot;location='{url ${and}}'&quot; style=&quot;display:none&quot;&gt;}</description>
       <pubDate>Mon, 11 Dec 2006 16:49:36 +0000</pubDate>
    </item>

    <item>
       <title>twiu</title>
       <link>http://yubnub.org/kernel/man?args=twiu</link>
       <description>Updates your twitter status http://twitter.com/status/update?status=%s[post]</description>
       <pubDate>Mon, 11 Dec 2006 16:16:57 +0000</pubDate>
    </item>

    <item>
       <title>din</title>
       <link>http://yubnub.org/kernel/man?args=din</link>
       <description>DomainInspector
Dynamic Yubnub webpage utility created to inspect domains names/ip addresses
Can also be used for key word searches against virus KBs Google and Yahoo 
~jbrown~

Usage: din http://yubnub.org/example/echo?text=%3Cscript+type%3D%22text%2Fjavascript%22%3Efunction+dw%28%29%7B%0D%0Ae%3Ddocument%2Eforms%5B0%5D%2Ee%0D%0Atxt%3D%22%22%0D%0Aerl%3D%22http%3A%2F%2Fyubnub%2Eorg%2Fparser%2Fparse%3Fcommand%3Dmash+%22%0D%0Ax%3Ddocument%2Eforms%5B0%5D%2EF%2Evalue%0D%0Afor+%28i%3D0%3Bi%3Ce%2Elength%3B%2B%2B+i%29%7Bif+%28e%5Bi%5D%2Echecked%29%7Btxt%3Dtxt+%2B+e%5Bi%5D%2Evalue+%2B+%22%22+%7D%7Dwindow%2Eopen%28erl%2B+x+%2B+txt%29%3B%7D%0D%0A%3C%2Fscript%3EDomainInspect%3Cbr%3E%3C%2Fa%3E%3Cform%3E%3Cinput+name%3D%22F%22+size%3D%2250%22+value%3D%22%22+type%3D%22text%22%3E%3Cinput+onclick%3D%22dw%28%29%22+value%3D%22Submit%22+type%3D%22button%22%3E+%3CINPUT+TYPE%3DRESET+VALUE%3D%22Reset%22%3E%3Cbr%3E%3Cinput+name%3D%22e%22+value%3D%22+ping%22+type%3D%22checkbox%22%3EPing%3Cinput+name%3D%22e%22+value%3D%22+tracert%22+type%3D%22checkbox%22%3ETraceroute%3Cinput+name%3D%22e%22+value%3D%22+safe%22+type%3D%22checkbox%22%3ESiteAdvisor%3Cinput+name%3D%22e%22+value%3D%22+dnsloc%22+type%3D%22checkbox%22%3EIPLocation%3Cbr%3E%3Cinput+name%3D%22e%22+value%3D%22+whof%22+type%3D%22checkbox%22%3EDNSStuff%3Cinput+name%3D%22e%22+value%3D%22+Netcraft%22+type%3D%22checkbox%22%3ENetcraft%3Cinput+name%3D%22e%22+value%3D%22+dd%22+type%3D%22checkbox%22%3EDomDossier%3Cinput+name%3D%22e%22+value%3D%22+dnsrbl%22+type%3D%22checkbox%22%3ERobtex%3Cinput+name%3D%22e%22+value%3D%22+g%22+type%3D%22checkbox%22%3EGoogle%3Cinput+name%3D%22e%22+value%3D%22+ysite%22+type%3D%22checkbox%22%3EYahoo%3Cbr%3E%3Cinput+name%3D%22e%22+value%3D%22+virus%22+type%3D%22checkbox%22%3ESymantec+%3Cinput+name%3D%22e%22+value%3D%22+vir%22+type%3D%22checkbox%22%3ETrend%3Cinput+name%3D%22e%22+value%3D%22+kavs%22+type%3D%22checkbox%22%3EKaprsky%3Cinput+name%3D%22e%22+value%3D%22+sofo%22+type%3D%22checkbox%22%3ESophos%3Cinput+name%3D%22e%22+value%3D%22+wbm%22+type%3D%22checkbox%22%3EWayback%3C%2Fform%3E%3Ca+href%3D%22http%3A%2F%2Fwww%2Evirustotal%2Ecom%22+%3EVirusTotal%3C%2Fa%3E%3Cbr%3E%3Ca+href%3D%22http%3A%2F%2Fwww%2EAlexa%2Ecom%22%3EAlexa%3C%2Fa%3E </description>
       <pubDate>Sun, 10 Dec 2006 23:52:40 +0000</pubDate>
    </item>

    <item>
       <title>mash2</title>
       <link>http://yubnub.org/kernel/man?args=mash2</link>
       <description>NAME
     mash2 - A rewrite of the mash command that allows for multiple keywords and unlimited commands.

SYNOPSIS
     mash2 [KEYWORDS] -cmd [YUBNUB COMMANDS]

EXAMPLES
     mash2 singpolyma comments -cmd g y am a gfl gdeff del2
        Mashes the results for 'singpolyma comments' from the g, y, am, a, gfl, gdeff, and del2 commands on one page.

NOTES
     See also : mash, mashswitch, mash2test, ms2

AUTHOR
     Stephen Paul Weber a.k.a. Singpolyma
     http://singpolyma-tech.blogspot.com/
     
     Kudos to Brian A a.k.a. chicagosage for his help and inspiration through
     the mashswitch and mash2test commands.
     See &lt;http://groups.google.com/group/YubNub/browse_thread/thread/e03fd4e81a2aee1c/582e31c17fd1ca97?&gt; for more details. {url[no url encoding] split {foreach {explode ${cmd} -token &lt;space&gt;} -cmd echo [|url %25s %s|] -as &lt;space&gt;}}</description>
       <pubDate>Wed, 22 Nov 2006 17:42:37 +0000</pubDate>
    </item>

    <item>
       <title>where</title>
       <link>http://yubnub.org/kernel/man?args=where</link>
       <description>DNSStuff.com GeoIP lookup. This search resolves IP addresses to physical location.

Example using yahoo.com's IP address: where 216.109.112.135

Example results:
IP:                216.109.112.135
Country:           United States
City:              Sunnyvale, California

Country Code:      US
Currency:          USD [United States Dollars]
Private IP?        No
Known Proxy?       No

Enjoy! http://www.dnsstuff.com/tools/ipall.ch?ip=%s</description>
       <pubDate>Sat, 11 Nov 2006 17:54:53 +0000</pubDate>
    </item>

    <item>
       <title>topoz</title>
       <link>http://yubnub.org/kernel/man?args=topoz</link>
       <description>NAME
     
     topoz - search for topographic maps at Trails.com using a Zip Code.

SYNOPSIS
     
     topoz [ ZIPCODE ]

          
DESCRIPTION
     
     topoz provides commandline access to the USGS topographic maps (hosted at Trails.com) by referencing the latitude and longitude corresponding to the center of a Zip Code area (courtesy of GeoNames.org).

EXAMPLES
     
     Example: topoz 10004
     Result:  Displays online map of Ellis Island, New York.

     Example: topoz 95389
     Result:  Displays online map of Yosemite, California.

SEE ALSO

     http://www.geonames.org/about.html

AUTHOR
     Paul M. Boren
     pmboren AT gmail DOT com

 http://www.topozone.com/map.asp?lat={strreplace -find / -replace &amp;lon= -string {scrape -tokens &lt;small&gt; &lt;/small&gt; -dirs 1 0 -url http://www.geonames.org/postalcode-search.html?q=%s&amp;country=US}}
</description>
       <pubDate>Wed, 25 Oct 2006 04:34:00 +0000</pubDate>
    </item>

    <item>
       <title>upk</title>
       <link>http://yubnub.org/kernel/man?args=upk</link>
       <description>Search ubuntu packages in all releases



==========
Old implementation:
http://packages.ubuntu.com/cgi-bin/search_packages.pl?keywords=%s&amp;searchon=names&amp;subword=1&amp;version=all&amp;release=all http://packages.ubuntu.com/search?keywords=%s</description>
       <pubDate>Sun, 22 Oct 2006 16:14:42 +0000</pubDate>
    </item>

    <item>
       <title>urlet</title>
       <link>http://yubnub.org/kernel/man?args=urlet</link>
       <description>NAME
     urlet - Create a simple bookmarklet from a YubNub command that work on the current page.

SYNOPSIS
     urlet [YUBNUB COMMAND]

EXAMPLES
     urlet autotr
        Drag the resulting link to your bookmark bar.  Click the bookmarklet to translate the current page to english.
     urlet whois
        Drag the resulting link to your bookmark bar.  Click the bookmarklet to get WHOIS information on the current domain.

AUTHOR
     http://singpolyma-tech.blogspot.com/
     Stephen Paul Weber {url[no url encoding] echo &lt;a href=&quot;javascript:window.location='http://yubnub.org/parser/parse?command='+encodeURIComponent('%s '+window.location.href);&quot;&gt;%s&lt;/a&gt;[no url encoding]}</description>
       <pubDate>Thu, 19 Oct 2006 12:58:18 +0000</pubDate>
    </item>

    <item>
       <title>delpost</title>
       <link>http://yubnub.org/kernel/man?args=delpost</link>
       <description>Comando para salvar tus favoritos en del.icio.as creado por artux (cutepaste.wordpress.com)

Modo de uso:  delpost -u [url sin http://] -d [descripcion]

e.g.: delpost -u artux.com.ar -d Blog personal de artux

NOTA: solo para usuarios registrados de del.icio.us


 http://del.icio.us/post?v=4;url=${u};title=${d}</description>
       <pubDate>Fri, 13 Oct 2006 20:24:41 +0000</pubDate>
    </item>

    <item>
       <title>gdox</title>
       <link>http://yubnub.org/kernel/man?args=gdox</link>
       <description>Shortcut to http://docs.google.com which combines
Google spreadsheets and Writely files. http://docs.google.com</description>
       <pubDate>Wed, 11 Oct 2006 15:51:14 +0000</pubDate>
    </item>

    <item>
       <title>dluc</title>
       <link>http://yubnub.org/kernel/man?args=dluc</link>
       <description>NAME
     dluc - Similar to Google's &quot;I'm Feeling Lucky&quot; feature but for Del.icio.us.

SYNOPSIS
     dluc [USER] [TAG]

DESCRIPTION
     Optional arguments:
     -USER
        Your username or the username you want to specifically search.
        You can also use the keyword &quot;TAG&quot; to do a general search but 
        filtered by a tag.
        Another possibility is using the keyword &quot;POPULAR&quot; to search the
        top ranked sites.
        Or the keyword &quot;RECENT&quot; which returns the last added url. That
        means diferents sites on every request.

     -TAG
        The tag you want to filter the results by.
        This argument is mandatory if the first one was &quot;TAG&quot;. Has no
        effects if the first one was &quot;RECENT&quot;. And it's optional in
        other cases.


EXAMPLES
     dluc fuska - open my last submited URL
     dluc fuska art - open my last URL tagged as &quot;art&quot;
     dluc tag art - open the last URL submited by anyone and tagged as &quot;art&quot;
     dluc popular art - open the most tagged as &quot;art&quot; URL
     dluc popular - open the most submited URL
     dluc recent - open the last URL submited by anyone
     dluc - open the URL that is on top of the front page
     ...

AUTHOR
    Fuska {url[no url encoding] yubnub {eatFeed items[-0].link -url http://del.icio.us/rss/{% 1 %s}/{% 2- %s}}}</description>
       <pubDate>Sun, 08 Oct 2006 18:25:35 +0000</pubDate>
    </item>

    <item>
       <title>kzip</title>
       <link>http://yubnub.org/kernel/man?args=kzip</link>
       <description>NAME
     kzip - zip up to ten files using krun.ch

SYNOPSIS
     kzip [ARCHIVE NAME] [1 TO 10 FILES URLS]

DESCRIPTION
     create a zip archive containing the files found at the given urls.
     the archive can then be downloaded or mailed.
     archive name and at least one file url are mandatory.

AUTHOR
     Yann Perrin (see http://yann.perrin.googlepages.com for contact info) http://krun.ch/home/wkrunch&amp;file%5B%5D={% 2 %s[no url encoding]}&amp;file%5B%5D={% 3 %s[no url encoding]}&amp;file%5B%5D={% 4 %s[no url encoding]}&amp;file%5B%5D={% 5 %s[no url encoding]}&amp;file%5B%5D={% 6 %s[no url encoding]}&amp;file%5B%5D={% 7 %s[no url encoding]}&amp;file%5B%5D={% 8 %s[no url encoding]}&amp;file%5B%5D={% 9 %s[no url encoding]}&amp;file%5B%5D={% 10 %s[no url encoding]}&amp;file%5B%5D={% 11 %s[no url encoding]}&amp;file_name={% 1 %s[no url encoding]}&amp;file_type=zip&amp;x=&amp;y=[post]</description>
       <pubDate>Thu, 28 Sep 2006 17:59:08 +0000</pubDate>
    </item>

    <item>
       <title>gweecal</title>
       <link>http://yubnub.org/kernel/man?args=gweecal</link>
       <description>check calories http://www.thedailyplate.com/nutrition/search/?q=%s&amp;x=53&amp;y=19</description>
       <pubDate>Tue, 19 Sep 2006 11:01:17 +0000</pubDate>
    </item>

    <item>
       <title>kidsof</title>
       <link>http://yubnub.org/kernel/man?args=kidsof</link>
       <description>Example: kidsof gim

This will show you commands that use &quot;gim&quot; in their definition.
Unfortunately, if there are more than a page of kids, they are
omitted. Trying to iron out this problem. {url[no url encoding] foreach {match -url {url ls %s} -pattern /args=(.*)&quot; class.*\n.*\n.*hint&quot;&gt;.*\n*?%s .*\n*?&lt;/ -capture 1} -cmd 2html}</description>
       <pubDate>Thu, 14 Sep 2006 03:19:52 +0000</pubDate>
    </item>

    <item>
       <title>clipget</title>
       <link>http://yubnub.org/kernel/man?args=clipget</link>
       <description>NAME
     clipget - retrieve the text previously stored under the provided name, using cl1p.net

SYNOPSIS
     clipget [name]

EXAMPLES
     clipget obiwan
     will retrieve the text stored under the name &quot;obiwan&quot; at cl1p.net.
     
     the name argument is mandatory.

NOTES
     related command : clipset

AUTHOR
     Yann Perrin (see http://yann.perrin.googlepages.com for contact info) http://d.cl1p.net/%s/</description>
       <pubDate>Thu, 07 Sep 2006 13:01:11 +0000</pubDate>
    </item>

    <item>
       <title>clipset</title>
       <link>http://yubnub.org/kernel/man?args=clipset</link>
       <description>NAME
     clipset - store the given text online under the provided name, using cl1p.net

SYNOPSIS
     clipset [name] [optional text]

EXAMPLES
     clipset obiwan was a great jedi
     will store the text &quot;was a great jedi&quot; under the name &quot;obiwan&quot; at cl1p.net for one week.
     this duration, and the text content can then be edited by going to http://cl1p.net/obiwan/
     it is recommanded to password protect your text if don't want it to be editable by others.
     
     the name argument is mandatory.
     If it's allready in use and password protected, cl1p.net will not store your text.
     
     the text argument is optional.
     If ommitted, you'll have an empty cl1p to edit, if the name is available.
     

NOTES
     related command : clipget

AUTHOR
     Yann Perrin (see http://yann.perrin.googlepages.com for contact info) http://cl1p.net/{% 1 %s [no url encoding]}?ctrlcv={% 2- %s [no url encoding]}&amp;title={% 1 %s [no url encoding]}&amp;keepfor=10080&amp;uploadFile=&amp;p1=&amp;p2=&amp;addLink=&amp;removeLink=&amp;jump={% 1 %s [no url encoding]}[post]</description>
       <pubDate>Thu, 07 Sep 2006 12:54:40 +0000</pubDate>
    </item>

    <item>
       <title>l&gt;&gt;pdf</title>
       <link>http://yubnub.org/kernel/man?args=l&gt;&gt;pdf</link>
       <description>NAME
     l&gt;&gt;pdf - Google site-specific search for PDFs on a site for which you do not know the URL.

SYNOPSIS
     l&gt;&gt;pdf [KEYWORDS-TO-DESCRIBE-SITE] [KEYWORDS TO SEARCH WITHIN SITE]

EXAMPLES
     l&gt;&gt;pdf elzr
          returns all PDFs indexed by Google at elzr.com

     l&gt;&gt;pdf mckinsey-quarterly marketing
          returns all &quot;marketing&quot; PDFs indexed by Google at mckinseyquarterly.com

DESCRIPTION
     l&gt;&gt;pdf will do a Google search on the first hyphen-separated parameter, select the first result,
     then search for the second parameter within that site and return only the PDFs found there.
    
     It is useful if you want to search within a specific site for PDFs, but you don't know the URL or Yubnub command for that site.

RELATED COMMANDS
     l&gt;&gt;, &gt;&gt;, lucky&gt;, l&gt;, lucky&gt;&gt;, mysearch

AUTHOR
     This is a simple alias of Fuska's mysearch command (inspired by Shantanuo, see: http://groups.google.com/group/YubNub/browse_thread/thread/ca58bf119e8316a6).

     Eliazar (elzr.com) {url[no url encoding] lucky&gt;&gt; {% 1 %s} -k {% 2- %s} filetype:pdf}</description>
       <pubDate>Wed, 06 Sep 2006 09:26:20 +0000</pubDate>
    </item>

    <item>
       <title>ReFilter</title>
       <link>http://yubnub.org/kernel/man?args=ReFilter</link>
       <description>NAME
     ReFilter - Filter the contents of a RSS feed to recieve only specific topics.

SYNOPSIS
     ReFilter -feed [Feed URL] -filter [keywords]

     ReFilter advanced sintaxis is here:
     http://re.rephrase.net/filter/?p=filters

EXAMPLES
     ReFilter -feed http://www.autohotkey.com/forum/rss.php -filter title:function
     ReFilter -feed http://www.thinkgeek.com/thinkgeek.rss -filter toy
     ReFilter 
       (shows the basic GUI of the application)
 http://re.rephrase.net/filter/?{ifnotempty ${feed} -then feed=${feed}}{ifnotempty ${filter} -then &amp;filter=${filter}}</description>
       <pubDate>Sun, 03 Sep 2006 18:54:06 +0000</pubDate>
    </item>

    <item>
       <title>wp\</title>
       <link>http://yubnub.org/kernel/man?args=wp\</link>
       <description>NAME
     wp\ - Spell checks a word or phrase and then searches for it on the english wikipedia.

SYNOPSIS
     wp\ [TERM]

EXAMPLES
     wp\ age of empirs
     (Fetches the article on &quot;Age of Empires&quot;)

AUTHOR
     Allen Ormond  -  aormond (at) gmail (dot) coom {url[no url encoding] spll wp %s}</description>
       <pubDate>Thu, 31 Aug 2006 02:43:30 +0000</pubDate>
    </item>

    <item>
       <title>gsplit</title>
       <link>http://yubnub.org/kernel/man?args=gsplit</link>
       <description>NAME
     gsplit - display query results from any combination of google
     search engines.

SYNOPSIS
     gsplit [KEYWORDS] [-a|A|b|B|c|f|g|G|i|m|n|s] y

EXAMPLES
     gsplit quake4 -g y -i y
        Returns a split window with a web search and an image search
        for quake4.

     gsplit AMD -f y -n y
        Returns a split window with a web search for financial data
        and news stories on AMD.

DESCRIPTION
     gsplit allows you to search any combination of the below google
     search engines and have them split across your screen using
     split. Using more than 3 on a small resolution (&lt;= 1024x768)
     isn't really recommended. 
     
     Simply type gsplit and the query followed by the search engines
     you want to visit (e.g. -g or -i or -n) and a y after each one
     to indicate that [y]es [y]ou want [y]ubnub to search it.

     -a y - answers
     -A y - All included engines
     -b y - blogsearch
     -B y - books
     -c y - catalogs
     -f y - finance
     -g y - web search
     -G y - groups
     -i y - images
     -m y - maps
     -n y - news
     -s y - scholar

AUTHOR
     Danny Toole
     iamapirate@gmail.com




==========
Old implementation:
{url[no url encoding] split {ifthen -value1 ${g} -value2 y -test EQUAL -then {url g %s}} {ifthen -value1 ${n} -value2 y -test EQUAL -then {url superg %s -t news}} {ifthen -value1 ${i} -value2 y -test EQUAL -then {url gi %s}} {ifthen -value1 ${B} -value2 y -test EQUAL -then {url superg %s -t books}} {ifthen -value1 ${c} -value2 y -test EQUAL -then {url superg %s -t catalogs}} {ifthen -value1 ${G} -value2 y -test EQUAL -then {url superg %s -t groups}} {ifthen -value1 ${m} -value2 y -test EQUAL -then {url superg %s -t maps}} {ifthen -value1 ${s} -value2 y -test EQUAL -then {url superg %s -t scholar}} {ifthen -value1 ${b} -value2 y -test EQUAL -then {url superg %s -t blogsearch}} {ifthen -value1 ${a} -value2 y -test EQUAL -then {url http://answers.google.com/answers/search?q=%s}} {ifthen -value1 ${f} -value2 y -test EQUAL -then {url http://finance.google.com/finance?q=%s}} {ifthen -value1 ${A} -value2 y -test EQUAL -then {url gsplit %s -g y -n y -i y -B y -c y -G y -m y -s y -b s -a y}}} {url[no url encoding] split {ifthen -value1 ${g} -value2 y -test EQUAL -then {url g %s}} {ifthen -value1 ${n} -value2 y -test EQUAL -then {url superg %s -t news}} {ifthen -value1 ${i} -value2 y -test EQUAL -then {url gi %s}} {ifthen -value1 ${B} -value2 y -test EQUAL -then {url superg %s -t books}} {ifthen -value1 ${c} -value2 y -test EQUAL -then {url superg %s -t catalogs}} {ifthen -value1 ${G} -value2 y -test EQUAL -then {url superg %s -t groups}} {ifthen -value1 ${m} -value2 y -test EQUAL -then {url superg %s -t maps}} {ifthen -value1 ${s} -value2 y -test EQUAL -then {url superg %s -t scholar}} {ifthen -value1 ${b} -value2 y -test EQUAL -then {url superg %s -t blogsearch}} {ifthen -value1 ${a} -value2 y -test EQUAL -then {url http://answers.google.com/answers/search?q=%s}} {ifthen -value1 ${f} -value2 y -test EQUAL -then {url http://finance.google.com/finance?q=%s}} {ifthen -value1 ${A} -value2 y -test EQUAL -then {url g %s} {url gi %s} {url gn %s} {url gbs %s} {url gcatalogs %s} {url gm %s} {url groups %s} {url gs %s} {url gfi %s} {url gans %s} {url goobooks %s} }}</description>
       <pubDate>Sat, 12 Aug 2006 22:51:55 +0000</pubDate>
    </item>

    <item>
       <title>rands</title>
       <link>http://yubnub.org/kernel/man?args=rands</link>
       <description>NAME
     rands - Search on a random search engine.

SYNOPSIS
     rands [KEYWORDS]

EXAMPLES
     rands yubnub
        Searches for 'yubnub' on a random one of Google, Yahoo, or another search engine supported.

NOTES
     Search engine data is stored as an array in the variable rands-data.
     To view the list type:
        var rands-data
     To add an item to the list type:
        ava rands-data -a COMMAND NAME

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ {url[no url encoding] yubnub {idx {var rands-data} -idx {random -min 0 -max {clc {count {var rands-data}}-1}}} %s}</description>
       <pubDate>Thu, 10 Aug 2006 23:20:14 +0000</pubDate>
    </item>

    <item>
       <title>ylist2</title>
       <link>http://yubnub.org/kernel/man?args=ylist2</link>
       <description>NAME
     ylist2 - A slightly altered version of ylist

SYNOPSIS
     ylist2 [YLIST NAME]

EXAMPLES
     ylist2 yfr

NOTES
     ylist2 was created for large ylists that far exceed the limitations of GET, and thus the echo command.
     All lists in ylist can be viewed-edited in ylist2 and vice-versa.
     Please see ylist for more details.

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ {url[no url encoding] echovar &lt;h1&gt;ylist %s&lt;/h1&gt;&lt;ul&gt;@var@&lt;/ul&gt;&lt;form method=&quot;get&quot; action=&quot;http://jonathanaquino.com/singpolymaplay/form2yubnub.php?xn_auth=no&quot;&gt;&lt;div&gt;&lt;input type=&quot;hidden&quot; name=&quot;cmdstr&quot; value=&quot;ylist2 %s%7Bdummy %7Bvar CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s -set %7Bvar CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s%7D&lt;li&gt;%25s&lt;/li&gt;%7D%7D&quot; /&gt;Add Item: &lt;input type=&quot;text&quot; name=&quot;%25s&quot; /&gt;&lt;input type=&quot;submit&quot; value=&quot;Go&quot; /&gt;&lt;/div&gt;&lt;/form&gt; &lt;form method=&quot;get&quot; action=&quot;http://jonathanaquino.com/singpolymaplay/form2yubnub.php?xn_auth=no&quot;&gt;&lt;div&gt;&lt;input type=&quot;hidden&quot; name=&quot;cmdstr&quot; value=&quot;ylist2 %s%7Bdummy %7Bvar CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s -set %7Bmatch %7Bridx &amp;lt;ul&amp;gt;%7Bvar CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s%7D&amp;lt;/ul&amp;gt; -idx %25s -as xoxo%7D -pattern /&amp;lt;ul class=&amp;quot;xoxo&amp;quot;&amp;gt;(.*?)&amp;lt;\/ul&amp;gt;/ -capture 1 -matchnbr 1%7D%7D%7D&quot; /&gt;Remove Item At: &lt;input type=&quot;text&quot; name=&quot;%25s&quot; /&gt;&lt;input type=&quot;submit&quot; value=&quot;Go&quot; /&gt;&lt;/div&gt;&lt;/form&gt; -var CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s[no url encoding]}</description>
       <pubDate>Wed, 09 Aug 2006 16:36:31 +0000</pubDate>
    </item>

    <item>
       <title>echovar</title>
       <link>http://yubnub.org/kernel/man?args=echovar</link>
       <description>NAME
     echovar - Allows for the formatted display of larger variables.

SYNOPSIS
     echovar [TEXT] -var [VARIABLE NAME] -mime [MIME TYPE]

EXAMPLES
     echovar Hello @var@, how are you? -var test -mime text/plain
        Output: &quot;Hello {value of var test}, how are you?&quot; (as plaintext)
     echovar Hello @var@, how are you? -var test
        Output: &quot;Hello {value of var test}, how are you?&quot; (as HTML)

DESCRIPTION
     The echo command is limited to the length of data it can output because it depends on GET.
     This command can insert the contents of large variables into your custom strings without this limitation.
     You can pass any legal MIME-type to -mime and the output will be done in that type.
     @var@ in the string is what will be replaced with the value of the variable.

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ http://jonathanaquino.com/singpolymaplay/yubnub-echovar.php?xn_auth=no&amp;txt=%s&amp;var=${var}&amp;content-type=${mime}</description>
       <pubDate>Wed, 09 Aug 2006 16:28:33 +0000</pubDate>
    </item>

    <item>
       <title>-</title>
       <link>http://yubnub.org/kernel/man?args=-</link>
       <description>NAME
     - - YubNub 'domains'

SYNOPSIS
     - ['DOMAIN'] -set [URL] -/ [DIRECTORY]

EXAMPLES
     - singpolyma -set http://singpolyma-tech.blogspot.com/
        Set the 'domain' singpolyma to http://singpolyma-tech.blogspot.com/ and then go there to test
     - singpolyma
        Go to the URL which the 'domain' singpolyma is set to
     - singpolyma -/ 2006/01/comment-aggregation.html
        Go to a specific file under the URL which singpolyma references

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ {var 0fe27a11-f265-4c3b-8cb9-bd7b7691959d:%s -set ${set=do not set : tes ton od}}${/}[no url encoding]</description>
       <pubDate>Tue, 08 Aug 2006 13:35:46 +0000</pubDate>
    </item>

    <item>
       <title>superg</title>
       <link>http://yubnub.org/kernel/man?args=superg</link>
       <description>NAME
     superg - All(most) Google searches in one command

SYNOPSIS
     superg [KEYWORDS] -t [SEARCH TYPE]

EXAMPLES
     superg yubnub
     superg yubnub -t lucky
     superg yubnub -t images

DESCRIPTION
     superg is one big command that supports all of the Google Search types except for video and directory
     (those two were left out because their implementation would have greatly increased the complexity of the command and I'm not sure many people use them)
     If no -t is passed a standard Google websearch is performed.
     The following are the valid values for -t:
     
     blogsearch
     books
     catalogs
     groups
     images
     maps
     news
     scholar
     lucky

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ http://{ifthen -value1 ${t} -value2 lucky -test EQUAL -then www -else ${t=www}}.google.com/{ifthen -value1 ${t} -value2 lucky -test EQUAL -then search -else ${t=search}}?q=%s{ifthen -value1 ${t} -value2 lucky -test EQUAL -then &amp;btnI=I%27m+Feeling+Lucky -else}</description>
       <pubDate>Tue, 08 Aug 2006 00:18:04 +0000</pubDate>
    </item>

    <item>
       <title>luckygim</title>
       <link>http://yubnub.org/kernel/man?args=luckygim</link>
       <description>SYNOPSIS
        luckygim [keywords]

EXAMPLES
        luckygim mid-flight
        luckygim Madonna
        luckygim Bellucci
        luckygim tide pool

DESCRIPTION
        Performs a Google Image Search using the given keywords and displays the first 20 images, full-size. Not for the faint of bandwidth.

AUTHOR
        Eliazar
        elzr.com

SEE ALSO
        The lucky family of commands: luckyxim, &gt;, &gt;&gt;, &gt;&gt;&gt;, l&gt;, l&gt;&gt;, &lt;, &lt;&lt;, &lt;&lt;&lt;, luckyecho http://elzr.com/yubnub/luckygim/%s</description>
       <pubDate>Thu, 03 Aug 2006 05:06:53 +0000</pubDate>
    </item>

    <item>
       <title>delete</title>
       <link>http://yubnub.org/kernel/man?args=delete</link>
       <description>To delete a tag from all your flickr photos which contain that specific tag
for e.g.
delete testing http://flickr.com/photos/me/tags/%s/delete</description>
       <pubDate>Wed, 02 Aug 2006 12:02:53 +0000</pubDate>
    </item>

    <item>
       <title>l&gt;&gt;</title>
       <link>http://yubnub.org/kernel/man?args=l&gt;&gt;</link>
       <description>NAME
     l&gt;&gt; - Google site-specific search on a site for which you do not know the URL.

SYNOPSIS
     l&gt;&gt; [KEYWORDS TO DESCRIBE SITE];[KEYWORDS TO SEARCH WITHIN SITE]

EXAMPLES
     l&gt;&gt; chicago metromix;sushi restaurants
          [returns Google results for 'sushi restuarants' at metromix.chicagotribune.com]
     
     l&gt;&gt; omaha reader;old market
          [returns Google results for 'old market' at www.thereader.com]

DESCRIPTION
     This command is allows you to do a search within a given site.  The first parameter 
     should describe the site you are looking for.  It will do a Google search on the first 
     parameter, select the first result, then search for the second parameter within that site.
     
     This is a shorter version of the lucky&gt;&gt; command.
     
     

NOTES
     Related commands:  lucky&gt;, l&gt;, lucky&gt;&gt;
     
     This command uses Allen Ormond's &quot;param&quot; command.  
     Inspired by Eliazar Parra's &gt; and luckyecho commands, that latter of which uses 
     Sean O'Hagan's scrape command.

AUTHOR
     Brian Armknecht
     
     
     b.a. {url[no url encoding] lucky&gt;&gt; {param s;k %s}}</description>
       <pubDate>Mon, 31 Jul 2006 22:24:36 +0000</pubDate>
    </item>

    <item>
       <title>lucky&gt;&gt;</title>
       <link>http://yubnub.org/kernel/man?args=lucky&gt;&gt;</link>
       <description>NAME
     lucky&gt;&gt; - Google site-specific search on a site for which you do not know the URL.

SYNOPSIS
     lucky&gt;&gt; [KEYWORDS TO DESCRIBE SITE] -k [KEYWORD TO SEARCH WITHIN SITE]

EXAMPLES
     lucky&gt;&gt; chicago tribune -k green roofs
         [returns Google results for articles at chicagotribune.com that mention 'green roofs']
     
     lucky&gt;&gt; new york times -k pommes frites
         [returns Google results for articles at nytimes.com that mention 'pomme frites']
     

DESCRIPTION
     This command is allows you to do a search within a given site.  The first parameter 
     should describe the site you are looking for.  The -k parameter is the search term
     you are trying to find within the site.
     
     It is useful if you want to search within a specific site, but you don't know the
     URL or Yubnub command for that site.

NOTES
     Related commands:  lucky&gt;, l&gt;
     
     Inspired by Eliazar Parra's &gt;&gt; and luckyecho commands, that latter of which uses Sean O'Hagan's scrape command.

AUTHOR
     Brian Armknecht
     
     b.a. {url[no url encoding] g site:{ extractDomainName { luckyecho %s } } ${k} [no url encoding]}</description>
       <pubDate>Mon, 31 Jul 2006 22:11:45 +0000</pubDate>
    </item>

    <item>
       <title>l&gt;</title>
       <link>http://yubnub.org/kernel/man?args=l&gt;</link>
       <description>NAME
     l&gt; - An extension to Google's &quot;I'm feeling lucky&quot; search.

SYNOPSIS
     l&gt; [KEYWORDS TO DESCRIBE SITE];[KEYWORDS TO SEARCH WITHIN SITE]

EXAMPLES
     l&gt; victoria tourism;gardens
              [returns information about gardens at www.tourismvictoria.com]
          
     l&gt; chicago reader;improv
              [returns the improv listings at www.chicagoreader.com]
     
     l&gt; chicago tribune
              [returns www.chicagotribune.com/ -- without a second parameter this
     command behaves like &quot;I'm Feeling Lucky&quot;.]
     

DESCRIPTION
     This command is a shorter version of the &quot;lucky&gt;&quot; command.  It allows you to do
     a Google &quot;I'm Feeling Lucky&quot; search with the ability to use one set of search
     terms to desribe the site, and a separate set of search terms to find the item
     within the site.
          
     It is useful if you want to search within a specific site, but you don't know the
     URL or Yubnub command for that site.

NOTES
     This command uses Allen Ormond's &quot;param&quot; command.  
     Inspired by Eliazar Parra's &gt; and luckyecho commands, that latter of which uses 
     Sean O'Hagan's scrape command.

AUTHOR
     Brian Armknecht
     
     b.a. {url[no url encoding] lucky&gt; {param s;k %s}}</description>
       <pubDate>Mon, 31 Jul 2006 14:02:30 +0000</pubDate>
    </item>

    <item>
       <title>lucky&gt;</title>
       <link>http://yubnub.org/kernel/man?args=lucky&gt;</link>
       <description>NAME
     lucky&gt; - An extension to Google's &quot;I'm feeling lucky&quot; search.

SYNOPSIS
     lucky&gt; [KEYWORDS TO DESCRIBE SITE] -k [KEYWORDS TO SEARCH WITHIN SITE]

EXAMPLES
     lucky&gt; victoria tourism -k gardens
         [returns information about gardens at www.tourismvictoria.com]
     
     lucky&gt; chicago reader -k improv
         [returns the improv listings at www.chicagoreader.com]

DESCRIPTION
     This command allows you to do a Google &quot;I'm Feeling Lucky&quot; search with the
     ability to use one set of search terms to desribe the site, and a separate set
     of search terms to find the item within the site.
     
     It is useful if you want to search within a specific site, but you don't know the
     URL or Yubnub command for that site.
     

NOTES
     Inspired by Eliazar Parra's &gt; and luckyecho commands, that latter of which uses 
     Sean O'Hagan's scrape command.
     
     Thanks, guys.

AUTHOR
     Brian Armknecht
     
     b.a. {url[no url encoding] gfl site:{ extractDomainName { luckyecho %s } } ${k} [no url encoding]}</description>
       <pubDate>Sun, 30 Jul 2006 12:42:38 +0000</pubDate>
    </item>

    <item>
       <title>tru</title>
       <link>http://yubnub.org/kernel/man?args=tru</link>
       <description>NAME
     tru - Translate words into/from RUssian language. Thesaurus in RUssian.

SYNOPSIS
     tru [WORDS [-lang [LANGUAGE]]]

EXAMPLES
     tru
         Without input words the command just open the main page
         http://lingvo.yandex.ru/

     Translate INTO Russian:
         tru mother
         tru mother -lang en
             - the English word `mother' (en -&gt; ru)
         tru Mutti
         tru Mutti -lang de
             - the German word `Mutti'   (de -&gt; ru)
         tru maman
         tru maman -lang fr
             - the French words `maman'  (fr -&gt; ru)
     (Both a short form of the command (without -lang option) and a complete one do the same in the most cases)

     Translate FROM Russian:
         tru Ð¼Ð°Ð¼Ð°
         tru Ð¼Ð°Ð¼Ð° -lang en
             - to English (ru -&gt; en)
         tru Ð¼Ð°Ð¼Ð° -lang it
             - to Italian (ru -&gt; it)
         tru Ð¼Ð°Ð¼Ð° -lang es
             - to Spanish (ru -&gt; es)

     Translate from Russian to Russian (Look up a definition in explanatory dictionary ):
         tru Ð¼Ð°Ð¼Ð° -lang ru
             Search for a definition of the word `Ð¼Ð°Ð¼Ð°' in thesaurus




DESCRIPTION
     Translate words into/from RUssian language. Thesaurus in RUssian.

     Supported languages (dictionaries):
         * (en) English  (en-ru, ru-en)
         * (de) German   (de-ru, ru-de)
         * (fr) French   (fr-ru, ru-fr)
         * (it) Italian  (it-ru, ru-it)
         * (es) Spanish  (es-ru, ru-es)
         * (ru) Russian  (ru-ru thesaurus)

     Without options it translates given non-russian words into Russian, and russian words -- into English 
     (the last one could be customized on the main page).

     OPTIONS
         a) Input words are not in Russian:
         -lang FROM_LANGUAGE
             where FROM_LANGUAGE is one of: en | de | fr | it | es
             translate into Russian from the FROM_LANGUAGE using corresponding FROM_LANGUAGE -&gt; ru dictionaries

         b) Input words are Russian:
         -lang INTO_LANGUAGE
             where INTO_LANGUAGE is one of: en | de | fr | it | es 
             translate given russian words into INTO_LANGUAGE language
         -lang ru
             special meaning: look up a definition of russian words instead of translation.
             That is in this case it translates into Russian from Russian :)

     See EXAMPLES for detailed option usage.

NOTES
     Set character encoding to UTF-8 to see it properly. http://lingvo.yandex.ru/{eop search.xml?text=@%s@&amp;st_translate={ifThen (${lang}==ru) 0,1{eop &amp;lang=@${lang}@}}}</description>
       <pubDate>Wed, 26 Jul 2006 12:45:58 +0000</pubDate>
    </item>

    <item>
       <title>am&gt;</title>
       <link>http://yubnub.org/kernel/man?args=am&gt;</link>
       <description>SYNOPSIS
        am&gt; [KEYWORDS TO DETERMINE BOOK] -q [WHAT YOU WANT TO LOOK FOR INSIDE THE BOOK (optional)]

EXAMPLE
        am&gt; modern mind
        Since no query is provided, you're simply taken to Amazon's online reader set to Peter Watson's The Modern Mind.

        am&gt; interface culture -q senselessness
        Searches Steven Johnson's Interface Culture with the query &quot;senselessness.&quot;

        am&gt; search battelle -q feeding the conversation
        Searches John Battelle's The Search with the query &quot;feeding the conversation.&quot; Notice the keywords used to determine the book. Since &quot;the search&quot; is too generic a book query, I narrow it down with the author's last name.
        
        am&gt; dream machine paperback -q cooperative modeling
        Searches Mitchell Waldrop's The Dream Machine with the query &quot;cooperative modeling.&quot; Notice the keywords used to determine the book. Since The Dream Machine's hardcover edition would be the result selected if we simply used &quot;dream machine&quot;, and since the hardcover edition isn't inside-searchable, we add &quot;paperback&quot; to specify we want to search inside the paperback edition of the book.

DESCRIPTION
        am&gt; is something of a combination of the am command, which searches Amazon.com, and the &gt; one, the &quot;Universal Feeling Lucky command&quot;, in that it uses its first %s input to try to uniquely determine a book inside Amazon by googling inside it and selecting the first result. The twist is that it now searches inside that book with the query from the q parameter.

        Search-Inside-The-Book is a most handy feature of Amazon that allows you to search a book's content and browse through a couple of its pages (just like you would at a bricks-and-mortar bookstore). It requires you to have an Amazon account (which is free) and isn't available on all books. More info at http://www.amazon.com/exec/obidos/tg/browse/-/10197021/104-7033797-0623162

AUTHOR
        eliazar (elzr.com)
        Sean O'Hagan's superb scrape command is used here to provide some simple but crucial regex functionality on URLs.

RELATED COMMANDS
        am, &gt;, &gt;&gt;, &gt;&gt;&gt;, &lt;, &lt;&lt;, &lt;&lt;&lt;, luckyecho, gfl http://www.amazon.com/gp/reader/{scrape -tokens ?v= / -dirs 1 1 -url {url luckyecho site:amazon.com %s}}?v=search-inside&amp;keywords=${q}[no url encoding]</description>
       <pubDate>Tue, 25 Jul 2006 00:37:03 +0000</pubDate>
    </item>

    <item>
       <title>luckyecho</title>
       <link>http://yubnub.org/kernel/man?args=luckyecho</link>
       <description>SYNOPSIS
        luckyecho [keywords]

EXAMPLE
        luckyecho beautiful descriptions
        results in: http://eemadges.com/

        luckyecho command line for the web
        results in: http://www.yubnub.org/

DESCRIPTION
        Echoes the URL of the first result of googling your keywords.

SIMILAR COMMANDS
        am&gt; (luckyecho is actually a building block for this command)

AUTHOR
        elzr.com
        Sean O'Hagan's scrape command, as always, was a pleasure to use.



----------
Old implementations:
scrape -tokens class=l href=%22 %22 -dirs 0 1 0 -url {url g %s}
scrape -tokens &lt;/table&gt;&lt;p&gt;&lt;a href=%22 %22 -dirs 0 0 0 -url {url g %s}
 {url[no url encoding] scrape -tokens href=%22/url?q= &amp;amp;sa=u -dirs 0 0 -url {url g %s}}</description>
       <pubDate>Mon, 24 Jul 2006 03:47:59 +0000</pubDate>
    </item>

    <item>
       <title>resolution</title>
       <link>http://yubnub.org/kernel/man?args=resolution</link>
       <description>Description: Type &quot;resolution&quot; (without quotes) to see your 
computer screen's resolution

Example:
resolution

Author:
Troy {url[no url encoding] script alert('Your resolution is '+screen.width+'x'+screen.height)}</description>
       <pubDate>Mon, 17 Jul 2006 20:13:38 +0000</pubDate>
    </item>

    <item>
       <title>grazjag</title>
       <link>http://yubnub.org/kernel/man?args=grazjag</link>
       <description>A mash-up of Grazr, an OPML browser,
and tagjag (formerly gada.be), a OPML content provider.
The single argument is the search keyword for tagjag, 
and the resultant OPML is fed into Grazr for viewing.
rickdog - rickfriends@gmail.com


This command gives you an incredibly rich information source for any topic you 
enter. For example, &quot;grazjag yubnub&quot; will start tge browser on yubnub showing 13 
categories at the top level, each category contains feeds for many information 
sources.  For example in the &quot;social&quot; category there are feeds from 48 social 
sites for bookmarking, rss, collaboration, etc, the Grazr interface will let you 
read those feeds.  Look at what Magnolia has for yubnub. I can't think of a more 
complete information system on the web right now than this mashup, it really has 
everything that you want to research a topic.

----------

Old implementation:
http://grazr.com/gzpanel?font=Tahoma,sans-serif&amp;fontsize=8pt&amp;view=o&amp;file=http%3A//tagjag.com/all/%s/opml http://grazr.com/gzpanel.html?view=3p&amp;theme=gloss_black&amp;file=http%3A//tagjag.com/a/%s/opml</description>
       <pubDate>Sun, 02 Jul 2006 07:03:46 +0000</pubDate>
    </item>

    <item>
       <title>argo</title>
       <link>http://yubnub.org/kernel/man?args=argo</link>
       <description>Launches the ArgoUML UML design tool via Java WebStart http://argouml-downloads.tigris.org/nonav/argouml-0.20/jws/argouml.jnlp</description>
       <pubDate>Wed, 28 Jun 2006 19:46:22 +0000</pubDate>
    </item>

    <item>
       <title>visual</title>
       <link>http://yubnub.org/kernel/man?args=visual</link>
       <description>JavaScript Visual Wordnet
Wordnet is a project at Princeton University 
that provides a map of the English language. 
Visual Wordnet presents a visual representation of Wordnet's resources.
 http://kylescholz.com/projects/wordnet/?%s</description>
       <pubDate>Mon, 26 Jun 2006 10:51:04 +0000</pubDate>
    </item>

    <item>
       <title>wod</title>
       <link>http://yubnub.org/kernel/man?args=wod</link>
       <description>NAME
     wod - Webster's Online Dictionary with Multilingual Thesaurus Translation

SYNOPSIS
     wod [WORD(S)] [-lang [LANGUAGE]]

EXAMPLES
     Just try it:
     
     wod
     
     wod word
     
     wod mail fraud
     
     wod Maxfield Parrish
     
     wod Ð¼Ð°Ð¼Ð° -lang Russian
     
     wod bacheliÃ¨re -lang French
     
     wod ç™¾åº¦ -lang all
     

DESCRIPTION
     Who describes better than authors of www.websters-online-dictionary.org:
     
     What do you get when you start with Websterâ€™s classic 1913 unabridged 
     dictionary, and you add updated definitions, thousands of images (one 
     picture being worth a thousand wordsâ€¦), quotes, trade names, references, 
     timelines, translations and any other bit of information that can help 
     someone understand a word from as many perspectives as possible? For any 
     given word, what you get is Websterâ€™s Online Dictionary with Multilingual 
     Thesaurus Translation.

NOTES
     There's a bug in the `wod' yubnub's implementation of non-english 
     translation. http://www.websters-online-dictionary.org/[post]{IfEmpty -value ${lang} -then {IfEmpty -value %s -then -else search/&amp;s=%s&amp;R1=en} -else {IfEmpty -value %s -then -else search/&amp;s=%s}&amp;R1=${lang}}</description>
       <pubDate>Tue, 20 Jun 2006 13:09:12 +0000</pubDate>
    </item>

    <item>
       <title>gallery</title>
       <link>http://yubnub.org/kernel/man?args=gallery</link>
       <description>NAME
     gallery - Displays all the jpeg files linked from a page.

SYNOPSIS
     gallery [URL]

EXAMPLES
     gallery http://www.hardeodcafe.com/Gallery2.htm

DESCRIPTION
     Displays all the jpeg files linked from a page. Give this command an url and it will show
     all of the images that the url links to. Good for viewing all of the full sized images 
     from a thumbnail page.

NOTES
     This command will not work with all URLs. Some sites will prevent it from working.

AUTHOR
     Allen Ormond  -  aormond (at) gmail (dot) com http://jonathanaquino.com/yubscripts/gallery.php?url=%s</description>
       <pubDate>Tue, 06 Jun 2006 00:38:37 +0000</pubDate>
    </item>

    <item>
       <title>save</title>
       <link>http://yubnub.org/kernel/man?args=save</link>
       <description>Can't stand it when you try downloading a file or clip but it plays 
instead. I got tired of retyping this echo command in every time I 
wanted to download a &quot;.mov&quot;, so here you go!

SYNTAX
  save [link to file]
DESCRIPTION
  Takes your link and echos a hyperlink in which you can right click 
  to save the target.

Jake
magicjj
jjefferydesign.com {url[no url encoding] echo &lt;a href=&quot;%s&quot;&gt;Right click, then &amp;quot;Save Target As ...&amp;quot; (IE) or &amp;quot;Save Link As ...&amp;quot; (FF). &lt;/a&gt;}</description>
       <pubDate>Sun, 04 Jun 2006 01:18:37 +0000</pubDate>
    </item>

    <item>
       <title>wpm</title>
       <link>http://yubnub.org/kernel/man?args=wpm</link>
       <description>Wikipedia page suitable for mobile SMS.
Thanks to Allen Ormond. http://jonathanaquino.com/yubscripts/yn-wikipedia.php/.txt?xn_auth=no&amp;length=160&amp;input=%s</description>
       <pubDate>Wed, 17 May 2006 02:09:51 +0000</pubDate>
    </item>

    <item>
       <title>regexp</title>
       <link>http://yubnub.org/kernel/man?args=regexp</link>
       <description>Replace uses PCRE via ReReplace.com to perform
find/replace routines on text.  Most useful for testing
regular expressions or searching through a text document
without the need for additional software.

Example:
regexp -f buy -r bye -t say buy -a replace
  Replace &quot;buy&quot; with &quot;bye&quot; in &quot;say buy&quot;
regexp -f reg(?:ular)? ?exp?(?:ression)?s? -t regex regular expressions regexp
  Highlight the various names for regular expressions

To use it, use the following switches:
-f
  Search string (needle)
-r
  Replacement string
-t
  Text to Search (haystack)
-a
  Action to perform. One of &quot;find&quot; &quot;replace&quot; or &quot;preview&quot;.
  Find will hilight matches, preview will perform a replacement
  and highlight the changes, Replace will perform the find/replace
  and return the results in an easy to copy text area.
  Default action is &quot;find&quot;

Optionally, you can change the options using the -o switch
-o
  Options, are as follows
  o Regex mode (enable regex in find/replac)
  s dot matches new line
  i case insensitive
  m ^$ match at line breaks
  p Soft-wrap text on screen (disable preformatted)
  b highlight backreferences within matches
Options should be combined into a single expression,
Example: -o sim
Default options are -o impob. http://rereplace.com/?q&amp;f=${f}&amp;r=${r}&amp;text=${t}&amp;opts=${o=impob}&amp;action=${a=find}#results</description>
       <pubDate>Tue, 09 May 2006 13:52:45 +0000</pubDate>
    </item>

    <item>
       <title>eatFeed</title>
       <link>http://yubnub.org/kernel/man?args=eatFeed</link>
       <description>NAME
     eatFeed - Pull data out of a web feed (RSS,XML,etc).

SYNOPSIS
     eatFeed [ELEMENTS] -url [FEED URL]

EXAMPLES
     eatFeed items[0].link -url http://digg.com/rss/toplinks.xml
         Returns the url of the current top story on digg.com
     
     eatFeed items[2].description -url http://rss.slashdot.org/Slashdot/slashdot
         Returns the description of the third story currently on slashdot.
     
     eatFeed items[4].title -url http://del.icio.us/rss/popular
         Returns the title of the fifth item on the del.icio.us list.
     
     Note that item arrays are zero-based. The first post would be items[0].

DESCRIPTION
     eatFeed allows you to pull selected data from a web feed (XML,RSS,ATOM,etc). You could use
     it to grab the title/url of the latest post on your favorite site. In addition to syndicated
     feeds, you could use eatFeed to retrieve data from any accepted data file.
     
     With most web feeds, the most common elements you'll want to use are:
     items[0].link
     items[0].title
     items[0].description
     
     While 'link','title', and 'description' are the most common, you should be able to use
     eatFeed to retrieve any element. Look at the source of your feed to find additional
     data elements.

NOTES
     This uses Stephen Paul Weber's outline converter script behind the scenes:
     http://xoxotools.ning.com/outlineconvert.php
     
     Check out 'oconv' for a yubnub implementation of the outline converter.

AUTHOR
     Allen Ormond - aormond (at) gmail (dot) com http://jonathanaquino.com/yubscripts/yn-opt.php?xn_auth=no&amp;input=%s&amp;url=${url}</description>
       <pubDate>Wed, 03 May 2006 02:42:24 +0000</pubDate>
    </item>

    <item>
       <title>oconv</title>
       <link>http://yubnub.org/kernel/man?args=oconv</link>
       <description>NAME
     oconv - Convert outline data from one format to another

SYNOPSIS
     oconv [OUTLINE DATA] -url [URL TO OUTLINE DATA] -as [FORMAT] -classes [CLASSES] -simplify [SIMPLIFY?] -urlfill [URLFILL?] -callback [CALLBACK]

EXAMPLES
     oconv {explode 1,2,3,4 -as xoxo} -as opml
        convert the XOXO-style array 1,2,3,4 to OPML
     
     oconv -url http://bloglines.com/export?id=singpolyma -as xoxo
        convert bloglines OPML to XOXO
     
     oconv -url http://bloglines.com/export?id=singpolyma -as json [-callback x]
        convert bloglines OPML to JSON with optional JSONP callback x
     
     oconv -url http://bloglines.com/export?id=singpolyma -as opml -simplify 1
        simplify bloglines OPML
     
     oconv -url http://bloglines.com/export?id=singpolyma -as opml -urlfill 1
        ensure both XML and HTML URLs if possible on bloglines OPML
     
     oconv -url http://singpolyma-tech.blogspot.com/ -as xoxo -classes xoxo posts
        extract XOXO Blog Format data from http://singpolyma-tech.blogspot.com/

DESCRIPTION
     Auto-detects input format from data or URL of any of XOXO, OPML, XML, RSS, ATOM,
     or, JSON and converts to an output format of any of XOXO, OPML, or JSON(P)

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/



----------
Old implementation:
http://xoxotools.ning.com/outlineconvert.php?xn_auth=no&amp;data=%s&amp;url=${url}&amp;output=${as=xoxo}&amp;classes=${classes}&amp;simplify=${simplify}&amp;urlfill=${urlfill}&amp;callback=${callback} http://armknecht.com/xoxotools/outlineconvert.php?data=%s&amp;url=${url}&amp;output=${as=xoxo}&amp;classes=${classes}&amp;simplify=${simplify}&amp;urlfill=${urlfill}&amp;callback=${callback}</description>
       <pubDate>Tue, 02 May 2006 07:19:29 +0000</pubDate>
    </item>

    <item>
       <title>cmdData</title>
       <link>http://yubnub.org/kernel/man?args=cmdData</link>
       <description>NAME
     cmdData - Returns data from a command's man page.

EXAMPLES
     cmdData gim.url
         Returns the url of the gim command, &quot;http://images.google.com/images?q=%s&quot;
     
     cmdData eop.created.date
         Returns the date the eop command was created, &quot;2006-04-02&quot;
     
     cmdData match.parameters[4].name
         Returns &quot;capture&quot;, which is the 5th parameter of the match command. Keep in mind
         that the 'parameters' array is zero-based. Parameters are in the order that they are
         first found in the command url. However, if the command has a %s parameter, it will
         always be item [0] in the array.
     
     cmdData del2.description
         Returns the author's notes from its man page.

DESCRIPTION
     Use this command to fetch data from a command's man page using an object hierarchy syntax.
     The hierarchy is as follows:
     
       COMMAND.
             NAME
             URL
             DESCRIPTION
             GOLDEN (returns 0 or 1)
             USES
             CREATED.
                    DATE
                    TIME
                    TIMESTAMP (returns a UNIX timestamp)
             LASTUSED.
                    DATE
                    TIME
                    TIMESTAMP (returns a UNIX timestamp)
             PARAMETERS[].
                    NAME
                    DEFAULTVALUE
     
     Note that the parameters are stored in an array. See the examples above for more info.

NOTES
     This utilizes my man-scraping script. More info can be found here:
     http://groups.google.com/group/YubNub/browse_thread/thread/1bf01d05bf48a94e

AUTHOR
     Allen Ormond  -  aormond (at) gmail (dot) com http://jonathanaquino.com/yubscripts/yn-mandata.php?xn_auth=no&amp;input={lcase %s}</description>
       <pubDate>Tue, 02 May 2006 03:40:05 +0000</pubDate>
    </item>

    <item>
       <title>cmd2rss</title>
       <link>http://yubnub.org/kernel/man?args=cmd2rss</link>
       <description>NAME
     cmd2rss - Generate RSS from the results of a YubNub command

SYNOPSIS
     cmd2rss [YUBNUB COMMAND]

EXAMPLES
     cmd2rss g test
        get an RSS feed for the results of the command 'g test'

NOTES
     Only commands that have been set up with a RegExp using cmd2setup will work with this command.

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ {url[no url encoding] mkrss -get {url cmd2array %s} -title %s -url {url %s}}</description>
       <pubDate>Mon, 01 May 2006 11:24:39 +0000</pubDate>
    </item>

    <item>
       <title>cmd2array</title>
       <link>http://yubnub.org/kernel/man?args=cmd2array</link>
       <description>NAME
     cmd2array - Create an 'array' from the results of a YubNub command

SYNOPSIS
     cmd2array [YUBNUB COMMAND] -as [ARRAY TYPE] -callback [CALLBACK]

EXAMPLES
     cmd2array g test
        returns an XML-style 'array' of the results of the google search 'test'
     
     cmd2array g test -as xoxo
        returns an XOXO-style 'array' of the results of the google search 'test'
     
     cmd2array g test -as json [-callback x]
        returns an JSON-style 'array' of the results of the google search 'test'
        with optional JSONP callback x

NOTES
     The command must be set up with a RegExp using cmd2setup before it will work with this command.

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ {url[no url encoding] match -url {url %s} -pattern {cmd2setup {% 1 %s}} -capture auto -as ${as} -callback ${callback}}</description>
       <pubDate>Mon, 01 May 2006 11:19:47 +0000</pubDate>
    </item>

    <item>
       <title>cmd2setup</title>
       <link>http://yubnub.org/kernel/man?args=cmd2setup</link>
       <description>NAME
     cmd2setup - Store page-scraping RegExps for use with cmd2* functions

SYNOPSIS
     cmd2setup [COMMAND NAME] -set [REGEXP]

EXAMPLES
     cmd2setup g
        returns the RegExp for scraping results of command 'g'
     
     cmd2setup g -set /&lt;p class=g&gt;[^\f]*?&lt;\/nobr&gt;/
        set the RegExp for command 'g'

NOTES
     The regular expressions used here must be enclosed in a proper // pair whose
     contents are RegExp-safe (ie /'s escaped out as \/)

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ {url[no url encoding] var 71259E88-D8E7-11DA-B8F0-2840ABF316DD:%s -set ${set=do not set : tes ton od}}</description>
       <pubDate>Mon, 01 May 2006 10:57:18 +0000</pubDate>
    </item>

    <item>
       <title>thnl</title>
       <link>http://yubnub.org/kernel/man?args=thnl</link>
       <description>NAME
     thnl - Web page Thumbnail Maker

SYNOPSIS
     thnl [URL]

EXAMPLES
     thnl http://www.google.com

DESCRIPTION
     make a Thumbnail of [url]
     

AUTHOR
     ZEGENVS http://img.simpleapi.net/small/%s[no url encoding]</description>
       <pubDate>Thu, 27 Apr 2006 14:49:16 +0000</pubDate>
    </item>

    <item>
       <title>ylist</title>
       <link>http://yubnub.org/kernel/man?args=ylist</link>
       <description>NAME
     ylist - A simple lists application built entirely with YubNub

SYNOPSIS
     ylist [LIST NAME]

EXAMPLES
     ylist tmp

DESCRIPTION
     ylist is a simple web application built 100% with YubNub.  All functionality is
     encapulated within YubNub commands!  Just type ylist list-name and you will be
     presented with a page on which there is a form for adding/removing items from
     the list.
     
     Not the most useful app in the world, but this is cool!

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ {url[no url encoding] echo &lt;h1&gt;ylist %s&lt;/h1&gt;&lt;ul&gt;{var CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s}&lt;/ul&gt;&lt;form method=&quot;get&quot; action=&quot;http://jonathanaquino.com/singpolymaplay/form2yubnub.php?xn_auth=no&quot;&gt;&lt;div&gt;&lt;input type=&quot;hidden&quot; name=&quot;cmdstr&quot; value=&quot;ylist %s%7Bdummy %7Bvar CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s -set %7Bvar CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s%7D&lt;li&gt;%25s&lt;/li&gt;%7D%7D&quot; /&gt;Add Item: &lt;input type=&quot;text&quot; name=&quot;%25s&quot; /&gt;&lt;input type=&quot;submit&quot; value=&quot;Go&quot; /&gt;&lt;/div&gt;&lt;/form&gt; &lt;form method=&quot;get&quot; action=&quot;http://jonathanaquino.com/singpolymaplay/form2yubnub.php?xn_auth=no&quot;&gt;&lt;div&gt;&lt;input type=&quot;hidden&quot; name=&quot;cmdstr&quot; value=&quot;ylist %s%7Bdummy %7Bvar CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s -set %7Bmatch %7Bridx &amp;lt;ul&amp;gt;%7Bvar CE55FE36-D5D1-11DA-B35B-DD81D6839540:%s%7D&amp;lt;/ul&amp;gt; -idx %25s -as xoxo%7D -pattern /&amp;lt;ul class=&amp;quot;xoxo&amp;quot;&amp;gt;(.*?)&amp;lt;\/ul&amp;gt;/ -capture 1 -matchnbr 1%7D%7D%7D&quot; /&gt;Remove Item At: &lt;input type=&quot;text&quot; name=&quot;%25s&quot; /&gt;&lt;input type=&quot;submit&quot; value=&quot;Go&quot; /&gt;&lt;/div&gt;&lt;/form&gt;[no url encoding]}</description>
       <pubDate>Thu, 27 Apr 2006 11:03:03 +0000</pubDate>
    </item>

    <item>
       <title>match</title>
       <link>http://yubnub.org/kernel/man?args=match</link>
       <description>NAME
     match - Run a RegExp pattern against a string

SYNOPSIS
     match [STRING] [-url [URL FOR PAGE TO USE AS STRING]] -pattern [REGEXP PATTERN] -nbrmatches [RETURN NUMBER OF MATCHES?] -matchnbr [RETURN MATCH AT] -capture [CAPTURE?] -as [AS] -callback [CALLBACK]

EXAMPLES
     match &lt;div&gt;hello&lt;/div&gt;blah -pattern /&lt;div&gt;.*?&lt;\/div&gt;/
        returns an XML-style 'array' with one element, '&lt;div&gt;hello&lt;/div&gt;'
     
     match &lt;div&gt;hello&lt;/div&gt;blah&lt;div&gt;hi&lt;/div&gt; -pattern /&lt;div&gt;.*?&lt;\/div&gt;/
        returns an XML-style 'array' with two elements, '&lt;div&gt;hello&lt;/div&gt;' and '&lt;div&gt;hi&lt;/div&gt;'
     
     match &lt;div&gt;hello&lt;/div&gt;blah -pattern /&lt;div&gt;.*?&lt;\/div&gt;/ -as xoxo
        returns an XOXO-style 'array' with one element, '&lt;div&gt;hello&lt;/div&gt;'
     
     match &lt;div&gt;hello&lt;/div&gt;blah -pattern /&lt;div&gt;.*?&lt;\/div&gt;/ -as json [-callback x]
        returns a JSON-style 'array' with one element, '&lt;div&gt;hello&lt;/div&gt;'
        (using optional JSONP callback of x)
     
     match &lt;div&gt;hello&lt;/div&gt;blah -pattern /&lt;div&gt;.*?&lt;\/div&gt;/ -nbrmatches 1
        returns 1 (the number of matches)
     
     match &lt;div&gt;hello&lt;/div&gt;blah -pattern /&lt;div&gt;.*?&lt;\/div&gt;/ -matchnbr 1
        returns &lt;div&gt;hello&lt;/div&gt; (the first match)
     
     match &lt;div&gt;hello&lt;/div&gt;blah -pattern /&lt;div&gt;(.*)?&lt;\/div&gt;/ -capture 1
        returns an XML-style 'array' with one element, 'hello' (the captured item)

     match -url http://yubnub.org/kernel/man?args=match -pattern /&lt;pre&gt;[^\f]*?&lt;\/pre&gt;/
        returns an XML-style 'array' with one element, the text from this man page


NOTES
     If you use capture parenthesis in your pattern you must pass -capture 1 to get
     the captured data.
     
     The RegExp pattern must be enclosed in the appropriate // and be RegExp-safe
     (ie and / or \ escaped out at \/ or \\)
     
     For a more boolean RegExp function see ifMatch

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ http://jonathanaquino.com/singpolymaplay/yubnub-match.php?xn_auth=no&amp;string=%s&amp;pattern=${pattern}&amp;nbrmatches=${nbrmatches}&amp;matchnbr=${matchnbr}&amp;capture=${capture}&amp;as=${as}&amp;callback=${callback}&amp;url=${url}</description>
       <pubDate>Wed, 26 Apr 2006 07:40:22 +0000</pubDate>
    </item>

    <item>
       <title>foreach</title>
       <link>http://yubnub.org/kernel/man?args=foreach</link>
       <description>NAME
     foreach - Loop through an 'array' and runs a YubNub command

EXAMPLES
     foreach {explode 1,2,3,4}
        echos each array item 1, 2, 3, and 4 (as produced by explode)
     
     foreach {explode 1,2,3,4} -cmd sum 1
        echos each array item increased by one
     
     foreach {explode 1,2,3,4} -cmd var tmp -set [|sum 1 %s|]
        sets var tmp to one greater than each array item, in order
     
     foreach {explode 1,2,3,4} -as array
        gives back an XML-type 'array' with the elements 1, 2, 3, and 4
     
     foreach {explode 1,2,3,4} -as array -type xoxo
        gives back an XOXO-type 'array' with the elements 1, 2, 3, and 4
     
     foreach {explode 1,2,3,4} -as array -type json
        gives back an JSON-type 'array' with the elements 1, 2, 3, and 4
     
     foreach {explode 1,2,3,4} -as array -type json -callback x
        gives back an JSON-type 'array' with the elements 1, 2, 3, and 4 and callback x

DESCRIPTION
     Loops through and 'array' in XML, XOXO, or JSON form (data wrapped in a
     JSONP callback will not work) and runs a YubNub command on it.

NOTES
     If the YubNub command has a '%s' specified in it then the array items are
     substituted in there, otherwise they are simply passed at the end of the command.
     
     If you want to use pipes in what you pass the -cmd parameter you must use the
     syntax [|cmd|] instead of {cmd} because otherwise YubNub would evaluate the
     piping before foreach was run.

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ http://jonathanaquino.com/singpolymaplay/yubnub-foreach.php?xn_auth=no&amp;data=%s&amp;cmd=${cmd=echo}&amp;as=${as}&amp;type=${type}&amp;callback=${callback}</description>
       <pubDate>Tue, 25 Apr 2006 12:13:22 +0000</pubDate>
    </item>

    <item>
       <title>explode</title>
       <link>http://yubnub.org/kernel/man?args=explode</link>
       <description>NAME
     explode - Explodes a string to an array in xml, xoxo, or json(p) format

EXAMPLES
     explode 1,2,3,4
        Returns XML-style 'array' with elements 1, 2, 3, and 4
     
     explode 1+2+3+4 -token +
        Returns XML-style 'array' with elements 1, 2, 3, and 4
     
     explode 1,2,3,4 -as xoxo
        Returns XOXO-style 'array' with elements 1, 2, 3, and 4
     
     explode 1,2,3,4 -as json
        Returns JSON-style 'array' with elements 1, 2, 3, and 4
     
     explode 1,2,3,4 -as json -callback x
        Returns JSONP-style 'array' with elements 1, 2, 3, and 4 using callback x

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ http://jonathanaquino.com/singpolymaplay/yubnub-explode.php?xn_auth=no&amp;data=%s&amp;token=${token=,}&amp;as=${as=xml}&amp;callback=${callback}</description>
       <pubDate>Tue, 25 Apr 2006 11:02:09 +0000</pubDate>
    </item>

    <item>
       <title>clc</title>
       <link>http://yubnub.org/kernel/man?args=clc</link>
       <description>NAME
     clc - Evaluates a mathematic expression

EXAMPLES
     clc 1+1
     
     clc ((pi*2)/6)+5

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/



==========
Old implementation:
{url[no url encoding] idx {explode {strRightRev {scrape -tokens &lt;font size=%2B1&gt;&lt;b&gt; &lt;/b&gt; -url {url g %s}} {strFind -find = -string {scrape -tokens &lt;font size=%2B1&gt;&lt;b&gt; &lt;/b&gt; -url {url g %s}}}} -token &lt;space&gt;} -idx 0} {url[no url encoding] stripHTML {idx {explode {match -url {url g %s} -pattern /&lt;font size=.1&gt;&lt;b&gt;(.*?)&lt;\/b&gt;/ -capture 1 -matchnbr 1} -token =&lt;space&gt;} -idx 1}}</description>
       <pubDate>Mon, 24 Apr 2006 17:13:53 +0000</pubDate>
    </item>

    <item>
       <title>var</title>
       <link>http://yubnub.org/kernel/man?args=var</link>
       <description>NAME
     var - set and get temporary variables

EXAMPLES
     var test -set hi
        sets the variable 'test' to 'hi'
     
     var test
        returns the contents of the variable 'test'

AUTHOR
     Stephen Paul Weber
     http://singpolyma-tech.blogspot.com/ http://jonathanaquino.com/singpolymaplay/yubnub-var.php?xn_auth=no&amp;var=%s&amp;set=${set=do not set : tes ton od}</description>
       <pubDate>Mon, 24 Apr 2006 16:22:18 +0000</pubDate>
    </item>

    <item>
       <title>inspect</title>
       <link>http://yubnub.org/kernel/man?args=inspect</link>
       <description>Syntax: inspect {domain}
Displays info about domain's A, NS, MX records + detailed report about the specified domain.
Example: inspect yahoo.com {url[no url encoding] mash %s dnsa dnsns dnsmx report}</description>
       <pubDate>Fri, 21 Apr 2006 07:19:25 +0000</pubDate>
    </item>

    <item>
       <title>SideNub</title>
       <link>http://yubnub.org/kernel/man?args=SideNub</link>
       <description>NAME
     SideNub - An experimental YubNub sidebar.

SYNOPSIS
     SideNub

DESCRIPTION
     This command launches SideNub, an experimental YubNub sidebar. The sidebar keeps a history
     of commands used during the current session. You don't have to install anything to use
     SideNub, everything is done inside the browser.

NOTES
     SideNub is an experiment in creating a web &quot;app&quot; that is contained within a single html
     document. You can use it directly or download a copy to your computer and access it locally.
     Open up the html file in a text editor to change the colors, saved commands, start page,
     and a few other things.
     
     This command requires javascript, frames, and experimental CSS that is not supported in
     all browsers. It has not been tested in IE at all.

AUTHOR
     Allen Ormond - aormond (at) gmail (dot) com http://fromrocks.com/yubnub/sidenub/sidenub.html</description>
       <pubDate>Thu, 20 Apr 2006 02:00:38 +0000</pubDate>
    </item>

    <item>
       <title>s.i</title>
       <link>http://yubnub.org/kernel/man?args=s.i</link>
       <description>Super Image Search

Google Images / Yahoo Images / Flickr


&gt;||;) {url[no url encoding] split {url[no url encoding] gim %s} {url[no url encoding] yim %s} {url[no url encoding] flickr %s}}</description>
       <pubDate>Sun, 16 Apr 2006 01:04:54 +0000</pubDate>
    </item>

    <item>
       <title>del2</title>
       <link>http://yubnub.org/kernel/man?args=del2</link>
       <description>NAME
     del2 - Access del.icio.us functions all with one command

EXAMPLES
     Example: del2
     Result:  Go to del.icio.us tagcloud
     
     Example: del2 -tag TAG
     Result:  Get recent del.icio.us items for TAG
     
     Example: del2 popular
     Result:  Get recent popular del.icio.us items
     
     Example: del2 popular -tag TAG
     Result:  Get recent popular del.icio.us items for TAG
     
     Example: del2 USER
     Result:  Go to del.icio.us page for USER
     
     Example: del2 USER -tag TAG
     Result:  Go to del.icio.us page for USER filtered by TAG
     
     Example: del2 url -url URL
     Result:  Go to del.icio.us page for URL
     
     Example: del2 search -search QUERY
     Result:  Go to del.icio.us for QUERY
     
     Example: del2 post [-url URL -desc DESCRIPTION -ext EXTENDED]
     Result:  Go to del.icio.us post page (with optional URL, DESCRIPTION, and/or EXTENDED fields filled in)

DESCRIPTION
     This is a mammoth command to allow access to most (all?) del.icio.us features
     without remember multiple commands.  The examples above give a list of the different
     features you can access using this command.  Prefix 'rss/' to any argument to get
     the RSS version of that argument (ie rss/USER for user's RSS)

NOTES
     You cannot fill in tags for the 'post' command, and the command does not just add
     the item to del.icio.us, but rather brings up the post form for you to continue
     filling in.

AUTHOR
     Stephen Paul Weber a.k.a. Singpolyma
     http://singpolyma-tech.blogspot.com/ http://del.icio.us/{ifthen -value1 %s -value2 -test EQUAL -then tag -else %s}/${tag}{ifthen -value1 ${search} -value2 -test EQUAL -then -else ?search=${search}}{ifthen -value1 ${url} -value2 -test EQUAL -then -else ?url=${url}}{ifthen -value1 ${desc} -value2 -test EQUAL -then -else &amp;title=${desc}}{ifthen -value1 ${ext} -value2 -test EQUAL -then -else &amp;notes=${ext}}</description>
       <pubDate>Tue, 04 Apr 2006 07:25:27 +0000</pubDate>
    </item>

    <item>
       <title>ifMatch</title>
       <link>http://yubnub.org/kernel/man?args=ifMatch</link>
       <description>NAME
     ifMatch - Searches a string for a match to a regular expression pattern and returns a value based on the result.

SYNOPSIS
     ifMatch -pattern [REGEX PATTERN] -string [STRING] -then [RESULT IF MATCH] -else [RESULT IF NOT MATCH] -redirect [REDIRECT]

EXAMPLES
     ifMatch -pattern /wor/ -string Hello world! -then yub -else nub
         (Returns &quot;yub&quot;)
     
     ifMatch -pattern /Wor/i -string Hello world! -then yub -else nub
         (Returns &quot;yub&quot;. The &quot;i&quot; indicates that the pattern is case insensitive)
     
     ifMatch -pattern /^wor/ -string Hello world! -then yub -else nub
         (Returns &quot;nub&quot;. The string does not begin with &quot;wor&quot;)

DESCRIPTION
     Checks if a string matches a regular expression (regex) pattern and returns a value depending
     on the result of the comparison.
     
     -pattern, -string, and -then are required parameters.
     
     The '-redirect' parameter can be set to True or False. It defaults to False. If set to True
     and the result of the command begins with &quot;HTTP://&quot; then the the command will attempt to
     redirect the user to the web site.

NOTES
     Hint: Most regular expressions are surrounded by forward slashes (/).
     
     Need help composing regex patterns?
     http://weblogtoolscollection.com/regex/regex.php
     http://regexlib.com/cheatsheet.aspx

AUTHOR
     Allen Ormond - aormond (at) gmail (dot) com http://jonathanaquino.com/yubscripts/ifthen/regexp.php?pattern=${pattern}&amp;string=${string}&amp;then=${then}&amp;els=${else}&amp;redirect=${redirect=false}&amp;xn_auth=no</description>
       <pubDate>Mon, 03 Apr 2006 18:18:56 +0000</pubDate>
    </item>

    <item>
       <title>eop</title>
       <link>http://yubnub.org/kernel/man?args=eop</link>
       <description>NAME
eop - Checks the value between two tokens in a string. If empty, nothing is returned. If not empty, the whole string is returned.

SYNOPSIS
eop [STRING] -else [VALUE IF EMPTY] -token [TOKEN VALUE (Default @)]

EXAMPLES
eop I like @monkeys@
    (returns &quot;I like monkeys&quot;)

eop I like @@
    (returns &quot;&quot;)

eop I like @@ -else Hello World!
    (returns &quot;Hello World!&quot;)

http://images.google.com/{eop images?q=@%s@}
    (If %s has a value, you are sent to http://images.google.com/images?q=%s, if it has no
      value you are sent to http://images.google.com/)

DESCRIPTION
This command was created to assist in creating commands that go to one location if given a
parameter, and another if empty. It checks between two tokens in a string (default @) for 
any value (typically %s), and returns the whole string (minus tokens) if not empty. If the value
IS empty, nothing is returned (or the value of -else is returned).

You can set the -else parameter to return a string if the value is empty.

By default, the tokens eop looks between are @. This can be changed by setting the -token parameter.

AUTHOR
Allen Ormond - aormond (at) gmail (dot) com

Thanks to Stian's unconscious mind for coming up with the idea.
http://groups.google.com/group/YubNub/browse_thread/thread/abcf3e5852268d85/ {url[no url encoding] ifthen -value1 {strfind -find ${token=@}${token=@} -string %s} -value2 0 -test equal -then {strreplace -find ${token=@} -replace -string %s} -else ${else}}</description>
       <pubDate>Sun, 02 Apr 2006 16:43:25 +0000</pubDate>
    </item>

    <item>
       <title>gui</title>
       <link>http://yubnub.org/kernel/man?args=gui</link>
       <description>NAME
gui - A graphical user interface (GUI) for YubNub commands.

SYNOPSIS
gui [YUNUB_COMMAND]

EXAMPLES
gui scrape

gui change

gui ifthen

DESCRIPTION
This command is the anti-YubNub. It takes any yubnub command name as a parameter and 
displays a graphical user interface (GUI) for it. Who needs command lines anyway?!

AUTHOR
Allen Ormond - aormond (at) gmail (dot) com

Thanks to Sean O'Hagan, whose 'scrape' command is doing some behind the scenes work. {url[no url encoding] ifthen -value1 %s -value2 {scrape -tokens &lt;h1&gt; &lt;/h1&gt; -dirs 0 0 -url http://www.yubnub.org/kernel/man?args=%s} -test NOTEQUAL -then http://www.yubnub.org/kernel/man?args=gui -else http://fromrocks.com/yubnub/abbreviate/gui.php?input=%s -redirect true}</description>
       <pubDate>Sat, 01 Apr 2006 05:16:02 +0000</pubDate>
    </item>

    <item>
       <title>param</title>
       <link>http://yubnub.org/kernel/man?args=param</link>
       <description>NAME
    param - Builds a YubNub parameter string.

SYNOPSIS
    param [PARAMETER1;PARAMETER2;...] [VALUE1;VALUE2;...]

EXAMPLES
    param find;replace;string pizza;hot dogs;I like pizza.
        (returns: -find pizza -replace hot dogs -string I like pizza.)

    param s;method hello;rot-13
        (returns: hello world -method rot-13)

DESCRIPTION
    This command accepts a string of parameter names and parameter values (seperated by
    semicolons) and returns a parameter string as it would need to be typed into YubNub.

    For instance, this command:
        param find;replace;string pizza;hot dogs;I like pizza.

    returns:
        -find pizza -replace hot dogs -string I like pizza.

    Why would you do this? To build abbreviated aliases of commands. Check out the url of
    'strRep', an alias of strReplace:
        strreplace {param find;replace;string %s}[no url encoding]

    To execute 'strRep' you type:
        strRep pizza;hot dogs;I like pizza.

    Look Ma! No parameters!

    To include a %s parameter, enter an &quot;s&quot; as the first parameter in the list. For example,
    a string for the 'change' command:
        param s;method hello;rot-13 (returns &quot;hello world -method rot-13&quot;)

    It appears that aliases built with 'param' work best if they use [no url encoding].

    Don't include the &quot;-&quot; in the parameter names.


NOTES
    The main reason I made this was so people could write fleshed out commands with
    parameters (which are easy to understand), but also have a easy way to shorten the commands
    for easy typing.

    This is a sister command of 'abv'. They both exist to do just about the same thing. 'Param'
    is probably much more stable and reliable, particularly when nested.

AUTHOR
    Allen Ormond - aormond (at) gmail (dot) com http://jonathanaquino.com/yubscripts/abbreviate/param.php?input=%s&amp;xn_auth=no</description>
       <pubDate>Fri, 31 Mar 2006 01:25:44 +0000</pubDate>
    </item>

    <item>
       <title>mango</title>
       <link>http://yubnub.org/kernel/man?args=mango</link>
       <description>NAME
mango - returns the YubNub manual page for a command if it exists, otherwise it returns the advanced &quot;create a command&quot; page.

SYNOPSIS
mango [POTENTIAL NEW YUBNUB COMMAND]

EXAMPLES
    mango gim
        -returns the manual page for the &quot;gim&quot; command

    mango unusedYubNubcommand
        -returns the create a command page

DESCRIPTION
This is similar to the &quot;man+&quot; command, except for new commands it uses the &quot;create2&quot; advanced command creator.

NOTES
Thanks to Allen Ormond for the Create2 page.

AUTHOR
Chicagosage


b.a.

==========
old implementation:
ifthen -value1 %s -value2 {scrape -tokens &lt;h1&gt; &lt;/h1&gt; -dirs 0 0 -url http://www.yubnub.org/kernel/man?args=%s} -test EQUAL -then http://yubnub.org/kernel/man?args=%s -else http://fromrocks.com/yubnub/create2.html?%s -redirect true {url[no url encoding] ifthen -value1 %s -value2 {scrape -tokens &lt;h1&gt; &lt;/h1&gt; -dirs 0 0 -url http://www.yubnub.org/kernel/man?args=%s} -test EQUAL -then http://www.yubnub.org/kernel/man?args=%s -else {url create2 %s} -redirect true}</description>
       <pubDate>Thu, 30 Mar 2006 15:56:12 +0000</pubDate>
    </item>

    <item>
       <title>abv</title>
       <link>http://yubnub.org/kernel/man?args=abv</link>
       <description>NAME
     abv - Execute a yubnub command without having to type parameter names.

SYNOPSIS
     abv [COMMAND STRING]

EXAMPLES
     abv ifthen abc;def;equal;yub;nub;false
       (Executes: ifthen -value1 abc -value2 def -test equal -then yub -else nub -redirect false)

     abv change Hello World;rot-13
       (Executes: change Hello World -method rot-13)

     abv strreplace a;o;Banana Camera
       (Executes: strReplace -find a -replace o -string Banana Camera)

DESCRIPTION
     This command accepts another yubnub command and its parameters in an abbreviated form, and
     spits out the command fully formed, with parameters included.

     Let's use 'ifthen' as an example:
     Ifthen accepts up to 6 parameters (value1,value2,test,then,else,redirect), all these
     parameters are very informative and helpful to have around, but it can be inconvenient to
     type them all out. This is where 'abv' steps in to save the day.

     Instead of typing:
     ifthen -value1 abc -value2 def -test equal -then yub -else nub -redirect false

     You can type:
     abv ifthen abc;def;equal;yub;nub;false

     Both commands will spit out the same result. This could obviously be used to make abbreviated
     aliases of existing commands (check out 'ifth' for an example).

     It's important to know how 'abv' decides the order that the parameters go in. 'Abv' looks at the
     commands url to find the names of the parameters. Here's 'ifthen's URL:
     http://fromrocks.com/yubnub/ifthen/ifthen.php?value1=${value1}&amp;value2=${value2}&amp;test=${test}&amp;then=${then}&amp;els=${else}&amp;redirect=${redirect=false}

     The parameters need to be typed into 'abv' in the same order that they appear in the
     URL. In this case the order is &quot;value1,value2,test,then,else,redirect&quot;.

     If a command has a %s parameter, that value ALWAYS appears before other parameters, regardless
     of position. An abbreviated version of 'change' would be &quot;abv change Hello World;rot-13&quot;

NOTES
     The main reason I made this was so people could write fleshed out commands with
     parameters (which are easy to understand), but also have a easy way to shorten the commands
     for easy typing.

     This command should be considered experimental. I guarantee that it will not work on all
     commands. I have not done many tests with nesting, your mileage may vary. Please let me know
     of any bugs.

AUTHOR
     Allen Ormond - aormond (at) gmail (dot) com

     Much thanks to Sean O'Hagan, whose 'scrape' command is doing some behind the scenes work. http://jonathanaquino.com/yubscripts/abbreviate/abv.php?input=%s&amp;xn_auth=no</description>
       <pubDate>Thu, 30 Mar 2006 07:05:22 +0000</pubDate>
    </item>

    <item>
       <title>create2</title>
       <link>http://yubnub.org/kernel/man?args=create2</link>
       <description>NAME
create2 - Create a new YubNub command.

SYNOPSIS
create2 [COMMAND_NAME]

EXAMPLES
create2
   (sends you to a blank 'create2' form)

create2 NewCommand
   (create a command with the name 'NewCommand')

DESCRIPTION
Make a YubNub command using an alternate interface. The main difference is that the new
interface assists with creating more complete and consistant command descriptions.

NOTES
The create2 form is not an official YubNub site.

Please contact me with any problems/suggestions.

AUTHOR
Allen Ormond - aormond (at) gmail (dot) com

Thanks chicagosage for helping to figure out how to check if a command already exists.


==========
Old implementation:
ifthen -value1 %s -value2 {scrape -tokens &lt;h1&gt; &lt;/h1&gt; -dirs 0 0 -url http://www.yubnub.org/kernel/man?args=%s} -test EQUAL -then A command with that name already exists. -else http://fromrocks.com/yubnub/create2.html?%s -redirect true {url[no url encoding] ifthen -value1 1 -value2 {commandexists %s} -test EQUAL -then A command with that name already exists. -else http://fromrocks.com/yubnub/create2/create2.php?%s -redirect true}</description>
       <pubDate>Thu, 30 Mar 2006 04:49:26 +0000</pubDate>
    </item>

    <item>
       <title>man+</title>
       <link>http://yubnub.org/kernel/man?args=man+</link>
       <description>NAME

man+ - returns the YubNub manual page for a command if it exists, otherwise it returns the &quot;create a command&quot; page. 

SYNOPSIS

man+ [command to be checked] 

  
EXAMPLES
    man+ gim
        -returns the manual page for the &quot;gim&quot; command

    man+ unusedYubNubcommand
        -returns the create a command page

AUTHOR
    chicagosage

based on Allen Ormond's &quot;commandexists&quot; command.

b.a. {url[no url encoding] ifthen -value1 %s -value2 {scrape -tokens &lt;h1&gt; &lt;/h1&gt; -dirs 0 0 -url http://www.yubnub.org/kernel/man?args=%s} -test EQUAL -then http://yubnub.org/kernel/man?args=%s -else http://yubnub.org/command/new?name=%s -redirect true}</description>
       <pubDate>Mon, 27 Mar 2006 02:43:20 +0000</pubDate>
    </item>

    <item>
       <title>headers</title>
       <link>http://yubnub.org/kernel/man?args=headers</link>
       <description>Displays the HTTP headers for the given URL.

Example: headers http://google.com http://validator.w3.org/p3p/20020128/header.pl?mode=header&amp;uri=%s</description>
       <pubDate>Sun, 26 Mar 2006 22:14:28 +0000</pubDate>
    </item>

    <item>
       <title>rotate</title>
       <link>http://yubnub.org/kernel/man?args=rotate</link>
       <description>NAME
     rotate - Rotates an image by a specified angle

SYNOPSIS
     rotate [-u IMAGE_URL] [-r ROTATION_ANGLE]

DESCRIPTION
     arguments:
     &lt;IMAGE_URL&gt;
        Specify the full image URL.
        eg. http://www.yubnub.org/images/yubnub.png
        png, gif, jpeg image types are recognized.

     &lt;ROTATION_ANGLE&gt;
        Specify the rotation angle (counter-clockwise)
        Negative angles allowed.

EXAMPLES
     rotate -u http://www.yubnub.org/images/yubnub.png -r 180
     rotate -u http://www.somewhere.com/image.jpg -r -45

NOTES
     Occasionally, there are some bizarre colour changes
     in the rotated picture, having to do with transparent
     colours I think.
     This is hosted at Ning, so please clone and improve!

AUTHOR
     Sean O'Hagan http://rotatetest.ning.com/imagerotate.php?u=${u}&amp;r=${r}&amp;xn_auth=no</description>
       <pubDate>Sun, 26 Mar 2006 00:52:55 +0000</pubDate>
    </item>

    <item>
       <title>pixoh</title>
       <link>http://yubnub.org/kernel/man?args=pixoh</link>
       <description>DESCRIPTION
Pixoh.com is an online picture editor. Use this command to visit the
website, or to open an url in the editor.

EXAMPLES
pixoh (go to pixoh.com)

pixoh http://www.google.com/intl/en/images/logo.gif 
    (opens the URL in the pixoh editor)

AUTHOR
Allen Ormond - aormond (at) gmail (dot) com {url[no url encoding] ifthen -value1 %s -value2 -test EQUAL -then http://pixoh.com/ -else http://open.pixoh.com/import?url=%s -redirect true}</description>
       <pubDate>Sun, 26 Mar 2006 00:08:54 +0000</pubDate>
    </item>

    <item>
       <title>multiTab</title>
       <link>http://yubnub.org/kernel/man?args=multiTab</link>
       <description>NAME
     MultiTab - Open several tabs

SYNOPSIS
     MultiTab url1;url2;url3;...
     MultiTab command1;command2;command3;...
     MultiTab parameter1;parameter2;parameter3;... -cmd command

EXAMPLES
    Multitab www.apple.com
    Open a new tab(useless because closes the current one)

    Multitab ipod;macbook;g5 -cmd froo 
    Open several tabs with the same command but with different parameters

    MultiTab cars racer;hamar;norway -cmd flk
    Same as previous but with the multiword parameter &quot;cars racer&quot;
    (Stian, Do you want anything else? :)

    MultiTab y ipod;g pepe;wp ferrari;www.yubnub.org;gmaps ny
    Open several tabs with different commands on each one

    MultiTab y;y;y;y;y;y;y;y;y
    If you are obsessive...(I haven't found any limit yet! cool!)
    (Just discovered: look at the random tips at the top of the page)

    MultiTab ls
    goes to http://opensolaris.org/os/ (¿!? I don´t understand either)

AUTHOR
    Fuska {url[no url encoding] open {strReplace -find ; -replace %7D;%7Burl+${cmd}+ -string %7Burl+${cmd}+%s%7D}}</description>
       <pubDate>Sat, 18 Mar 2006 18:26:08 +0000</pubDate>
    </item>

    <item>
       <title>yubgrub</title>
       <link>http://yubnub.org/kernel/man?args=yubgrub</link>
       <description>SYNOPSIS
        yubgrub SEARCHKEYWORDS(optional) -new SUBJECT(optional)

EXAMPLE
        yubgrub Golden Eggs
           : searches through YubNub's Google Group for Golden Eggs.

        yubgrub -new YubNub is Rewiring My Thought Paths.
           : takes you to the Start New Topic page and puts &quot;YubNub is Rewiring My Thought Paths.&quot; in the subject field.

        yubgrub
           : takes you to YubNub's Google Group homepage.

DESCRIPTION
        I found YubNub's Google Group had no command so here's a simple stab at it.

AUTHOR
        elzr.com

 http://groups.google.com/group/YubNub/{ifEmpty -value ${new} -then {ifEmpty -value %s -then -else search?group=YubNub&amp;q=%s&amp;qt_g=1&amp;searchnow=Search+this+group} -else post?&amp;subject=${new}}</description>
       <pubDate>Sun, 12 Mar 2006 02:22:33 +0000</pubDate>
    </item>

    <item>
       <title>musipedia</title>
       <link>http://yubnub.org/kernel/man?args=musipedia</link>
       <description>Do you have a tune in your head, but can't remember what tune it is?
Search musipedia.org for music by specifying if the notes goes up, down or repeats.
You don't have to be musical to use this search, as long as you can recognice whether
a note is higher, lower or the same as another. Use a series of u's, d's
and r's as an argument, where u=up, d=down and r=repeat.
Use the command without arguments for more information.

Example: musipedia rrrudrrrrrrrrrdrrrr
Result (among others): Lennon-McCartney (Beatles): Yellow Submarine (chorus)

Example: musipedia *rrrudrrrrrrrrrdrrrr
Result: Same as above. The '*' indicates the first note, but can be ommited. http://www.musipedia.org/{ifThen -value1 %s -value2 -test NOTEQUAL -then search.0.html?no_cache=1%26tx_mpsearch_pi1%5Bpc%5D=%s%26tx_mpsearch_pi1%5Bfiltertext%5D=%26tx_mpsearch_pi1%5Bsubmit_button%5D=Search -else pc.0.html}</description>
       <pubDate>Sat, 11 Mar 2006 20:41:57 +0000</pubDate>
    </item>

    <item>
       <title>jscalc</title>
       <link>http://yubnub.org/kernel/man?args=jscalc</link>
       <description>Use javascript as a calculator.

Example: jscalc 5+6*7
Output: 47

Example: jscalc 5/6
Output: 0.8333333333333334

Example: jscalc Math.sqrt(25)
Output: 5

The command uses document.write(your argument), so it can also output other things for you.

Example: jscalc &quot;Put strings in quotes&quot;
Output: Put strings in quotes

Example: jscalc &quot;5+5=&quot;+(5+5)
Output: 5+5=10 {url[no url encoding] script document.write(%s) [no url encoding]}</description>
       <pubDate>Thu, 09 Mar 2006 19:49:41 +0000</pubDate>
    </item>

    <item>
       <title>pondus</title>
       <link>http://yubnub.org/kernel/man?args=pondus</link>
       <description>Get a random strip from the comic Pondus. {url[no url encoding] script var cd=new Date();  var fd=new Date();  fd.setFullYear(2001);  fd.setMonth(8);  fd.setDate(7);  var cdmill=cd.getTime();  var fdmill=fd.getTime();  var diff=cdmill-fdmill;  var nd=new Date();  var ndmill=Math.round(diff*Math.random())+fdmill;  nd.setTime(ndmill);  var month=nd.getMonth()+1;  var day=nd.getDate();  if (month&lt;10) month=&quot;0&quot;+month;  if (day&lt;10) day=&quot;0&quot;+day;  document.write(&quot;&lt;img src=http://my.opera.com/community/graphics/pondus/&quot;+nd.getFullYear()+&quot;/&quot;+month+&quot;/&quot;+day+&quot;.gif&gt;&lt;br&gt;&lt;a href=http://www.yubnub.org/parser/parse?command=pondus&gt;New random Pondus&lt;/a&gt; | &lt;a href=http://my.opera.com/community/pondus/&gt;Go to todays Pondus&lt;/a&gt; | &lt;a href=http://www.yubnub.org&gt;Go to YubNub&lt;/a&gt;&quot;);}</description>
       <pubDate>Thu, 09 Mar 2006 04:49:15 +0000</pubDate>
    </item>

    <item>
       <title>wnt</title>
       <link>http://yubnub.org/kernel/man?args=wnt</link>
       <description>Create a note in Webnote ( http://www.aypwip.org/webnote/ )

usage:
wnt [title]

ex:
wnt zoonim
wnt hahanim
wnt kimchi.recipes
wnt kimchi.kinds

mnemonic: WebNoTe --&gt; WNT http://www.aypwip.org/webnote/%s</description>
       <pubDate>Thu, 09 Mar 2006 00:24:21 +0000</pubDate>
    </item>

    <item>
       <title>lman</title>
       <link>http://yubnub.org/kernel/man?args=lman</link>
       <description>Linux Man Pages online http://man.he.net/?section=all&amp;topic=%s</description>
       <pubDate>Mon, 06 Mar 2006 10:07:59 +0000</pubDate>
    </item>

    <item>
       <title>similar</title>
       <link>http://yubnub.org/kernel/man?args=similar</link>
       <description>NAME

similar -- find YubNub commands similar to a given command or a given URL.

SYNOPSIS

similar [URL or yubnub command]

DESCRIPTION

This command uses Eliazar's extractDomainName command to get the domain 
name for the input YubNub command or URL.  It then does a YubNub &quot;ls&quot; command on
that domain name to see if there are commands already created for that
domain.

This is useful for checking if there is a command already created for
a website you want to search, or checking to see other commands similar 
to a YubNub command you already use.

USAGE

similar gm
(returns a list of all commands for Google Maps)

similar http://www.ask.com
(returns a list of commands for ask.com)

AUTHOR
chicagosage

b.a.
 {url[no url encoding] ls {extractDomainName {url[no url encoding] %s}}[no url encoding]}</description>
       <pubDate>Fri, 03 Mar 2006 21:40:09 +0000</pubDate>
    </item>

    <item>
       <title>30b</title>
       <link>http://yubnub.org/kernel/man?args=30b</link>
       <description>Allows you to enter new events to your 30 Boxes calendar.
Just enter 30b followed by your event and hit enter.

Example: 30b lunch thursday 1pm http://30boxes.com/index.php?action=newEvent&amp;input=%s</description>
       <pubDate>Tue, 28 Feb 2006 20:50:08 +0000</pubDate>
    </item>

    <item>
       <title>autorefresh</title>
       <link>http://yubnub.org/kernel/man?args=autorefresh</link>
       <description>Autorefreshes the given URL every minute. Great for monitoring changes to a webpage
(or for viewing random Simpson's quotes)

Examples: 
autorefresh http://digg.com
autorefresh {url simpsons}
autorefresh http://yubnub.org -t 20

The last example autorefreshes every 20 seconds. http://jonathanaquino.com/autorefresh/autorefresh.php?url=%s&amp;seconds=${t=60}</description>
       <pubDate>Sun, 19 Feb 2006 23:26:15 +0000</pubDate>
    </item>

    <item>
       <title>delplaymp3</title>
       <link>http://yubnub.org/kernel/man?args=delplaymp3</link>
       <description>delplaymp3 - stream an mp3 using the del.icio.us PlayTagger
(more info here: http://del.icio.us/help/playtagger)

This command will load a page that has a play button that lets you stream 
an mp3 and tag it in del.icio.us

Usage:
delplaymp3 [url of mp3]

example:
delplaymp3 http://www.nogu-svelo.ru/songs/SBS9.mp3

author:
chicagosage


b.a.

 {url[no url encoding] echo &lt;script type=&quot;text/javascript&quot; src=&quot;http://del.icio.us/js/playtagger&quot;&gt;&lt;/script&gt;&lt;a href=&quot;%s&quot;&gt;%s&lt;/a&gt;[no url encoding]}</description>
       <pubDate>Tue, 14 Feb 2006 17:34:45 +0000</pubDate>
    </item>

    <item>
       <title>!tag</title>
       <link>http://yubnub.org/kernel/man?args=!tag</link>
       <description>NAME:

!tag - creates a new &quot;tag&quot; to use in YubNub Aliases: 
(http://www.jjefferydesign.com/aliases/ )

SYNOPSIS:

!tag [tag command to set] [optional tag name if different than command]

DESCRIPTION:

Using YubNub Aliases, this will set a &quot;tag&quot; command that can be used 
to tag urls or memos.  

For example:

!tag toread
This will create a YubNub Alias command in your account called &quot;toread&quot;

After running this, you can run the YubNub command
! toread [url]
It will create an entry in your Aliases file listing the url &quot;tagged&quot; 
as &quot;toread&quot;.

Now you can use the command &quot;!ls toread&quot; and it will show you all 
your URLs tagged readlist.

If you want the tag name to be different than the tag command, include 
that at the end:
!tag toread readlist

Now your tag will be &quot;readlist&quot;, and to find tagged items, use &quot;!ls readlist&quot;

The command is used the same for memos.  For example &quot;aliastag todo&quot;
will create a alias command &quot;todo&quot;.  You can add todo items by using
the YubNub command:
&quot;! todo get groceries&quot;
and list your items with the command
&quot;!ls todo&quot;

POSSIBLE USES:
!tag grocerylist --&gt;  add items to a grocery list 
!tag yubfave --&gt; list your favorite YubNub commands
!tag bookmark --&gt; bookmark URLs

AUTHOR:
chicagosage
Created using Jacob Ensor's YubNub Aliases and Fuska's % command.
Use to be called &quot;aliastag&quot;, tag duplicated by Jacob Ensor in order to 
follow the same foundation as the other (aliases) commands. {url[no url encoding] !seta {% 1 %s} !bm !s -tag {ifempty -value {% 2 %s} -then %s -else {% 2 %s}}[no url encoding]}</description>
       <pubDate>Tue, 07 Feb 2006 22:00:58 +0000</pubDate>
    </item>

    <item>
       <title>!seta</title>
       <link>http://yubnub.org/kernel/man?args=!seta</link>
       <description>DESCRIPTION
	Sets personal commands and memos in YubNub (aliases).
SYNTAX
	!seta [command alias name] [url]     (sets a command alias in YubNub (aliases))
WHAT IS YUBNUB (ALIASES)?
	YubNub (aliases) is an extension for YubNub allowing you to
	create your own commands, shortcuts, memos, etc. using a YubNub-based
	cookies system.
HOW DO I USE YUBNUB (ALIASES)?
	YubNub (aliases) uses several YubNub commands to operate properly.In order to set a personal command, such as
	a bookmark command use the !set command as follows.
		!set [personal command name] [command url]
	You can use !s just as you would %s in a YubNub command in a YubNub
(aliases) command, however, piping is currently
	not available in personal commands. Here are some examples of the !set command:
		!set fs http://flickr.com/photos/tags/!s/	(Sets YubNub personal
command &quot;fs&quot; to perform a flickr image search.)
		!set p http://www.yourhomepage.com/   (Sets YubNub personal command
&quot;p&quot; to direct you to your home page.)
	You can also create a memo by setting a variable with a block of text, as follows:
		!set reminder Pick up Sarah from Emily's party at 9:00.	   (Sets
memo &quot;reminder&quot; in YubNub (aliases))
	If your personal command URL does not have either &quot;http://&quot; or &quot;https://&quot; (for secure websites) in front of it, it is
	automatically considered a memo by YubNub (aliases).
	When trying to create or use any command for the first time you will be prompted to create an account. Cookies must be
	enabled in order for YubNub (aliases) to function properly. You will not be prompted your username and password
	again unless your cookie expires or is deleted.
	For setting command aliases, use the !seta command as follows:
		!seta [alias name] [yubnub command]
	You can use !s when setting an alias as well. Here are some simple alias examples:
		!seta w wiki !s (sets YubNub (aliases) command &quot;w&quot; as a wikipedia search)
		!seta pim gim site:putfile.com !s    (sets YubNub (aliases) command
&quot;pim&quot; to show images on putfile.com)
		!seta local gloc -what !s -where 90210    (sets YubNub (aliases)
command &quot;local&quot; as a google local search with
		       a pre-defined area, in this case Beverly Hills, CA)
	Piping is available in command aliases using &quot;[&quot; and &quot;]&quot;, as follows:
		!seta agim gim [spllw !s]    (sets YubNub (aliases) command &quot;gima&quot;
as an auto-spelling-correct image search)
		!seta mimg splith [url gim !s] [url yim !s] [url flk !s]    (sets
YubNub (aliases) command &quot;mimg&quot; as a master
				image search, searching google images, yahoo images, and flickr images with the same query)
	After setting a command, you use the alias identifier (!) in order to call a command. Use the identifier as follows:
		! [alias name] [parameters, if any]
	For example, to use the &quot;mimg&quot; command above, you would type:
		! mimg cars    (performs a &quot;master image search&quot; on &quot;cars&quot;)
	If your command is set for use as a memo, YubNub (aliases) will call it as such.
	To view all of your personal commands and command aliases, use the !ls command, just as you would the ls command
	in YubNub:
		!ls [search parameters if desired]
	If no search parameters are given, YubNub (aliases) will return every alias you have created. Command !mls will perform
	exactly the same as !ls, but limits your results to memos only.
		!mls [search parameters if desired]
	Finally, to remove a set alias or personal command, use the !unset command as follows:
		!unset [alias/personal command name]
	Or you can use the &quot;Unset&quot; link beside the command in your alias list (!ls). E-MAIL ERRORS, SUGGESTIONS, AND COMMENTS TO
	magicjj@gmail.com
RELATED COMMANDS
	!, !set, !seta, !unset, !ls, !mls
CREDITS
	YubNub (aliases) was programmed and designed by Jacob Ensor of jjefferydesign.com. Stylesheets and design based on
	yubnub.org by Jon Aquino.
	YubNub (aliases) is an unofficial extension of yubnub.org and is in no way affiliated with yubnub in any legal matters.
	&quot;!&quot; commands are assisted by: % by Fuska, and filterstring by Jacob Ensor.
 http://www.jakeisgod.com/yubnub/aliases/jobactions.cfm?action=seta&amp;cmd={% 1 %s}&amp;ucmd={% 2- %s}[no url encoding]</description>
       <pubDate>Thu, 02 Feb 2006 23:05:03 +0000</pubDate>
    </item>

    <item>
       <title>mo</title>
       <link>http://yubnub.org/kernel/man?args=mo</link>
       <description>Optimize all yubnub commands for mobile browsers such as Opera Mini via Google.

for example the yubnub am (Amazon search) command does not show those all important stars rating graphics on Opera Mini,
use mo am [keywords] instead.

another example:
mo gim porche 911
use this to reduce the amount of data to your mobile devices.  

 http://www.google.com/gwt/n?u=http%3A%2F%2Fwww.yubnub.org%2Fparser%2Fparse%3Fcommand%3D%s</description>
       <pubDate>Thu, 02 Feb 2006 02:53:36 +0000</pubDate>
    </item>

    <item>
       <title>old!</title>
       <link>http://yubnub.org/kernel/man?args=old!</link>
       <description>DESCRIPTION
	Identifies your use of a YubNub (aliases) command.
SYNTAX
	! [alias name] [parameters, if any]	   (Performs an alias search.)
	!	 (Directs you to the YubNub (aliases) home page.)
WHAT IS YUBNUB (ALIASES)?
	YubNub (aliases) is an extension for YubNub allowing you to 
	create your own commands, shortcuts, memos, etc. using a YubNub-based
	cookies system.
HOW DO I USE YUBNUB (ALIASES)?
	YubNub (aliases) uses several YubNub commands to operate properly.In order 
	to set a personal command, such as a bookmark command use the !set command as follows:
		!set [personal command name] [command url]
	You can use !s just as you would %s in a YubNub command in a YubNub (aliases) command,
	however, piping is currently not available in personal commands. Here are some examples 
	of the !set command:
		!set fs http://flickr.com/photos/tags/!s/	(Sets YubNub personal command &quot;fs&quot; to 
		       perform a flickr image search.)
		!set p http://www.yourhomepage.com/   (Sets YubNub personal command &quot;p&quot; to direct 
		       you to your home page.)
	You can also create a memo by setting a variable with a block of text, as follows:
		!set reminder Pick up Sarah from Emily's party at 9:00.	   (Sets memo &quot;reminder&quot; 
		       in YubNub (aliases))
	If your personal command URL does not have either &quot;http://&quot; or &quot;https://&quot; (for secure 
	websites) in front of it, it is	automatically considered a memo by YubNub (aliases).
	When trying to create or use any command for the first time you will be prompted to 
	create an account. Cookies must be enabled in order for YubNub (aliases) to function 
	properly. You will not be prompted your username and password again unless your cookie 
	expires or is deleted.
	For setting command aliases, use the !seta command as follows:
		!seta [alias name] [yubnub command]
	You can use !s when setting an alias as well. Here are some simple alias examples:
		!seta w wiki !s (sets YubNub (aliases) command &quot;w&quot; as a wikipedia search)
		!seta pim gim site:putfile.com !s    (sets YubNub (aliases) command &quot;pim&quot; to show 
		       images on putfile.com)
		!seta local gloc -what !s -where 90210    (sets YubNub (aliases) command &quot;local&quot; 
		       as a google local search with a pre-defined area, in this case Beverly Hills, CA)
	Piping is available in command aliases using &quot;[&quot; and &quot;]&quot;, as follows:
		!seta agim gim [spllw !s]    (sets YubNub (aliases) command &quot;gima&quot; as an 
		       auto-spelling-correct image search)
		!seta mimg splith [url gim !s] [url yim !s] [url flk !s]    (sets YubNub (aliases) command 
		       &quot;mimg&quot; as a master image search, searching google images, yahoo images, and flickr 
			   images with the same query)
	After setting a command, you use the alias identifier (!) in order to call a command. Use the alias
	identifier as follows:
		! [alias name] [parameters, if any]
	For example, to use the &quot;mimg&quot; command above, you would type:
		! mimg cars    (performs a &quot;master image search&quot; on &quot;cars&quot;)
	If your command is set for use as a memo, YubNub (aliases) will call it as such.
	To view all of your personal commands and command aliases, use the !ls command, just as you would 
	the ls command in YubNub:
		!ls [search parameters if desired]
	If no search parameters are given, YubNub (aliases) will return every alias you have created. 
	Command !mls will perform exactly the same as !ls, but limits your results to memos only.
		!mls [search parameters if desired]
	Finally, to remove a set alias or personal command, use the !unset command as follows:
		!unset [alias/personal command name]
	Or you can use the &quot;Unset&quot; link beside the command in your alias list (!ls).
NEW!
	Now, you can manage multiple YubNub (aliases) accounts easily using the !login and !logout 
	commands! Here's how!
		!login [username]![password]   (will log you in to your YubNub (aliases) account, or if 
		       the account doesn't exist, gives you a chance to create it)
		!logout    (deletes the cookie with your account ID allowing you to log in as a different 
		       user or create a new account)
	Thanks Brian for the idea of these great commands!
WHAT'S THE USE?
	Have a cool URL you want to be able to get to easily? In YubNub, nearly every single 
	and double characters are taken, and programmers of the YubNub community can find much 
	better uses for these commands other than simple shortcuts. Using YubNub (aliases) 
	you can have your own shortcuts of single letters, whether the letter is already taken 
	in YubNub or not. YubNub (aliases) is very simple to use, and does not affect the way 
	YubNub works or in any way.
	
	You can store memos in YubNub (aliases), unlike in YubNub, and keep them personal from 
	other users of YubNub (aliases). !mls is a great command you can use to display all of 
	your memos at once. Try it!
	
	Is there a command you use in YubNub that is just too long to retype every time you use 
	it? You can make an alias for it!
		!seta s simpsons
	Now, to see fantastic quotes from the simpsons, all you have to do is type:
		! s
	
	Tired or retyping parameters for commands you use a lot? You don't have to. 
	For example, to check the weather:
		!seta w w [your zip code]
	Now, to get the weather for your area you don't have to retype your zip code, 
	just type:
		! w
E-MAIL ERRORS, SUGGESTIONS, AND COMMENTS TO
	magicjj@gmail.com
RELATED COMMANDS
	!, !set, !seta, !unset, !ls, !mls, !logout, !login
CREDITS
	YubNub (aliases) was programmed and designed by Jacob Ensor of jjefferydesign.com. 
	Stylesheets and design based on yubnub.org by Jon Aquino.
	YubNub (aliases) is an unofficial extension of yubnub.org and is in no way affiliated 
	with yubnub in any legal matters.
	&quot;!&quot; commands are assisted by: % by Fuska, and filterstring by Jacob Ensor.
	Special thanks to Jon Aquino for changing ALL of the man pages for me!
        Props to b.a. for improving the implementation.

==========
Old implementation:
http://www.jjefferydesign.com/aliases/jobactions.cfm?action=search&amp;cmd={% 1 %s}&amp;s={filterstring 1 %s}[no url encoding] http://www.jakeisgod.com/yubnub/aliases/jobactions.cfm?action=search&amp;cmd={filterstring 2- %s}&amp;s={filterstring 1 %s}[no url encoding]</description>
       <pubDate>Wed, 01 Feb 2006 04:41:20 +0000</pubDate>
    </item>

    <item>
       <title>old!set</title>
       <link>http://yubnub.org/kernel/man?args=old!set</link>
       <description>DESCRIPTION
	Sets personal commands and memos in YubNub (aliases).
SYNTAX
	!set [personal command name] [url]     (sets a personal command in
YubNub (aliases))
        !set [memo name] [block of text]     (sets a memo in YubNub (aliases))
WHAT IS YUBNUB (ALIASES)?
	YubNub (aliases) is an extension for YubNub allowing you to
	create your own commands, shortcuts, memos, etc. using a YubNub-based
	cookies system.
HOW DO I USE YUBNUB (ALIASES)?
	YubNub (aliases) uses several YubNub commands to operate properly.In order to set a personal command, such as
	a bookmark command use the !set command as follows.
		!set [personal command name] [command url]
	You can use !s just as you would %s in a YubNub command in a YubNub
(aliases) command, however, piping is currently
	not available in personal commands. Here are some examples of the !set command:
		!set fs http://flickr.com/photos/tags/!s/	(Sets YubNub personal
command &quot;fs&quot; to perform a flickr image search.)
		!set p http://www.yourhomepage.com/   (Sets YubNub personal command
&quot;p&quot; to direct you to your home page.)
	You can also create a memo by setting a variable with a block of text, as follows:
		!set reminder Pick up Sarah from Emily's party at 9:00.	   (Sets
memo &quot;reminder&quot; in YubNub (aliases))
	If your personal command URL does not have either &quot;http://&quot; or &quot;https://&quot; (for secure websites) in front of it, it is
	automatically considered a memo by YubNub (aliases).
	When trying to create or use any command for the first time you will be prompted to create an account. Cookies must be
	enabled in order for YubNub (aliases) to function properly. You will not be prompted your username and password
	again unless your cookie expires or is deleted.
	For setting command aliases, use the !seta command as follows:
		!seta [alias name] [yubnub command]
	You can use !s when setting an alias as well. Here are some simple alias examples:
		!seta w wiki !s (sets YubNub (aliases) command &quot;w&quot; as a wikipedia search)
		!seta pim gim site:putfile.com !s    (sets YubNub (aliases) command
&quot;pim&quot; to show images on putfile.com)
		!seta local gloc -what !s -where 90210    (sets YubNub (aliases)
command &quot;local&quot; as a google local search with
		       a pre-defined area, in this case Beverly Hills, CA)
	Piping is available in command aliases using &quot;[&quot; and &quot;]&quot;, as follows:
		!seta agim gim [spllw !s]    (sets YubNub (aliases) command &quot;gima&quot;
as an auto-spelling-correct image search)
		!seta mimg splith [url gim !s] [url yim !s] [url flk !s]    (sets
YubNub (aliases) command &quot;mimg&quot; as a master
				image search, searching google images, yahoo images, and flickr images with the same query)
	After setting a command, you use the alias identifier (!) in order to call a command. Use the identifier as follows:
		! [alias name] [parameters, if any]
	For example, to use the &quot;mimg&quot; command above, you would type:
		! mimg cars    (performs a &quot;master image search&quot; on &quot;cars&quot;)
	If your command is set for use as a memo, YubNub (aliases) will call it as such.
	To view all of your personal commands and command aliases, use the !ls command, just as you would the ls command
	in YubNub:
		!ls [search parameters if desired]
	If no search parameters are given, YubNub (aliases) will return every alias you have created. Command !mls will perform
	exactly the same as !ls, but limits your results to memos only.
		!mls [search parameters if desired]
	Finally, to remove a set alias or personal command, use the !unset command as follows:
		!unset [alias/personal command name]
	Or you can use the &quot;Unset&quot; link beside the command in your alias list (!ls). E-MAIL ERRORS, SUGGESTIONS, AND COMMENTS TO
	magicjj@gmail.com
RELATED COMMANDS
	!, !set, !seta, !unset, !ls, !mls
CREDITS
	YubNub (aliases) was programmed and designed by Jacob Ensor of jjefferydesign.com. Stylesheets and design based on
	yubnub.org by Jon Aquino.
	YubNub (aliases) is an unofficial extension of yubnub.org and is in no way affiliated with yubnub in any legal matters.
	&quot;!&quot; commands are assisted by: % by Fuska, and filterstring by Jacob Ensor.
 http://www.jakeisgod.com/yubnub/aliases/jobactions.cfm?action=set&amp;cmd={% 1 %s}&amp;ucmd={filterstring 1 %s}[no url encoding]</description>
       <pubDate>Wed, 01 Feb 2006 04:38:54 +0000</pubDate>
    </item>

    <item>
       <title>\\</title>
       <link>http://yubnub.org/kernel/man?args=\\</link>
       <description>DESCRIPTION
  Checks the spelling of your input of any Yubnub command.
SYNTAX
  \\ [yubnub command] [your query to be spellchecked]
EXAMPLE
  \\ gim cmbodia (performs a google image search for &quot;cambodia&quot;)
  \\ wiki collor (performs a wikipedia search for &quot;color&quot;)
  \\ gmails new prooject (performs a gmail search for &quot;new project&quot;)
RELATED COMMANDS
  ?&gt;
  filterstring
  %
  spellcheck
CREATED BY
  Jacob Ensor (magicjj) of jjefferydesign.com.
  Special thanks to Jon Aquino and Anastas for help with debugging the 
  command. Made possibly by command ?&gt; created by ChicagoSage.
  Inspiration came from Kore7's comment and ChicagoSage's command, and 
  the continuous urge to benefit the YubNub Community. http://yubnub.org/parser/parse?command={% 1 %s}+{spllw {filterstring 1 %s}}[no url encoding]</description>
       <pubDate>Tue, 31 Jan 2006 02:43:17 +0000</pubDate>
    </item>

    <item>
       <title>filterstring</title>
       <link>http://yubnub.org/kernel/man?args=filterstring</link>
       <description>SYNTAX
	filterstring (number) [phrase]
DESCRIPTION
	Performs opposite %. Removes a word from a string based on the number given. A &quot;-&quot;
	before or after the number will remove all words before, or after the corresponding
	word as well.
EXAMPLE
	filterstring 2 How is the world today? (returns &quot;How the world today?&quot;
	filterstring 1 Hello world! (returns &quot;world!&quot;)
	filterstring 2- gim cars like the porsche  (returns &quot;gim&quot;)
	filterstring -3 How is the world today? (returns &quot;world today?&quot;)

	Created for piping purposes.
	http://www.{filterstring 2- %s}.com/{filterstring 1 %s}

	Command makes errors invisible by default.(&quot;filterstring&quot; will not return an error) RELATED COMMANDS
	\\
	slice
	!
	%
COMMAND BY
	Jacob Ensor (magicjj) www.jjefferydesign.com/
	Made originally for command &quot;\\&quot; by Jacob Ensor using command &quot;?&gt;&quot; by ChicagoSage.
	Special thanks to Jon Aquino for help debugging and cupdating the command description
	page.
	Thanks to Eliazar for inspiration of expanding the command.
 http://www.jakeisgod.com/yubnub/filterstring.php?input=%s</description>
       <pubDate>Mon, 30 Jan 2006 22:24:17 +0000</pubDate>
    </item>

    <item>
       <title>change</title>
       <link>http://yubnub.org/kernel/man?args=change</link>
       <description>NAME
     change - encode and decode text using a number of different methods
          Note: The code isn't mine, I've only changed the Post method to Get 
          and added the simple mode for use it inside other commands

          You can find the original code here:
          SNEAK: Snarkles.Net Encryption Assortment Kit v 1.27
          http://snarkles.net/

SYNOPSIS
     change TEXT -method METHOD [-simple YES]

DESCRIPTION
     Mandatory arguments:
     TEXT
        the string you want to convert

     -method METHOD
        the conversion method. Can be one of these:
             asc2bin - for ASCII to Binary conversion
             bin2asc - for Binary to ASCII conversion
             asc2hex - for ASCII to Hex conversion
             hex2asc - for Hex to ASCII conversion
             bin2hex - for Binary to Hex conversion
             hex2bin - for Hex to Binary conversion
           backwards - for Backwards conversion
              b64enc - for Base 64 Encode
              b64dec - for Base 64 Decode
            caesarbf - Caesar Bruteforce
               crypt - for DES Crypt (one way)
           entityenc - for HTML Entities Encode
           entitydec - for HTML Entities Decode
                l33t - for l33t 5p34k 3nc0d3
              del33t - for l33t 5p34k d3c0d3
                 md5 - MD5 Crypt (one way)
               igpay - Igpay Atinlay
             unigpay - Un-Pig Latin
              rot-13 - ROT-13
              urlenc - for URL Encode
              urldec - for URL Decode

     Optional arguments:
     -simple YES
        If set, only the result of the conversion is shown
        By default set to NO

EXAMPLES
     change yubnub -method asc2bin
     change 01111001 01110101 01100010 01101110 01110101 01100010 -method bin2asc
     change yubnub -method asc2hex -simple yes
     change 79 75 62 6e 75 62 -method hex2asc
     change 01111001 01110101 01100010 -method bin2hex
     change 79 75 62 -method hex2bin
     change yubnub -method backwards -simple yes
     change yubnub -method b64enc
     change eXVibnVi -method b64dec
     change yubnub -method caesarbf
     change yubnub -method crypt
     change &lt;b&gt;yubnub&lt;/b&gt; -method entityenc
     change &amp;#60;&amp;#98;&amp;#62;&amp;#121;&amp;#117;&amp;#98;&amp;#110;&amp;#117;&amp;#98;&amp;#60;&amp;#47;&amp;#98;&amp;#62; -method entitydec
     change yubnub rules -method l33t
     change yubnub rul35 -method del33t
     change yubnub -method md5
     change yubnub -method igpay
     change ubnubyay -method unigpay
     change yubnub -method rot-13 -simple si
     change http://yubnub.org/command/new?name= -method urlenc
     change http%3A%2F%2Fyubnub.org%2Fcommand%2Fnew%3Fname%3D -method urldec

AUTHOR
    Fuska http://www.saraswaticlasses.net/yubnub/convert.php?text=%s&amp;cryptmethod=${method}&amp;submit=OK&amp;simple=${simple=no}</description>
       <pubDate>Mon, 30 Jan 2006 21:17:25 +0000</pubDate>
    </item>

    <item>
       <title>?&gt;</title>
       <link>http://yubnub.org/kernel/man?args=?&gt;</link>
       <description>SYNOPSIS
        ?&gt; [word(s) to check spelling] -engine [yubnub command for localized Google version to use in spell checking, optional, defaults to Google English]

EXAMPLE
        ?&gt; cmbodia
        results: cambodia

        ?&gt; paecekeeper
        results: peacekeeper

        ?&gt; sucche -engine gde 
        results: suche (Because spelling &quot;suche&quot; --search in German-- as &quot;sucche&quot; is a common mistake of German speakers. Note that Google English wouldn't see this is a misspelling)

        ?&gt; soni -engine ges
        results: sony(Because spelling Sony as Soni is a common mistake of Spanish speakers. Note that Google English wouldn't see this is a misspelling)

        ?&gt; restaurant
        results:  restaurant (returns your input string if Google doesn't make a suggestion)

DESCRIPTION
        A spell checker command based on Google's &quot;did you mean&quot; feature. This is not intended for end-consumer used, for that, use instead spck. This is a building-block command.

        You sometimes have to localize the spell checker and that's the function of the engine switch, as explained in the examples.

        If Google does not suggest an alternative, this command returns your original input string.

NOTE:  This command only works for single terms.  For multiple word input, please use the spllw command.  Also, for spell checking for use in other commands without piping, see the spll command.

RELATED COMMANDS
        sp1, sp0

AUTHORS

This command was created by ChicagoSage by making a few changes to 
the sp0 command by Eliazar (elzr.com).
Inspired by a comment by Kore7. Made possible by Sean O'Hagan's _amazing_ scrape command, and Allen Ormond's super fast strReplace.

b.a. {url[no url encoding] ifthen -value1 {scrape -tokens spell &lt;i&gt; &lt;/i&gt; -dirs 0 0 0 -url {url[no url encoding] ${engine=g} %s}} -value2 -test NOTEQUAL -then {scrape -tokens spell &lt;i&gt; &lt;/i&gt; -dirs 0 0 0 -url {url[no url encoding] ${engine=g} %s}} -else %s}</description>
       <pubDate>Mon, 30 Jan 2006 19:49:15 +0000</pubDate>
    </item>

    <item>
       <title>mash</title>
       <link>http://yubnub.org/kernel/man?args=mash</link>
       <description>Applies several commands to a single word, effectively creating 
an instant mashup.

Examples:
mash porsche gim yim flk
mash antidisestablishmentarianism dic thes a encarta {url[no url encoding] split {url[no url encoding] {% 2 %s} {% 1 %s}} {url[no url encoding] {% 3 %s} {% 1 %s}} {ifthen -value1 0 -value2 {strlength {% 4 %s}} -test EQUAL -then -else {url[no url encoding] {% 4 %s} {% 1 %s}} } {ifthen -value1 0 -value2 {strlength {% 5 %s}} -test EQUAL -then -else {url[no url encoding] {% 5 %s} {% 1 %s}} } [no url encoding]}</description>
       <pubDate>Sat, 28 Jan 2006 07:07:33 +0000</pubDate>
    </item>

    <item>
       <title>multi</title>
       <link>http://yubnub.org/kernel/man?args=multi</link>
       <description>Allows you to invoke a command up to 10 times

Examples:
multi gim porsche ferrari lamborghini bmw
multi am thoreau dickens austen
multi random 49 49 49 49 49 49
multi gmaps seattle vancouver los-angeles san-francisco
 {url[no url encoding] split {url[no url encoding] {% 1 %s} {% 2 %s}} {url[no url encoding] {% 1 %s} {% 3 %s}} {ifthen -value1 0 -value2 {strlength {% 4 %s}} -test EQUAL -then -else {url[no url encoding] {% 1 %s} {% 4 %s}} } {ifthen -value1 0 -value2 {strlength {% 5 %s}} -test EQUAL -then -else {url[no url encoding] {% 1 %s} {% 5 %s}} }[no url encoding] }</description>
       <pubDate>Sat, 28 Jan 2006 05:55:56 +0000</pubDate>
    </item>

    <item>
       <title>newwin</title>
       <link>http://yubnub.org/kernel/man?args=newwin</link>
       <description>newwin -- Open a yubnub command in a new window

This command will load your YubNub command or a URL in a new window or 
tab, depending on your browser settings.

usage:
newwin [yubnub command or URL]

example:
newwin gim porsche

author:
chicagosage

b.a. {url[no url encoding] script window.open('{url[no url encoding] %s}');history.go(-1)[no url encoding]}</description>
       <pubDate>Thu, 26 Jan 2006 20:41:07 +0000</pubDate>
    </item>

    <item>
       <title>gray</title>
       <link>http://yubnub.org/kernel/man?args=gray</link>
       <description>Computes the grayscale level for an RGB color.

Example: gray 0 255 100

Uses Google Calculator to do the arithmetic, and Fuska's % command 
to handle positional parameters. {url[no url encoding] g ({% 1 %s}*.15 + {% 2 %s}*.5 + {% 3 %s}*.35)/255[no url encoding]}</description>
       <pubDate>Thu, 26 Jan 2006 19:08:51 +0000</pubDate>
    </item>

    <item>
       <title>script</title>
       <link>http://yubnub.org/kernel/man?args=script</link>
       <description>Run javascript.


example:
script alert(&quot;Yubnub is cool!&quot;)

b.a. {url[no url encoding] echo &lt;script language=&quot;javascript&quot;&gt;%s&lt;/script&gt;[no url encoding]}</description>
       <pubDate>Thu, 26 Jan 2006 18:52:44 +0000</pubDate>
    </item>

    <item>
       <title>sky</title>
       <link>http://yubnub.org/kernel/man?args=sky</link>
       <description>Skypes the given user.

Example: sky jonathan.aquino

Tested from the Firefox YubNub search bar.
Inspired by the sidebarload command. {url[no url encoding] echo &lt;script language=&quot;javascript&quot;&gt;w = window.open(&quot;callto://%s&quot;);w.close();history.go(-1);&lt;/script&gt;}</description>
       <pubDate>Thu, 26 Jan 2006 07:28:51 +0000</pubDate>
    </item>

    <item>
       <title>gadv</title>
       <link>http://yubnub.org/kernel/man?args=gadv</link>
       <description>Advanced Google search: no more clicking on advanced options! To use Google’s Advanced Search filters (like the filetype, language, and publication date of the search results), just use the switches detailed below. Note: this was adapted from my Advanced Google Images search (maybe more specialized Google searches to follow).

For a basic search (very similar if not exactly the same as using YubNub’s default Google search), type “gadv” and then the term(s) to be searched for.
Example: gadv porsche

Switches that correspond to preferences in Google’s Advanced Search:

-number: specify the number of search results you want on each page. The default is 30 results per page. It appears that the maximum per page is 100.
Example: gadv porsche -number 50

-exact: specify an exact word or phrase to be searched for. The same thing as putting your search term(s) in quotes, but I figured that I might as well implement it for those uncomfortable with quotation marks.
Example: gadv -exact porsche 911

-atleast: specify a word or phrase so that “at least one of the words” will be present in every page. Same as adding the operator “OR.”
Example: gadv porsche -atleast 911 carrera

-excluded: specify a word or phrase to be excluded from the search. The same thing as adding a hyphen (-) before a word, although maybe YubNub makes mistakes with hyphens in searches.
Example: gadv porsche -excluded 911

-language: specify a language for all search results to be in. Default is all languages. Google uses two letter codes to denote each language, e.g., “ar” for Arabic, “it” for Italian. If you don’t know what a particular language code is, do a regular Google search, select the language from the “Language” drop-down bar in Advanced Search, and look for the two letters in the URL following the string “&amp;lr=lang_”
Example: gadv porsche -language de

-filetype: specify a filetype for your search results. Default is all filetypes. Choose from the following filetypes, entering the parenthetical code for the desired filetype: Adobe Acrobat PDF (pdf), Adobe Postscript (ps), Microsoft Word (doc), Microsoft Excel (xls), Microsoft PowerPoint (ppt), and Rich Text Format (rtf).
Example: gadv porsche -filetype xls

-when: specify the how recently updated your results are. Default is anytime. Seems to work best in months, using the code “m*”, where “*” is the number of months you want to include in your search.
Example: gadv porsche -when m5

-where: specify what part of the pages Google searches must include your search term(s). Default is anywhere. Choose from the following regions, entering the parenthetical code for the desired region: only in the title (title), only in the page’s text (body), only in the URL (url), and only in the links to the page (links).
Example: gadv porsche -where url

-site: specify which site you want to search for your term(s). Just type the URL following the switch.
Example: gadv porsche -site cnn.com

-filtered: specify whether you want Google to use SafeSearch to filter your results. Default is no filtering, but if you’ve previously selected another filtering option, that may be your default. Choose from on (or active, if you prefer) and off.
Example: gadv porsche -filtered on http://www.google.com/search?as_q=%s&amp;num=${number=30}&amp;hl=en&amp;as_epq=${exact}&amp;as_oq=${atleast}&amp;as_eq=${excluded}&amp;lr=lang_${language}&amp;as_filetype=${filetype}&amp;as_qdr=${when}&amp;as_occt=${where}&amp;as_sitesearch=${site}&amp;safe=${filtered}</description>
       <pubDate>Mon, 23 Jan 2006 16:08:58 +0000</pubDate>
    </item>

    <item>
       <title>&gt;&amp;</title>
       <link>http://yubnub.org/kernel/man?args=&gt;&amp;</link>
       <description>Extract images from the site, modified code used for the command &quot;&gt;&quot;. 
(that extracts the URL and redirects to Google's first result)
The following command will list all the images from Yahoo shop site.
&gt;&amp; yshop ipod
 {url[no url encoding] gim site:{ extractDomainName { url {% 1 %s} } } {% 2- %s} [no url encoding]}</description>
       <pubDate>Sun, 22 Jan 2006 04:15:04 +0000</pubDate>
    </item>

    <item>
       <title>&gt;</title>
       <link>http://yubnub.org/kernel/man?args=&gt;</link>
       <description>SYNOPSIS
       &gt; [Yubnub command] [query]

EXAMPLES
       &gt; wp Figures of speech
       results: the article in the English Wikipedia about Figures of speech

       &gt; wpde Jonathan Ive
       results: the article in the German (de!) Wikipedia about Jonathan Ive

       &gt; am The Future and its Enemies
       results: the page in Amazon for Viginia Postrel's book The Future and its Enemies

       &gt; imdb Amelie
       results: the page in the IMDB for Le Fabuleux destin d'Amélie Poulain

       &gt; cia India
       results: the CIA Factbook entry for India. (And this is is a much convenient than just using &quot;cia&quot;, since then you have to know the country two letter code.)

       &gt; cnn NYC transit workers
       results: the CNN article &quot;New Yorkers walk as transit strike ruled illegal.&quot; This brings up a subtle point: this is not be the most recent article in the topic, but rather the most important article on CNN about NYC transit workers according to Google. So &quot;&gt;&quot; can also be interpreted to mean: Quick! Take me to the most important page in this site related to this query.

       &gt; lj annzah
       results: the LiveJournal user page of the user Annzah.

       &gt; kottke just enough
       results: Kottke's post &quot;Just enough is more&quot;

       &gt; / Shockwave Rider
       results: an article in Slashdot about Schockwave Rider

DESCRIPTION
       In practice, what &quot;&gt;&quot; does is search a &quot;content&quot; website through Google for your query and send you straight to the first result. It is convenient because it builds on your knowledge of Yubnub commands and because it is often more direct.

       Here's a more precise description:  Yubnub generates a URL by interpreting the 1st param as a Yubnub command, it then extracts a domain name from that URL and uses it to configure a Google Feeling Lucky search for the 2nd param. {url[no url encoding] gfl site:{ extractDomainName { url {% 1 %s} } } {% 2- %s} [no url encoding]}</description>
       <pubDate>Sat, 21 Jan 2006 23:07:20 +0000</pubDate>
    </item>

    <item>
       <title>yquotes</title>
       <link>http://yubnub.org/kernel/man?args=yquotes</link>
       <description>Download stock quotes from Yahoo Finance site 
and open the .csv file in excel.
For. e.g.
yquotes ACC.NS+CRBK.NS+INFY.NS+XYZ.NS
 http://finance.yahoo.com/d/quotes.csv?e=.csv&amp;f=sl1d1c1v&amp;s=%s</description>
       <pubDate>Sat, 21 Jan 2006 14:45:51 +0000</pubDate>
    </item>

    <item>
       <title>amr</title>
       <link>http://yubnub.org/kernel/man?args=amr</link>
       <description>I really like this command. It uses a single parameter, your search 
phrase, but whats so good about it is it takes that parameter and 
uses google to pick out a page from amazon with product reviews of your 
search and automatically direct you to it. Try it out:

amr ipod shuffle
amr micro hard drive
amr memorex traveldrive

A very useful command, especially for looking up an item before purchasing 
it off of ebay. I almost bought the result for &quot;micro hard drive&quot; from 
ebay before I read those reviews, which is what gave me the idea for this 
command.

- Jake jjefferydesign.com http://www.google.com/search?btnI=I%27m+Feeling+Lucky&amp;ie=UTF-8&amp;oe=UTF-8&amp;q=%s+%22Customer+Reviews%22+site:amazon.com</description>
       <pubDate>Sat, 21 Jan 2006 06:11:06 +0000</pubDate>
    </item>

    <item>
       <title>guess</title>
       <link>http://yubnub.org/kernel/man?args=guess</link>
       <description>Guesses the given language. (From Xerox Research Centre Europe)

Example: guess tworzy? swoje w?asne z u?yciem create http://www.xrce.xerox.com/cgi-bin/mltt/LanguageGuesser?Text=%s</description>
       <pubDate>Sat, 21 Jan 2006 04:58:20 +0000</pubDate>
    </item>

    <item>
       <title>rss2pdf1</title>
       <link>http://yubnub.org/kernel/man?args=rss2pdf1</link>
       <description>Generate pdf file from RSS feed.

for e.g.
rss2pdf http://oksoft.antville.org/rss http://rss2pdf.com?url=%s</description>
       <pubDate>Thu, 19 Jan 2006 12:10:04 +0000</pubDate>
    </item>

    <item>
       <title>smsany</title>
       <link>http://yubnub.org/kernel/man?args=smsany</link>
       <description>Send an SMS text message to any US mobile phone using TeleFlip. You don't have to specify the carrier!

Parameters to the command are the telephone numer (all numbers e.g. 55512123456) followed by the text of the sms message.

Example: 

smsany 55512123456 Hey this is Yub, how's it going
 {url[no url encoding] send {strrange 1 %s}@teleflip.com {strrange 2- %s}[no url encoding]}</description>
       <pubDate>Thu, 19 Jan 2006 09:44:16 +0000</pubDate>
    </item>

    <item>
       <title>gima</title>
       <link>http://yubnub.org/kernel/man?args=gima</link>
       <description>Advanced Google Images search: now you can use all the filters of Google Images Advanced Search (like specifying image size, color, and websites searched) without having to add arcane symbols or click through dialogs! Just add the corresponding switches and you're good to go!

Just like with searching Google Images normally with &quot;gim,&quot; you can do a basic search by typing a word or phrase after &quot;gima&quot; (although this one-ups &quot;gim&quot; since it searches for &quot;icon&quot; and &quot;xxlarge&quot; images by default as well as the other image sizes)
Example: gima porsche

Switches that correspond to preferences in Google Image's Advanced Search:

-size: specify a particular image size for your search results. You can choose from icon, small, medium, large, xlarge, or xxlarge. The default is all sizes. This is the only quirky switch; to search for multiple image sizes (other than the default setting of all image sizes), you must add the “vertical bar” symbol (|) between each word. If you don’t see the symbol on your keyboard, type 124 while holding the Alt key with number lock on.
Example: gima porsche -size xxlarge
Other example: gima porsche -size large|xlarge|xxlarge

-type: specify a filetype for your search results. Default is all filetypes. Choose from jpg, gif, and png.
Example: gima porsche -type png

-color: specify a color for your search results. Choose from mono (black and white), gray (grayscale), and color (full color). Default is any color.
Example: gima porsche -color mono

-site: specify a website from which your search results will be generated. Type in any site you like. Default is searching any site. 
Example: gima porsche -site porsche.com

-filtered: specify whether you want your search results to be filtered by Google’s SafeSearch. Choose from on (strict filtering) or off (no filtering). Default should be whatever you have previously set your preferences to be (typically, moderate filtering). I’m not quite sure how to implement moderate filtering other than choosing it from Google’s Preferences.
Example: gima porsche -filtered on

-exact: specify an exact word or phrase to be searched for. The same thing as putting your search term(s) in quotes, but I figured that I might as well implement it for those uncomfortable with quotation marks.
Example: gima -exact porsche 911

-related: specify a related word or phrase to be searched for. Not quite sure how it’s different from just typing the word in as a regular search term, but maybe someone uses this effectively.
Example: gima porsche -related ferrari

-excluded: specify a word or phrase to be excluded from the search. The same thing as adding a hyphen (-) before a word, although maybe YubNub makes mistakes with hyphens in searches.
Example: gima porsche -excluded 911
 http://images.google.com/images?as_q=%s&amp;as_epq=${exact}&amp;as_oq=${related}&amp;as_eq=${excluded}&amp;imgsz=${size=icon|small|medium|large|xlarge|xxlarge}&amp;as_filetype=${type}&amp;imgc=${color}&amp;as_sitesearch=${site}&amp;safe=${filtered} </description>
       <pubDate>Wed, 18 Jan 2006 22:29:55 +0000</pubDate>
    </item>

    <item>
       <title>repeat</title>
       <link>http://yubnub.org/kernel/man?args=repeat</link>
       <description>Repeats user entered data a specified number of times.  

SYNTAX
     repeat -data &lt;data&gt; -times &lt;times&gt; [-spaces &lt;spaces&gt;]

EXAMPLE
     repeat -data Ha -times 2
     OUTPUT: HaHa

     repeat -data Ha -times 2 -spaces 1
     OUTPUT: Ha Ha

-- dScener http://silenceisdefeat.org/~dscener/yubnub/repeat?howmany=${times}&amp;data=${data}&amp;spaces=${spaces=0}</description>
       <pubDate>Wed, 18 Jan 2006 03:22:20 +0000</pubDate>
    </item>

    <item>
       <title>dgsub</title>
       <link>http://yubnub.org/kernel/man?args=dgsub</link>
       <description>Submits a URL to Digg.com

SYNTAX
     dgsub [url]

EXAMPLE
     dgsub http://dscener.blogspot.com http://digg.com/submit?&amp;id=c_1&amp;phase=1&amp;url=%s[post]</description>
       <pubDate>Wed, 18 Jan 2006 00:04:18 +0000</pubDate>
    </item>

    <item>
       <title>clipboard</title>
       <link>http://yubnub.org/kernel/man?args=clipboard</link>
       <description>Copy a text string to your clipboard:
clipboard &lt;string&gt;
Example
clipboard I'm in your clipboard http://www.saraswaticlasses.net/yubnub/copy.php?text=%s</description>
       <pubDate>Fri, 13 Jan 2006 20:31:19 +0000</pubDate>
    </item>

    <item>
       <title>sgma</title>
       <link>http://yubnub.org/kernel/man?args=sgma</link>
       <description>Secure access to gmail https://mail.google.com/mail</description>
       <pubDate>Mon, 09 Jan 2006 03:10:23 +0000</pubDate>
    </item>

    <item>
       <title>pls</title>
       <link>http://yubnub.org/kernel/man?args=pls</link>
       <description>Okay, I made this command that searches video games for certain player
online, and tells you what server their on using GameTiger.

pls [player] [game]
pls Knube (Searches &quot;Knube&quot; in all games)
pls Knube DOD (Searches &quot;Knube&quot; in Day of Defeat)

Accurate parameters for &quot;game&quot;: cstrike (Counter-Strike), h2
(Counter-Strike: Source), tfc (Team Fortress), dod (Day of Defeat),
dod2 (Day of Defeat: Source), q3 (Quake 3), bf (Battle Field 1942), u3
(Unreal Tournament 2003), u4 (Unreal Tournament 2004).

Leave &quot;game&quot; blank to search all games. Some games may not be listed
above, and for those you can leave &quot;game&quot; blank.


I just made this one for my convenience but I though you all would like
it. &quot;player&quot; has to be one word. I could make another verson of it that
allows multiple words for &quot;player&quot; easily if you want it, but this is
easiest for me to use. http://gametiger.com/search?player={% 1 %s}&amp;game={% 2 %s}[no url encoding]</description>
       <pubDate>Tue, 03 Jan 2006 00:06:42 +0000</pubDate>
    </item>

    <item>
       <title>gmobile</title>
       <link>http://yubnub.org/kernel/man?args=gmobile</link>
       <description>Mobile device version of the page, 
(different that the command gproxy that is used to bypass proxy)
 
View any site without images, CSS or JavaScript.
Useful on mobile devices, as a proxy or printable page.
 http://www.google.com/gwt/n?q=%s&amp;site=search&amp;hl=en&amp;lr=&amp;mrestrict=xhtml&amp;ct=res&amp;cd=1&amp;rd=1&amp;u=%s&amp;_gwt_noimg=1</description>
       <pubDate>Wed, 28 Dec 2005 06:35:06 +0000</pubDate>
    </item>

    <item>
       <title>copy</title>
       <link>http://yubnub.org/kernel/man?args=copy</link>
       <description>Copy a Yubnub command to Yahoo! Open Shortcuts

Examples:

copy a command:
  copy gim
copy a command but with a different name:
  copy gim -name img
unset a shortcut(for mistakes):
  copy gim -name img -action unset
or:
  copy img -action unset {url[no url encoding] y !${action=set} ${name=%s} {url[no url encoding] %s }{echops}}</description>
       <pubDate>Fri, 23 Dec 2005 14:29:28 +0000</pubDate>
    </item>

    <item>
       <title>pay</title>
       <link>http://yubnub.org/kernel/man?args=pay</link>
       <description>Pay to anyone with an email address using paypal.
pay abc@yahoo.com

Can combine it with shortcuts as well. for e.g.
pay {echoshortcut shantanu}
 https://www.paypal.com/xclick/business=%s</description>
       <pubDate>Fri, 23 Dec 2005 02:16:25 +0000</pubDate>
    </item>

    <item>
       <title>gproxy</title>
       <link>http://yubnub.org/kernel/man?args=gproxy</link>
       <description>Use Google translator service (language tools) as a proxy to bypass the restricted sites!
for e.g. 
gproxy yahoo.com http://www.google.com/translate?langpair=en|en&amp;u=%s</description>
       <pubDate>Wed, 21 Dec 2005 16:59:14 +0000</pubDate>
    </item>

    <item>
       <title>googlocal</title>
       <link>http://yubnub.org/kernel/man?args=googlocal</link>
       <description>Google Local search. simplified with Positional Parameters
Example:
googlocal pizza seattle {url[no url encoding] gloc -what {% 1 %s} -where {% 2 %s}[no url encoding]}</description>
       <pubDate>Wed, 14 Dec 2005 18:39:50 +0000</pubDate>
    </item>

    <item>
       <title>%</title>
       <link>http://yubnub.org/kernel/man?args=%</link>
       <description>NAME
     % - Returns a sublist of words for a given phrase

SYNOPSIS
     % [RANGE] [PHRASE] [-SILENT true]

DESCRIPTION
     arguments:
     &lt;RANGE&gt;
        The format of the range parameter is:
          N     N'th word of the phrase, counted from 1
          N-    from N'th word to end of phrase
          N-M   from N'th to M'th (included) word
          -M    from first to M'th (included) word
          
        This syntax is is based on the Linux command CUT
        Here's the manual page: http://nixdoc.net/man-pages/Linux/man1/CUT.1.html

     &lt;PHRASE&gt;
        The string, words separated by spaces.

     &lt;SILENT true&gt;
        Optional argument, if set no error message is showed when there is a mistake in the sintaxis

EXAMPLES
     % 2 Hello! how are you?
     returns: how

     % 8 nice to meet you
     returns: nothing

     % 3- a b c d e f
     returns: c d e f

     % -3 a b c d e f
     returns: a b c

     % 2-4 a b c d e f
     returns: b c d

     % 2-3-5 nice to meet you
     returns: Error!...

     % 2-3-5 nice to meet you -silent true
     returns: nothing

AUTHORS
     Mike Nolan (idea)
     Fuska (code)


==========
old implementations:
http://fuska.railsplayground.com/yubnub/split.php?phrase=%s&amp;silentmode=${silent}
http://saraswaticlasses.net/yubnub/split.php?phrase=%s&amp;silentmode=${silent} http://jonathanaquino.com/yubtools/split.php?phrase=%s&amp;silentmode=${silent}&amp;xn_auth=no</description>
       <pubDate>Wed, 14 Dec 2005 18:31:38 +0000</pubDate>
    </item>

    <item>
       <title>rssread</title>
       <link>http://yubnub.org/kernel/man?args=rssread</link>
       <description>Uses Google's RSS feed reader to read an RSS feed.

SYNTAX:
rssread &lt;feed url&gt;

EXAMPLE:

Reading a slashdot feed given the feed url:
rssread http://rss.slashdot.org/Slashdot/slashdot

Using a feed that has already been YubNubed:
rssread {url rssslashdot}
rssread {url rssbbcnewsuk} http://www.google.com/reader/preview/*/feed/%s[no url encoding]</description>
       <pubDate>Wed, 07 Dec 2005 20:40:01 +0000</pubDate>
    </item>

    <item>
       <title>bark</title>
       <link>http://yubnub.org/kernel/man?args=bark</link>
       <description>MP3 of a dog barking. Handy when leaving the house unattended, as a barking
dog is a major deterrent to burglars. http://cm.aces.utexas.edu/fa03/leverett/barking_dogs.mps.mp3</description>
       <pubDate>Sun, 27 Nov 2005 08:54:49 +0000</pubDate>
    </item>

    <item>
       <title>sportscores</title>
       <link>http://yubnub.org/kernel/man?args=sportscores</link>
       <description>Live sports scores for any sport from FoxSports.

To get scores type the command and then the three letter league or sport designation
Example:  sportscores nfl (for NFL scores); sportscores cfb (for college football scores) http://msn.foxsports.com/%s/scores</description>
       <pubDate>Fri, 25 Nov 2005 18:27:07 +0000</pubDate>
    </item>

    <item>
       <title>Yubnublet</title>
       <link>http://yubnub.org/kernel/man?args=Yubnublet</link>
       <description>NAME
       Yubnublet - Creates a page with the javascript code that you pass to it
                   So you can create bookmarklets in Yubnub

SYNOPSIS
       Yubnublet &lt;JS code&gt;

EXAMPLE
      Yubnublet window.alert(&quot;this is cool!&quot;)
      Yubnublet document.write(&quot;this is cool too!&quot;)
      Yubnublet for(i=0;i&lt;10;i++)document.write(&quot;this is very cool!&lt;br&gt;&quot;)

	You can also include the current url in you code(this is the most common in a bookmarklet)
	the string [current URL] (note the brackets) will be replaced by the actual url
	for example:

      Yubnublet location.href=&quot;http://dnsstuff.com/tools/whois.ch?ip=&quot;+[current URL];

AUTHOR
       Fuska http://saraswaticlasses.net/yubnub/yubnublet.php?code=%s</description>
       <pubDate>Tue, 22 Nov 2005 13:27:47 +0000</pubDate>
    </item>

    <item>
       <title>two</title>
       <link>http://yubnub.org/kernel/man?args=two</link>
       <description>View the results of two YubNub commands on the same page

Example:
two -1 g -2 y -3 porsche 911

This will show you a Google search for porsche 911 and a 
Yahoo search for porsche 911.

Example:
two -1 gim -2 yim -3 porsche 911
This will show you a Google Image Search for porsche 911 and a 
Yahoo Image Search for porsche 911. {url[no url encoding] splith {url[no url encoding] ${1} ${3}} {url[no url encoding] ${2} ${3}}}</description>
       <pubDate>Sun, 06 Nov 2005 09:20:04 +0000</pubDate>
    </item>

    <item>
       <title>hoogle</title>
       <link>http://yubnub.org/kernel/man?args=hoogle</link>
       <description>The Haskell API Search Engine.

Hoogle allows you to search by either name, or by approximate type signature.

Example searches:
  hoogle map
  hoogle (a -&gt; b) -&gt; [a] -&gt; [b]
  hoogle Ord a =&gt; [a] -&gt; [a] http://haskell.org/hoogle/?q=%s</description>
       <pubDate>Mon, 31 Oct 2005 16:48:53 +0000</pubDate>
    </item>

    <item>
       <title>send</title>
       <link>http://yubnub.org/kernel/man?args=send</link>
       <description>type email address followed by the message to send! http://saraswaticlasses.net/sendmail.php?inthat=%s </description>
       <pubDate>Sat, 29 Oct 2005 02:14:34 +0000</pubDate>
    </item>

    <item>
       <title>nucat</title>
       <link>http://yubnub.org/kernel/man?args=nucat</link>
       <description>nucat -- Search nucat, Northwestern University's online library catalog

example:
nucat nebraska

b.a.


==========
Old implementation
http://nucat.library.northwestern.edu/cgi-bin/Pwebrecon.cgi?Search_Arg=%s&amp;SL=None&amp;Search_Code=CMD&amp;PID=4533&amp;SEQ=20051006214726&amp;CNT=25&amp;HIST=1 http://nucat.library.northwestern.edu/cgi-bin/Pwebrecon.cgi?Search_Arg=%s&amp;SL=None&amp;Search_Code=GKEY&amp;PID={scrape -tokens pid%3D %22 -dirs 0 0 -url http://nucat.library.northwestern.edu/}&amp;CNT=25&amp;HIST=1</description>
       <pubDate>Fri, 07 Oct 2005 02:51:48 +0000</pubDate>
    </item>

    <item>
       <title>randgp</title>
       <link>http://yubnub.org/kernel/man?args=randgp</link>
       <description>&quot;randgp&quot; searches Google Print for two random words
and displays a bunch of books containing those
words. Use it when you just don't know what to read.

(Sean O'Hagan) http://print.google.com/print?ie=UTF-8&amp;q={randwd}+{randwd2}&amp;btnG=Search</description>
       <pubDate>Sun, 02 Oct 2005 03:26:47 +0000</pubDate>
    </item>

    <item>
       <title>glog</title>
       <link>http://yubnub.org/kernel/man?args=glog</link>
       <description>Displays regular Google results side-by-side with Google Blog Search 
results.

Example: glog apple {url[no url encoding] splitv {url[no url encoding] g %s} {url[no url encoding] gooblogs %s}}</description>
       <pubDate>Fri, 30 Sep 2005 04:51:57 +0000</pubDate>
    </item>

    <item>
       <title>sprk</title>
       <link>http://yubnub.org/kernel/man?args=sprk</link>
       <description>Search Sparknotes.com study guides



----------
Old implementation:
http://search.sparknotes.com/?query=%s http://gsearch.sparknotes.com/search?q=%s&amp;searchbg=&amp;output=xml_no_dtd&amp;oe=UTF-8&amp;ie=UTF-8&amp;client=default_frontend&amp;proxystylesheet=default_frontend&amp;site=default_collection</description>
       <pubDate>Tue, 27 Sep 2005 02:44:29 +0000</pubDate>
    </item>

    <item>
       <title>sudoku</title>
       <link>http://yubnub.org/kernel/man?args=sudoku</link>
       <description>Generate a Sudoku puzzle.

Examples:
    sudoku    
    sudoku -level 2
    sudoku -worksheet

The levels are:
    1 Easy
    2 Medium
    3 Hard
    4 Evil

The &quot;-worksheet&quot; option will go to a PDF of a blank worksheet that
you can print out. It is useful because it has little numbers that
you can cross out.
 {ifThen -value1 %s -value2 -worksheet -test EQUAL -then http://www.ccs.neu.edu/home/ramsdell/tools/sudoku.pdf}{ifThen -value1 %s -value2 -worksheet -test NOTEQUAL -then http://play.websudoku.com/?level=${level=1}}</description>
       <pubDate>Mon, 19 Sep 2005 01:44:20 +0000</pubDate>
    </item>

    <item>
       <title>zoek</title>
       <link>http://yubnub.org/kernel/man?args=zoek</link>
       <description>Zoek spullen op SpullenBANK.nl

Bijv: 
- &quot;zoek Golf&quot; toont alle advertenties met het woord Golf
- &quot;zoek Golf Haarlem&quot; toont alle Golfs met postcode in Haarlem

Wildcards werken ook:

- &quot;zoek laser* Amsterdam&quot; toont zowel laserprinters als -behandelingen in de hoofdstad

 http://www.spullenbank.nl/rs6/cl.asp?action=srslt&amp;cpg=srslt&amp;c1=2&amp;c2=&amp;c3=&amp;kyp=&amp;ord=date_d&amp;nw=&amp;trd=0&amp;rid=1&amp;kyd=%s&amp;psc=&amp;mnp=&amp;mxp=&amp;ps=100&amp;side=&amp;zoek=zoek</description>
       <pubDate>Tue, 23 Aug 2005 15:26:06 +0000</pubDate>
    </item>

    <item>
       <title>utf8</title>
       <link>http://yubnub.org/kernel/man?args=utf8</link>
       <description>Uses Unihan Database to get a character glyph using its UTF-8 code

Example:  utf8 52
returns: The 'R' glyph 

It also returns Lots of Data about the given code From Unicode DataBase 

Author:
   Essam Eliwa http://www.unicode.org/cgi-bin/GetUnihanData.pl?codepoint=%s&amp;useutf8=true</description>
       <pubDate>Fri, 19 Aug 2005 10:03:17 +0000</pubDate>
    </item>

    <item>
       <title>unicode</title>
       <link>http://yubnub.org/kernel/man?args=unicode</link>
       <description>Uses Unihan Database to get a character set glyphs using any unicode in this set

Example:  Unihan 0600
returns: Unihan Index for U+600 through U+6FF

use Unihan 0 for english character set

Author:
   Essam Eliwa http://www.unicode.org/cgi-bin/UnihanGrid.pl?codepoint=U+%s&amp;useutf8=false</description>
       <pubDate>Fri, 19 Aug 2005 09:59:16 +0000</pubDate>
    </item>

    <item>
       <title>unihan</title>
       <link>http://yubnub.org/kernel/man?args=unihan</link>
       <description>Uses Unihan Database to get a character glyph using its UniCode

Example:  Unihan 0045
returns: The 'E' glyph 

It returns Lots of Data From Unicode DataBase for the given code

Author:
   Essam Eliwa http://www.unicode.org/cgi-bin/GetUnihanData.pl?codepoint=%s</description>
       <pubDate>Fri, 19 Aug 2005 09:24:16 +0000</pubDate>
    </item>

    <item>
       <title>back</title>
       <link>http://yubnub.org/kernel/man?args=back</link>
       <description>This command will do as if you pressed the back button
you may add a number like 2 to go back 2 pages

example:
back -n 2

AUTHOR
    Essam Eliwa http://www.cs.nott.ac.uk/~eoe/back.html?n=-${n=1}</description>
       <pubDate>Thu, 18 Aug 2005 13:32:46 +0000</pubDate>
    </item>

    <item>
       <title>phon</title>
       <link>http://yubnub.org/kernel/man?args=phon</link>
       <description>Converts the given text to the phonetic alphabet (Alpha, Bravo, Zulu, ...)

Example: phon hello world
returns: Hotel Echo Lima Lima Oscar Whiskey Oscar Romeo Lima Delta

Useful for conveying important information over the phone (like zip codes) http://yubnub.org/example/to_phonetics?text=%s</description>
       <pubDate>Wed, 17 Aug 2005 05:06:33 +0000</pubDate>
    </item>

    <item>
       <title>oos</title>
       <link>http://yubnub.org/kernel/man?args=oos</link>
       <description>Launches the OpenOffice spreadsheet application by downloading a blank sxc file. http://yubnub.org/New%20OpenOffice.org%201.1.2%20Spreadsheet.sxc</description>
       <pubDate>Tue, 16 Aug 2005 04:37:03 +0000</pubDate>
    </item>

    <item>
       <title>oow</title>
       <link>http://yubnub.org/kernel/man?args=oow</link>
       <description>Launches the OpenOffice word processor by downloading a blank .sxw document. http://yubnub.org/New%20OpenOffice.org%201.1.2%20Text%20Document.sxw</description>
       <pubDate>Tue, 16 Aug 2005 04:33:56 +0000</pubDate>
    </item>

    <item>
       <title>xl</title>
       <link>http://yubnub.org/kernel/man?args=xl</link>
       <description>Launches Microsoft Excel by downloading a blank Excel document. http://yubnub.org/New%20Microsoft%20Excel%20Worksheet.xls</description>
       <pubDate>Tue, 16 Aug 2005 04:30:33 +0000</pubDate>
    </item>

    <item>
       <title>wrd</title>
       <link>http://yubnub.org/kernel/man?args=wrd</link>
       <description>Launches Microsoft Word by downloading a blank Word document. http://yubnub.org/New%20Microsoft%20Word%20Document.doc</description>
       <pubDate>Tue, 16 Aug 2005 04:24:48 +0000</pubDate>
    </item>

    <item>
       <title>yt</title>
       <link>http://yubnub.org/kernel/man?args=yt</link>
       <description>Search YouTube.. Like flickr for videos. http://www.youtube.com/results?search_type=search_videos&amp;search_sort=relevance&amp;search_query=%s&amp;search=Search</description>
       <pubDate>Sun, 14 Aug 2005 16:12:27 +0000</pubDate>
    </item>

    <item>
       <title>revs</title>
       <link>http://yubnub.org/kernel/man?args=revs</link>
       <description>reverse lookup of telephone number
search:
revs [number] http://pg.wolfetech.com/pgsigma_java/pgsigma.cgi?DEVICE_ID=PG_SIGMA_TEST&amp;SERVICE_CODE=1c&amp;VAR0=%s</description>
       <pubDate>Sun, 14 Aug 2005 03:27:00 +0000</pubDate>
    </item>

    <item>
       <title>Divide</title>
       <link>http://yubnub.org/kernel/man?args=Divide</link>
       <description>NAME
    Divide - Divides one value by another

SYNOPSIS
    Divide [VALUE1] [VALUE2]

EXAMPLES
    Divide 10 5    (returns: 2)

DESCRIPTION
    This command divides one value by another and returns the result.

AUTHOR
    Allen Ormond &lt;aormond (at) fromrocks (dot) com&gt; http://jonathanaquino.com/yubscripts/math/math.php?command=divide&amp;input=%s&amp;xn_auth=no</description>
       <pubDate>Sat, 13 Aug 2005 23:09:21 +0000</pubDate>
    </item>

    <item>
       <title>Multiply</title>
       <link>http://yubnub.org/kernel/man?args=Multiply</link>
       <description>NAME
    Multiply - Multiplies two values together

SYNOPSIS
    Multiply [VALUE1] [VALUE2]

EXAMPLES
    Multiply 2 5    (returns: 10)

DESCRIPTION
    This command multiplies two values together and returns the result.

AUTHOR
    Allen Ormond &lt;aormond (at) fromrocks (dot) com&gt; http://jonathanaquino.com/yubscripts/math/math.php?command=multiply&amp;input=%s&amp;xn_auth=no</description>
       <pubDate>Sat, 13 Aug 2005 23:06:30 +0000</pubDate>
    </item>

    <item>
       <title>Subtract</title>
       <link>http://yubnub.org/kernel/man?args=Subtract</link>
       <description>NAME
    Subtract - adds values together

SYNOPSIS
    Subtract [VALUE1] [VALUE2]

EXAMPLES
    Subtract 100 10    (returns: 90)
    Subtract 2 10    (returns: -8)

DESCRIPTION
    This command subtracts the first number from the second, and returns the result.

AUTHOR
    Allen Ormond &lt;aormond (at) fromrocks (dot) com&gt; http://jonathanaquino.com/yubscripts/math/math.php?command=subtract&amp;input=%s&amp;xn_auth=no</description>
       <pubDate>Sat, 13 Aug 2005 23:03:40 +0000</pubDate>
    </item>

    <item>
       <title>Sum</title>
       <link>http://yubnub.org/kernel/man?args=Sum</link>
       <description>NAME
    Sum - adds values together

SYNOPSIS
    Sum [VALUE1] [VALUE2] [VALUE3] ...

EXAMPLES
    Sum 20 5.3   (result: 25.3)
    Sum 2 4 6 8 10    (result: 30)

DESCRIPTION
    This command adds space separated numbers together. You can use as many numbers
    as you like.

AUTHOR
    Allen Ormond &lt;aormond (at) fromrocks (dot) com&gt; http://jonathanaquino.com/yubscripts/math/math.php?command=sum&amp;input=%s&amp;xn_auth=no</description>
       <pubDate>Sat, 13 Aug 2005 22:59:26 +0000</pubDate>
    </item>

    <item>
       <title>strLcase</title>
       <link>http://yubnub.org/kernel/man?args=strLcase</link>
       <description>An alias for lcase.

I thought it would be handy to have all the string manipulation commands prefixed by &quot;str&quot; http://www.yubnub.org/parser/parse?command=lcase+%s</description>
       <pubDate>Sat, 13 Aug 2005 19:52:58 +0000</pubDate>
    </item>

    <item>
       <title>strUcase</title>
       <link>http://yubnub.org/kernel/man?args=strUcase</link>
       <description>An alias for ucase.

I thought it would be handy to have all the string manipulation commands prefixed by &quot;str&quot; http://www.yubnub.org/parser/parse?command=ucase+%s</description>
       <pubDate>Sat, 13 Aug 2005 19:52:19 +0000</pubDate>
    </item>

    <item>
       <title>strFind</title>
       <link>http://yubnub.org/kernel/man?args=strFind</link>
       <description>NAME
    strFind - Returns the position of a string or character within another string

SYNOPSIS
    strFind -find [TEXT TO FIND] -string [STRING TO BE SEARCHED] -reverse [REVERSE SEARCH]

EXAMPLES
    strFind -find b -string abcabc   (returns: 2)
    strFind -find b -string abcabc -reverse true   (returns: 5)
    strFind -find z -string abcabc   (returns: 0)

DESCRIPTION
    Returns the position of the first occurence of a string or character within another string.
    If nothing is found, the command returns 0.
    
    Set -reverse to TRUE if you wish to find the first instance starting from the end of the string.

    This command IS case sensitive.

AUTHOR
    Allen Ormond &lt;aormond (at) fromrocks (dot) com&gt; http://jonathanaquino.com/yubscripts/strings/stringmanip.php?command=strfind&amp;find=${find}&amp;reverse=${reverse=FALSE}&amp;string=${string}&amp;xn_auth=no</description>
       <pubDate>Sat, 13 Aug 2005 19:40:44 +0000</pubDate>
    </item>

    <item>
       <title>strReplace</title>
       <link>http://yubnub.org/kernel/man?args=strReplace</link>
       <description>NAME
    strReplace - replace all instances of a character or string found within another string

SYNOPSIS
    strReplace -find [TEXT TO FIND] -replace [TEXT TO SUBSITUTE IN] -string [STRING TO BE SEARCHED]

EXAMPLES
    strReplace -find pizza -replace hot dogs -string I like pizza.   (returns: I like hot dogs.)
    strReplace -find a -replace o -string Banana Camera   (returns: Bonono Camero)

DESCRIPTION
    Replaces all instances of a string or character with another string or character, and
    returns the resulting string. This command IS case sensitive. 

    A solitary space character can be indicated in -find or -replace by using either &quot; &quot; or %20.

AUTHOR
    Allen Ormond &lt;aormond (at) fromrocks (dot) com&gt; http://jonathanaquino.com/yubscripts/strings/stringmanip.php?command=strreplace&amp;find=${find}&amp;replace=${replace}&amp;string=${string}&amp;xn_auth=no</description>
       <pubDate>Sat, 13 Aug 2005 19:16:44 +0000</pubDate>
    </item>

    <item>
       <title>ifThen</title>
       <link>http://yubnub.org/kernel/man?args=ifThen</link>
       <description>NAME
    ifThen - Compares two values (or evaluates a conditional statement) and returns a value based on the result

SYNOPSIS
    This command can be used with two different syntaxes:
    ifThen -value1 [VALUE 1] -value2 [VALUE 2] -test [CONDITIONAL TEST] -then [RESULT IF TRUE] -else [RESULT IF FALSE] -redirect [REDIRECT]
    OR:
    ifThen (CONDITIONAL STATEMENT)RESULT IF TRUE, RESULT IF FALSE -delimit [DELIMITER] -redirect [REDIRECT]


EXAMPLES
    The following are examples using both of the two syntaxes:

    ifThen -value1 16 -value2 23 -test LESS -then yub -else nub
    ifThen (16&lt;23)yub,nub
        (Returns &quot;yub&quot; because 16 is less than 23)

    ifThen -value1 abcdefg -value2 abcdefg -test NOTEQUAL  -then yub -else nub
    ifThen (abcdefg&lt;&gt;abcdefg) yub, nub
        (This would return &quot;nub&quot; because the two values are equal, thus failing the test)

    ifThen -value1 100 -value2 100 -test LESSEQUAL  -then http://www.google.com -redirect true
    ifThen (100&lt;=100)http://www.google.com -redirect true
        (Redirects to the the Google website.)

    ifThen -value1 100 -value2 100 -test LESSEQUAL  -then http://www.google.com -redirect false
    ifThen (100&lt;=100)http://www.google.com -redirect false
        (Returns the Google URL as a string.)
        
        
    The second syntax will also evaluate as true if the value in parentheses is TRUE, 1, or YES:
    
    ifThen (True)yub, nub
        (Returns &quot;yub&quot;)

DESCRIPTION
    Compares two values or evaluates a conditional statement and returns a result depending on the result.

    '-VALUE1' and '-VALUE2' are compared using the method defined by the '-TEST' parameter ,or
    the conditional statement is evaluated, if the result is true then the RESULT IF TRUE is returned.
    Otherwise the RESULT IF FALSE is returned (or nothing is returned if undefined).
    
-ELSE, RESULT IF FALSE, -REDIRECT and -DELIMIT are optional parameters

    Possible values for the '-test' parameter in the first syntax are:
        GREATER       - returns true if value1 is greater than value2
        LESS          - returns true if value1 is less than value2
        GREATEREQUAL  - returns true if value1 is greater than or equal to value2
        LESSEQUAL     - returns true if value1 is less than or equal to value2
        EQUAL         - returns true if value1 is equal to value2
        NOTEQUAL      - returns true if value1 is not equal to value2
        
    Possible conditional operators for the second syntax are:
         &gt;      - greater than
         &lt;      - less than
         &gt;=     - greater than or equal
         &lt;=     - less than or equal
         ==     - equal to
         &lt;&gt;     - not equal to

    The '-redirect' parameter can be set to True or False. It defaults to False. If set to True and
    the result of the command begins with &quot;HTTP&quot; then the the command will attempt to
    redirect the user to the web site.
    
    The '-delimit' parameter can be used to change the value that separates RESULT IF TRUE and
    RESULT IF FALSE. It defaults to a comma (,). This is only used for the second syntax.
    
NOTES
    This implementation of ifThen combines the original ifThen syntax with the new syntax first used
    in the 'ift' command.

AUTHOR
    Allen Ormond &lt;aormond (at) gmail (dot) com&gt; http://jonathanaquino.com/yubscripts/ifthen/ifthen.php?value1=${value1}&amp;value2=${value2}&amp;test=${test}&amp;then=${then}&amp;els=${else}&amp;redirect=${redirect=false}&amp;input=%s&amp;delimit=${delimit=,}&amp;xn_auth=no</description>
       <pubDate>Fri, 12 Aug 2005 04:14:04 +0000</pubDate>
    </item>

    <item>
       <title>strLength</title>
       <link>http://yubnub.org/kernel/man?args=strLength</link>
       <description>NAME
    strLength - returns the length of a string

SYNOPSIS
    strLength [STRING]

EXAMPLES
    strLength abcdefg     (returns: 7)
    strLength This is a string     (returns: 16)

DESCRIPTION
    This command will return the length of the inputted string.

    Do not surround the string with quotes.

AUTHOR
    Allen Ormond &lt;aormond (at) fromrocks (dot) com&gt; http://jonathanaquino.com/yubscripts/strings/stringmanip.php?command=strlength&amp;input=%s&amp;xn_auth=no</description>
       <pubDate>Fri, 12 Aug 2005 00:58:20 +0000</pubDate>
    </item>

    <item>
       <title>strRight</title>
       <link>http://yubnub.org/kernel/man?args=strRight</link>
       <description>NAME
    strRight - returns characters from the end of a string

SYNOPSIS
    strRight [STRING] [LENGTH]

EXAMPLES
    strRight abcdefg 3     (returns: &quot;efg&quot;)
    strRight This is a string 4     (returns: &quot;ring&quot;)

DESCRIPTION
    This command requires two parameters, a string and an integer. It will chop off
    and return the end of the string the length of the integer.

    Do not surround the string with quotes. The integer must come after a space
    at the end of the string.

AUTHOR
    Allen Ormond &lt;aormond (at) fromrocks (dot) com&gt; http://jonathanaquino.com/yubscripts/strings/stringmanip.php?command=strright&amp;input=%s&amp;xn_auth=no</description>
       <pubDate>Fri, 12 Aug 2005 00:38:54 +0000</pubDate>
    </item>

    <item>
       <title>strLeft</title>
       <link>http://yubnub.org/kernel/man?args=strLeft</link>
       <description>NAME
    strLeft - returns characters from the beginning of a string

SYNOPSIS
    strLeft [STRING] [LENGTH]

EXAMPLES
    strLeft abcdefg 3     (returns: &quot;abc&quot;)
    strLeft This is a string 6     (returns: &quot;This i&quot;)

DESCRIPTION
    This command requires two parameters, a string and an integer. It will chop off
    and return the beginning of the string the length of the integer.

    Do not surround the string with quotes. The integer must come after a space
    at the end of the string.

AUTHOR
    Allen Ormond &lt;aormond (at) fromrocks (dot) com&gt; http://jonathanaquino.com/yubscripts/strings/stringmanip.php?command=strleft&amp;input=%s&amp;xn_auth=no</description>
       <pubDate>Fri, 12 Aug 2005 00:36:27 +0000</pubDate>
    </item>

    <item>
       <title>Cur</title>
       <link>http://yubnub.org/kernel/man?args=Cur</link>
       <description>http://finance.yahoo.com/q?s=${from=GBP}${to=USD}=X

Yahoo Currency Converter, converts any  currency to another

the default is from British pound to US Dollar

for 1 Britsh pound (GBP) to Eguivlant in Egyptian pound (EGP)

Cur -from GBP -to EGP

for a complete list of Currency Abbreviation check:
http://www.jhall.demon.co.uk/currency/by_abbrev.html#e

AUTHOR
    Essam Eliwa
 http://finance.yahoo.com/q?s=${from=GBP}${to=USD}=X</description>
       <pubDate>Thu, 11 Aug 2005 16:23:52 +0000</pubDate>
    </item>

    <item>
       <title>compose</title>
       <link>http://yubnub.org/kernel/man?args=compose</link>
       <description>NAME
    compose - creates an email with your default program

SYNOPSIS
    compose -to [TO] -cc [CC] -bcc [BCC] -subject [SUBJECT] -body [MESSAGE BODY]

EXAMPLES
    compose -to test@example.com
    compose -to sample@example.com -subject What up dog? -body YubNub Rocks!

DESCRIPTION
    Creates an email in your default email application. All parameters are optional. 

    Note: This does not send an email automatically. It only creates a message that 
    will later need to be sent.

AUTHOR
       Allen Ormond &lt;aormond (at) fromrocks (dot) com&gt; http://www.fromrocks.com/yubnub/email/redirect-mailto.php?to=${to}&amp;subject=${subject}&amp;cc=${cc}&amp;bcc=${bcc}&amp;body=${body}</description>
       <pubDate>Tue, 09 Aug 2005 02:34:41 +0000</pubDate>
    </item>

    <item>
       <title>lcase</title>
       <link>http://yubnub.org/kernel/man?args=lcase</link>
       <description>NAME
       lcase - convert text to lowercase

SYNOPSIS
       lcase [STRING]

EXAMPLE
       lcase Hello, World!

AUTHOR
       Jonathan Aquino &lt;jonathan.aquino@gmail.com&gt;
       (Requested by Allen Ormond) http://yubnub.org/example/lcase?text=%s</description>
       <pubDate>Sun, 07 Aug 2005 17:10:41 +0000</pubDate>
    </item>

    <item>
       <title>ucase</title>
       <link>http://yubnub.org/kernel/man?args=ucase</link>
       <description>NAME
       ucase - convert text to uppercase

SYNOPSIS
       ucase [STRING]

EXAMPLE
       ucase Hello, World!

AUTHOR
       Jonathan Aquino &lt;jonathan.aquino@gmail.com&gt;
       (Requested by Allen Ormond) http://yubnub.org/example/ucase?text=%s</description>
       <pubDate>Sun, 07 Aug 2005 17:09:20 +0000</pubDate>
    </item>

    <item>
       <title>sendsms</title>
       <link>http://yubnub.org/kernel/man?args=sendsms</link>
       <description>NAME
    sendsms - send an SMS text message to a mobile phone

SYNOPSIS
    sendsms -n [PHONE NUMBER] -c [CARRIER] -m [MESSAGE]

EXAMPLE
    sendsms -n 1234567890 -c tmobile -m Hello World!

DESCRIPTION
    Sends a SMS text message to a mobile phone using the same method
    as Google's &quot;Send to Phone&quot; Firefox extension. This will only work for
    U.S. numbers. All parameters are required.

    These are the carrier codes that must be used.
    ALLTEL
    ATT
    CELLULARONE
    CINGULAR_4
    NEXTEL
    OMNIPOINT
    QWEST
    SPRINT
    TMOBILE
    VERIZON
    VIRGIN http://sms.toolbar.google.com/send/sms?client=unknown&amp;numsms=${n}&amp;carriersms={ucase ${c}}&amp;msgsms=${m}&amp;sendsms=Send+message</description>
       <pubDate>Sun, 07 Aug 2005 15:25:39 +0000</pubDate>
    </item>

    <item>
       <title>cmdline</title>
       <link>http://yubnub.org/kernel/man?args=cmdline</link>
       <description>NAME
    cmdline - opens a command line frame at the bottom of the screen
    cmd - an alias for cmdline

SYNOPSIS
    cmdline [options]
    cmd [options]

DESCRIPTION
    Optional arguments:
    -br &lt;browser_type = ff&gt;
       If not included, cmdline will assume that a Firefox browser
       is being used. This is the default value of &quot;ff&quot;. If
       set to &quot;ie&quot;, cmdline will assume an Internet Explorer
       browser is being used.

    -fc &lt;font_colour = black&gt;
       If not included, the cmdline will use a black font. This
       is the default value. HTML colour names, hex codes, or
       rgb(r,g,b) functions can be used. (NB. hex codes coming
       soon.)

    -bg &lt;background_colour = white&gt;
       If not included, the cmdline will use a white background.
       This is the default value. HTML colour names, hex codes,
       or rgb(r,g,b) functions can be used. (NB. hex codes
       coming soon.)

    -c &lt;clear_method = yes&gt;
       If not included, the cmdline will clear itself after a
       command is run. This is the default value of &quot;yes&quot;. If
       set to &quot;no&quot;, cmdline will not clear itself after a
       command is run.

FUNCTIONALITY
    Once cmdline has been run, and the command frame appears
    at the bottom of your browser, you can issue standard YubNub
    commands.

    There are also some internal commands that can be used to
    modify the behaviour of cmdline. These are as follows:

    :h &lt;show_history = 20&gt;
      Show the last 20 commands (excluding internal ones).
      These commands are numbered and linked, and can
      therefore be clicked to re-run a command. Fewer
      commands can be shown by providing a numerical
      argument less than 20.

    :cd &lt;meta_directory&gt;
      Change &quot;directories&quot; to one of google or yahoo. Once
      this has been done, the following commands are aliased
      to their google or yahoo equivalents:
         mail (maps to gma or ym)
         news (maps to gnews or yanews)
         pics (maps to gim or yim)
         find (maps to gg or y)
      This is a bit experimental and more input is needed
      to create more meta-directories and more meta-commands.
      :cd with no argument resets cmdline to the meta-root
      directory.

    :fc &lt;font_colour&gt;
      Change cmdline's font colour. HTML colour names, hex
      codes, or rgb(r,g,b) functions can be used.

    :bg &lt;background_colour&gt;
      Change cmdline's background colour. HTML colour names,
      hex codes, or rgb(r,g,b) functions can be used.

    :cl &lt;clear_method = yes&gt;
      Set cmdline's clear method. The default is yes. If set
      to new, cmdline will not clear the last command.

    nw &lt;yubnub_command&gt;
      Run the command in a new browser window.

EXAMPLE
    Choose your favourite colour combination, and write
    a YubNub command like the following, for example:

       cmdline -br ie -fc green -bg black

NOTES
    1. This command is in active development and therefore expect
       the occasional bug to crop up. Please report any bugs,
       comments, or questions to the &quot;cmdline&quot; thread of the
       YubNub Google group:
       http://groups-beta.google.com/group/YubNub

    2. Some websites attempt to &quot;break out&quot; of any frames
       that enclose them. So be prepared for some sites to
       make the command line go away.

    3. Currently, gma (and hence &quot;mail&quot; from the google meta-
       directory) do not work using Firefox.

AUTHOR
   Sean O'Hagan
   (inspired by Felipe Gomes http://projects.felipc.com/gcl/) http://www.eigology.com/yubnub/ynframes.php?args=%s</description>
       <pubDate>Sat, 06 Aug 2005 03:38:24 +0000</pubDate>
    </item>

    <item>
       <title>gcon</title>
       <link>http://yubnub.org/kernel/man?args=gcon</link>
       <description>Gmail Contact Search
Search your Gmail contacts (must be logged in to mail.google.com)

Usage: gcon [contact name]

b.a.



----------
Old implementation:
http://mail.google.com/mail/?&amp;view=cl&amp;search=contacts&amp;pnl=s&amp;q=%s&amp;ui=1 https://mail.google.com/mail/h/?fv=cl&amp;pv=cl&amp;fpnl=a&amp;cs=fc&amp;f=1&amp;scq=%s&amp;f=1</description>
       <pubDate>Thu, 04 Aug 2005 22:23:33 +0000</pubDate>
    </item>

    <item>
       <title>gimyim</title>
       <link>http://yubnub.org/kernel/man?args=gimyim</link>
       <description>Compare Google Images and Yahoo Images

example:  gimyim lantana


b.a. {url[no url encoding] split http://images.google.com/images?q=%s http://images.search.yahoo.com/search/images?&amp;p=%s}</description>
       <pubDate>Thu, 04 Aug 2005 20:03:52 +0000</pubDate>
    </item>

    <item>
       <title>blub</title>
       <link>http://yubnub.org/kernel/man?args=blub</link>
       <description>blub - Bloglines Subscribe. Subscribe to the given blog using the
Bloglines RSS reader.  Auto-discovers the feed, if any.

Example: blub http://jonaquino.blogspot.com http://www.bloglines.com/sub/%s[no url encoding]</description>
       <pubDate>Fri, 29 Jul 2005 06:08:19 +0000</pubDate>
    </item>

    <item>
       <title>eem</title>
       <link>http://yubnub.org/kernel/man?args=eem</link>
       <description>Eemadges Search. Eemadges are vivid and original descriptions.

To look for some words in the body and meta information of the eemadges.
Example:eem William Gibson
Example:eem Jorge Luis Borges tigers

To look for a specific phrase in the body and meta information of the eemadges.
Example:eem &quot;the wolf shall swallow the sun&quot;

To look for eemadges in a specific language.
Example:eem Spanish

To find the most recently added eemadge.
Example:eem -1

To find the 5 most recently added eemadges.
Example:eem &gt;-5

To find eemadges 203-224.
Example: eem 203-224
Example: eem 203 to 224
Example: eem 203..224 http://www.eemadges.com/search/%s</description>
       <pubDate>Mon, 25 Jul 2005 08:47:26 +0000</pubDate>
    </item>

    <item>
       <title>timer</title>
       <link>http://yubnub.org/kernel/man?args=timer</link>
       <description>An online break reminder. Basically it will bug you to take a break every 30 minutes (you can configure the time interval).

If you're not ready to take a break yet, you can snooze for 5 minutes (again, you can configure this time interval), after which it will bug you again. Go away, rest your eyes, and when you come back, hit the big Restart button -- this will reset the clock back to 30 minutes.

Example: 
timer 45
 http://jonaquino.textdriven.com/timer/?minutesBetweenNotifications=%s</description>
       <pubDate>Sun, 24 Jul 2005 03:51:18 +0000</pubDate>
    </item>

    <item>
       <title>gmd</title>
       <link>http://yubnub.org/kernel/man?args=gmd</link>
       <description>Search Greasemonkeyed.com, the repository of Greasemonkey scripts.

Usage:  gmd [search term]

b.a. http://userscripts.org/scripts/search?q=%s&amp;commit=Search</description>
       <pubDate>Fri, 22 Jul 2005 15:32:30 +0000</pubDate>
    </item>

    <item>
       <title>splitv</title>
       <link>http://yubnub.org/kernel/man?args=splitv</link>
       <description>NAME
       splitv - displays several webpages on a single screen, arranged vertically

SYNOPSIS
       splitv [URL] [URL] [URL] ...

EXAMPLE
       splitv http://google.com http://yahoo.com http://answers.com
       splitv {url g porsche} {url y porsche} {url a porsche}

AUTHOR
       Jonathan Aquino &lt;jonathan.aquino@gmail.com&gt; http://yubnub.org/example/split?type=v&amp;urls=%s</description>
       <pubDate>Fri, 22 Jul 2005 03:49:54 +0000</pubDate>
    </item>

    <item>
       <title>splith</title>
       <link>http://yubnub.org/kernel/man?args=splith</link>
       <description>NAME
       splith - displays several webpages on a single screen, arranged horizontally

SYNOPSIS
       splith [URL] [URL] [URL] ...

EXAMPLE
       splith http://google.com http://yahoo.com http://answers.com
       splith {url g porsche} {url y porsche} {url a porsche}

AUTHOR
       Jonathan Aquino &lt;jonathan.aquino@gmail.com&gt; http://yubnub.org/example/split?type=h&amp;urls=%s</description>
       <pubDate>Fri, 22 Jul 2005 03:48:33 +0000</pubDate>
    </item>

    <item>
       <title>split</title>
       <link>http://yubnub.org/kernel/man?args=split</link>
       <description>NAME
       split - displays several webpages on a single screen

SYNOPSIS
       split [URL] [URL] [URL] ...

EXAMPLE
       split http://google.com http://yahoo.com http://answers.com
       split {url g porsche} {url y porsche} {url a porsche}

AUTHOR
       Jonathan Aquino &lt;jonathan.aquino@gmail.com&gt; http://yubnub.org/example/split?type=t&amp;urls=%s</description>
       <pubDate>Fri, 22 Jul 2005 03:45:37 +0000</pubDate>
    </item>

    <item>
       <title>scrape</title>
       <link>http://yubnub.org/kernel/man?args=scrape</link>
       <description>NAME
     scrape - display a snippet of text parsed from a web page.

SYNOPSIS
     scrape -tokens TOKENS -dirs DIRECTIONS -url URL [options]

DESCRIPTION
     Mandatory arguments:
     -tokens &lt;token_list_string&gt;
        A list of tokens (delimited by spaces) which the user has
        determined to be sufficient to consistently point the
        parser to the exact location of the required data. For
        example
          -tokens &lt;title&gt; &lt;/title&gt;
        would return all characters between these two HTML tags.

     -dirs &lt;direction_list_string&gt;
        A list of directions associated with each token. 0
        instructs the parser to look in the forward direction,
        while 1 instructs the parser to look in the reverse
        direction. In the above example, we would have
          -dirs 0 0
        since we will look for &lt;title&gt; from the beginning of
        the file in the forward direction, and then continue
        in the forward direction to find &lt;/title&gt;. However,
        we could also specify
          -tokens &lt;/title&gt; &lt;title -dirs 0 1
        which would first find &lt;/title&gt; and then reverse search
        for &lt;title. This is useful if an HTML tag has attributes
        and you therefore cannot assume that the &quot;&gt;&quot; in &lt;title&gt;
        will be present.
        
     -url &lt;url&gt;
        The full URL to the desired web page using the same format
        regardless of which HTTP variable-sending method is needed.
        Example: -url http://www.site.com?var1=${a}&amp;var2=${b}
        Example: -url http://www.site2.com?var=%s
        Example: -url http://www.site3.com/%s.html
        The website name and any HTTP variables must be separated
        by a &quot;?&quot; and subsequent HTTP variables by a &quot;&amp;&quot;.

     Optional arguments:
     -method &lt;http_method = get&gt;
        If not included, the variables will be sent using the HTTP
        GET method. If set to anything else (including of course,
        post) the variables will be sent using the HTTP POST method.

     -textonly &lt;display_method = 1&gt;
        If not included, the scraped text will be returned as a
        simple string of text, easily fed into other YubNub functions.
        This is the default value of 1. If set to anything else,
        scrape will return the scraped text to a &quot;mock&quot; YubNub
        command line (see the defw, defn, and postalcode commands.)

     -debug &lt;debugger = 0&gt;
        If not included, no debugging information will be returned.
        If set to 1, some debugging information will be returned.
        This may help you see why a certain scrape is not working.

     Forthcoming arguments:
     -a character offset argument
     -a length argument
     -a word offset argument
     -a word delimiter argument
     -a numwords argument

EXAMPLE
     1. The qpostal command sends the user to the Canada Post site
     which displays the requested postal code:

        qpostal -n 1708 -s charles -t court -c val caron -p ON

     To scrape this postal code from this web page, you would
     have to examine the HTML of the above Canada Post site, and
     identify various tokens that will consistently guide the
     parser to the postal code string. One could define a command
     called qpostal_lite in this way:

        scrape -tokens &gt;Postal Code&lt; &lt;tr&gt; &lt;/tr&gt; tblcell &lt;br&gt; &gt;
               -dirs 0 0 0 1 0 1 -method post
               -url http://www.canadapost.ca/...
                  (see the yndesturl variable of the
                   qpostal command for the full URL)

     Typing:

        qpostal_lite -n 1708 -s charles -t court -c val caron -p ON

     will now return a simple string to your browser, which can
     now be piped into other commands which expect a postal code
     as an argument: cbc_pc {qpostal_lite ...}

     2. The wikt commands sends the user to the Wiktionary site
     which displays the requested definition:

        wikt eon

     To scrape this definition from this page, you would again
     examine the HTML of the above Wiktionary site, and
     identify various tokens that will consistently guide the
     parser to the definition string. This is often difficult.
     The following command gets the first def'n, which is not
     always expected. Define wikt_lite as:

        scrape -tokens &lt;/ol&gt; &lt;ol&gt; -dirs 0 1 -textonly 0
               -url http://en.wiktionary.org/wiki/%s

     Typing wikt_lite eon will now return the definition to a &quot;mock&quot;
     YubNub command line prompt. If the textonly switch is dropped,
     the definition is returned to the browser, and can also be
     piped into other YubNub commands expecting a string as an
     argument: fspell {wikt_lite eon}

NOTES
     This command is very beta at the moment. Please bear with
     me. Comments and suggestions are welcome at the YubNub Google
     group (type yubgroup at the YubNub command line.)

AUTHOR
    Sean O'Hagan http://www.eigology.com/yubnub/parse.php?ynp_tokens=${tokens}&amp;ynp_dirs=${dirs}&amp;yndesturl=${url}&amp;ynp_debug=${debug=0}&amp;ynp_http=${method=get}&amp;ynp_scrape=${textonly=1}</description>
       <pubDate>Fri, 22 Jul 2005 03:42:49 +0000</pubDate>
    </item>

    <item>
       <title>convert</title>
       <link>http://yubnub.org/kernel/man?args=convert</link>
       <description>Convert FROM any unit TO any unit, usage: &quot;convert 50 km to miles&quot; does just what you expect.
 http://www.google.com/search?q=%s</description>
       <pubDate>Tue, 19 Jul 2005 20:22:19 +0000</pubDate>
    </item>

    <item>
       <title>rnd</title>
       <link>http://yubnub.org/kernel/man?args=rnd</link>
       <description>NAME
       rand - display a specified number
       of random numbers in a specified
       range, courtesy of random.org

SYNOPSIS
       rand
       -min &lt;min value = 1&gt;
       -max &lt;max value = 100&gt;
       -num &lt;how many to generate = 1&gt;

EXAMPLE
       rand 49
       rand -min 1998 -max 2005
       rand -num 5 -max 20 

AUTHOR
       Richard Frankel http://random.org/cgi-bin/randnum?num=${num=1}&amp;min=${min=1}&amp;max=%s${max}&amp;col=1</description>
       <pubDate>Tue, 19 Jul 2005 02:37:54 +0000</pubDate>
    </item>

    <item>
       <title>gearth</title>
       <link>http://yubnub.org/kernel/man?args=gearth</link>
       <description>If it's a valid address Google Maps recognizes, have Google Earth fly you there directly. For example, 

gearth 109 st. marks place, new york ny 10009

takes you straight to a view of Tompkins Square Park in the East Village. For more details, visit www.ogleearth.com http://www.ogleearth.com/hack1/?address=%s&amp;submit=Submit</description>
       <pubDate>Mon, 18 Jul 2005 21:56:57 +0000</pubDate>
    </item>

    <item>
       <title>brain</title>
       <link>http://yubnub.org/kernel/man?args=brain</link>
       <description>Ask Brainboost a question, and it will search the internet to find a
precise answer to your question. Sponsored by NASA.

Example: brain how far is sidney from victoria bc? http://www.answers.com/bb/bbsearch.jsp?Q=%s</description>
       <pubDate>Mon, 18 Jul 2005 02:46:31 +0000</pubDate>
    </item>

    <item>
       <title>mozinekb</title>
       <link>http://yubnub.org/kernel/man?args=mozinekb</link>
       <description>NAME
       mozinekb - Search the MozillaZine Knowledge Base

SYNOPSIS
       mozinekb [SEARCH]

EXAMPLES
       mozinekb &quot;profile folder&quot;
       mozinekb extention install

DESCRIPTION
       A command to search the MozillaZine Knowledge Base Wiki. It
       includes info on Mozilla, Firefox, Thunderbird, and more. If what you
       need isn't covered, make sure to check out the MozillaZine forums.

AUTHOR
       Tommy B. &lt;tommy04@gmail.com&gt; http://kb.mozillazine.org/Special:Search?search=%s&amp;fulltext=Search</description>
       <pubDate>Sun, 17 Jul 2005 03:40:04 +0000</pubDate>
    </item>

    <item>
       <title>date</title>
       <link>http://yubnub.org/kernel/man?args=date</link>
       <description>NAME
       date - print the system date and time

SYNOPSIS
       date -format [FORMAT] -offset [DAYS]

EXAMPLES
       date
       date -format m/d/Y -offset -7

DESCRIPTION
       Displays the current date and time, offset by the given
       number of DAYS. The FORMAT is given by the codes below:

       a       The abbreviated weekday name (&quot;Sun&quot;)
       A       The full weekday name (&quot;Sunday&quot;)
       b       The abbreviated month name (&quot;Jan&quot;)
       B       The full month name (&quot;January&quot;)
       c       The preferred local date and time representation
       d       Day of the month (01..31)
       H       Hour of the day, 24-hour clock (00..23)
       I       Hour of the day, 12-hour clock (01..12)
       j       Day of the year (001..366)
       m       Month of the year (01..12)
       M       Minute of the hour (00..59)
       p       Meridian indicator (&quot;AM&quot; or &quot;PM&quot;)
       S       Second of the minute (00..60)
       U       Week number of the current year, starting with the first Sunday as the first day of the first week (00..53)
       W       Week number of the current year, starting with the first Monday as the first day of the first week (00..53)
       w       Day of the week (Sunday is 0, 0..6)
       x       Preferred representation for the date alone, no time
       X       Preferred representation for the time alone, no date
       y       Year without a century (00..99)
       Y       Year with century
       Z       Time zone name

AUTHOR
       Jonathan Aquino &lt;jonathan.aquino@gmail.com&gt; http://yubnub.org/example/today?format=${format=Y-m-d}&amp;offset=${offset=0}</description>
       <pubDate>Sun, 17 Jul 2005 02:34:38 +0000</pubDate>
    </item>

    <item>
       <title>echo</title>
       <link>http://yubnub.org/kernel/man?args=echo</link>
       <description>NAME
       echo - display a line of text

SYNOPSIS
       echo [STRING]

EXAMPLE
       echo Hello, World!

AUTHOR
       Jonathan Aquino &lt;jonathan.aquino@gmail.com&gt; http://yubnub.org/example/echo?text=%s</description>
       <pubDate>Sat, 16 Jul 2005 19:48:17 +0000</pubDate>
    </item>

    <item>
       <title>url</title>
       <link>http://yubnub.org/kernel/man?args=url</link>
       <description>Converts a YubNub command to a URL. For example,

  url gim porsche 911

displays the following text: 

  http://images.google.com/images?q=porsche+911

This command will be useful for people experimenting with chaining
YubNub commands together. http://yubnub.org/parser/url?command=%s</description>
       <pubDate>Fri, 15 Jul 2005 04:39:23 +0000</pubDate>
    </item>

    <item>
       <title>yg</title>
       <link>http://yubnub.org/kernel/man?args=yg</link>
       <description>Search the yahoogroups with a specified keyword http://groups.yahoo.com/search?query=%s&amp;ss=1</description>
       <pubDate>Wed, 13 Jul 2005 21:03:37 +0000</pubDate>
    </item>

    <item>
       <title>flku</title>
       <link>http://yubnub.org/kernel/man?args=flku</link>
       <description>Enter a flickr username to open their flickr page.

Example:

flku sprocket87 http://www.flickr.com/photos/%s</description>
       <pubDate>Wed, 13 Jul 2005 18:40:20 +0000</pubDate>
    </item>

    <item>
       <title>sparkline_d</title>
       <link>http://yubnub.org/kernel/man?args=sparkline_d</link>
       <description>Here are some examples - 

sparkline_d -d 88,84,82,92,82,86,66,82,44,64,66,88,96,80,24,26,14,0,0,26,8,6,6,24,52,66,36,6,10,14,30 -upper 90

sparkline_d -d 88,84,82,92,86,95,82,78,89,90,88,96,80,82,86,95,82,78,89,90,88,96,80 -height 40 -upper 90 -acolor blue -bcolor green

check http://bitworking.org/projects/sparklines to know what it all means
 http://bitworking.org/projects/sparklines/spark.cgi?type=discrete&amp;d=${d}&amp;height=${height=20}&amp;upper=${upper}&amp;above-color=${acolor=red}&amp;below-color=${bcolor=gray}[no url encoding]</description>
       <pubDate>Tue, 12 Jul 2005 16:09:39 +0000</pubDate>
    </item>

    <item>
       <title>80</title>
       <link>http://yubnub.org/kernel/man?args=80</link>
       <description>80s pop/rock streaming audio, courtesy of Shoutcast.

Try it on your mobile device! http://www.shoutcast.com/sbin/shoutcast-playlist.pls?rn=1694&amp;file=filename.pls</description>
       <pubDate>Mon, 11 Jul 2005 04:48:35 +0000</pubDate>
    </item>

    <item>
       <title>blg</title>
       <link>http://yubnub.org/kernel/man?args=blg</link>
       <description>Jump to the Blogger.com dashboard. http://www.blogger.com</description>
       <pubDate>Mon, 11 Jul 2005 01:30:56 +0000</pubDate>
    </item>

    <item>
       <title>lynx</title>
       <link>http://yubnub.org/kernel/man?args=lynx</link>
       <description>View the source of the given URL. Handy for browsers that do not have
a &quot;View Source&quot; menu item (like mobile browsers).

Example: lynx http://google.com

Uses Rex Swain's HTTP Viewer. &quot;See exactly what an HTTP request returns
to your browser.&quot;

 http://www.rexswain.com/cgi-bin/httpview.cgi?url=%s&amp;req=Get&amp;ver=1.1&amp;fmt=Auto&amp;uag=&amp;aen=&amp;fwd=on</description>
       <pubDate>Mon, 11 Jul 2005 00:57:41 +0000</pubDate>
    </item>

    <item>
       <title>phil</title>
       <link>http://yubnub.org/kernel/man?args=phil</link>
       <description>Searches the Stanford Encyclopedia of Philosophy.

Example: phil existentialism



==========
Old implementation:
http://plato.stanford.edu/cgi-bin/webglimpse.cgi?ID=1&amp;nonascii=on&amp;maxfiles=50&amp;maxlines=30&amp;maxchars=10000&amp;query=%s http://plato.stanford.edu/search/searcher.py?query=%s</description>
       <pubDate>Sun, 10 Jul 2005 18:50:57 +0000</pubDate>
    </item>

    <item>
       <title>yrss</title>
       <link>http://yubnub.org/kernel/man?args=yrss</link>
       <description>Yahoo News Feed Search (RSS)
Returns 5 linked headlines to the command prompt.

Example: yrss middle east http://www.eigology.com/yubnub/parse.php?ynp_type=rss&amp;yndesturl=http://news.search.yahoo.com/news/rss&amp;ei=UTF-8&amp;fl=0&amp;x=wrt&amp;p=%s&amp;yncmd=${COMMAND}</description>
       <pubDate>Sun, 10 Jul 2005 15:59:53 +0000</pubDate>
    </item>

    <item>
       <title>ffim</title>
       <link>http://yubnub.org/kernel/man?args=ffim</link>
       <description>FindForward Image Search

Usage:  ffim [keyword]

b.a. http://findforward.com/direct/?q=%s</description>
       <pubDate>Sun, 10 Jul 2005 03:44:58 +0000</pubDate>
    </item>

    <item>
       <title>desa</title>
       <link>http://yubnub.org/kernel/man?args=desa</link>
       <description>Save a URL to your del.icio.us account. del.icio.us is a &quot;social bookmarking service&quot;.

Usage: desa -u &lt;username&gt; -t &lt;tags&gt; -url &lt;URL&gt; -d &lt;description&gt; -e &lt;extended description&gt;

Example: desa -u JonathanAquino -url http://google.com -d My search engine of choice http://del.icio.us/${u}?submit=save&amp;url=${url}&amp;description=${d}&amp;extended=${e}&amp;tags=${t}[post]</description>
       <pubDate>Sat, 09 Jul 2005 16:34:00 +0000</pubDate>
    </item>

    <item>
       <title>gca</title>
       <link>http://yubnub.org/kernel/man?args=gca</link>
       <description>Gmail Compose Advanced
Similar to the &quot;gc&quot; command for composing email in Gmail, but with advanced options.
Usage:
gca [body]  = compose an email with specific text in the body.  
gca -w [someone@email.com]  = compose an email to a particular email recipient
gca -s [subject line] = compose an email with a particular subject

If you want to designate body text and use the -w or -s switches, make sure to have the body text listed first.

gca with no arguments will behave the same as the &quot;gc&quot; command.

One use for this command is if you want to email a URL you are viewing. If you have YubNub installed to run from your browser, just add &quot;gca&quot; in front of the site's url.
e.g.   gca http://yubnub.org/ -s Cool site! https://mail.google.com/mail/?view=cm&amp;tearoff=1&amp;fs=1&amp;to=${w=}&amp;su=${s=}&amp;body=%s[no url encoding]</description>
       <pubDate>Thu, 07 Jul 2005 18:33:45 +0000</pubDate>
    </item>

    <item>
       <title>iyhy</title>
       <link>http://yubnub.org/kernel/man?args=iyhy</link>
       <description>i.e. iyhy www.google.com

A shortcut for B. Adam Howell's excellent style-sheet and image stripper. It is really for use on a mobile device, but I like it to show how the site flows on a cell phone.
Be aware that it also strips out form elements. http://www.iyhy.com/index.php?a=%s</description>
       <pubDate>Wed, 06 Jul 2005 19:45:34 +0000</pubDate>
    </item>

    <item>
       <title>dpop</title>
       <link>http://yubnub.org/kernel/man?args=dpop</link>
       <description>Find recently popular links from del.icio.us.

Examples:
dpop                   -&gt; http://del.icio.us/popular/
dpop favicon           -&gt; http://del.icio.us/popular/favicon
dpop -from tag         -&gt; http://del.icio.us/tag/
dpop favicon -from tag -&gt; http://del.icio.us/tag/favicon http://del.icio.us/${from=popular}/%s</description>
       <pubDate>Wed, 06 Jul 2005 18:34:19 +0000</pubDate>
    </item>

    <item>
       <title>lipsum</title>
       <link>http://yubnub.org/kernel/man?args=lipsum</link>
       <description>SYNOPSIS
        lipsum [options]

EXAMPLES
        lipsum -f html -a 6
        lipsum -f html -a 100 -t words

DESCRIPTION
        Generates &quot;lorem ipsum&quot; text.        

OPTIONS
        -f FORMAT
              Generate output in the given FORMAT. FORMAT is html or xml.

        -a NUM
              Generate NUM paragraphs (or words, bytes, or lists, depending
              on the type of unit specified)

        -t TYPE
              (Optional) TYPE is paragraphs, words, bytes, or lists.
              Defaults to paragraphs.

        -s START
              (Optional) START is yes or no, indicating whether to start
              with &quot;Lorem ipsum dolor sit amet...&quot; Defaults to no. http://www.lipsum.com/feed/${f}/?amount=${a}&amp;what=${t}&amp;start=${s}</description>
       <pubDate>Wed, 06 Jul 2005 06:20:40 +0000</pubDate>
    </item>

    <item>
       <title>g-ism</title>
       <link>http://yubnub.org/kernel/man?args=g-ism</link>
       <description>Find out what google thinks of you, or whatever else you search for. http://www.googlism.com/index.htm?ism=%s&amp;type=1</description>
       <pubDate>Tue, 05 Jul 2005 19:31:25 +0000</pubDate>
    </item>

    <item>
       <title>skw</title>
       <link>http://yubnub.org/kernel/man?args=skw</link>
       <description>Skweezer. Optimizes the given URL for viewing on a cell phone, PDA, 
or other mobile device.

Example: skw http://www.cnn.com/ http://www.skweezer.net/skweeze.aspx?i=1&amp;q=%s</description>
       <pubDate>Sat, 02 Jul 2005 07:56:41 +0000</pubDate>
    </item>

    <item>
       <title>tidy</title>
       <link>http://yubnub.org/kernel/man?args=tidy</link>
       <description>HTML Tidy is a tool for checking and cleaning up HTML source files. 
It is especially useful for finding and correcting errors in deeply 
nested HTML, or for making grotesque code legible once more.

Example: tidy http://google.com http://infohound.net/tidy/tidy.pl?_function=tidy&amp;_url=%s&amp;_html=&amp;_file=&amp;x=0&amp;y=0&amp;alt-text=&amp;doctype=auto&amp;drop-empty-paras=y&amp;fix-backslash=y&amp;fix-bad-comments=y&amp;fix-uri=y&amp;join-styles=y&amp;lower-literals=y&amp;ncr=y&amp;new-blocklevel-tags=&amp;new-empty-tags=&amp;new-inline-tags=&amp;new-pre-tags=&amp;quote-ampersand=y&amp;quote-nbsp=y&amp;indent=no&amp;indent-spaces=2&amp;tab-size=4&amp;wrap=68&amp;wrap-asp=y&amp;wrap-jste=y&amp;wrap-php=y&amp;wrap-sections=y&amp;ascii-chars=y&amp;char-encoding=ascii&amp;input-encoding=latin1&amp;output-bom=auto&amp;output-encoding=ascii&amp;_output=warn</description>
       <pubDate>Fri, 01 Jul 2005 23:44:09 +0000</pubDate>
    </item>

    <item>
       <title>lehto_io</title>
       <link>http://yubnub.org/kernel/man?args=lehto_io</link>
       <description>Synopsis
        lehto_io -s [keywords] -p [page(s)] -l [language] -lb [breaks] -sk [skipping]

EXAMPLE
        lehto_io -s Get A Google Poem: by Leevi Lehto -p 2 -l -lb 4 -sk a

DESCRIPTION
        Performs AutoPost &quot;Get A Google Poem: by Leevi Lehto&quot; with all arguments.

        s:  search/title text
        p:  number of pages to search [1, 2, 3, ..., 10]
        l:  language
                        any language
            lang_ar     Arabic
            lang_bg     Bulgarian
            lang_ca     Catalan
            lang_zh-CN  Chinese (Simplified)
            lang_zh-TW  Chinese&amp;nbsp;(Traditional)
            lang_hr     Croatian
            lang_cs     Czech
            lang_da     Danish
            lang_nl     Dutch
            lang_en     English
            lang_et     Estonian
            lang_fi     Finnish
            lang_fr     French
            lang_de     German
            lang_el     Greek
            lang_iw     Hebrew
            lang_hu     Hungarian
            lang_is     Icelandic
            lang_id     Indonesian
            lang_it     Italian
            lang_ja     Japanese
            lang_ko     Korean
            lang_lv     Latvian
            lang_lt     Lithuanian
            lang_no     Norwegian
            lang_pl     Polish
            lang_pt     Portuguese
            lang_ro     Romanian
            lang_ru     Russian
            lang_sr     Serbian
            lang_sk     Slovak
            lang_sl     Slovenian
            lang_es     Spanish
            lang_sv     Swedish
            lang_tr     Turkish
        lb: linebreaks
            1  Low
            2  Medium
            3  High
            4  Maximum
        sk: Skip search words in poem
            1  Never
            2  Occasionally
            3  Most of the time
            4  Always
        ds: Don't skip these words (text): a the is of for (or other common words usually skipped in a search)

SEE ALSO
        lehto, Get A Google Poem: by Leevi Lehto http://www.leevilehto.net/google/google.asp, AutoPost http://www.io.com/~jsm/autopost/ http://www.io.com/~jsm/nph-ap.cgi/http://www.leevilehto.net/google/poem.asp?hae=${s}&amp;pages=${p}&amp;lang=${l}&amp;linebrakes=${lb}&amp;skipping=${sk}&amp;dontskip=${ds}</description>
       <pubDate>Thu, 30 Jun 2005 01:46:59 +0000</pubDate>
    </item>

    <item>
       <title>freeware</title>
       <link>http://yubnub.org/kernel/man?args=freeware</link>
       <description>Search alt.comp.freeware.* with Google.

alt.comp.freeware is an active group -- it's consistently a good place to find / research freeware.

Example: freeware backup
Returns a number of discussions on what is the best free backup software. http://groups-beta.google.com/groups?as_q=%s&amp;as_ugroup=alt.comp.freeware.*</description>
       <pubDate>Wed, 29 Jun 2005 20:26:55 +0000</pubDate>
    </item>

    <item>
       <title>u-g</title>
       <link>http://yubnub.org/kernel/man?args=u-g</link>
       <description>Search Ultimate-Guitar.

Usage: u-g -search [keywords] -type [type]
Example: u-g -search stairway to heaven -type tabs

The various types are: tabs, bands, reviews, news, columns, lessons http://www.ultimate-guitar.com/search.php3?ss=${search}&amp;location=${type}</description>
       <pubDate>Wed, 29 Jun 2005 19:53:34 +0000</pubDate>
    </item>

    <item>
       <title>exit</title>
       <link>http://yubnub.org/kernel/man?args=exit</link>
       <description>Closes the current window. http://yubnub.org/example/exit</description>
       <pubDate>Tue, 28 Jun 2005 17:52:14 +0000</pubDate>
    </item>

    <item>
       <title>webmsn</title>
       <link>http://yubnub.org/kernel/man?args=webmsn</link>
       <description>MSN webmessenger, use MSN from most web browsers http://webmessenger.msn.com</description>
       <pubDate>Tue, 28 Jun 2005 17:14:06 +0000</pubDate>
    </item>

    <item>
       <title>autotr</title>
       <link>http://yubnub.org/kernel/man?args=autotr</link>
       <description>Google Auto-Translate. Automatically determines the language of
the given URL and translates it into English.

Example: autotr http://systempuntoout.blogspot.com/2005/06/per-molti-ma-non-per-tutti.html http://translate.google.com/translate?u=%s</description>
       <pubDate>Sat, 25 Jun 2005 15:50:38 +0000</pubDate>
    </item>

    <item>
       <title>coral</title>
       <link>http://yubnub.org/kernel/man?args=coral</link>
       <description>Enter a URL and this command will load it using the Coral Content Distributed Network (http://coralcdn.org/ ).  
Coral is peer-to-peer content distribution network, comprised of a world-wide network of web proxies and nameservers.  

This will only work after the root domain (e.g. urls ending in .com, .edu, etc.) but not subdirectories. 
And don't include the trailing slash if any (e.g. &quot;coral www.vischeck.com&quot;, not &quot;coral www.vischeck.com/&quot;)

Usage: coral [URL]
Example: coral www.vischeck.com http://%s.nyud.net:8090</description>
       <pubDate>Fri, 24 Jun 2005 15:41:09 +0000</pubDate>
    </item>

    <item>
       <title>qpostal</title>
       <link>http://yubnub.org/kernel/man?args=qpostal</link>
       <description>Canada Postal Code (Quick) Search.

To find a postal code, type in an address in the following way.
Example: qpostal -n 123 -s main -t street -c winnipeg -p MB

Switches:
-n    the street number
-s    the street name
-t    the street type (this is optional; also &quot;street&quot; or &quot;st&quot; works)
-c    the town or city
-p    the province (AB, BC, MB, NB, NL, NS, NT, NU, ON, PE, QC, SK, YT) http://www.canadapost.ca/common/tools/pcl/bin/cp_search_response-e.asp&amp;street_number=${n}&amp;street_name=${s}&amp;street_type=${t}&amp;city=${c}&amp;prov=${p}[post]</description>
       <pubDate>Fri, 24 Jun 2005 11:36:36 +0000</pubDate>
    </item>

    <item>
       <title>apoddate</title>
       <link>http://yubnub.org/kernel/man?args=apoddate</link>
       <description>Astronomy Picture of the Day find by date

Enter the date to search for as yymmdd,
as far back as 950616 (June 16th, 1995)
Example: To see the picture for June 5th, 2005 enter
apoddate 050605 http://antwrp.gsfc.nasa.gov/apod/ap%s.html</description>
       <pubDate>Fri, 24 Jun 2005 11:27:24 +0000</pubDate>
    </item>

    <item>
       <title>gmails</title>
       <link>http://yubnub.org/kernel/man?args=gmails</link>
       <description>Gmail Search

Automatically searches for emails in your Gmail account. http://gmail.google.com/gmail?&amp;search=query&amp;q=%s&amp;view=tl&amp;fs=1</description>
       <pubDate>Fri, 24 Jun 2005 00:30:43 +0000</pubDate>
    </item>

    <item>
       <title>spages</title>
       <link>http://yubnub.org/kernel/man?args=spages</link>
       <description>SYNOPSIS
        spages -where &lt;location&gt; -keyword &lt;keyword&gt; -business &lt;business_name&gt;

EXAMPLE
        spages -where 20057 -keyword pizza
        OR
        spages -where new york -business best buy

DESCRIPTION
        Searches Verizon's SuperPages.com.  Use the
        -where switch to specify location, the
        -keyword switch to specify a keyword, and
        the -business switch to specify a business
        name.  You don't need to do a business name
        and a keyword, just one or the other...you
        can do both but it may severely limit
        results. http://yellowpages.superpages.com/listings.jsp?SRC=&amp;STYPE=S&amp;PG=L&amp;R=N&amp;L=${where}&amp;C=${keyword}&amp;N=${business}&amp;T=&amp;S=&amp;search=Find+It</description>
       <pubDate>Thu, 23 Jun 2005 21:36:55 +0000</pubDate>
    </item>

    <item>
       <title>bkm</title>
       <link>http://yubnub.org/kernel/man?args=bkm</link>
       <description>Brings the user in someone's social bookmarking world  http://del.icio.us/%s</description>
       <pubDate>Thu, 23 Jun 2005 13:31:54 +0000</pubDate>
    </item>

    <item>
       <title>ofdb</title>
       <link>http://yubnub.org/kernel/man?args=ofdb</link>
       <description>Query the german IMDB-Pendant OFDB (&quot;Online Filmdatenbank&quot;). http://www.ofdb.de/view.php?page=suchergebnis&amp;SText=%s</description>
       <pubDate>Thu, 23 Jun 2005 11:16:14 +0000</pubDate>
    </item>

    <item>
       <title>odtag</title>
       <link>http://yubnub.org/kernel/man?args=odtag</link>
       <description>See podcasts tagged under the %s tag at odeo site.
 http://odeo.com/tag/%s</description>
       <pubDate>Thu, 23 Jun 2005 07:29:05 +0000</pubDate>
    </item>

    <item>
       <title>od</title>
       <link>http://yubnub.org/kernel/man?args=od</link>
       <description>Odeo Search. Find podcasts at odeo website (you need to be logged in)

To search a podcast just type:
od podcast_query http://odeo.com/search/query/?q=%s</description>
       <pubDate>Thu, 23 Jun 2005 07:27:32 +0000</pubDate>
    </item>

    <item>
       <title>gloc</title>
       <link>http://yubnub.org/kernel/man?args=gloc</link>
       <description>Google Local. Find local businesses and services on the web.

Examples: 
gloc pizza Poughkeepsie, NY
gloc -what pizza -where Poughkeepsie, NY

Sometimes the information you're looking for is related to a
particular place -- like the all-night doughnut shop that's nearest to
your house. Google Local locates neighborhood stores and services by
searching billions of pages across the Web, then cross-checking those
results with Yellow Pages data to pinpoint the local resources you
want to find. This innovative approach gives you access to the most --
and most relevant -- results for your search.

* This was the first YubNub command to support multiple parameters.

==========
Old implementation: http://www.google.com/local?sc=1&amp;hl=en&amp;q=${what}&amp;near=${where}&amp;btnG=Google+Search&amp;rl=1 http://www.google.com/local?sc=1&amp;hl=en&amp;q=%s${what}&amp;near=${where}&amp;btnG=Google+Search&amp;rl=1</description>
       <pubDate>Thu, 23 Jun 2005 05:31:46 +0000</pubDate>
    </item>

    <item>
       <title>e2b</title>
       <link>http://yubnub.org/kernel/man?args=e2b</link>
       <description>translate English words to Big5 traditional Chinese words. http://www.onlinedict.com/servlet/MobiDictLookup14?WoRd=%s</description>
       <pubDate>Thu, 23 Jun 2005 00:43:59 +0000</pubDate>
    </item>

    <item>
       <title>gma</title>
       <link>http://yubnub.org/kernel/man?args=gma</link>
       <description>With no parameter, opens GMail, with a parameter, searches GMail for parameter (must be logged in).

Examples:
gma - opens GMail
gma world peace - searches GMail for world peace (if logged in)

Proposed as replacement for gma.

Stian Haklev, shaklev@gmail.com. My first command using eop, thanks Allen, this is awesome!




==========
Old implementation:
https://gmail.google.com/{eop gmail?search=query&amp;q=@%s@&amp;view=tl&amp;fs=1} https://mail.google.com/{eop mail/#search/@%s@ -else }</description>
       <pubDate>Wed, 22 Jun 2005 23:30:00 +0000</pubDate>
    </item>

    <item>
       <title>dart</title>
       <link>http://yubnub.org/kernel/man?args=dart</link>
       <description>Quickly go to someone's Deviantart page of whatever username they input.

Example1: dart gwarg, would go to gwarg.deviantart.com
Example2: dart scrappo, would go to scrappo.deviantart.com http://%s.deviantart.com</description>
       <pubDate>Wed, 22 Jun 2005 18:06:18 +0000</pubDate>
    </item>

    <item>
       <title>fspell</title>
       <link>http://yubnub.org/kernel/man?args=fspell</link>
       <description>Spell with Flickr. Have flickr spell out works for you.

Example: fspell yubnub http://metaatem.net/words/%s</description>
       <pubDate>Wed, 22 Jun 2005 17:54:26 +0000</pubDate>
    </item>

    <item>
       <title>newmusic</title>
       <link>http://yubnub.org/kernel/man?args=newmusic</link>
       <description>Here are Amazon's top new and future releases in all Music categories. 
Updated hourly. http://www.amazon.com/exec/obidos/tg/new-for-you/new-releases/-/music/all/1/1/ref=pd_ys_nfy_nr_p/002-9205895-4352033</description>
       <pubDate>Wed, 22 Jun 2005 05:05:17 +0000</pubDate>
    </item>

    <item>
       <title>newbooks</title>
       <link>http://yubnub.org/kernel/man?args=newbooks</link>
       <description>Here are Amazon's top new and future releases in all Books categories. 
Updated hourly. http://www.amazon.com/exec/obidos/tg/new-for-you/new-releases/-/books/all/ref=pd_nfy_nr_h/002-9205895-4352033</description>
       <pubDate>Wed, 22 Jun 2005 04:17:02 +0000</pubDate>
    </item>

    <item>
       <title>newdvds</title>
       <link>http://yubnub.org/kernel/man?args=newdvds</link>
       <description>Provides a listing of Amazon's top new and future releases in all 
DVD categories. Updated hourly. http://www.amazon.com/exec/obidos/tg/new-for-you/new-releases/-/dvd/all/ref=pd_nfy_nr_h/002-9205895-4352033</description>
       <pubDate>Wed, 22 Jun 2005 04:13:18 +0000</pubDate>
    </item>

    <item>
       <title>newmovies</title>
       <link>http://yubnub.org/kernel/man?args=newmovies</link>
       <description>Displays the latest movies opening this week. 

Data is provided by IMDB, and the link provides an easy way to view
trailers, photos, showtimes and reviews. http://www.imdb.com/nowplaying/</description>
       <pubDate>Wed, 22 Jun 2005 03:56:26 +0000</pubDate>
    </item>

    <item>
       <title>login</title>
       <link>http://yubnub.org/kernel/man?args=login</link>
       <description>Returns an entry from BugMeNot.com

Usage:

login [url]

ex: login www.gamespot.com http://bugmenot.com/view.php?url=%s</description>
       <pubDate>Tue, 21 Jun 2005 23:10:32 +0000</pubDate>
    </item>

    <item>
       <title>less</title>
       <link>http://yubnub.org/kernel/man?args=less</link>
       <description>Like the less command for GNU/Linux and other *nix variants.  Shows the straight source code for any file on the Internet.

Example: less yubnub.org http://jnwd.co.uk/less.php?q=%s</description>
       <pubDate>Tue, 21 Jun 2005 19:32:50 +0000</pubDate>
    </item>

    <item>
       <title>xe</title>
       <link>http://yubnub.org/kernel/man?args=xe</link>
       <description>Performs a currency conversion. 

Usage: xe -amount &lt;amount&gt; -from &lt;currency1&gt; -to &lt;currency2&gt;

e.g. xe -amount 100 -from USD -to EUR

All of the currency 3 letter abbreviations can be found at: http://www.xe.com/iso4217.htm

 http://www.xe.com/ucc/convert.cgi?Amount=${amount}&amp;From=${from}&amp;To=${to}</description>
       <pubDate>Tue, 21 Jun 2005 19:29:59 +0000</pubDate>
    </item>

    <item>
       <title>cocklefighting</title>
       <link>http://yubnub.org/kernel/man?args=cocklefighting</link>
       <description>A command to login directly into cocklefighting from a command.
Usage: cocklefighting -u username -p password


cocklefighting is a game where you have cockles and they fight. your
cockle will get better and better as it fights and the idea is to be
the number 1 cockle in the game!

&quot;Strangely alluring&quot; - Internet Magazine, September 2001
 http://www.cocklefighting.co.uk/default.aspx?form=login&amp;LoginName=${u}&amp;password=${p}</description>
       <pubDate>Tue, 21 Jun 2005 18:44:29 +0000</pubDate>
    </item>

    <item>
       <title>moz</title>
       <link>http://yubnub.org/kernel/man?args=moz</link>
       <description>Query Addons.mozilla.org

What can you find here?

Extensions

Extensions are small add-ons that add new functionality to your
Mozilla program. They can add anything from a toolbar button to a
completely new feature. Browse extensions for: Firefox, Thunderbird,
Mozilla Suite

Themes

Themes allow you to change the way your Mozilla program looks. New
graphics and colors. Browse themes for: Firefox, Thunderbird, Mozilla
Suite

Plugins

Plugins are programs that allow websites to provide content to you and
have it appear in your browser. Examples of Plugins are Flash,
RealPlayer, and Java. Browse plug-ins for: Mozilla Suite &amp; Firefox


==========
Old implementation:
https://addons.mozilla.org/search.php?q=%s&amp;app=firefox
 https://addons.mozilla.org/en-US/firefox/search?q=%s</description>
       <pubDate>Tue, 21 Jun 2005 10:45:59 +0000</pubDate>
    </item>

    <item>
       <title>fj</title>
       <link>http://yubnub.org/kernel/man?args=fj</link>
       <description>French-Japanese and Japanese-French dictionary. http://www.dictionnaire-japonais.fr/recherche.php?search=1&amp;mot=%s</description>
       <pubDate>Tue, 21 Jun 2005 08:33:09 +0000</pubDate>
    </item>

    <item>
       <title>tor</title>
       <link>http://yubnub.org/kernel/man?args=tor</link>
       <description>Searches www.torrentz.com
Keywords: torrent, torrents, bittorent, p2p http://www.torrentz.com/search?q=%s</description>
       <pubDate>Tue, 21 Jun 2005 04:59:58 +0000</pubDate>
    </item>

    <item>
       <title>trailer</title>
       <link>http://yubnub.org/kernel/man?args=trailer</link>
       <description>Uses Google to search Apple for the most likely movie trailer.

Example: trailer smith http://www.google.com/search?hl=en&amp;q=site%3Aapple.com%2Ftrailers+%s&amp;btnI=I%27m+Feeling+Lucky</description>
       <pubDate>Tue, 21 Jun 2005 04:41:00 +0000</pubDate>
    </item>

    <item>
       <title>vil</title>
       <link>http://yubnub.org/kernel/man?args=vil</link>
       <description>Search McAfee's Virus Info Library for a virus, worm or hoax.

Example: vil I Love You http://vil.nai.com/vil/query.asp?txtSearch=%s&amp;query_type=2</description>
       <pubDate>Tue, 21 Jun 2005 03:26:13 +0000</pubDate>
    </item>

    <item>
       <title>strip</title>
       <link>http://yubnub.org/kernel/man?args=strip</link>
       <description>Get Google's text-only cache of web page.
Like the cachefromg, but strips images and scripts (I hope) from cache.
Example: strip yahoo.com http://google.com/search?q=cache:%s&amp;strip=1</description>
       <pubDate>Tue, 21 Jun 2005 03:14:06 +0000</pubDate>
    </item>

    <item>
       <title>fanfree</title>
       <link>http://yubnub.org/kernel/man?args=fanfree</link>
       <description>Returns printer-friendly movie listings from Fandango (without advertisements).

Takes city and state or zip code as a parameter.

Example: fanfree Bellingham, WA
Example: fanfree 98225 http://www.fandango.com/TheaterListings.aspx?location=%s[use %20 for spaces]&amp;source=cityzipsearch&amp;pf=1</description>
       <pubDate>Tue, 21 Jun 2005 03:06:26 +0000</pubDate>
    </item>

    <item>
       <title>snegg</title>
       <link>http://yubnub.org/kernel/man?args=snegg</link>
       <description>Search for computer parts on New Egg! http://www.newegg.com/Product/ProductList.asp?Submit=Go&amp;DEPA=0&amp;type=&amp;description=%s&amp;Category=0&amp;minPrice=&amp;maxPrice=&amp;Go.x=0&amp;Go.y=0</description>
       <pubDate>Tue, 21 Jun 2005 00:24:39 +0000</pubDate>
    </item>

    <item>
       <title>Foxnews</title>
       <link>http://yubnub.org/kernel/man?args=Foxnews</link>
       <description>Functional Fox News search! http://search.foxnews.com/_1_EZ7TJO03D89CMU__info.foxnws/search/web/%s</description>
       <pubDate>Tue, 21 Jun 2005 00:21:03 +0000</pubDate>
    </item>

    <item>
       <title>strong</title>
       <link>http://yubnub.org/kernel/man?args=strong</link>
       <description>Generate _Strong_ Random Passwords.  The only argument is the desired length of the passwords.  Passwords will be mixed-case and include numbers and punctuation.  SSL encrypted.

example: &quot;strong 64&quot; https://www.winguides.com/security/password.php?length=%s&amp;phonetic=on&amp;alpha=on&amp;mixedcase=on&amp;numeric=on&amp;punctuation=on&amp;nosimilar=on&amp;quantity=10&amp;guide=security&amp;generate=true</description>
       <pubDate>Mon, 20 Jun 2005 23:47:07 +0000</pubDate>
    </item>

    <item>
       <title>passwd</title>
       <link>http://yubnub.org/kernel/man?args=passwd</link>
       <description>Random Password Generator.  Will Generate 10 passwords consisting of numbers and lowercase letters.  The only arguement is a numerical value representing the length of the desired passwords.

Example: &quot;password 8&quot; https://www.winguides.com/security/password.php?length=%s&amp;phonetic=on&amp;alpha=on&amp;numeric=on&amp;quantity=10&amp;guide=security&amp;generate=true</description>
       <pubDate>Mon, 20 Jun 2005 23:40:54 +0000</pubDate>
    </item>

    <item>
       <title>paview</title>
       <link>http://yubnub.org/kernel/man?args=paview</link>
       <description>Shows the Penny-Arcade comic for a certain day.  Enter the day in yyyy-mm-dd format. http://www.penny-arcade.com/view.php?date=%s</description>
       <pubDate>Mon, 20 Jun 2005 22:40:41 +0000</pubDate>
    </item>

    <item>
       <title>asce</title>
       <link>http://yubnub.org/kernel/man?args=asce</link>
       <description>Search returns American Society of Civil Engineers Journals.Displays upto
100 results. It doesn't search Conference Proceedings. To Search
proceedings use asceproc.
example: 
asce water supply http://www.asce.org/</description>
       <pubDate>Mon, 20 Jun 2005 22:38:11 +0000</pubDate>
    </item>

    <item>
       <title>ganswer</title>
       <link>http://yubnub.org/kernel/man?args=ganswer</link>
       <description>Searches Google Answers for questions and answers involving your chosen search term. http://answers.google.com/answers/search?q=%s&amp;qtype=all&amp;btnG=Google+Search</description>
       <pubDate>Mon, 20 Jun 2005 21:38:11 +0000</pubDate>
    </item>

    <item>
       <title>ukmap</title>
       <link>http://yubnub.org/kernel/man?args=ukmap</link>
       <description>Map of the UK, given a postcode. Uses multimap http://www.multimap.com/map/places.cgi?quicksearch=%s&amp;client=public&amp;lang=&amp;advanced=</description>
       <pubDate>Mon, 20 Jun 2005 21:30:51 +0000</pubDate>
    </item>

    <item>
       <title>w</title>
       <link>http://yubnub.org/kernel/man?args=w</link>
       <description>Weather Channel's weather for the given ZIP code http://www.weather.com/weather/local/%s</description>
       <pubDate>Mon, 20 Jun 2005 20:55:27 +0000</pubDate>
    </item>

    <item>
       <title>dd</title>
       <link>http://yubnub.org/kernel/man?args=dd</link>
       <description>Domain Dossier - Investigates Domains and IP address.  Performs
whois(domain name), network whois(IP block), authoritative DNS query,
traceroute and a non-intrusive portscan(common services only).  Can
handle all canonical names, aliases and addresses.

Usage: dd &lt;domain name or IP address&gt; http://centralops.net/co/DomainDossier.aspx?addr=%s&amp;dom_dns=true&amp;dom_whois=true&amp;net_whois=true&amp;svc_scan=true&amp;traceroute=true&amp;go1=Submit</description>
       <pubDate>Mon, 20 Jun 2005 20:28:09 +0000</pubDate>
    </item>

    <item>
       <title>torrentspy</title>
       <link>http://yubnub.org/kernel/man?args=torrentspy</link>
       <description>Torrent Spy Search-  Allows you to search for torrents.  Just type your search query http://www.torrentspy.com/search.asp?query=%s</description>
       <pubDate>Mon, 20 Jun 2005 20:19:00 +0000</pubDate>
    </item>

    <item>
       <title>fc</title>
       <link>http://yubnub.org/kernel/man?args=fc</link>
       <description>Forecast by zipcode via Accuweather.com

To get the forecast for your area, just type the zipcode.
Example: fc 80919 http://wwwa.accuweather.com/forecast.asp?zipcode=%s</description>
       <pubDate>Mon, 20 Jun 2005 19:56:28 +0000</pubDate>
    </item>

    <item>
       <title>nearby</title>
       <link>http://yubnub.org/kernel/man?args=nearby</link>
       <description>Coordinate Conversion and Location Links.

Enter a coordinate (eg GB/Irish Grid Reference, UK Postcode, US Zip, Lat/Long, UTM, NAC Universal Address)
and it will be converted to other formats, as well as providing links to a Wide range of sites based on that location.

Using a GB Grid Reference:
Example: nearby TQ775045

Or a Lat/Long (WGS84)
Example: nearby 53:04:49N 4:13:33W http://www.nearby.org.uk/coord.cgi?p=%s</description>
       <pubDate>Mon, 20 Jun 2005 19:43:17 +0000</pubDate>
    </item>

    <item>
       <title>mys</title>
       <link>http://yubnub.org/kernel/man?args=mys</link>
       <description>quick myspace navigation http://www.myspace.com/%s</description>
       <pubDate>Mon, 20 Jun 2005 19:17:11 +0000</pubDate>
    </item>

    <item>
       <title>cia</title>
       <link>http://yubnub.org/kernel/man?args=cia</link>
       <description>The Factbook of World Countries by CIA. Type cia and (space) two
letters for country.  
example
cia in -&gt;India
cia uk -&gt;UK
cia fr -&gt;France
cia ch -&gt;China


==========
Old implementation:
https://www.cia.gov/cia/publications/factbook/geos/%s.html https://www.cia.gov/library/publications/the-world-factbook/geos/%s.html</description>
       <pubDate>Mon, 20 Jun 2005 19:04:45 +0000</pubDate>
    </item>

    <item>
       <title>bt</title>
       <link>http://yubnub.org/kernel/man?args=bt</link>
       <description>Searches www.torrentz.com
Keywords: torrent, torrents, bittorent, p2p



----------
Old implementation:
http://search.bittorrent.com/search.jsp?query=%s
 http://www.torrentz.com/search?q=%s</description>
       <pubDate>Mon, 20 Jun 2005 15:59:37 +0000</pubDate>
    </item>

    <item>
       <title>phone</title>
       <link>http://yubnub.org/kernel/man?args=phone</link>
       <description>WhitePages.com Residential Directory Assistance Search

Find phone book listings by searching based on name, address, or phone number.

Examples:
phone (206) 802-2120
phone 206-802-2120
phone John Smith, Seattle, WA
phone John Smith, 98107
phone 4802 Third, Seattle, WA
phone 4802 Third, 98107
 http://www.whitepages.com/search/SingleField?q=%s </description>
       <pubDate>Mon, 20 Jun 2005 14:55:18 +0000</pubDate>
    </item>

    <item>
       <title>sing</title>
       <link>http://yubnub.org/kernel/man?args=sing</link>
       <description>Lyrics look up.

Example: sing sailor warm gulf wind http://seek.sing365.com/cgi-bin/s.cgi?q=%s</description>
       <pubDate>Sun, 19 Jun 2005 22:43:21 +0000</pubDate>
    </item>

    <item>
       <title>psize</title>
       <link>http://yubnub.org/kernel/man?args=psize</link>
       <description>Page size checker for the given url.
Gives a list of the sizes of the found linked elements.
Smart enough to detect page compression and when it does will show 
compresssed and uncompressed sizes (real, not estimated). http://tasman-webdesign.com/page_size.html?Submit=Show%20me&amp;url=%s</description>
       <pubDate>Sun, 19 Jun 2005 21:11:59 +0000</pubDate>
    </item>

    <item>
       <title>rfc</title>
       <link>http://yubnub.org/kernel/man?args=rfc</link>
       <description>Find an RFC (request for comment) by number.

Example: rfc 2822

Or search on a keyword (thanks to Daniel Gurney for this improvement)

Example: rfc icalendar http://rfc.net/{ifThen -value1 %s -value2 9999 -test GREATER -then search.php3?phrase=%s -else rfc%s.html}</description>
       <pubDate>Sun, 19 Jun 2005 14:53:24 +0000</pubDate>
    </item>

    <item>
       <title>di</title>
       <link>http://yubnub.org/kernel/man?args=di</link>
       <description>Domain (WHOIS) Information using coolwhois.com http://www.coolwhois.com/d/%s</description>
       <pubDate>Fri, 17 Jun 2005 21:56:43 +0000</pubDate>
    </item>

    <item>
       <title>ala</title>
       <link>http://yubnub.org/kernel/man?args=ala</link>
       <description>Search the A List Apart archives (XHTML, CSS, Design, etc.) http://search.atomz.com/search/?sp-q=%s&amp;sp-a=sp1002d27b&amp;sp-f=ISO-8859-1&amp;sp-p=All&amp;sp-k=All</description>
       <pubDate>Fri, 17 Jun 2005 00:26:39 +0000</pubDate>
    </item>

    <item>
       <title>sc</title>
       <link>http://yubnub.org/kernel/man?args=sc</link>
       <description>Shoutcast search engine call.  Include what you're searching for after it (for instance: &quot;sc phish&quot;). http://www.shoutcast.com/directory/?s=%s</description>
       <pubDate>Thu, 16 Jun 2005 19:27:16 +0000</pubDate>
    </item>

    <item>
       <title>raa</title>
       <link>http://yubnub.org/kernel/man?args=raa</link>
       <description>Search the Ruby Application Archive for terms. http://raa.ruby-lang.org/search.rhtml?search=%s</description>
       <pubDate>Thu, 16 Jun 2005 13:44:53 +0000</pubDate>
    </item>

    <item>
       <title>ej</title>
       <link>http://yubnub.org/kernel/man?args=ej</link>
       <description>Performs a English-Japanese dictionary lookup from WWWJDIC.
Example: ej dog http://www.csse.monash.edu.au/cgi-bin/cgiwrap/jwb/wwwjdic?1MDE%s</description>
       <pubDate>Thu, 16 Jun 2005 07:04:03 +0000</pubDate>
    </item>

    <item>
       <title>ge</title>
       <link>http://yubnub.org/kernel/man?args=ge</link>
       <description>SYNOPSIS
        ge [word or phrase]

EXAMPLES
        ge
        ge dictionary

DESCRIPTION
        Displays the YubNub Golden Eggs - a list of YubNub commands
        that people seem to find particularly useful and interesting.

        If you specify a word or phrase, YubNub will search the 
        descriptions, names, and urls for that word or phrase.
        For example, &quot;ge dictionary&quot; will return all Golden-Egg commands 
        pertaining to dictionaries. http://yubnub.org/kernel/golden_eggs?args=%s</description>
       <pubDate>Thu, 16 Jun 2005 05:47:48 +0000</pubDate>
    </item>

    <item>
       <title>sec</title>
       <link>http://yubnub.org/kernel/man?args=sec</link>
       <description>Search the SEC Edgar database for companies by name http://www.sec.gov/cgi-bin/browse-edgar?company=%s&amp;CIK=&amp;filenum=&amp;State=&amp;SIC=&amp;owner=include&amp;action=getcompany</description>
       <pubDate>Thu, 16 Jun 2005 05:45:10 +0000</pubDate>
    </item>

    <item>
       <title>portuguese</title>
       <link>http://yubnub.org/kernel/man?args=portuguese</link>
       <description>Translate some phrase to portuguese. Translation maded by altavista. http://babelfish.altavista.com/tr?lp=en_pt&amp;trtext=%s</description>
       <pubDate>Thu, 16 Jun 2005 04:59:49 +0000</pubDate>
    </item>

    <item>
       <title>yahoomovies</title>
       <link>http://yubnub.org/kernel/man?args=yahoomovies</link>
       <description>Yahoo movie listings. 

To find movie listings for theaters near you, just use your zip code.
Example: yahoomovies 94526 http://movies.yahoo.com/showtimes/showtimes.html?z=%s&amp;r=sim</description>
       <pubDate>Thu, 16 Jun 2005 04:29:32 +0000</pubDate>
    </item>

    <item>
       <title>wikip</title>
       <link>http://yubnub.org/kernel/man?args=wikip</link>
       <description>search Wikipedia, the free encyclopedia. http://en.wikipedia.org/w/index.php?title=Special%3ASearch&amp;search=%s&amp;fulltext=Search</description>
       <pubDate>Thu, 16 Jun 2005 04:00:35 +0000</pubDate>
    </item>

    <item>
       <title>wireless</title>
       <link>http://yubnub.org/kernel/man?args=wireless</link>
       <description>Use a zip code to find wireless hotspots with jwire http://www.jiwire.com/search-wifi-hotspots.htm?command=&amp;ssid=&amp;hotspot_name=&amp;location_type_id=0&amp;technology_id=0&amp;venue_group_id=0&amp;provider_id=0&amp;pay_free=both&amp;address=&amp;city=&amp;country_id=1&amp;state_id=0&amp;zip=%s&amp;narrow_search=on</description>
       <pubDate>Thu, 16 Jun 2005 03:29:58 +0000</pubDate>
    </item>

    <item>
       <title>macro2</title>
       <link>http://yubnub.org/kernel/man?args=macro2</link>
       <description>Microsoft search that hopefully works
 http://search.microsoft.com/search/results.aspx?st=b&amp;na=88&amp;View=en-US&amp;qu=%s</description>
       <pubDate>Wed, 15 Jun 2005 23:52:52 +0000</pubDate>
    </item>

    <item>
       <title>micro</title>
       <link>http://yubnub.org/kernel/man?args=micro</link>
       <description>Microsoft (dot) com Search http://search.microsoft.com/search/results.aspx?st=b&amp;na=88&amp;View=en-US&amp;qu=%s</description>
       <pubDate>Wed, 15 Jun 2005 23:51:08 +0000</pubDate>
    </item>

    <item>
       <title>yf</title>
       <link>http://yubnub.org/kernel/man?args=yf</link>
       <description>Takes you to the Yahoo Fantasy Sports home page. http://fantasysports.yahoo.com/</description>
       <pubDate>Wed, 15 Jun 2005 21:55:03 +0000</pubDate>
    </item>

    <item>
       <title>es.wikipedia</title>
       <link>http://yubnub.org/kernel/man?args=es.wikipedia</link>
       <description>Spanish wikipedia.  http://es.wikipedia.org/wiki/Special:Search?search=%s&amp;go=Go</description>
       <pubDate>Wed, 15 Jun 2005 21:26:50 +0000</pubDate>
    </item>

    <item>
       <title>barcd</title>
       <link>http://yubnub.org/kernel/man?args=barcd</link>
       <description>Use the command to generate a printable and scannable barcode in Interleaved 2 of 5, Code 39, Code 128 A, B, or C symbologies. This free service can be used to generate individual barcodes or called via URL's to include inline PNG or JPEG images directly into your documents.

More information is avaliable at http://www.barcodesinc.com/generator/index.php

This command by default will create a 200x50 jpeg barcode in Code 128-B with the command value listed under it. http://www.barcodesinc.com/generator/image.php?code=%s&amp;style=165&amp;type=C128B&amp;width=200&amp;height=50&amp;xres=1&amp;font=3</description>
       <pubDate>Wed, 15 Jun 2005 20:37:56 +0000</pubDate>
    </item>

    <item>
       <title>shrink</title>
       <link>http://yubnub.org/kernel/man?args=shrink</link>
       <description>TinyUrl! To shorten those HUGE URls that take up so much space,
type in shrink, then the long URL (website address).

Example: 

shrink http://www.google.com/mail http://tinyurl.com/create.php?url=%s[no url encoding]</description>
       <pubDate>Wed, 15 Jun 2005 19:13:19 +0000</pubDate>
    </item>

    <item>
       <title>ASCII</title>
       <link>http://yubnub.org/kernel/man?args=ASCII</link>
       <description>This command will display any text you type as ASCII art in all the avaliable fonts. (From the site http://www.network-science.de/ascii/)

Example: ASCII ascii

Produces a page including the following lines.
 _______ _______ _______ _____ _____
 |_____| |______ |         |     |  
 |     | ______| |_____  __|__ __|__ http://www.network-science.de/ascii/ascii.php?TEXT=%s&amp;x=8&amp;y=7&amp;FONT=_all+fonts+with+your+text_&amp;RICH=no&amp;FORM=left&amp;STRE=no</description>
       <pubDate>Wed, 15 Jun 2005 19:10:53 +0000</pubDate>
    </item>

    <item>
       <title>ame</title>
       <link>http://yubnub.org/kernel/man?args=ame</link>
       <description>Answers.com Search.

Want info about something? Just type ame and then the thing you want
information about!

Example: ame apples http://www.answers.com/%s</description>
       <pubDate>Wed, 15 Jun 2005 19:01:31 +0000</pubDate>
    </item>

    <item>
       <title>phpfunction</title>
       <link>http://yubnub.org/kernel/man?args=phpfunction</link>
       <description>Return the PHP Manual of some function http://www.php.net/manual/en/function.%s.php</description>
       <pubDate>Wed, 15 Jun 2005 16:33:49 +0000</pubDate>
    </item>

    <item>
       <title>yde</title>
       <link>http://yubnub.org/kernel/man?args=yde</link>
       <description>Yahoo German Search

To find Yahoo! search results in German
Example: &quot;yde porsche 911&quot; finds german webpages on porsche 911 http://de.search.yahoo.com/search?p=%s&amp;ie=UTF-8</description>
       <pubDate>Wed, 15 Jun 2005 15:17:06 +0000</pubDate>
    </item>

    <item>
       <title>iap</title>
       <link>http://yubnub.org/kernel/man?args=iap</link>
       <description>Internet Archive Public Domain Film Search (Prehlinger Archive)

Example: &quot;iap war&quot; lists all films under public domain that have to do with war.

 http://www.archive.org/search.php?query=%s%20AND%20mediatype%3Amovies%20AND%20collection%3Aprelinger</description>
       <pubDate>Wed, 15 Jun 2005 12:07:25 +0000</pubDate>
    </item>

    <item>
       <title>ian</title>
       <link>http://yubnub.org/kernel/man?args=ian</link>
       <description>Internet Archive Netlabel Search

Example: &quot;ia techno&quot; searches for techno music available at archive.org 
Example: &quot;ia comatronic&quot; lists all releases from netlabel comatronic available at archive.org 

 http://www.archive.org/search.php?query=%s%20AND%20mediatype%3Aaudio%20AND%20collection%3Anetlabels</description>
       <pubDate>Wed, 15 Jun 2005 12:03:57 +0000</pubDate>
    </item>

    <item>
       <title>who</title>
       <link>http://yubnub.org/kernel/man?args=who</link>
       <description>Get a full whois listing on a url or ip address. 

Whois Source supports four types of searches:
- IP address searching (&quot;66.218.71.198&quot;)
- Partial word(s) searching (&quot;bill gates&quot;)
- Full domain (&quot;nameintel.com&quot; goes directly to whois)
- Whois History, locate historical whois records. http://www.whois.sc/%s</description>
       <pubDate>Wed, 15 Jun 2005 05:13:35 +0000</pubDate>
    </item>

    <item>
       <title>cachefromg</title>
       <link>http://yubnub.org/kernel/man?args=cachefromg</link>
       <description>get the cached copy of web pages from Google http://www.google.com/search?q=cache:%s</description>
       <pubDate>Wed, 15 Jun 2005 04:33:47 +0000</pubDate>
    </item>

    <item>
       <title>cachefromspurl</title>
       <link>http://yubnub.org/kernel/man?args=cachefromspurl</link>
       <description>get the cached copy of web pages from Spurl http://cache.spurl.net/?url=http://%s</description>
       <pubDate>Wed, 15 Jun 2005 04:32:35 +0000</pubDate>
    </item>

    <item>
       <title>hot</title>
       <link>http://yubnub.org/kernel/man?args=hot</link>
       <description>takes u2 hotmail.com http://hotmail.com</description>
       <pubDate>Tue, 14 Jun 2005 22:55:00 +0000</pubDate>
    </item>

    <item>
       <title>disc</title>
       <link>http://yubnub.org/kernel/man?args=disc</link>
       <description>Search the famous DISCOGRAPHIES website (http://www.discogs.com)

Discogs is a user-built database containing information on artists, labels, and their recordings. 
Discogs is constantly growing as users submit releases to the database. 
Discogs is short for &quot;Discographies&quot;, which are lists of an artist's or label's recordings.  http://www.discogs.com/search?type=all&amp;q=%s&amp;btn=Go</description>
       <pubDate>Tue, 14 Jun 2005 21:15:10 +0000</pubDate>
    </item>

    <item>
       <title>isbook</title>
       <link>http://yubnub.org/kernel/man?args=isbook</link>
       <description>Search ISBN.nu for book prices based on the book title. 

To search for the latest Harry Potter book, type: isook Harry Potter http://isbn.nu/cgi-bin/design-books?singleform=yes&amp;searchtype=title&amp;searchvalue=%s</description>
       <pubDate>Tue, 14 Jun 2005 18:35:08 +0000</pubDate>
    </item>

    <item>
       <title>isbn</title>
       <link>http://yubnub.org/kernel/man?args=isbn</link>
       <description>Search ISBN.nu for book prices based on the ISBN.

To search for the latest Harry Potter book, type: 
Example: isbn 0439784549 http://isbn.nu/%s</description>
       <pubDate>Tue, 14 Jun 2005 18:28:01 +0000</pubDate>
    </item>

    <item>
       <title>ipinfo-url</title>
       <link>http://yubnub.org/kernel/man?args=ipinfo-url</link>
       <description>Returns the public IP address for a URL. 

This command takes one argument, a URL. 

This command is a companion of ipinfo, the -url is a faux argument that allows you to use a different search feature on the GetAnyIp.com site.

See also: ipinfo  http://www.getanyip.com/findip.aspx?host=%s</description>
       <pubDate>Tue, 14 Jun 2005 17:19:37 +0000</pubDate>
    </item>

    <item>
       <title>ipinfo</title>
       <link>http://yubnub.org/kernel/man?args=ipinfo</link>
       <description>Returns the public IP address of your computer or network. 

This command takes no arguments. 

There are several other sites that will tell you your IP address, but GetAnyIP seems to give you a little more info than most others I've found.  http://www.getanyip.com/moreinfo.aspx</description>
       <pubDate>Tue, 14 Jun 2005 17:07:41 +0000</pubDate>
    </item>

    <item>
       <title>c2google</title>
       <link>http://yubnub.org/kernel/man?args=c2google</link>
       <description>Full text search of the C2 wiki with Google.  This searches the c2.com site through
Google.

To find out why Google loves Wiki type
c2google google loves wiki

To find pages mentioning RUP type
c2google rup http://www.google.com/search?q=site:c2.com+%s</description>
       <pubDate>Tue, 14 Jun 2005 13:49:21 +0000</pubDate>
    </item>

    <item>
       <title>c2</title>
       <link>http://yubnub.org/kernel/man?args=c2</link>
       <description>Title search for C2 wiki.  Finds pages on the PortlandPatternRepository and WikiWikiWeb
by doing a Title Search.

To find pages about the WikiWikiWeb:
c2 wikiwikiweb

To find pages about unittests:
c2 unittest http://c2.com/cgi/wiki?search=%s</description>
       <pubDate>Tue, 14 Jun 2005 13:36:25 +0000</pubDate>
    </item>

    <item>
       <title>gusearch</title>
       <link>http://yubnub.org/kernel/man?args=gusearch</link>
       <description>Guardian Unlimited article search.

Just enter the keywords you're searching for, and hit submit http://search.guardian.co.uk/search97cgi/s97networkr_cgi?QueryText=%s&amp;Action=Search&amp;Collection=archive_artifact&amp;ResultTemplate=Archive_Artifact.hts&amp;SortSpec=VdkPublicationDate+Desc</description>
       <pubDate>Tue, 14 Jun 2005 13:08:12 +0000</pubDate>
    </item>

    <item>
       <title>cadd</title>
       <link>http://yubnub.org/kernel/man?args=cadd</link>
       <description>Add A Link To Connotea

&gt; cadd uri

For example, to add the article http://www.example.com/new_article:
cadd http://www.example.com/new_article http://www.connotea.org/add?uri=%s</description>
       <pubDate>Tue, 14 Jun 2005 10:10:05 +0000</pubDate>
    </item>

    <item>
       <title>ctag</title>
       <link>http://yubnub.org/kernel/man?args=ctag</link>
       <description>Connotea Tag Listing

&gt; ctag tagname

For example, To view a list of the most recent articles or webpages bookmarked in Connotea under evolution:
ctag evolution http://www.connotea.org/tag/%s</description>
       <pubDate>Tue, 14 Jun 2005 10:05:39 +0000</pubDate>
    </item>

    <item>
       <title>apropos</title>
       <link>http://yubnub.org/kernel/man?args=apropos</link>
       <description>SYNOPSIS
        apropos [word or phrase]

EXAMPLE
        apropos music

DESCRIPTION
        Searches YubNub. Displays all YubNub commands having the given
        word or phrase in the name, url, or description.

        For example, &quot;apropos music&quot; will return all YubNub commands
        pertaining to music.

        apropos is actually just an alias for ls. http://yubnub.org/kernel/ls?args=%s</description>
       <pubDate>Tue, 14 Jun 2005 06:51:53 +0000</pubDate>
    </item>

    <item>
       <title>vicbus</title>
       <link>http://yubnub.org/kernel/man?args=vicbus</link>
       <description>SYNOPSIS
        vicbus [route]

EXAMPLE
        vicbus 70

DESCRIPTION
        Victoria BC bus schedules. Displays the bus schedule for the
        given route in Victoria BC Canada, courtesy of BC Transit. http://www.busonline.ca/regions/vic/schedules/schedule.cfm?line=%s</description>
       <pubDate>Tue, 14 Jun 2005 04:24:48 +0000</pubDate>
    </item>

    <item>
       <title>bigfile</title>
       <link>http://yubnub.org/kernel/man?args=bigfile</link>
       <description>Send large files that are too big for email with Yousendit.com. http://www.yousendit.com/</description>
       <pubDate>Tue, 14 Jun 2005 00:09:10 +0000</pubDate>
    </item>

    <item>
       <title>linksto</title>
       <link>http://yubnub.org/kernel/man?args=linksto</link>
       <description>www.google.com finds pages that links to a give url

example:

 linksto http://en.wikibooks.org/wiki/Programming:_C_-/-_-/- http://www.google.com/search?as_lq=%s&amp;btnG=Search</description>
       <pubDate>Tue, 14 Jun 2005 00:08:09 +0000</pubDate>
    </item>

    <item>
       <title>kode</title>
       <link>http://yubnub.org/kernel/man?args=kode</link>
       <description>www.koders.com search code shortcut all languages and licenses...

examples: kode CFile::GetStatus http://www.koders.com/?s=%s&amp;_%3Ala=*&amp;_%3Ali=*</description>
       <pubDate>Tue, 14 Jun 2005 00:02:00 +0000</pubDate>
    </item>

    <item>
       <title>del</title>
       <link>http://yubnub.org/kernel/man?args=del</link>
       <description>del.icio.us quick tag display

Examples:

  del popular

or

  del programming

 http://del.icio.us/tag/%s</description>
       <pubDate>Mon, 13 Jun 2005 23:56:14 +0000</pubDate>
    </item>

    <item>
       <title>geocode</title>
       <link>http://yubnub.org/kernel/man?args=geocode</link>
       <description>Uses geocoder.us to attempt to geocode the parameter http://geocoder.us/demo.cgi?address=%s</description>
       <pubDate>Mon, 13 Jun 2005 23:20:31 +0000</pubDate>
    </item>

    <item>
       <title>minova</title>
       <link>http://yubnub.org/kernel/man?args=minova</link>
       <description>search mininova.org for torrents http://mininova.org/search/?search=%s</description>
       <pubDate>Mon, 13 Jun 2005 23:05:59 +0000</pubDate>
    </item>

    <item>
       <title>gmt</title>
       <link>http://yubnub.org/kernel/man?args=gmt</link>
       <description>To find local time (and date) in a given location.
E.g. gmt london http://www.timeanddate.com/worldclock/results.html?query=%s</description>
       <pubDate>Mon, 13 Jun 2005 22:22:19 +0000</pubDate>
    </item>

    <item>
       <title>flk</title>
       <link>http://yubnub.org/kernel/man?args=flk</link>
       <description>General search of flickr.

This performs a basic search on flickr. It searches titles, tags and descriptions for ANY of the text you enter.  http://www.flickr.com/photos/search/text:%s</description>
       <pubDate>Mon, 13 Jun 2005 22:19:19 +0000</pubDate>
    </item>

    <item>
       <title>phpman</title>
       <link>http://yubnub.org/kernel/man?args=phpman</link>
       <description>Php Manual Search

Will search online documentation for php functions on the official php webpage http://www.php.net/manual-lookup.php?pattern=%s</description>
       <pubDate>Mon, 13 Jun 2005 21:57:00 +0000</pubDate>
    </item>

    <item>
       <title>amuk</title>
       <link>http://yubnub.org/kernel/man?args=amuk</link>
       <description>UK localised Amazon search http://www.amazon.co.uk/exec/obidos/external-search?mode=blended&amp;keyword=%s[use %20 for spaces]</description>
       <pubDate>Mon, 13 Jun 2005 21:35:18 +0000</pubDate>
    </item>

    <item>
       <title>cf</title>
       <link>http://yubnub.org/kernel/man?args=cf</link>
       <description>ColdFusion Documentation Search

Searches for coldfusion tag or function documentation using cfdocs.org 

Example: cf IsDefined http://cfdocs.org/search/?k=%s</description>
       <pubDate>Mon, 13 Jun 2005 20:54:43 +0000</pubDate>
    </item>

    <item>
       <title>thes</title>
       <link>http://yubnub.org/kernel/man?args=thes</link>
       <description>Searches the thesaurus reference from dictionary.com http://thesaurus.reference.com/search?q=%s</description>
       <pubDate>Mon, 13 Jun 2005 20:46:46 +0000</pubDate>
    </item>

    <item>
       <title>mini</title>
       <link>http://yubnub.org/kernel/man?args=mini</link>
       <description>Use the minilink.org to create a short URL from a long(er) one.

Example.
mini http://www.nytimes.com/2005/06/13/opinion/13krugman.html?ex=1276315200&amp;en=2017e619329d5716&amp;ei=5090&amp;partner=rssuserland&amp;emc=rss http://minilink.org/?url=%s</description>
       <pubDate>Mon, 13 Jun 2005 19:44:46 +0000</pubDate>
    </item>

    <item>
       <title>jz</title>
       <link>http://yubnub.org/kernel/man?args=jz</link>
       <description>Search Jeremy Zawodny's blog http://jeremy.zawodny.com/mt/mt-search.cgi?search=%s&amp;IncludeBlogs=1</description>
       <pubDate>Mon, 13 Jun 2005 19:39:06 +0000</pubDate>
    </item>

    <item>
       <title>nyt</title>
       <link>http://yubnub.org/kernel/man?args=nyt</link>
       <description>New York Times Link Generator

Paste an article URL from the nytimes.com website to get a weblog-safe URL.
(Also one that's nice for emailing because it doesn't require registration.)

Example: nyt http://www.nytimes.com/2005/06/13/opinion/13krugman.html http://nytimes.blogspace.com/genlink?q=%s</description>
       <pubDate>Mon, 13 Jun 2005 19:32:45 +0000</pubDate>
    </item>

    <item>
       <title>iawiki</title>
       <link>http://yubnub.org/kernel/man?args=iawiki</link>
       <description>Searches the IAWiki (iawiki.net).

Example: iawiki faceted browsing http://www.iawiki.net/cgi-bin/wiki.pl?search=%s</description>
       <pubDate>Mon, 13 Jun 2005 19:30:50 +0000</pubDate>
    </item>

    <item>
       <title>clhs</title>
       <link>http://yubnub.org/kernel/man?args=clhs</link>
       <description>Looks up a symbol in the Common Lisp Hyper Spec. http://www.xach.com/clhs?q=%s</description>
       <pubDate>Mon, 13 Jun 2005 19:21:45 +0000</pubDate>
    </item>

    <item>
       <title>wpf</title>
       <link>http://yubnub.org/kernel/man?args=wpf</link>
       <description>French Wikipedia search http://fr.wikipedia.org/wiki/?search=%s</description>
       <pubDate>Mon, 13 Jun 2005 19:13:28 +0000</pubDate>
    </item>

    <item>
       <title>deltag</title>
       <link>http://yubnub.org/kernel/man?args=deltag</link>
       <description>NAME
deltag - go to the del.icio.us page for the specified tag (or tag set) 

SYNOPSIS
deltag tagname1[+tagname2][+tagname3]...

DESCRIPTION
The deltag utility directs you to the del.icio.us page for the tag(s) provided.  When entering multiple tags, the separator is a plus sign (+).

deltag futuretech takes you to http://del.icio.us/tag/futuretech
deltag futuretech+programming takes you to http://del.icio.us/tag/futuretech+programming http://del.icio.us/tag/%s</description>
       <pubDate>Mon, 13 Jun 2005 19:08:38 +0000</pubDate>
    </item>

    <item>
       <title>img</title>
       <link>http://yubnub.org/kernel/man?args=img</link>
       <description>Just an other gim google but more simple for me :)
Example: img sincity http://images.google.com/images?q=%s</description>
       <pubDate>Mon, 13 Jun 2005 18:41:22 +0000</pubDate>
    </item>

    <item>
       <title>shoutcast</title>
       <link>http://yubnub.org/kernel/man?args=shoutcast</link>
       <description>Search Shoutcast streaming music directory.
Example:
shoutcast energy http://www.shoutcast.com/directory/?s=%s</description>
       <pubDate>Mon, 13 Jun 2005 18:34:48 +0000</pubDate>
    </item>

    <item>
       <title>pod</title>
       <link>http://yubnub.org/kernel/man?args=pod</link>
       <description>Search for podcasts on Podcast Alley. http://podcastalley.com/search.php?searchterm=%s</description>
       <pubDate>Mon, 13 Jun 2005 18:27:53 +0000</pubDate>
    </item>

    <item>
       <title>lyric</title>
       <link>http://yubnub.org/kernel/man?args=lyric</link>
       <description>Search for lyrics on www.toplyrics.com You can use the artist or songname. http://www.toplyrics.com/search.php?naam=%s&amp;keuze=1&amp;stage=results</description>
       <pubDate>Mon, 13 Jun 2005 16:55:44 +0000</pubDate>
    </item>

    <item>
       <title>group</title>
       <link>http://yubnub.org/kernel/man?args=group</link>
       <description>Does a group/artist/name search on AllMusic.com.
Example: group the arcade fire http://www.allmusic.com/cg/amg.dll?p=amg&amp;opt1=1&amp;sql=%s</description>
       <pubDate>Mon, 13 Jun 2005 15:31:38 +0000</pubDate>
    </item>

    <item>
       <title>qupi</title>
       <link>http://yubnub.org/kernel/man?args=qupi</link>
       <description>Where in pi? Given a # it tells you where in pi that # is.
Given say a birthday (22069) it tells you where in pi it first occurs. http://www.facade.com/legacy/amiinpi/?thenum=%s</description>
       <pubDate>Mon, 13 Jun 2005 05:44:54 +0000</pubDate>
    </item>

    <item>
       <title>gsuggest</title>
       <link>http://yubnub.org/kernel/man?args=gsuggest</link>
       <description>Let Google Suggest What to Search
One of Google's many buried features is the capacity to suggest
a search by auto-completing a search phrase as you type it in.
For example if you type in &quot;46 Best...&quot; Google will offer
several choices including &quot;46 Best-ever Freeware Utilities.&quot;  http://www.google.com/search?complete=1&amp;q=%s</description>
       <pubDate>Mon, 13 Jun 2005 02:11:14 +0000</pubDate>
    </item>

    <item>
       <title>quote</title>
       <link>http://yubnub.org/kernel/man?args=quote</link>
       <description>Get a stock quote, just enter the symbol http://finance.yahoo.com/q?d=v1&amp;s=%s</description>
       <pubDate>Mon, 13 Jun 2005 00:09:43 +0000</pubDate>
    </item>

    <item>
       <title>wikis</title>
       <link>http://yubnub.org/kernel/man?args=wikis</link>
       <description>Look up stuff of the Webcyclopedia, Wiki. http://en.wikipedia.org/wiki/%s</description>
       <pubDate>Mon, 13 Jun 2005 00:01:20 +0000</pubDate>
    </item>

    <item>
       <title>~</title>
       <link>http://yubnub.org/kernel/man?args=~</link>
       <description>engadget, a tech website http://www.engadget.com</description>
       <pubDate>Sun, 12 Jun 2005 20:35:51 +0000</pubDate>
    </item>

    <item>
       <title>ffkey</title>
       <link>http://yubnub.org/kernel/man?args=ffkey</link>
       <description>SYNOPSIS
        ffkey

EXAMPLE
        ffkey

DESCRIPTION
        Firefox keyboard shortcuts. http://www.mozilla.org/support/firefox/keyboard</description>
       <pubDate>Sun, 12 Jun 2005 16:24:27 +0000</pubDate>
    </item>

    <item>
       <title>gkey</title>
       <link>http://yubnub.org/kernel/man?args=gkey</link>
       <description>SYNOPSIS
        gkey

EXAMPLE
        gkey

DESCRIPTION
        Gmail keyboard shortcuts. http://gmail.google.com/support/bin/answer.py?answer=6594</description>
       <pubDate>Sun, 12 Jun 2005 16:21:48 +0000</pubDate>
    </item>

    <item>
       <title>tagsurf</title>
       <link>http://yubnub.org/kernel/man?args=tagsurf</link>
       <description>Searches for a given tag on Tagsurf. http://www.tagsurf.com/tag/%s</description>
       <pubDate>Sun, 12 Jun 2005 15:57:57 +0000</pubDate>
    </item>

    <item>
       <title>ggs</title>
       <link>http://yubnub.org/kernel/man?args=ggs</link>
       <description>Google Suggest Search. This is like a normal google search, but on the results page, Google will offer suggestions as you type.

Example: ggs &quot;Benjamin Ferrari&quot; http://www.google.com/search?q=%s&amp;complete=1</description>
       <pubDate>Sun, 12 Jun 2005 12:46:49 +0000</pubDate>
    </item>

    <item>
       <title>alexa</title>
       <link>http://yubnub.org/kernel/man?args=alexa</link>
       <description>SYNOPSIS
        alexa [url

EXAMPLE
        alexa http://yubnub.org

DESCRIPTION
        Alexa traffic rankings. Displays a graph and other statistics 
        about the traffic to the given website. http://www.alexa.com/data/details/traffic_details?q=&amp;url=%s</description>
       <pubDate>Sun, 12 Jun 2005 07:00:05 +0000</pubDate>
    </item>

    <item>
       <title>cluster</title>
       <link>http://yubnub.org/kernel/man?args=cluster</link>
       <description>Clusty Search. Clusty uses a Clustering Engine to organize search results into folders grouping similar items together.

To cluster a search, simply type in your search term after the word &quot;cluster.&quot;
Example: cluster [Your Keyword Here]

For instance, if you wanted to search for &quot;The Homestar Runner,&quot; you would enter:
cluster &quot;The Homestar Runner&quot; http://clusty.com/search?query=%s</description>
       <pubDate>Sun, 12 Jun 2005 06:20:05 +0000</pubDate>
    </item>

    <item>
       <title>seq</title>
       <link>http://yubnub.org/kernel/man?args=seq</link>
       <description>SYNOPSIS
        seq [max]

EXAMPLE
        seq 100

DESCRIPTION
        Generates a random sequence of the numbers from 1 to max.
        The numbers generated by this form do not contain duplicates 
        (they're like lottery tickets drawn out of a hat).

        The true random numbers are generated using atmospheric noise 
        which for many purposes is better than the pseudo-random
        numbers typically generated by computer programs. 

        For more information, see http://random.org/sform.html

        Related commmand: random, which allows duplicates. Enter
        &quot;man random&quot; for the manual for the random command. http://random.org/cgi-bin/randseq?min=1&amp;max=%s</description>
       <pubDate>Sun, 12 Jun 2005 05:54:50 +0000</pubDate>
    </item>

    <item>
       <title>mac</title>
       <link>http://yubnub.org/kernel/man?args=mac</link>
       <description>Looks up the vendor/Ethernet MAC address match.

Example: mac 3com
Example: mac 00:a0:40 http://www.coffer.com/mac_find/?string=%s</description>
       <pubDate>Sun, 12 Jun 2005 04:53:34 +0000</pubDate>
    </item>

    <item>
       <title>a9-music</title>
       <link>http://yubnub.org/kernel/man?args=a9-music</link>
       <description>Find music using a9.com it work great and it's fun to http://a9.com/-inurl%3Ahtm%20-inurl%3Ahtml%20intitle%3A%22index%20of%22%20mp3%20%s</description>
       <pubDate>Sat, 11 Jun 2005 23:24:10 +0000</pubDate>
    </item>

    <item>
       <title>new</title>
       <link>http://yubnub.org/kernel/man?args=new</link>
       <description>Makes new command and you and make do what you like http://yubnub.org/command/new?name=</description>
       <pubDate>Sat, 11 Jun 2005 23:16:12 +0000</pubDate>
    </item>

    <item>
       <title>dogaud</title>
       <link>http://yubnub.org/kernel/man?args=dogaud</link>
       <description>Performs a Dogpile Audio search. http://www.dogpile.com/info.dogpl/search/audio/%s</description>
       <pubDate>Sat, 11 Jun 2005 20:51:48 +0000</pubDate>
    </item>

    <item>
       <title>dogpile</title>
       <link>http://yubnub.org/kernel/man?args=dogpile</link>
       <description>An alias for pile. http://www.dogpile.com/info.dogpl/search/web/%s</description>
       <pubDate>Sat, 11 Jun 2005 20:50:36 +0000</pubDate>
    </item>

    <item>
       <title>netflix</title>
       <link>http://yubnub.org/kernel/man?args=netflix</link>
       <description>Searches Netflix for DVD titles. http://www.netflix.com/Search?v1=%s</description>
       <pubDate>Sat, 11 Jun 2005 19:30:00 +0000</pubDate>
    </item>

    <item>
       <title>say</title>
       <link>http://yubnub.org/kernel/man?args=say</link>
       <description>An alias for &quot;tts&quot; http://translate.google.com/translate_tts?q=%s</description>
       <pubDate>Sat, 11 Jun 2005 19:22:13 +0000</pubDate>
    </item>

    <item>
       <title>bggn</title>
       <link>http://yubnub.org/kernel/man?args=bggn</link>
       <description>SYNOPSIS
        bggn

EXAMPLE
        bggn

DESCRIPTION
        BoardGameGeek number of players. A list of BoardGameGeek
        lists that help you to pick a boardgame based on the number
        of people that will be playing. http://www.boardgamegeek.com/geeklist.php3?action=view&amp;listid=4488</description>
       <pubDate>Sat, 11 Jun 2005 18:40:18 +0000</pubDate>
    </item>

    <item>
       <title>gslashdot</title>
       <link>http://yubnub.org/kernel/man?args=gslashdot</link>
       <description>Search Slashdot via Google. http://www.google.com/search?query=%s&amp;as_sitesearch=slashdot.org</description>
       <pubDate>Sat, 11 Jun 2005 18:13:49 +0000</pubDate>
    </item>

    <item>
       <title>needs</title>
       <link>http://yubnub.org/kernel/man?args=needs</link>
       <description>SYNOPSIS
        needs

EXAMPLE
        needs

DESCRIPTION
        Displays a list of human needs e.g. appreciation, presence,
        freedom, rest. Useful when practicing Nonviolent Communication (NVC). http://www.cnvc.org/needs.htm</description>
       <pubDate>Sat, 11 Jun 2005 17:06:42 +0000</pubDate>
    </item>

    <item>
       <title>feelings</title>
       <link>http://yubnub.org/kernel/man?args=feelings</link>
       <description>SYNOPSIS
        feelings

EXAMPLE
        feelings

DESCRIPTION
        Displays a list of human emotions e.g. delighted, nervous,
        engrossed, impressed. Useful when practicing Nonviolent
        Communication (NVC). http://www.cnvc.org/feelings.htm#satisf</description>
       <pubDate>Sat, 11 Jun 2005 17:05:39 +0000</pubDate>
    </item>

    <item>
       <title>ljf</title>
       <link>http://yubnub.org/kernel/man?args=ljf</link>
       <description>Takes you to the Livejournal Friends page of the name entered.

Ex. ljf abc123 takes you to abc123's friends page. http://livejournal.com/users/%s/friends</description>
       <pubDate>Sat, 11 Jun 2005 15:31:05 +0000</pubDate>
    </item>

    <item>
       <title>puma</title>
       <link>http://yubnub.org/kernel/man?args=puma</link>
       <description>Finds a puma shoe in different colors.


408-846-0688
Store 008
 http://store.puma.com/pumaUSStore/search.asp?siteid=1&amp;keyword=%s&amp;submit.x=0&amp;submit.y=0&amp;submit=submit</description>
       <pubDate>Sat, 11 Jun 2005 15:21:45 +0000</pubDate>
    </item>

    <item>
       <title>metac</title>
       <link>http://yubnub.org/kernel/man?args=metac</link>
       <description>Search all content on Metacritic (metacritic.com)--shorthand edition http://www.metacritic.com/search/process?sort=relevance&amp;termType=all&amp;ty=0&amp;ts=%s</description>
       <pubDate>Sat, 11 Jun 2005 05:30:55 +0000</pubDate>
    </item>

    <item>
       <title>metacritic</title>
       <link>http://yubnub.org/kernel/man?args=metacritic</link>
       <description>Search all sections of Metacritic (metacritic.com) http://www.metacritic.com/search/process?sort=relevance&amp;termType=all&amp;ty=0&amp;ts=%s</description>
       <pubDate>Sat, 11 Jun 2005 05:29:41 +0000</pubDate>
    </item>

    <item>
       <title>weatherZip</title>
       <link>http://yubnub.org/kernel/man?args=weatherZip</link>
       <description>Check the weather in your neck of the woods.  Just enter your ZIP code.  For example: weather 23604 http://www.weather.com/weather/local/%s</description>
       <pubDate>Sat, 11 Jun 2005 02:10:45 +0000</pubDate>
    </item>

    <item>
       <title>if</title>
       <link>http://yubnub.org/kernel/man?args=if</link>
       <description>NAME
    if - compare two values and return a value based on the result.

SYNOPSIS
    if &lt;value1&gt; [-lt|gt|le|ge|eq|ne &lt;value2&gt;] [-then &lt;result1&gt;] [-else &lt;result2&gt;] [-follow True|False]

EXAMPLES
    if 1 -lt 2 -then yes -else no
        (returns &quot;yes&quot; since &quot;1&quot; is less than &quot;2&quot;)
    if -eq ${var} -then yes -else no
        (returns &quot;yes&quot; if var is empty, &quot;no&quot; otherwise)
    if True -then yes -else no
        (returns &quot;yes&quot;)
    if False -then yes -else no
        (returns &quot;no&quot;)
    if abc -eq bcd -then http://google.com -else http://yahoo.com -follow True
        (returns the Yahoo! webpage)

DESCRIPTION
    Either compares two values, or checks for the truth of a value.
    All values other than &quot;False&quot;, &quot;No&quot;, &quot;0&quot; and &quot;&quot; are interpreted
    as True.

    Permitted comparisons are:
        -lt       (Less Than)
        -gt       (Greater Than)
        -le       (Less than or Equal)
        -ge       (Greater than or Equal)
        -eq       (EQual)
        -ne       (Not Equal)

    When checking if a variable is empty, the variable has to
    be specified behind the comparison switch:
        if -eq ${var} -then yes -else no
    The following WILL NOT work:
        if ${var} -eq -then yes -else no

    If the -follow switch is set to &quot;True&quot;, if tries to follow links
    that begin with &quot;http://&quot;. The default setting for -follow is &quot;False&quot;.

AUTHOR
    Samuel Hoffstaetter &quot;http://shoffsta.linuxside.org/&quot;
    based on &quot;IfThen&quot; by Allen Ormond &lt;aormond (at) fromrocks (dot) com&gt;
 {url[no url encoding] ifthen -value1 ${lt}${gt}${le}${ge}${eq}${ne} -value2 -test EQUAL -then {ifthen -value1 %s -value2 False -test EQUAL -then ${else} -else {ifthen -value1 %s -value2 No -test EQUAL -then ${else} -else {ifthen -value1 %s -value2 0 -test EQUAL -then ${else} -else {ifthen -value1 %s -value2 -test EQUAL -then ${else} -else ${then} -redirect ${follow}} -redirect ${follow}} -redirect ${follow}} -redirect ${follow}} -else {ifthen -value1 %s -value2 ${lt}${gt}${le}${ge}${eq}${ne} -test {ifthen -value1 -value2 ${eq} -test EQUAL -then {ifthen -value1 -value2 ${gt} -test EQUAL -then {ifthen -value1 -value2 ${lt} -test EQUAL -then {ifthen -value1 -value2 ${ge} -test EQUAL -then {ifthen -value1 -value2 ${le} -test EQUAL -then NOTEQUAL -else LESSEQUAL} -else GREATEREQUAL} -else LESS} -else GREATER} -else EQUAL} -then ${then} -else ${else} -redirect ${follow}}}</description>
       <pubDate>Sat, 11 Jun 2005 00:42:34 +0000</pubDate>
    </item>

    <item>
       <title>/?</title>
       <link>http://yubnub.org/kernel/man?args=/?</link>
       <description>SYNOPSIS
        /? [search term]

EXAMPLE
        /? socrates

DESCRIPTION
        Searches answers.com using the given search term. http://www.answers.com/main/ntquery?s=%s</description>
       <pubDate>Fri, 10 Jun 2005 22:37:38 +0000</pubDate>
    </item>

    <item>
       <title>ljinfo</title>
       <link>http://yubnub.org/kernel/man?args=ljinfo</link>
       <description>Jumps to a given LiveJournal account's user info page. http://www.livejournal.com/userinfo.bml?user=%s</description>
       <pubDate>Fri, 10 Jun 2005 21:17:56 +0000</pubDate>
    </item>

    <item>
       <title>sb</title>
       <link>http://yubnub.org/kernel/man?args=sb</link>
       <description>Strong Bad Emails http://homestarrunner.com/sbemail.html</description>
       <pubDate>Fri, 10 Jun 2005 21:11:46 +0000</pubDate>
    </item>

    <item>
       <title>ign</title>
       <link>http://yubnub.org/kernel/man?args=ign</link>
       <description>Searches IGN for the specified text. http://my.ign.com/my/sb?pageID=2003&amp;nuaction=gameSearch&amp;gameTitleSearch=%s</description>
       <pubDate>Fri, 10 Jun 2005 21:00:13 +0000</pubDate>
    </item>

    <item>
       <title>grnk</title>
       <link>http://yubnub.org/kernel/man?args=grnk</link>
       <description>Searches Game Rankings for the specified text. http://www.gamerankings.com/itemrankings/itemsearch.asp?itemname=%s</description>
       <pubDate>Fri, 10 Jun 2005 20:56:52 +0000</pubDate>
    </item>

    <item>
       <title>arch</title>
       <link>http://yubnub.org/kernel/man?args=arch</link>
       <description>Archive WayBack - Check out sites from wayback when

Example: arch http://www.ing.be/ http://web.archive.org/web/*/%s[no url encoding]</description>
       <pubDate>Fri, 10 Jun 2005 20:38:06 +0000</pubDate>
    </item>

    <item>
       <title>gstp</title>
       <link>http://yubnub.org/kernel/man?args=gstp</link>
       <description>Searches for entered text on the Gamestop website. http://www.gamestop.com/search.asp?keyword=%s</description>
       <pubDate>Fri, 10 Jun 2005 20:36:58 +0000</pubDate>
    </item>

    <item>
       <title>ebg</title>
       <link>http://yubnub.org/kernel/man?args=ebg</link>
       <description>Searches for entered text on the EB Games website. http://www.ebgames.com/ebx/categories/products/deptpage.asp?wherefrom=search&amp;searchword=%s</description>
       <pubDate>Fri, 10 Jun 2005 20:33:16 +0000</pubDate>
    </item>

    <item>
       <title>ug</title>
       <link>http://yubnub.org/kernel/man?args=ug</link>
       <description>Ultimate Guitar - good site for guitar tabs http://www.ultimate-guitar.com/search.php?s=%s</description>
       <pubDate>Fri, 10 Jun 2005 20:32:30 +0000</pubDate>
    </item>

    <item>
       <title>digg</title>
       <link>http://yubnub.org/kernel/man?args=digg</link>
       <description>Digg - cool site about tech news



----------
Old implementation:
http://www.digg.com/search?search=%s&amp;submit=Search&amp;area=promoted&amp;type=both&amp;age=all http://digg.com/search?s=%s</description>
       <pubDate>Fri, 10 Jun 2005 20:29:03 +0000</pubDate>
    </item>

    <item>
       <title>yvs</title>
       <link>http://yubnub.org/kernel/man?args=yvs</link>
       <description>yvs [string] does a yahoo video search on your keywords http://video.search.yahoo.com/search/video?ei=UTF-8&amp;fr=sfp&amp;p=%s</description>
       <pubDate>Fri, 10 Jun 2005 18:56:34 +0000</pubDate>
    </item>

    <item>
       <title>wm</title>
       <link>http://yubnub.org/kernel/man?args=wm</link>
       <description>Search music review site, worthymusic.net http://www.google.com/custom?domains=worthymusic.net&amp;q=%s&amp;sitesearch=worthymusic.net&amp;sa=Search&amp;client=pub-4866928816300710&amp;forid=1&amp;ie=ISO-8859-1&amp;oe=ISO-8859-1&amp;cof=GALT%3A%235588AA%3BGL%3A1%3BDIV%3A%23999999%3BVLC%3A336633%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3AFFFFFF%3BALC%3A0066CC%3BLC%3A0066CC%3BT%3A000000%3BGFNT%3A666666%3BGIMP%3A666666%3BLH%3A57%3BLW%3A350%3BL%3Ahttp%3A%2F%2Fusera.imagecave.com%2Fchrisjam%2Fworthymusic-logo-50.gif%3BS%3Ahttp%3A%2F%2Fworthymusic.blogspot.com%3BFORID%3A1%3B&amp;hl=en</description>
       <pubDate>Fri, 10 Jun 2005 14:50:50 +0000</pubDate>
    </item>

    <item>
       <title>weather</title>
       <link>http://yubnub.org/kernel/man?args=weather</link>
       <description>Weather Channel's weather for the given ZIP code http://www.weather.com/weather/local/%s</description>
       <pubDate>Fri, 10 Jun 2005 13:34:49 +0000</pubDate>
    </item>

    <item>
       <title>reversestring</title>
       <link>http://yubnub.org/kernel/man?args=reversestring</link>
       <description>Reverse a string. http://ccc.1asphost.com/brutalforcekhamelion/reverse.asp?string=%s</description>
       <pubDate>Fri, 10 Jun 2005 09:15:19 +0000</pubDate>
    </item>

    <item>
       <title>gtartist</title>
       <link>http://yubnub.org/kernel/man?args=gtartist</link>
       <description>Search guitar tabs for a specific artist http://www.guitartabs.cc/tabsearch.php?artist=%s</description>
       <pubDate>Fri, 10 Jun 2005 08:12:11 +0000</pubDate>
    </item>

    <item>
       <title>gtsong</title>
       <link>http://yubnub.org/kernel/man?args=gtsong</link>
       <description>Search guitar tabs for a specific song http://www.guitartabs.cc/tabsearch.php?artist=&amp;song=%s</description>
       <pubDate>Fri, 10 Jun 2005 08:10:05 +0000</pubDate>
    </item>

    <item>
       <title>revo</title>
       <link>http://yubnub.org/kernel/man?args=revo</link>
       <description>Search Reta Vortaro (online esperanto dictionary) for the specified word. http://www.google.be/search?q=%s&amp;hl=eo&amp;ie=utf-8&amp;oe=utf-8&amp;sitesearch=www.uni-leipzig.de&amp;hq=inurl:esperanto/</description>
       <pubDate>Fri, 10 Jun 2005 07:57:48 +0000</pubDate>
    </item>

    <item>
       <title>nn</title>
       <link>http://yubnub.org/kernel/man?args=nn</link>
       <description>Exact match for an &quot;N&quot; number in the aircraft registration database
Do not include the leading &quot;N&quot; in the number if searching by N-Number! http://www.popularaviation.com/N-NumberDetail.asp?SearchOption=1&amp;MatchType=1&amp;param=%s</description>
       <pubDate>Fri, 10 Jun 2005 05:24:16 +0000</pubDate>
    </item>

    <item>
       <title>g4s</title>
       <link>http://yubnub.org/kernel/man?args=g4s</link>
       <description>g4techtv schedule http://www.g4tv.com/html/schedule.asp</description>
       <pubDate>Fri, 10 Jun 2005 04:59:50 +0000</pubDate>
    </item>

    <item>
       <title>define</title>
       <link>http://yubnub.org/kernel/man?args=define</link>
       <description>Get the English definition of a word http://dictionary.reference.com/search?q=%s</description>
       <pubDate>Fri, 10 Jun 2005 03:31:25 +0000</pubDate>
    </item>

    <item>
       <title>a</title>
       <link>http://yubnub.org/kernel/man?args=a</link>
       <description>Answers.com fact search http://www.answers.com/%s</description>
       <pubDate>Fri, 10 Jun 2005 03:11:47 +0000</pubDate>
    </item>

    <item>
       <title>tsx</title>
       <link>http://yubnub.org/kernel/man?args=tsx</link>
       <description>Get a stock quote from the Toronto Stock Exchange http://www.tsx.com/HttpController?GetPage=QuotesViewPage&amp;DetailedView=DetailedPrices&amp;Language=en&amp;QuoteSymbol_1=%s&amp;x=0&amp;y=0</description>
       <pubDate>Fri, 10 Jun 2005 03:00:25 +0000</pubDate>
    </item>

    <item>
       <title>m</title>
       <link>http://yubnub.org/kernel/man?args=m</link>
       <description>Get showtimes for movies in your area. Usage: ymovies zipcode (eg. ymovies 95603) http://movies.yahoo.com/showtimes/showtimes.html?z=%s&amp;r=sim</description>
       <pubDate>Fri, 10 Jun 2005 01:12:42 +0000</pubDate>
    </item>

    <item>
       <title>yj</title>
       <link>http://yubnub.org/kernel/man?args=yj</link>
       <description>search by Yahoo! JAPAN http://search.yahoo.co.jp/bin/query?p=%s</description>
       <pubDate>Fri, 10 Jun 2005 01:03:21 +0000</pubDate>
    </item>

    <item>
       <title>altavideo</title>
       <link>http://yubnub.org/kernel/man?args=altavideo</link>
       <description>Perform an Altavista video search. http://www.altavista.com/video/results?q=%s&amp;maf=mp3&amp;maf=wav&amp;maf=msmedia&amp;maf=realmedia&amp;maf=aiff&amp;maf=other&amp;mad=all</description>
       <pubDate>Fri, 10 Jun 2005 00:26:24 +0000</pubDate>
    </item>

    <item>
       <title>altaudio</title>
       <link>http://yubnub.org/kernel/man?args=altaudio</link>
       <description>Perform an altavista audio search. http://www.altavista.com/audio/results?q=%s&amp;mik=photo&amp;mik=graphic&amp;mip=all&amp;mis=all&amp;miwxh=all</description>
       <pubDate>Fri, 10 Jun 2005 00:24:46 +0000</pubDate>
    </item>

    <item>
       <title>altaimg</title>
       <link>http://yubnub.org/kernel/man?args=altaimg</link>
       <description>Perform an Altavista image search. http://www.altavista.com/image/results?itag=ody&amp;q=%s&amp;kgs=1&amp;kls=0</description>
       <pubDate>Fri, 10 Jun 2005 00:23:50 +0000</pubDate>
    </item>

    <item>
       <title>asUser</title>
       <link>http://yubnub.org/kernel/man?args=asUser</link>
       <description>Search Audioscrobbler for a user. http://www.audioscrobbler.com/search.php?searchfor=user&amp;string=%s</description>
       <pubDate>Fri, 10 Jun 2005 00:16:58 +0000</pubDate>
    </item>

    <item>
       <title>asBand</title>
       <link>http://yubnub.org/kernel/man?args=asBand</link>
       <description>Search for a band on Audioscrobbler. http://www.audioscrobbler.com/search.php?searchfor=artist&amp;string=%s</description>
       <pubDate>Fri, 10 Jun 2005 00:15:14 +0000</pubDate>
    </item>

    <item>
       <title>smt</title>
       <link>http://yubnub.org/kernel/man?args=smt</link>
       <description>SYNOPSIS
        smt [song title]

EXAMPLE
        smt Stairway To Heaven

DESCRIPTION
        Searches songmeanings.net using the given song title. Searches song titles only. http://www.songmeanings.net/query.php?action=title&amp;query=%s</description>
       <pubDate>Thu, 09 Jun 2005 22:29:47 +0000</pubDate>
    </item>

    <item>
       <title>sma</title>
       <link>http://yubnub.org/kernel/man?args=sma</link>
       <description>SYNOPSIS
        sma [artist name]

EXAMPLE
        sma radio head

DESCRIPTION
        Searches songmeanings.net using the given artist. Searches artists only. http://www.songmeanings.net/query.php?action=artists&amp;query=%s</description>
       <pubDate>Thu, 09 Jun 2005 22:25:04 +0000</pubDate>
    </item>

    <item>
       <title>bm</title>
       <link>http://yubnub.org/kernel/man?args=bm</link>
       <description>Blogmarks search http://blogmarks.net/search/%s</description>
       <pubDate>Thu, 09 Jun 2005 21:17:29 +0000</pubDate>
    </item>

    <item>
       <title>DA</title>
       <link>http://yubnub.org/kernel/man?args=DA</link>
       <description>Searches www.deviantart.com http://search.deviantart.com/?q=%s </description>
       <pubDate>Thu, 09 Jun 2005 19:36:06 +0000</pubDate>
    </item>

    <item>
       <title>sarah</title>
       <link>http://yubnub.org/kernel/man?args=sarah</link>
       <description>Visit Sarah Lane's personal website/blog. http://www.sarahlane.com</description>
       <pubDate>Thu, 09 Jun 2005 18:15:21 +0000</pubDate>
    </item>

    <item>
       <title>twfy</title>
       <link>http://yubnub.org/kernel/man?args=twfy</link>
       <description>Search TheyWorkForYou.com http://www.theyworkforyou.com/search/?s=%s</description>
       <pubDate>Thu, 09 Jun 2005 16:57:47 +0000</pubDate>
    </item>

    <item>
       <title>rte</title>
       <link>http://yubnub.org/kernel/man?args=rte</link>
       <description>Seach Irelands #1 media outlet for news. http://apollo.rte.ie/search.jsp?SortDate=false&amp;query=%s&amp;Submit=GO</description>
       <pubDate>Thu, 09 Jun 2005 16:49:43 +0000</pubDate>
    </item>

    <item>
       <title>webped</title>
       <link>http://yubnub.org/kernel/man?args=webped</link>
       <description>Seach Webopedia.com for terminology definition http://www.webopedia.com/SHARED/search_action.asp?TERM=%s</description>
       <pubDate>Thu, 09 Jun 2005 16:49:12 +0000</pubDate>
    </item>

    <item>
       <title>evolt</title>
       <link>http://yubnub.org/kernel/man?args=evolt</link>
       <description>Search Evolt.org theList's archive  http://www.google.com/search?as_q=%s&amp;as_sitesearch=lists.evolt.org</description>
       <pubDate>Thu, 09 Jun 2005 16:41:46 +0000</pubDate>
    </item>

    <item>
       <title>delicioustag</title>
       <link>http://yubnub.org/kernel/man?args=delicioustag</link>
       <description>See URLs tagged under the %s tag http://del.icio.us/tag/%s</description>
       <pubDate>Thu, 09 Jun 2005 15:33:53 +0000</pubDate>
    </item>

    <item>
       <title>fu</title>
       <link>http://yubnub.org/kernel/man?args=fu</link>
       <description>Search the best of the web with Furl. http://www.furl.net/search.jsp?enc=UTF-8&amp;src=4&amp;keyword=%s</description>
       <pubDate>Thu, 09 Jun 2005 15:00:52 +0000</pubDate>
    </item>

    <item>
       <title>flshow</title>
       <link>http://yubnub.org/kernel/man?args=flshow</link>
       <description>Same as fl for showing tagged photos on flickr, except displays them as a slideshow. Good for getting inspired. http://flickr.com/photos/tags/%s/show</description>
       <pubDate>Thu, 09 Jun 2005 14:26:44 +0000</pubDate>
    </item>

    <item>
       <title>googlewpfr</title>
       <link>http://yubnub.org/kernel/man?args=googlewpfr</link>
       <description>Searches the french wikipedia through google. http://www.google.com/custom?domains=fr.wikipedia.org&amp;q=%s&amp;btnG=Search&amp;sitesearch=fr.wikipedia.org</description>
       <pubDate>Thu, 09 Jun 2005 13:59:44 +0000</pubDate>
    </item>

    <item>
       <title>wpfr</title>
       <link>http://yubnub.org/kernel/man?args=wpfr</link>
       <description>French wikipedia search http://fr.wikipedia.org/wiki/Special:Search?search=%s</description>
       <pubDate>Thu, 09 Jun 2005 13:58:37 +0000</pubDate>
    </item>

    <item>
       <title>slang</title>
       <link>http://yubnub.org/kernel/man?args=slang</link>
       <description>Check urban dictionary what this slang means. http://www.urbandictionary.com/define.php?term=%s&amp;r=f</description>
       <pubDate>Thu, 09 Jun 2005 13:27:32 +0000</pubDate>
    </item>

    <item>
       <title>ml.ar</title>
       <link>http://yubnub.org/kernel/man?args=ml.ar</link>
       <description>SYNOPSIS
        ml.ar [keywords]

EXAMPLE
        ml.ar camaras digitales

DESCRIPTION
        Searches MercadoLibre.com.ar using the given keyword (e.g. product name) http://www.mercadolibre.com.ar/jm/search?as_word=%s</description>
       <pubDate>Thu, 09 Jun 2005 13:16:09 +0000</pubDate>
    </item>

    <item>
       <title>gnews</title>
       <link>http://yubnub.org/kernel/man?args=gnews</link>
       <description>search google news in batches of 100 and sorted by date http://news.google.com/news?num=100&amp;hl=en&amp;lr=&amp;tab=wn&amp;ie=UTF-8&amp;q=%s&amp;scoring=d</description>
       <pubDate>Thu, 09 Jun 2005 13:12:18 +0000</pubDate>
    </item>

    <item>
       <title>googlewpda</title>
       <link>http://yubnub.org/kernel/man?args=googlewpda</link>
       <description>Searches the danish wikipedia through google. http://www.google.com/custom?domains=da.wikipedia.org&amp;q=%s&amp;btnG=Search&amp;sitesearch=da.wikipedia.org</description>
       <pubDate>Thu, 09 Jun 2005 13:01:19 +0000</pubDate>
    </item>

    <item>
       <title>wpda</title>
       <link>http://yubnub.org/kernel/man?args=wpda</link>
       <description>Dansih wikipedia search http://da.wikipedia.org/wiki/%s</description>
       <pubDate>Thu, 09 Jun 2005 12:52:25 +0000</pubDate>
    </item>

    <item>
       <title>guj</title>
       <link>http://yubnub.org/kernel/man?args=guj</link>
       <description>Grupo de Usuarios Java's forum topic redirect http://www.guj.com.br/posts/list/%s.java</description>
       <pubDate>Thu, 09 Jun 2005 12:32:23 +0000</pubDate>
    </item>

    <item>
       <title>wpes</title>
       <link>http://yubnub.org/kernel/man?args=wpes</link>
       <description>Spanish Wikipedia
SYNOPSIS
        wpes [keywords]

EXAMPLE
        wpes yubnub

DESCRIPTION
        Searches es.wikipedia.org using the given keyword (e.g. article name, subject, etc.) http://es.wikipedia.org/wiki/Especial:Search?search=%s</description>
       <pubDate>Thu, 09 Jun 2005 12:04:17 +0000</pubDate>
    </item>

    <item>
       <title>ymfr</title>
       <link>http://yubnub.org/kernel/man?args=ymfr</link>
       <description>launch french yahoo mail  http://login.yahoo.com/config/mail?.intl=fr</description>
       <pubDate>Thu, 09 Jun 2005 08:23:08 +0000</pubDate>
    </item>

    <item>
       <title>biq</title>
       <link>http://yubnub.org/kernel/man?args=biq</link>
       <description>Search the danish BiQ database for companies and persons. http://www.biq.dk/search/query=%s</description>
       <pubDate>Thu, 09 Jun 2005 07:42:20 +0000</pubDate>
    </item>

    <item>
       <title>linux-bash</title>
       <link>http://yubnub.org/kernel/man?args=linux-bash</link>
       <description>Link to the page with a list of Linux Commands : For Reference http://www.ss64.com/bash/</description>
       <pubDate>Thu, 09 Jun 2005 06:11:15 +0000</pubDate>
    </item>

    <item>
       <title>dmoz</title>
       <link>http://yubnub.org/kernel/man?args=dmoz</link>
       <description>Searches the dmoz Open Directory http://search.dmoz.org/cgi-bin/search?search=%s</description>
       <pubDate>Thu, 09 Jun 2005 04:27:58 +0000</pubDate>
    </item>

    <item>
       <title>dict</title>
       <link>http://yubnub.org/kernel/man?args=dict</link>
       <description>Dictionary search at dict.com http://www.dict.org/bin/Dict?Query=%s&amp;Form=Dict1&amp;Strategy=*&amp;Database=*</description>
       <pubDate>Thu, 09 Jun 2005 04:26:44 +0000</pubDate>
    </item>

    <item>
       <title>jman</title>
       <link>http://yubnub.org/kernel/man?args=jman</link>
       <description>SYNOPSIS
        jman [keywords]

EXAMPLE
        jman grep

DESCRIPTION
        Searches JM Project using the given keyword http://www.google.co.jp/search?hl=ja&amp;q=%s+site%3Awww.linux.or.jp&amp;btnI=I%27m+Feeling+Lucky&amp;lr=</description>
       <pubDate>Thu, 09 Jun 2005 04:20:45 +0000</pubDate>
    </item>

    <item>
       <title>csb</title>
       <link>http://yubnub.org/kernel/man?args=csb</link>
       <description>Searches The Collection ofComputer Science Bibliographies http://liinwww.ira.uka.de/searchbib/index?query=%s</description>
       <pubDate>Thu, 09 Jun 2005 04:17:25 +0000</pubDate>
    </item>

    <item>
       <title>1g</title>
       <link>http://yubnub.org/kernel/man?args=1g</link>
       <description>FirstGov search of Federal (U.S.) websites http://www.firstgov.gov/fgsearch/index.jsp?ms0=%26nbsp%3B&amp;mt0=all&amp;st=AS&amp;rn=2&amp;parsed=true&amp;mw0=%s</description>
       <pubDate>Thu, 09 Jun 2005 04:14:25 +0000</pubDate>
    </item>

    <item>
       <title>cs</title>
       <link>http://yubnub.org/kernel/man?args=cs</link>
       <description>Searches CiteSeer, the Scientific Literature Digital Library http://citeseer.ist.psu.edu/cis?q=%s</description>
       <pubDate>Thu, 09 Jun 2005 04:01:47 +0000</pubDate>
    </item>

    <item>
       <title>rx</title>
       <link>http://yubnub.org/kernel/man?args=rx</link>
       <description>Drug search at the British National Formulary http://bnf.org/bnf/bnf/current/search/text.htm?q=%s&amp;n=50</description>
       <pubDate>Thu, 09 Jun 2005 03:58:13 +0000</pubDate>
    </item>

    <item>
       <title>bbc</title>
       <link>http://yubnub.org/kernel/man?args=bbc</link>
       <description>A mashup of bbc and bbc+, it gives you the bbc homepage if you don't specify anything, and if you do, the following holds true:


A better search of the BBC site.

Synopsis:
  bbc++ topic [-tab news|sport|allbbc|www]

In English:
You can search bbc news just by typing bbc++ follwed by one or more 
words of the subject to search for.

Examples:
   bbc++ tony blair
   bbc++ shuttle Discovery launch

To search for sports news, other items at the BBC, or to search the 
web, add the -tab keyword, followed by one of the following:

news - Results from BBC News
sport - Results from BBC Sport
allbbc - Results from rest of BBC
www - Results from the web

Examples:
  bbc++ lee bowyer -tab news
  bbc++ charlton transfers -tab sport
  bbc++ 2012 Olympics -tab allbbc
  bbc++ 2012 Olympics -tab www

(Please disregard bbcx, something weird happened there. I hope this can eventually replace bbc. shaklev@gmail.com)




==========

Old implementation:

http://newssearch.bbc.co.uk/cgi-bin/search/results.pl?q=%s

BBC news search {ifnotempty %s -then http://newssearch.bbc.co.uk/cgi-bin/search/results.pl?scope=newsukfs&amp;q=%s&amp;tab=${tab=news} -else http://news.bbc.co.uk}</description>
       <pubDate>Thu, 09 Jun 2005 03:56:42 +0000</pubDate>
    </item>

    <item>
       <title>bn</title>
       <link>http://yubnub.org/kernel/man?args=bn</link>
       <description>Barnes and Noble search http://search.barnesandnoble.com/booksearch/results.asp?WRD=%s</description>
       <pubDate>Thu, 09 Jun 2005 03:54:42 +0000</pubDate>
    </item>

    <item>
       <title>album</title>
       <link>http://yubnub.org/kernel/man?args=album</link>
       <description>Allmusic Album search http://www.allmusic.com/cg/amg.dll?p=amg&amp;opt1=2&amp;sql=%s</description>
       <pubDate>Thu, 09 Jun 2005 03:52:32 +0000</pubDate>
    </item>

    <item>
       <title>acm</title>
       <link>http://yubnub.org/kernel/man?args=acm</link>
       <description>Searches the Association for Computing Machinery digital library http://portal.acm.org/results.cfm?coll=portal&amp;dl=ACM&amp;query=%s</description>
       <pubDate>Thu, 09 Jun 2005 03:50:39 +0000</pubDate>
    </item>

    <item>
       <title>sxc</title>
       <link>http://yubnub.org/kernel/man?args=sxc</link>
       <description>Searches stock.xchng [sxc.hu].



==========
Old implementation:
http://sxc.hu/browse.phtml?f=search&amp;txt=%s&amp;w=1
 http://www.sxc.hu/browse.phtml?f=search&amp;txt=%s&amp;w=1&amp;x=0&amp;y=0</description>
       <pubDate>Thu, 09 Jun 2005 03:18:32 +0000</pubDate>
    </item>

    <item>
       <title>txp</title>
       <link>http://yubnub.org/kernel/man?args=txp</link>
       <description>Search the Textpattern forum site via Google. Simple I know, but better than the search function on the forum. http://www.google.com/search?q=site:forum.textpattern.com+%s</description>
       <pubDate>Thu, 09 Jun 2005 01:30:46 +0000</pubDate>
    </item>

    <item>
       <title>wiki</title>
       <link>http://yubnub.org/kernel/man?args=wiki</link>
       <description>Search for Wikipedia Articles. http://en.wikipedia.org/wiki/Special:Search?search=%s&amp;fulltext=Search</description>
       <pubDate>Thu, 09 Jun 2005 00:19:06 +0000</pubDate>
    </item>

    <item>
       <title>tagcentral</title>
       <link>http://yubnub.org/kernel/man?args=tagcentral</link>
       <description>Performs a tagcentral query. http://tagcentral.net/?tag=%s&amp;submit=Get+Tag</description>
       <pubDate>Wed, 08 Jun 2005 23:13:37 +0000</pubDate>
    </item>

    <item>
       <title>deb</title>
       <link>http://yubnub.org/kernel/man?args=deb</link>
       <description>Search For Debian Packages


----------
Old implementation:
http://packages.debian.org/cgi-bin/search_packages.pl?version=all&amp;subword=1&amp;exact=&amp;arch=any&amp;releases=all&amp;case=insensitive&amp;keywords=%s&amp;searchon=all http://packages.debian.org/search?keywords=%s</description>
       <pubDate>Wed, 08 Jun 2005 22:32:56 +0000</pubDate>
    </item>

    <item>
       <title>debsearch</title>
       <link>http://yubnub.org/kernel/man?args=debsearch</link>
       <description>Officeal debian package search http://packages.debian.org/cgi-bin/search_packages.pl?version=all&amp;subword=1&amp;exact=&amp;arch=any&amp;releases=all&amp;case=insensitive&amp;keywords=%s&amp;searchon=all</description>
       <pubDate>Wed, 08 Jun 2005 22:28:46 +0000</pubDate>
    </item>

    <item>
       <title>swik</title>
       <link>http://yubnub.org/kernel/man?args=swik</link>
       <description>Find Open Source Project on Swik.net http://swik.net/?fg=1&amp;find=%s</description>
       <pubDate>Wed, 08 Jun 2005 22:26:46 +0000</pubDate>
    </item>

    <item>
       <title>roll</title>
       <link>http://yubnub.org/kernel/man?args=roll</link>
       <description>Roll dice, formatted like RPGs or wargames. Enter dice like you would see them in an RPG rule book. So, &quot;3d6&quot; means to roll 3 six-siders and total the result. Similarly, &quot;1d20+5&quot; means to roll one twenty-sider and add five to the result. http://invisiblecastle.com/rolldice.py?u=&amp;r=1&amp;a=Roll&amp;d=%s</description>
       <pubDate>Wed, 08 Jun 2005 22:02:50 +0000</pubDate>
    </item>

    <item>
       <title>html2text</title>
       <link>http://yubnub.org/kernel/man?args=html2text</link>
       <description>SYNOPSIS
        html2text [url]

EXAMPLE
        html2text http://twoday.tuwien.ac.at/ferrari/

DESCRIPTION
        html2text is a Python script that convers a page of HTML into clean, easy-to-read plain ASCII. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format). http://www.aaronsw.com/2002/html2text/?url=%s</description>
       <pubDate>Wed, 08 Jun 2005 21:57:59 +0000</pubDate>
    </item>

    <item>
       <title>qwantz</title>
       <link>http://yubnub.org/kernel/man?args=qwantz</link>
       <description>Searches the Daily Dinosaur Comics strip archive at www.qwantz.com for comics containing your string. Searches all frames; whole word only search is disabled, title search is enabled. http://www.qwantz.com/search/index.asp?search=%s&amp;panel1=on&amp;panel2=on&amp;panel3=on&amp;panel4=on&amp;panel5=on&amp;panel6=on&amp;title=on</description>
       <pubDate>Wed, 08 Jun 2005 21:51:05 +0000</pubDate>
    </item>

    <item>
       <title>kod</title>
       <link>http://yubnub.org/kernel/man?args=kod</link>
       <description>Search for source code on the koders.com search engine.  This searches all languages. http://www.koders.com/?s=%s</description>
       <pubDate>Wed, 08 Jun 2005 21:11:38 +0000</pubDate>
    </item>

    <item>
       <title>em</title>
       <link>http://yubnub.org/kernel/man?args=em</link>
       <description>Search eMusic.com http://www.emusic.com/search.html?mode=x&amp;QT=%s&amp;x=0&amp;y=0</description>
       <pubDate>Wed, 08 Jun 2005 20:54:31 +0000</pubDate>
    </item>

    <item>
       <title>rotten</title>
       <link>http://yubnub.org/kernel/man?args=rotten</link>
       <description>Search the Rotten Tomatoes movie review site (www.rottentomatoes.com). Search restricted to movies only. http://www.rottentomatoes.com/search/search.php?search=%s&amp;searchby=movies&amp;x=12&amp;y=7</description>
       <pubDate>Wed, 08 Jun 2005 20:44:54 +0000</pubDate>
    </item>

    <item>
       <title>descriptious</title>
       <link>http://yubnub.org/kernel/man?args=descriptious</link>
       <description>SYNOPSIS
        descriptious

EXAMPLE
        descriptious

DESCRIPTION
        A live list of what's popular on the web, based on number of
        links in del.icio.us. http://jonaquino.textdriven.com/descriptious/descriptious-populicious-cheyne.html</description>
       <pubDate>Wed, 08 Jun 2005 20:18:44 +0000</pubDate>
    </item>

    <item>
       <title>geo</title>
       <link>http://yubnub.org/kernel/man?args=geo</link>
       <description>NAME
     geo - Find geotagged Flickr photos and GPS tracks on a Google Map at maps.yuan.cc

SYNOPSIS
     geo [ADDRESS] -z [OPTIONAL: ZOOM LEVEL 1-19] -service [OPTIONAL: SERVICE]

EXAMPLES
     geo 450 s dearborn, chicago, il
        (returns a map of 450 s. dearborn, chicago, il, with Flickr
photos)

     geo 60607 -z 15
        (returns a map of Flickr photos in zip code 60607, zoomed to level 15)

     geo taipei, taiwan -service gps
        (returns a map of GPS tracks in Taipei)

     geo
        (returns a world map of Flickr photos)

DESCRIPTION
     Yuan.CC Maps is a service that allows you to view the location of Flickr photos
     and GPS tracks.  It will also allow you to geotag your Flickr photos and upload
     your own GPS tracks.

     The &quot;yuan&quot; command searches the maps for an address.  It defaults to load Flickr
     photos, but you can add &quot;-service gps&quot; to load GPS tracks.

     Optionally, the zoom level can be set using &quot;-z&quot;.  Zoom options are from 1 (the
     whole world) to 19 (street level).



NOTES
     Thanks to CK Yuan for a great geotagging tool!

     This command uses Allen Ormond's ever-useful &quot;eop&quot; command.

AUTHOR
     Brian Armknecht
     
     b.a.


==========
Old implementation:
http://www.geobloggers.com/?zipcode=%s&amp;iZL=5 http://maps.yuan.cc/?{eop address=@%s@&amp;zoom=${z=13} -else zoom=${z=2}}&amp;service=${service=flickr}</description>
       <pubDate>Wed, 08 Jun 2005 19:08:33 +0000</pubDate>
    </item>

    <item>
       <title>aart</title>
       <link>http://yubnub.org/kernel/man?args=aart</link>
       <description>Create ASCII art from text suitable for using in an email signiture. http://www.network-science.de/ascii/ascii.php?TEXT=%s&amp;x=29&amp;y=12&amp;FONT=ogre&amp;RICH=no&amp;FORM=left&amp;STRE=no</description>
       <pubDate>Wed, 08 Jun 2005 18:37:35 +0000</pubDate>
    </item>

    <item>
       <title>gmp3</title>
       <link>http://yubnub.org/kernel/man?args=gmp3</link>
       <description>find mp3s using google http://www.google.com/search?ie=UTF-8&amp;sourceid=navclient&amp;gfns=1&amp;q=+-inurl%3Ahtm+-inurl%3Ahtml+intitle%3A%22index+of%22+%22Last+modified%22+mp3+%22%s%22</description>
       <pubDate>Wed, 08 Jun 2005 18:22:06 +0000</pubDate>
    </item>

    <item>
       <title>deli</title>
       <link>http://yubnub.org/kernel/man?args=deli</link>
       <description>delicious tags http://del.icio.us/tag/%s</description>
       <pubDate>Wed, 08 Jun 2005 17:45:15 +0000</pubDate>
    </item>

    <item>
       <title>rcode</title>
       <link>http://yubnub.org/kernel/man?args=rcode</link>
       <description>Searches all code on RAA for the specified commands. Useful for finding sample usage or just pleasing your statistical self. http://raa.ruby-lang.org/gonzui/search?q=%s</description>
       <pubDate>Wed, 08 Jun 2005 17:08:43 +0000</pubDate>
    </item>

    <item>
       <title>rails</title>
       <link>http://yubnub.org/kernel/man?args=rails</link>
       <description>Search the RubyOnRails web site (which includes API documentation) for the given term. This will find more than the 'ror' command, but it might produce results of lesser quality. http://www.google.com/search?q=site:rubyonrails.com+%s</description>
       <pubDate>Wed, 08 Jun 2005 17:07:09 +0000</pubDate>
    </item>

    <item>
       <title>fdb</title>
       <link>http://yubnub.org/kernel/man?args=fdb</link>
       <description>Searches freedb.org for artist or album information. http://www.freedb.org/freedb_search.php?words=%s&amp;allfields=NO&amp;fields=artist&amp;fields=title&amp;allcats=YES&amp;grouping=none</description>
       <pubDate>Wed, 08 Jun 2005 15:25:30 +0000</pubDate>
    </item>

    <item>
       <title>netcraft</title>
       <link>http://yubnub.org/kernel/man?args=netcraft</link>
       <description>Displays what a site is running. http://uptime.netcraft.com/up/graph?site=%s</description>
       <pubDate>Wed, 08 Jun 2005 14:49:43 +0000</pubDate>
    </item>

    <item>
       <title>wikipedia</title>
       <link>http://yubnub.org/kernel/man?args=wikipedia</link>
       <description>English Wikipedia search
 http://en.wikipedia.org/wiki/Special:Search?search=%s&amp;go=Go</description>
       <pubDate>Wed, 08 Jun 2005 14:33:57 +0000</pubDate>
    </item>

    <item>
       <title>proxy</title>
       <link>http://yubnub.org/kernel/man?args=proxy</link>
       <description>surf anonymously through the fireprox.com proxy http://fireprox.com/index.php?url=%s</description>
       <pubDate>Wed, 08 Jun 2005 14:30:23 +0000</pubDate>
    </item>

    <item>
       <title>2t</title>
       <link>http://yubnub.org/kernel/man?args=2t</link>
       <description>SYNOPSIS
        2t URL

EXAMPLE
        2t http://slashdot.org

DESCRIPTION
        convers a page of HTML into clean, easy-to-read plain ASCII. Better yet, that ASCII also happens to be valid Markdown (a text-to-HTML format). http://www.aaronsw.com/2002/html2text/?url=%s</description>
       <pubDate>Wed, 08 Jun 2005 14:26:39 +0000</pubDate>
    </item>

    <item>
       <title>goto</title>
       <link>http://yubnub.org/kernel/man?args=goto</link>
       <description>Go directly to Google's number one result http://www.google.com/search?q=%s&amp;btnI=I'm+Feeling+Lucky</description>
       <pubDate>Wed, 08 Jun 2005 14:06:05 +0000</pubDate>
    </item>

    <item>
       <title>aix51</title>
       <link>http://yubnub.org/kernel/man?args=aix51</link>
       <description>Perform an &quot;exact phrase&quot; search of IBM's AIX 5.1 documentation http://publibn.boulder.ibm.com/cgi-bin/ds_form?JavaScript=Yes&amp;newlang=en_US&amp;newview=Books&amp;query=%s&amp;SearchType=0&amp;viewset=AIX&amp;view=Books&amp;mtime=1059597174&amp;lang=en_US&amp;expanded=1&amp;index=ADMCNCEN%2CASYCOMEN%2CBSADMNEN%2CCMADMNEN%2CNISPLSEN%2CPRFTUNEN%2CPRINTREN%2CRSCTEN%2CWSMADMEN%2CX25USREN&amp;AllIndexes=ADMCNCEN%2CASYCOMEN%2CBSADMNEN%2CCMADMNEN%2CNISPLSEN%2CPRFTUNEN%2CPRINTREN%2CRSCTEN%2CWSMADMEN%2CX25USREN&amp;index=INSGDEN%2CINSPKEN%2CLPARINEN%2CNIMGDEN&amp;AllIndexes=INSGDEN%2CINSPKEN%2CLPARINEN%2CNIMGDEN&amp;index=USRCMMEN%2CUSRSDVEN&amp;AllIndexes=USRCMMEN%2CUSRSDVEN&amp;index=DDNATIEN%2CDIAGUNEN%2CGENPRGEN%2CGL32PREN%2CKERNEXEN%2CPROGCMEN%2CWNPGDEN&amp;AllIndexes=DDNATIEN%2CDIAGUNEN%2CGENPRGEN%2CGL32PREN%2CKERNEXEN%2CPROGCMEN%2CWNPGDEN&amp;index=DSMITGEN%2CPGHMSGEN%2CPHGCUSEN%2CPHGGETEN%2CPHGISOEN%2CPHGREFEN%2CPHGTRFEN%2CPHGUNDEN&amp;AllIndexes=DSMITGEN%2CPGHMSGEN%2CPHGCUSEN%2CPHGGETEN%2CPHGISOEN%2CPHGREFEN%2CPHGTRFEN%2CPHGUNDEN&amp;index=ALANGREN%2CCMDS01EN%2CCMDS02EN%2CCMDS03EN%2CCMDS04EN%2CCMDS05EN%2CCMDS06EN%2CFILESEN%2CGLOSRYEN%2COPENGLEN&amp;AllIndexes=ALANGREN%2CCMDS01EN%2CCMDS02EN%2CCMDS03EN%2CCMDS04EN%2CCMDS05EN%2CCMDS06EN%2CFILESEN%2CGLOSRYEN%2COPENGLEN&amp;index=BSTRF1EN%2CBSTRF2EN%2CCMTRF1EN%2CCMTRF2EN%2CGL32TREN%2CISOSUBEN%2CKTREF1EN%2CKTREF2EN%2CKYBDTEEN%2CPHGSUBEN&amp;AllIndexes=BSTRF1EN%2CBSTRF2EN%2CCMTRF1EN%2CCMTRF2EN%2CGL32TREN%2CISOSUBEN%2CKTREF1EN%2CKTREF2EN%2CKYBDTEEN%2CPHGSUBEN</description>
       <pubDate>Wed, 08 Jun 2005 14:03:09 +0000</pubDate>
    </item>

    <item>
       <title>cpan</title>
       <link>http://yubnub.org/kernel/man?args=cpan</link>
       <description>Search the Comprehensive Perl Archive Network http://search.cpan.org/search?query=%s&amp;mode=all</description>
       <pubDate>Wed, 08 Jun 2005 13:58:09 +0000</pubDate>
    </item>

    <item>
       <title>gf</title>
       <link>http://yubnub.org/kernel/man?args=gf</link>
       <description>searches GameFAQS for the given game http://www.gamefaqs.com/search/index.html?game=%s</description>
       <pubDate>Wed, 08 Jun 2005 12:51:44 +0000</pubDate>
    </item>

    <item>
       <title>v24</title>
       <link>http://yubnub.org/kernel/man?args=v24</link>
       <description>hungarian internet search http://www.vizsla24.hu/katalogus?q=%s</description>
       <pubDate>Wed, 08 Jun 2005 10:41:16 +0000</pubDate>
    </item>

    <item>
       <title>map</title>
       <link>http://yubnub.org/kernel/man?args=map</link>
       <description>use Multimap for worldwide map searches - postcode, town name, etc.



==========
Old implementation:
http://www.multimap.com/map/places.cgi?quicksearch=%s&amp;client=public&amp;lang=&amp;advanced=
 http://www.multimap.com/maps/?qs=%s&amp;countryCode=GB</description>
       <pubDate>Wed, 08 Jun 2005 10:18:17 +0000</pubDate>
    </item>

    <item>
       <title>guk</title>
       <link>http://yubnub.org/kernel/man?args=guk</link>
       <description>Google UK search: UK Specific

Type in the search term and Google will return pages from the UK.




==========
Old implementation: http://www.google.co.uk/search?ie=UTF-8&amp;sourceid=navclient&amp;gfns=1&amp;q=%s
Google UK's &quot;Browse By Name&quot; search http://www.google.co.uk/search?hl=en&amp;safe=off&amp;q=%s&amp;btnG=Search&amp;meta=cr%3DcountryUK%7CcountryGB</description>
       <pubDate>Wed, 08 Jun 2005 10:01:21 +0000</pubDate>
    </item>

    <item>
       <title>art2</title>
       <link>http://yubnub.org/kernel/man?args=art2</link>
       <description>Search the Web Gallery of Art (author) http://www.wga.hu/cgi-bin/search.cgi?author=%s&amp;lang=2&amp;comment=&amp;time=any&amp;form=any</description>
       <pubDate>Wed, 08 Jun 2005 08:45:10 +0000</pubDate>
    </item>

    <item>
       <title>art</title>
       <link>http://yubnub.org/kernel/man?args=art</link>
       <description>Search the Web Gallery of Art (text) http://www.wga.hu/cgi-bin/search.cgi?comment=%s&amp;lang=2&amp;author=&amp;time=any&amp;form=any</description>
       <pubDate>Wed, 08 Jun 2005 08:44:36 +0000</pubDate>
    </item>

    <item>
       <title>bmtag</title>
       <link>http://yubnub.org/kernel/man?args=bmtag</link>
       <description>Goes to blogmarks.net requested tag's area. http://blogmarks.net/tag/%s</description>
       <pubDate>Wed, 08 Jun 2005 08:12:31 +0000</pubDate>
    </item>

    <item>
       <title>dw</title>
       <link>http://yubnub.org/kernel/man?args=dw</link>
       <description>Searches for the given Keyword in the DokuWiki at http://wiki.splitbrain.org http://wiki.splitbrain.org/?do=search&amp;id=%s</description>
       <pubDate>Wed, 08 Jun 2005 07:55:37 +0000</pubDate>
    </item>

    <item>
       <title>cw</title>
       <link>http://yubnub.org/kernel/man?args=cw</link>
       <description>SYNOPSIS
        cw

EXAMPLE
        cw

DESCRIPTION
        Launches ClockWork, a set of timers that you can start and stop.
        ClockWork is ideal for anyone who works with clients
        on an hourly basis, or needs a solution to track productivity
        for any task or project.

        ClockWork allows you the flexibility to start, pause and
        resume an unlimited amount of task timers making it easy to
        switch between tasks without delay. You simultaneously run
        timers for multi-tasked projects, or easily switch back and
        forth between tasks, all without ever refreshing the page. 

        ClockWork was an entry in the 2005 Rails Day 24-hour
        programming contest. http://clockwork.jupit.net/</description>
       <pubDate>Wed, 08 Jun 2005 06:03:09 +0000</pubDate>
    </item>

    <item>
       <title>tzn</title>
       <link>http://yubnub.org/kernel/man?args=tzn</link>
       <description>Search tags in tamizhan.com. http://tamizhan.com/tags/%s</description>
       <pubDate>Wed, 08 Jun 2005 05:44:02 +0000</pubDate>
    </item>

    <item>
       <title>up</title>
       <link>http://yubnub.org/kernel/man?args=up</link>
       <description>browse upcoming.org events by tag http://upcoming.org/tag/%s</description>
       <pubDate>Wed, 08 Jun 2005 03:52:18 +0000</pubDate>
    </item>

    <item>
       <title>df</title>
       <link>http://yubnub.org/kernel/man?args=df</link>
       <description>SYNOPSIS
        df TERM

EXAMPLE
         --sort=name --include-spam

DESCRIPTION
        All the definitions for a term found by Google (define:term) http://www.google.com/search?q=define%3A%s</description>
       <pubDate>Wed, 08 Jun 2005 03:39:44 +0000</pubDate>
    </item>

    <item>
       <title>apt-search</title>
       <link>http://yubnub.org/kernel/man?args=apt-search</link>
       <description>Unofficial APT repositories
apt-get.org is intended as a place for people to share useful APT
(Advanced Package Tool) sources for the Debian operating system. http://www1.apt-get.org/search.php?query=%s&amp;submit=&amp;arch%5B%5D=all</description>
       <pubDate>Tue, 07 Jun 2005 21:52:56 +0000</pubDate>
    </item>

    <item>
       <title>mycroft</title>
       <link>http://yubnub.org/kernel/man?args=mycroft</link>
       <description>Here you can find a Search plugin for your favorite site you can add to the Sidebar panel or to the search box (Mozilla Firefox). Just enter a site name. http://mycroft.mozdev.org/download.html?name=%s&amp;submitform=Find+search+plugins</description>
       <pubDate>Tue, 07 Jun 2005 21:45:56 +0000</pubDate>
    </item>

    <item>
       <title>jobs</title>
       <link>http://yubnub.org/kernel/man?args=jobs</link>
       <description>Performs a search at Indeed.com for available jobs that include the keywords provided. http://www.indeed.com/jobs?q=%s</description>
       <pubDate>Tue, 07 Jun 2005 21:42:48 +0000</pubDate>
    </item>

    <item>
       <title>yim</title>
       <link>http://yubnub.org/kernel/man?args=yim</link>
       <description>Yahoo Image search http://images.search.yahoo.com/search/images?p=%s</description>
       <pubDate>Tue, 07 Jun 2005 21:33:13 +0000</pubDate>
    </item>

    <item>
       <title>FindPost</title>
       <link>http://yubnub.org/kernel/man?args=FindPost</link>
       <description>Invokes the main http://feedster.com search to find Blog Posts, News Articles, and Other Documents that contain the keywords you type in. http://www.feedster.com/search.php?q=%s</description>
       <pubDate>Tue, 07 Jun 2005 21:27:19 +0000</pubDate>
    </item>

    <item>
       <title>scigen</title>
       <link>http://yubnub.org/kernel/man?args=scigen</link>
       <description>SYNOPSIS
        scigen -author1 [name] -author2 [name] -author3 [name]

EXAMPLE
        scigen -author1 Jane Doe -author2 John Smith

DESCRIPTION
        SCIgen is a program that generates random Computer Science research 
        papers, including graphs, figures, and citations. It uses a 
        hand-written context-free grammar to form all elements of the papers.
        Our aim here is to maximize amusement, rather than coherence.
 http://punitive-surgery.lcs.mit.edu/cgi-bin/scigen.cgi?author=%s&amp;author=${author1}&amp;author=${author2}&amp;author=${author3}</description>
       <pubDate>Tue, 07 Jun 2005 21:27:03 +0000</pubDate>
    </item>

    <item>
       <title>FindFeed</title>
       <link>http://yubnub.org/kernel/man?args=FindFeed</link>
       <description>This command invokes http://feedfinder.feedster.com to find feeds about the keywords you specify. http://feedfinder.feedster.com/search.php?db=feeds&amp;sort=relevance&amp;q=%s</description>
       <pubDate>Tue, 07 Jun 2005 21:24:48 +0000</pubDate>
    </item>

    <item>
       <title>wunder</title>
       <link>http://yubnub.org/kernel/man?args=wunder</link>
       <description>Look up weather on The Weather Underground.

usage:
    wunder {city|state|zip|airport code|country}

examples:
    wunder Philadelphia
    wunder MI
    wunder 90210
    wunder ORF
    wunder Belgium
 http://www.wunderground.com/cgi-bin/findweather/getForecast?query=%s</description>
       <pubDate>Tue, 07 Jun 2005 20:31:55 +0000</pubDate>
    </item>

    <item>
       <title>joule</title>
       <link>http://yubnub.org/kernel/man?args=joule</link>
       <description>Takes you to marnanel.org's joule for the user specified.  Joule allows you to show a history of the user's LiveJournal friendings and defriendings. http://marnanel.org/joule?user=%s</description>
       <pubDate>Tue, 07 Jun 2005 20:22:06 +0000</pubDate>
    </item>

    <item>
       <title>lorem</title>
       <link>http://yubnub.org/kernel/man?args=lorem</link>
       <description>generate Lorem Ipsum
usage: lorem {number of paragraphs} http://www.lipsum.com/feed/html?amount=%s</description>
       <pubDate>Tue, 07 Jun 2005 20:21:00 +0000</pubDate>
    </item>

    <item>
       <title>acro</title>
       <link>http://yubnub.org/kernel/man?args=acro</link>
       <description>Look up the definition of an acronym. http://www.acronymfinder.com/af-query.asp?Acronym=%s&amp;String=exact</description>
       <pubDate>Tue, 07 Jun 2005 20:19:04 +0000</pubDate>
    </item>

    <item>
       <title>bible</title>
       <link>http://yubnub.org/kernel/man?args=bible</link>
       <description>Enter the Bible passage (e.g. John 3:16), keyword (e.g. Jesus, prophet, etc.) or topic (e.g. salvation) you want to find. http://www.biblegateway.com/quicksearch/?quicksearch=%s</description>
       <pubDate>Tue, 07 Jun 2005 20:16:55 +0000</pubDate>
    </item>

    <item>
       <title>urban</title>
       <link>http://yubnub.org/kernel/man?args=urban</link>
       <description>Look-up a term in UrbanDictionary.com http://www.urbandictionary.com/define.php?term=%s</description>
       <pubDate>Tue, 07 Jun 2005 20:14:43 +0000</pubDate>
    </item>

    <item>
       <title>w3c</title>
       <link>http://yubnub.org/kernel/man?args=w3c</link>
       <description>w3c validation for the given URL http://validator.w3.org/check?uri=%s</description>
       <pubDate>Tue, 07 Jun 2005 20:14:00 +0000</pubDate>
    </item>

    <item>
       <title>xanga</title>
       <link>http://yubnub.org/kernel/man?args=xanga</link>
       <description>Jump directly to a user's Xanga site.

Used: &quot;xanga you_do&quot; jumps to www.xanga.com/you_do http://www.xanga.com/%s</description>
       <pubDate>Tue, 07 Jun 2005 19:32:35 +0000</pubDate>
    </item>

    <item>
       <title>arc</title>
       <link>http://yubnub.org/kernel/man?args=arc</link>
       <description>SYNOPSIS
        arc [keywords]

EXAMPLE
        arc accessworkspacefactory

DESCRIPTION
        Searches ArcGIS Developer Online for the given keywords.
        ArcGIS Developer Online is an online help system for
        ArcObjects for ArcGIS. ArcGIS is a well-known Geographic
        Information System (software for viewing maps). http://edn.esri.com/index.cfm?fa=search.results&amp;c_2_b=on&amp;sa=2&amp;q=%s</description>
       <pubDate>Tue, 07 Jun 2005 18:37:21 +0000</pubDate>
    </item>

    <item>
       <title>dnow</title>
       <link>http://yubnub.org/kernel/man?args=dnow</link>
       <description>SYNOPSIS
        dnow [YYYY-MMDD]

EXAMPLE
        dnow 2005-0607
        dnow

DESCRIPTION
        Play the Democracy Now archive from archive.org. Democracy Now
        is a daily radio and TV news program on over 300 stations,
        pioneering the largest community media collaboration in the US.

        Specify a date in YYYY-MMDD format. Or leave out the date
        for today's show. http://yubnub.org/example/dnow?args=%s</description>
       <pubDate>Tue, 07 Jun 2005 18:03:03 +0000</pubDate>
    </item>

    <item>
       <title>ts</title>
       <link>http://yubnub.org/kernel/man?args=ts</link>
       <description>Search TorrentSpy.com http://www.torrentspy.com/search.asp?query=%s</description>
       <pubDate>Tue, 07 Jun 2005 17:55:08 +0000</pubDate>
    </item>

    <item>
       <title>ntk</title>
       <link>http://yubnub.org/kernel/man?args=ntk</link>
       <description>Searches Need To Know (http://www.ntk.net/) http://www.ntk.net/index.cgi?searchv=%s</description>
       <pubDate>Tue, 07 Jun 2005 17:43:29 +0000</pubDate>
    </item>

    <item>
       <title>javadoc-1.4.2</title>
       <link>http://yubnub.org/kernel/man?args=javadoc-1.4.2</link>
       <description>Search Sun's Javadoc for Java 1.4.2 http://www.google.com/search?client=googlet&amp;q=site%3Ajava.sun.com%2Fj2se%2F1.4.2%2Fdocs%2Fapi+%s</description>
       <pubDate>Tue, 07 Jun 2005 17:37:37 +0000</pubDate>
    </item>

    <item>
       <title>javadoc</title>
       <link>http://yubnub.org/kernel/man?args=javadoc</link>
       <description>Google Search Sun's Javadocs http://javadocs.org/%s</description>
       <pubDate>Tue, 07 Jun 2005 17:30:35 +0000</pubDate>
    </item>

    <item>
       <title>bd</title>
       <link>http://yubnub.org/kernel/man?args=bd</link>
       <description>Search BD Paradisio (french comics site) http://www.bdparadisio.com/scripts/BdP_SearchResults.cfm?SearchedKey=%s</description>
       <pubDate>Tue, 07 Jun 2005 17:13:53 +0000</pubDate>
    </item>

    <item>
       <title>mvfind</title>
       <link>http://yubnub.org/kernel/man?args=mvfind</link>
       <description>Search the Miva docs. http://www.google.com/search?hl=en&amp;lr=&amp;c2coff=1&amp;domains=http%3A%2F%2Fwww.miva.com&amp;q=%s&amp;btnG=Search&amp;sitesearch=http%3A%2F%2Fwww.miva.com%2Fdocs%2F</description>
       <pubDate>Tue, 07 Jun 2005 16:23:37 +0000</pubDate>
    </item>

    <item>
       <title>gl</title>
       <link>http://yubnub.org/kernel/man?args=gl</link>
       <description>Google Linux Search (google.com/linux) http://www.google.com/linux?q=%s&amp;sourceid=yubnub.org</description>
       <pubDate>Tue, 07 Jun 2005 16:19:24 +0000</pubDate>
    </item>

    <item>
       <title>msdn</title>
       <link>http://yubnub.org/kernel/man?args=msdn</link>
       <description>SYNOPSIS
        msdn [keywords]

EXAMPLE
        msdn arraylist

DESCRIPTION
        Searches the Microsoft Developer Network for the given keywords.
        For more information on query syntax, see
        http://search.microsoft.com/search/help.aspx?View=msdn



==========
Old implementation:
http://msdn.microsoft.com/msdn-online/shared/components/mscomsearch30.aspx?qu=%s
 http://social.msdn.microsoft.com/Search/en-us/?query=%s</description>
       <pubDate>Tue, 07 Jun 2005 16:13:46 +0000</pubDate>
    </item>

    <item>
       <title>smallr</title>
       <link>http://yubnub.org/kernel/man?args=smallr</link>
       <description>Make a URL smaller.

smallr http://some.url.com/ http://smallr.com/url/make?url=%s</description>
       <pubDate>Tue, 07 Jun 2005 12:40:49 +0000</pubDate>
    </item>

    <item>
       <title>tr</title>
       <link>http://yubnub.org/kernel/man?args=tr</link>
       <description>SYNOPSIS
        tr FROM TO TEXT

EXAMPLES
        tr en fr hello

DESCRIPTION
        Translates the given text from the first language to the
        second language, courtesy of Google Language Tools.
        The above example translates &quot;hello&quot; from English (en) to
        French (fr). Not all language combinations are available.

        Chinese (Simplified) zh-CN
        English ............ en
        French ............. fr
        German ............. de
        Italian ............ it
        Japanese ........... ja
        Korean ............. ko
        Portuguese ......... pt
        Spanish ............ es
 http://yubnub.org/example/tr?args=%s</description>
       <pubDate>Tue, 07 Jun 2005 06:37:56 +0000</pubDate>
    </item>

    <item>
       <title>tts</title>
       <link>http://yubnub.org/kernel/man?args=tts</link>
       <description>Text-to-speech demo from AT&amp;T Labs. Sounds amazing.

Update: Mark Beutnagel at AT&amp;T asked me if I would disable
the direct link, as it is a research demo with limited resources.

--Jon http://www.research.att.com/projects/tts/demo.html?%s</description>
       <pubDate>Tue, 07 Jun 2005 05:52:24 +0000</pubDate>
    </item>

    <item>
       <title>sd</title>
       <link>http://yubnub.org/kernel/man?args=sd</link>
       <description>SYNOPSIS
        sd

EXAMPLE
        sd

DESCRIPTION
        Slashdot is &quot;News for nerds. Stuff that matters.&quot; http://slashdot.org</description>
       <pubDate>Tue, 07 Jun 2005 03:59:22 +0000</pubDate>
    </item>

    <item>
       <title>gc</title>
       <link>http://yubnub.org/kernel/man?args=gc</link>
       <description>SYNOPSIS
        gc

EXAMPLE
        gc

DESCRIPTION
        gc stands for Gmail Compose. Launches Gmail in &quot;Compose Mail&quot;
        mode. https://mail.google.com/mail/#compose</description>
       <pubDate>Tue, 07 Jun 2005 03:50:55 +0000</pubDate>
    </item>

    <item>
       <title>bl</title>
       <link>http://yubnub.org/kernel/man?args=bl</link>
       <description>Bloglines

Usage: if used without an argument, goes to the Bloglines homepage, if used with an argument goes to the subscribe page for that url (could be a website with a feed, or a feed). You might have to log in first.

Examples:
bl
bl wired.com
bl http://wired.com/feed.xml

Stian Haklev, shaklev@gmail.com (thanks for the help guys)

(added tweak from b.a.) http://www.bloglines.com/{ifthen -value1 %s -value2 -test NOTEQUAL -then sub/%s -else myblogs}[no url encoding]</description>
       <pubDate>Tue, 07 Jun 2005 03:41:23 +0000</pubDate>
    </item>

    <item>
       <title>lyr</title>
       <link>http://yubnub.org/kernel/man?args=lyr</link>
       <description>Search lyricsdir.com for lyrics



==========
Old implementation:
http://www.lyricsdir.com/search/?q=%s
 http://www.google.com/search?hl=en&amp;q=site:www.lyricsdir.com+%s</description>
       <pubDate>Mon, 06 Jun 2005 23:56:45 +0000</pubDate>
    </item>

    <item>
       <title>jd</title>
       <link>http://yubnub.org/kernel/man?args=jd</link>
       <description>SYNOPSIS
        jd [class]

EXAMPLE
        jd String

DESCRIPTION
        Displays the JavaDoc for the given Java class, courtesy of
        javadocs.org. http://javadocs.org/%s</description>
       <pubDate>Mon, 06 Jun 2005 23:09:38 +0000</pubDate>
    </item>

    <item>
       <title>lj</title>
       <link>http://yubnub.org/kernel/man?args=lj</link>
       <description>Jump to a given LiveJournal user's journal. 

&quot;lj &lt;username&gt;&quot;

&quot;lj &lt;username&gt;/friends/&quot; should also take you to the friends page in question. http://www.livejournal.com/users/%s[no url encoding]</description>
       <pubDate>Mon, 06 Jun 2005 21:37:08 +0000</pubDate>
    </item>

    <item>
       <title>quotation</title>
       <link>http://yubnub.org/kernel/man?args=quotation</link>
       <description>Popular quotations search. http://www.quotationspage.com/search.php3?homesearch=%s&amp;startsearch=Search</description>
       <pubDate>Mon, 06 Jun 2005 21:01:10 +0000</pubDate>
    </item>

    <item>
       <title>math</title>
       <link>http://yubnub.org/kernel/man?args=math</link>
       <description>Search MathWorld.  All things mathematical.

 http://mathworld.wolfram.com/search/?query=%s</description>
       <pubDate>Mon, 06 Jun 2005 20:55:01 +0000</pubDate>
    </item>

    <item>
       <title>groups</title>
       <link>http://yubnub.org/kernel/man?args=groups</link>
       <description>Google groups search.



----------
Old implementation:
http://groups-beta.google.com/groups?hl=en&amp;q=%s&amp;qt_s=Search http://groups.google.com/groups/search?q=%s</description>
       <pubDate>Mon, 06 Jun 2005 20:53:16 +0000</pubDate>
    </item>

    <item>
       <title>pear</title>
       <link>http://yubnub.org/kernel/man?args=pear</link>
       <description>Search PEAR php archive. http://pear.php.net/%s</description>
       <pubDate>Mon, 06 Jun 2005 20:52:23 +0000</pubDate>
    </item>

    <item>
       <title>mw</title>
       <link>http://yubnub.org/kernel/man?args=mw</link>
       <description>Mererian-Webster dictionary lookup.



----------
Old implementation:
http://www.m-w.com/cgi-bin/dictionary?book=Dictionary&amp;va=%s&amp;x=0&amp;y=0
 http://www.merriam-webster.com/dictionary/%s</description>
       <pubDate>Mon, 06 Jun 2005 20:47:53 +0000</pubDate>
    </item>

    <item>
       <title>python</title>
       <link>http://yubnub.org/kernel/man?args=python</link>
       <description>Python site search (via Google). http://www.google.com/search?q=%s&amp;domains=docs.python.org&amp;sitesearch=docs.python.org&amp;sourceid=google-search&amp;submit=submit</description>
       <pubDate>Mon, 06 Jun 2005 20:45:39 +0000</pubDate>
    </item>

    <item>
       <title>gmail</title>
       <link>http://yubnub.org/kernel/man?args=gmail</link>
       <description>With no parameter, opens GMail, with a parameter, searches GMail for parameter (must be logged in).

Examples:
gmail - opens GMail
gmail world peace - searches GMail for world peace (if logged in)

Stian Haklev, shaklev@gmail.com. My first command using eop, thanks Allen, this is awesome! https://gmail.google.com/{eop gmail?search=query&amp;q=@%s@&amp;view=tl&amp;fs=1}</description>
       <pubDate>Mon, 06 Jun 2005 20:39:07 +0000</pubDate>
    </item>

    <item>
       <title>stock</title>
       <link>http://yubnub.org/kernel/man?args=stock</link>
       <description>Yahoo stock quote. http://finance.yahoo.com/q?s=%s</description>
       <pubDate>Mon, 06 Jun 2005 20:29:23 +0000</pubDate>
    </item>

    <item>
       <title>answer</title>
       <link>http://yubnub.org/kernel/man?args=answer</link>
       <description>Answers.com search definitions, synonyms and much more. http://www.answers.com/%s</description>
       <pubDate>Mon, 06 Jun 2005 20:27:06 +0000</pubDate>
    </item>

    <item>
       <title>jeeves</title>
       <link>http://yubnub.org/kernel/man?args=jeeves</link>
       <description>Ask Jeeves search. http://web.ask.com/web?q=%s&amp;qsrc=0&amp;o=0</description>
       <pubDate>Mon, 06 Jun 2005 20:25:18 +0000</pubDate>
    </item>

    <item>
       <title>php</title>
       <link>http://yubnub.org/kernel/man?args=php</link>
       <description>PHP function lookup. http://www.php.net/%s</description>
       <pubDate>Mon, 06 Jun 2005 20:24:08 +0000</pubDate>
    </item>

    <item>
       <title>froogle</title>
       <link>http://yubnub.org/kernel/man?args=froogle</link>
       <description>Google froogle price comparison search. http://froogle.google.com/froogle?q=%s</description>
       <pubDate>Mon, 06 Jun 2005 20:22:24 +0000</pubDate>
    </item>

    <item>
       <title>movies</title>
       <link>http://yubnub.org/kernel/man?args=movies</link>
       <description>Google movie times for given zipcode. http://www.google.com/search?hl=en&amp;oi=showtimes&amp;near=%s&amp;q=movie:+movies+%s</description>
       <pubDate>Mon, 06 Jun 2005 20:18:07 +0000</pubDate>
    </item>

    <item>
       <title>cc</title>
       <link>http://yubnub.org/kernel/man?args=cc</link>
       <description>Searches Creative Commons-licensed content via Yahoo.

Type &quot;cc &lt;search term&gt;&quot;.

Note that this search includes all CC licenses, from the least restrictive to the most. Always check the specific terms on the content you wish to use. http://search.yahoo.com/search?&amp;p=%s&amp;cc=true</description>
       <pubDate>Mon, 06 Jun 2005 20:14:40 +0000</pubDate>
    </item>

    <item>
       <title>tec</title>
       <link>http://yubnub.org/kernel/man?args=tec</link>
       <description>SYNOPSIS
        tec [keywords]

EXAMPLE
        tec &quot;great breakfast&quot;

DESCRIPTION
        Searches blogs for the given keywords, courtesy of the
        Technorati weblog search engine. http://technorati.com/search/%s?sub=yubnub</description>
       <pubDate>Mon, 06 Jun 2005 20:08:53 +0000</pubDate>
    </item>

    <item>
       <title>mt</title>
       <link>http://yubnub.org/kernel/man?args=mt</link>
       <description>Movable Type Main Menu

Usage: mt &lt;domain name of the server with Movable Type on it, incl. the www. and the .com or .org or whatever&gt;

This only works if you installed the MT cgi stuff in the most standard place (cgi-bin/mt/). Enjoy it anyway. http://%s/cgi-bin/mt/mt.cgi</description>
       <pubDate>Mon, 06 Jun 2005 19:42:57 +0000</pubDate>
    </item>

    <item>
       <title>clusty</title>
       <link>http://yubnub.org/kernel/man?args=clusty</link>
       <description>Clusty, the clustering search engine! http://clusty.com/search?query=%s</description>
       <pubDate>Mon, 06 Jun 2005 14:40:18 +0000</pubDate>
    </item>

    <item>
       <title>vt</title>
       <link>http://yubnub.org/kernel/man?args=vt</link>
       <description>Searches Versiontracker for Mac software http://versiontracker.com/php/search.php?str=%s&amp;plt%5B%5D=macosx&amp;mode=basic&amp;action=search</description>
       <pubDate>Mon, 06 Jun 2005 14:27:11 +0000</pubDate>
    </item>

    <item>
       <title>flickr</title>
       <link>http://yubnub.org/kernel/man?args=flickr</link>
       <description>Flickr image search http://www.flickr.com/photos/tags/%s/</description>
       <pubDate>Mon, 06 Jun 2005 09:59:05 +0000</pubDate>
    </item>

    <item>
       <title>g</title>
       <link>http://yubnub.org/kernel/man?args=g</link>
       <description>SYNOPSIS
        g [keywords]

EXAMPLE
        g YubNub

DESCRIPTION
        Performs a Google search using the given keywords. http://www.google.com/search?q=%s</description>
       <pubDate>Mon, 06 Jun 2005 07:29:18 +0000</pubDate>
    </item>

    <item>
       <title>gm</title>
       <link>http://yubnub.org/kernel/man?args=gm</link>
       <description>Google Maps Search. Google Maps has several handy features included within it.

To map out a single location, just type the address.
Example: gmaps 123 Maple Dr. Detroit, MI

To find businesses or other specific things, simply give the location and business.
Example: pizza in Detroit

To get directions from one location to another, type both locations.
Example: from 123 Maple Dr. Detroit, MI to 321 Oak Street Dayton, OH http://maps.google.com/maps?q=%s</description>
       <pubDate>Mon, 06 Jun 2005 06:42:23 +0000</pubDate>
    </item>

    <item>
       <title>gmaps</title>
       <link>http://yubnub.org/kernel/man?args=gmaps</link>
       <description>Google Maps Search. Google Maps has several handy features included within it.

To map out a single location, just type the address.
Example: gmaps 123 Maple Dr. Detroit, MI

To find businesses or other specific things, simply give the location and business.
Example: pizza in Detroit

To get directions from one location to another, type both locations.
Example: from 123 Maple Dr. Detroit, MI to 321 Oak Street Dayton, OH http://maps.google.com/maps?q=%s</description>
       <pubDate>Mon, 06 Jun 2005 06:41:12 +0000</pubDate>
    </item>

    <item>
       <title>allmusic</title>
       <link>http://yubnub.org/kernel/man?args=allmusic</link>
       <description>AllMusic.com Artist Search http://www.allmusic.com/cg/amg.dll?opt1=1&amp;P=amg&amp;sql=%s</description>
       <pubDate>Mon, 06 Jun 2005 06:39:37 +0000</pubDate>
    </item>

    <item>
       <title>smugtag</title>
       <link>http://yubnub.org/kernel/man?args=smugtag</link>
       <description>jump directly to smugmug photos tagged with word http://www.smugmug.com/keyword/%s</description>
       <pubDate>Mon, 06 Jun 2005 05:44:03 +0000</pubDate>
    </item>

    <item>
       <title>smug</title>
       <link>http://yubnub.org/kernel/man?args=smug</link>
       <description>full-text search smugmug for relevant photos, galleries, and users http://www.smugmug.com/search/index.mg?searchType=global&amp;searchWords=%s</description>
       <pubDate>Mon, 06 Jun 2005 05:42:52 +0000</pubDate>
    </item>

    <item>
       <title>tag</title>
       <link>http://yubnub.org/kernel/man?args=tag</link>
       <description>Jumps to the del.icio.us results for the passed tag. http://del.icio.us/tag/%s</description>
       <pubDate>Mon, 06 Jun 2005 05:26:19 +0000</pubDate>
    </item>

    <item>
       <title>gt</title>
       <link>http://yubnub.org/kernel/man?args=gt</link>
       <description>Search guitarnotes.com guitar tab archive.  Submitted by voodooc because a) i'll actually use this and b) to make up for the tubgirl command. ^_^ http://www.guitarnotes.com/tabs/tabsearch.cgi?query=%s&amp;engine=tabs</description>
       <pubDate>Mon, 06 Jun 2005 05:13:54 +0000</pubDate>
    </item>

    <item>
       <title>nws</title>
       <link>http://yubnub.org/kernel/man?args=nws</link>
       <description>Display all current state-specific NWS warnings and watches.

Examples:

nws ia - Display all NWS warnings and watches for Iowa.
nws tx - Display all NWS warnings and watches for Texas.

See:

National Weather Service
Interactive Weather Information Network
http://iwin.nws.noaa.gov/ http://iwin.nws.noaa.gov/iwin/%s/allwarnings.html</description>
       <pubDate>Mon, 06 Jun 2005 04:43:53 +0000</pubDate>
    </item>

    <item>
       <title>nexrad</title>
       <link>http://yubnub.org/kernel/man?args=nexrad</link>
       <description>View National Weather Service NEXRAD Radar Image
Short Range Base Reflectivity

Enter &lt;radar site identifier&gt;

Note: Use only lower case.

Examples:

klwx - Sterling, VA (Washington, D.C.)
kokx - Upton, NY (New York City, NY)
knkx - San Diego, CA
ktbw - Tampa Bay Area, FL (Tampa, Sarasota, Fort Myers)

See radar site list:

National Doppler Radar Sites
http://weather.noaa.gov/radar/national.html http://www.crh.noaa.gov/radar/latest/DS.p19r0/si.%s.shtml</description>
       <pubDate>Mon, 06 Jun 2005 04:37:35 +0000</pubDate>
    </item>

    <item>
       <title>bp</title>
       <link>http://yubnub.org/kernel/man?args=bp</link>
       <description>Search Bookpool for newly published books http://www.bookpool.com/ss/1?sb=d&amp;qs=%s</description>
       <pubDate>Mon, 06 Jun 2005 04:29:33 +0000</pubDate>
    </item>

    <item>
       <title>fedex</title>
       <link>http://yubnub.org/kernel/man?args=fedex</link>
       <description>FedEx Track Shipments http://www.fedex.com/Tracking?ascend_header=1&amp;clienttype=dotcom&amp;cntry_code=us&amp;language=english&amp;tracknumbers=%s</description>
       <pubDate>Mon, 06 Jun 2005 04:25:14 +0000</pubDate>
    </item>

    <item>
       <title>def</title>
       <link>http://yubnub.org/kernel/man?args=def</link>
       <description>www.dictionary.com http://dictionary.reference.com/search?q=%s</description>
       <pubDate>Mon, 06 Jun 2005 04:21:07 +0000</pubDate>
    </item>

    <item>
       <title>gs</title>
       <link>http://yubnub.org/kernel/man?args=gs</link>
       <description>SYNOPSIS
        gs [keywords]

EXAMPLE
        gs pagerank brin

DESCRIPTION
        Performs a Google Scholar search using the given keywords. http://scholar.google.com/scholar?q=%s</description>
       <pubDate>Mon, 06 Jun 2005 03:08:33 +0000</pubDate>
    </item>

    <item>
       <title>y</title>
       <link>http://yubnub.org/kernel/man?args=y</link>
       <description>SYNOPSIS
        y [keywords]

EXAMPLE
        y why is the sky blue

DESCRIPTION
        Searches the web using the Yahoo! search engine. http://search.yahoo.com/search?&amp;p=%s</description>
       <pubDate>Mon, 06 Jun 2005 01:20:52 +0000</pubDate>
    </item>

    <item>
       <title>rorapi</title>
       <link>http://yubnub.org/kernel/man?args=rorapi</link>
       <description>Search the Ruby on Rails API via google! http://www.google.com/search?hl=en&amp;lr=&amp;c2coff=1&amp;domains=http%3A%2F%2Frails.rubyonrails.com&amp;q=%s&amp;btnG=Search&amp;sitesearch=http%3A%2F%2Frails.rubyonrails.com</description>
       <pubDate>Mon, 06 Jun 2005 01:14:41 +0000</pubDate>
    </item>

    <item>
       <title>rwiki</title>
       <link>http://yubnub.org/kernel/man?args=rwiki</link>
       <description>Search the RubyonRails.com wiki! http://wiki.rubyonrails.com/rails/search/?query=%s</description>
       <pubDate>Mon, 06 Jun 2005 01:12:03 +0000</pubDate>
    </item>

    <item>
       <title>bgg</title>
       <link>http://yubnub.org/kernel/man?args=bgg</link>
       <description>SYNOPSIS
        bgg [board game]

EXAMPLES
        bgg monopoly
        bgg settlers of catan

DESCRIPTION
        Displays information on the given board game, courtesy of
        BoardGameGeek.com. Ratings, comments, number of players,
        playing time, etc. http://www.google.ca/search?btnI=I%27m+Feeling+Lucky&amp;q=site%3Aboardgamegeek.com+%s</description>
       <pubDate>Mon, 06 Jun 2005 01:07:49 +0000</pubDate>
    </item>

    <item>
       <title>thott</title>
       <link>http://yubnub.org/kernel/man?args=thott</link>
       <description>Thottbot is a database that contains a huge amount of information for the popular MMORPG World of Warcraft. http://www.thottbot.com/?s=%s</description>
       <pubDate>Mon, 06 Jun 2005 01:01:11 +0000</pubDate>
    </item>

    <item>
       <title>ebay</title>
       <link>http://yubnub.org/kernel/man?args=ebay</link>
       <description>Ebay auction item search http://search.ebay.com/%s[use - for spaces]</description>
       <pubDate>Mon, 06 Jun 2005 00:47:24 +0000</pubDate>
    </item>

    <item>
       <title>a9</title>
       <link>http://yubnub.org/kernel/man?args=a9</link>
       <description>A9.com Search Engine http://a9.com/?q=%s</description>
       <pubDate>Mon, 06 Jun 2005 00:44:07 +0000</pubDate>
    </item>

    <item>
       <title>/.</title>
       <link>http://yubnub.org/kernel/man?args=/.</link>
       <description>SYNOPSIS
        /.

EXAMPLE
        /.

DESCRIPTION
        Slashdot is &quot;News for nerds. Stuff that matters.&quot; http://slashdot.org</description>
       <pubDate>Mon, 06 Jun 2005 00:40:20 +0000</pubDate>
    </item>

    <item>
       <title>fl</title>
       <link>http://yubnub.org/kernel/man?args=fl</link>
       <description>SYNOPSIS
        fl [tag]

EXAMPLE
        fl lake

DESCRIPTION
        Retrieves photographs from Flickr tagged with the given tag.
        The example above shows you photos that people have tagged 
        with &quot;lake&quot;.

        Flickr is a popular online photo-sharing application. http://flickr.com/photos/tags/%s</description>
       <pubDate>Mon, 06 Jun 2005 00:26:03 +0000</pubDate>
    </item>

    <item>
       <title>leo</title>
       <link>http://yubnub.org/kernel/man?args=leo</link>
       <description>Check leo for German / English translation http://dict.leo.org/?search=%s</description>
       <pubDate>Sun, 05 Jun 2005 23:51:23 +0000</pubDate>
    </item>

    <item>
       <title>whois</title>
       <link>http://yubnub.org/kernel/man?args=whois</link>
       <description>Check whois for the domain

--
Old implementation: http://whois.to/%s
Was not working for some domains  [Jon Aquino 2006-07-21]
Old implementation: http://whois.sc/%s [Jon Aquino 2010-03-03] http://whois.domaintools.com/%s</description>
       <pubDate>Sun, 05 Jun 2005 23:47:02 +0000</pubDate>
    </item>

    <item>
       <title>yubnub</title>
       <link>http://yubnub.org/kernel/man?args=yubnub</link>
       <description>SYNOPSIS
        yubnub [command]

EXAMPLE
        yubnub man ls

DESCRIPTION
        Alright, this one is kind of weird.
        It's a YubNub command for ... YubNub itself. So in the above
        example, &quot;yubnub man ls&quot; is the same as &quot;man ls&quot;. It's mostly
        a test for consistency: that YubNub can add itself as a
        YubNub command. In fact, the above is equivalent to 
        &quot;yubnub yubnub yubnub man ls&quot;. (That's how the Ewoks
        teach Linux). http://yubnub.org/parser/parse?command=%s</description>
       <pubDate>Sun, 05 Jun 2005 23:14:17 +0000</pubDate>
    </item>

    <item>
       <title>imdb</title>
       <link>http://yubnub.org/kernel/man?args=imdb</link>
       <description>Searches for anything on the International Movie Database http://imdb.com/find?q=%s</description>
       <pubDate>Sun, 05 Jun 2005 23:00:44 +0000</pubDate>
    </item>

    <item>
       <title>delicious</title>
       <link>http://yubnub.org/kernel/man?args=delicious</link>
       <description>Search for these tags on del.icio.us (seperate with +) http://del.icio.us/tag/%s</description>
       <pubDate>Sun, 05 Jun 2005 22:48:17 +0000</pubDate>
    </item>

    <item>
       <title>gg</title>
       <link>http://yubnub.org/kernel/man?args=gg</link>
       <description>SYNOPSIS
        gg [keywords]

EXAMPLE
        gg YubNub

DESCRIPTION
        Performs a Google search using the given keywords. http://www.google.com/search?q=%s</description>
       <pubDate>Sun, 05 Jun 2005 22:44:27 +0000</pubDate>
    </item>

    <item>
       <title>ror</title>
       <link>http://yubnub.org/kernel/man?args=ror</link>
       <description>Search Ruby on Rails http://wiki.rubyonrails.com/rails/search/?query=%s</description>
       <pubDate>Sun, 05 Jun 2005 22:40:36 +0000</pubDate>
    </item>

    <item>
       <title>wpde</title>
       <link>http://yubnub.org/kernel/man?args=wpde</link>
       <description>German Wikipedia Search http://de.wikipedia.org?search=%s</description>
       <pubDate>Sun, 05 Jun 2005 22:35:53 +0000</pubDate>
    </item>

    <item>
       <title>tally</title>
       <link>http://yubnub.org/kernel/man?args=tally</link>
       <description>show polls from tally with the mentioned tags.  separate multiple tags with / http://tally.dpiddy.net/tags/%s</description>
       <pubDate>Sun, 05 Jun 2005 22:34:47 +0000</pubDate>
    </item>

    <item>
       <title>wp</title>
       <link>http://yubnub.org/kernel/man?args=wp</link>
       <description>English WikiPedia search http://en.wikipedia.org/?search=%s</description>
       <pubDate>Sun, 05 Jun 2005 22:32:14 +0000</pubDate>
    </item>

    <item>
       <title>rubydoc</title>
       <link>http://yubnub.org/kernel/man?args=rubydoc</link>
       <description>SYNOPSIS
        ruby

EXAMPLE
        ruby

DESCRIPTION
        Displays a useful 1-page summary of classes and modules
        for the Ruby programming languages. Everything from Array to
        Process. http://www.rubycentral.com/book/builtins.html</description>
       <pubDate>Sun, 05 Jun 2005 22:26:32 +0000</pubDate>
    </item>

    <item>
       <title>gim</title>
       <link>http://yubnub.org/kernel/man?args=gim</link>
       <description>SYNOPSIS
        gim [keywords]

EXAMPLE
        gim &quot;porsche 911&quot;

DESCRIPTION
        Performs a Google Image search using the given keywords. http://images.google.com/images?q=%s</description>
       <pubDate>Sat, 04 Jun 2005 20:39:14 +0000</pubDate>
    </item>

    <item>
       <title>am</title>
       <link>http://yubnub.org/kernel/man?args=am</link>
       <description>SYNOPSIS
        am [keywords]

EXAMPLE
        am a brief history of time

DESCRIPTION
        Searches Amazon.com using the given keyword (e.g. book title,
        author, etc.) http://www.amazon.com/exec/obidos/external-search?mode=blended&amp;keyword={iconv - to ISO-8859-1 -str %s}[use %20 for spaces]</description>
       <pubDate>Sat, 04 Jun 2005 20:06:51 +0000</pubDate>
    </item>

    <item>
       <title>random</title>
       <link>http://yubnub.org/kernel/man?args=random</link>
       <description>NAME
       rand - display a specified number
       of random numbers in a specified
       range, courtesy of random.org

SYNOPSIS
       rand
       -min &lt;min value = 1&gt;
       -max &lt;max value = 100&gt;
       -num &lt;how many to generate = 1&gt;

EXAMPLE
       rand 49
       rand -min 1998 -max 2005
       rand -num 5 -max 20 

AUTHOR
       Richard Frankel http://random.org/cgi-bin/randnum?num=${num=1}&amp;min=${min=1}&amp;max=%s${max}&amp;col=1</description>
       <pubDate>Sat, 04 Jun 2005 19:57:44 +0000</pubDate>
    </item>

    <item>
       <title>create</title>
       <link>http://yubnub.org/kernel/man?args=create</link>
       <description>SYNOPSIS
        create [command-name]

EXAMPLE
        create

DESCRIPTION
        Creates a new YubNub command with the given name (must not
        already exist). You will be prompted for a URL pointing to
        the implementation of the command -- it might be an existing
        service (e.g. the Google Image Search submit form), or your
        own custom implementation sitting on your own server.

        Welcome to the Web OS: small pieces, loosely joined. http://yubnub.org/command/new?name=%s</description>
       <pubDate>Sat, 04 Jun 2005 18:52:07 +0000</pubDate>
    </item>

    <item>
       <title>man</title>
       <link>http://yubnub.org/kernel/man?args=man</link>
       <description>SYNOPSIS
        man command-name

EXAMPLE
        man gim

DESCRIPTION
        Displays helpful information about the given command.
        &quot;man&quot; stands for &quot;manual&quot;. 

        You're looking at man information right now! http://yubnub.org/kernel/man?args=%s</description>
       <pubDate>Sat, 04 Jun 2005 15:18:55 +0000</pubDate>
    </item>

    <item>
       <title>ls</title>
       <link>http://yubnub.org/kernel/man?args=ls</link>
       <description>SYNOPSIS
        ls [word or phrase]

EXAMPLES
        ls
        ls music

DESCRIPTION
        Lists information about all the commands in YubNub. Sorts entries
        by date.

        If you specify a word or phrase, YubNub will search the 
        descriptions, names, and urls for that word or phrase.
        For example, &quot;ls music&quot; will return all YubNub commands pertaining 
        to music. http://yubnub.org/kernel/ls?args=%s</description>
       <pubDate>Sat, 04 Jun 2005 12:42:27 +0000</pubDate>
    </item>

  </channel>
</rss>
