~ubuntu-branches/ubuntu/hardy/surfraw/hardy

« back to all changes in this revision

Viewing changes to elvi/W

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Smith
  • Date: 2005-04-20 17:00:59 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050420170059-z7j6h1rsqfgfwhmg
Tags: 2.1.0-1
* Ian Beckwith <ianb@nessie.mcc.ac.uk>:
  + New elvi: dmoz, w3html, w3link, w3css, w3rdf.
  + New elvi: rae (by Ruben Pollan <meskio@terra.es>).
  + surfraw.IN:w3_url_escape: escaped `(' and `)'.
  + Fixed elvi (Thanks to Justin B. Rye):
      - sunsolve  (Closes: #289502).
      - altavista (Closes: #289503).
  + deblists: Updated list of debian mailing lists.
  + currency: Now a proper elvis.
  + Added appendix 2 to HACKING on preparing a release.
* Moritz Muehlenhoff <jmm@inutil.org>:
  + Switch rhymes search from Lycos to Rhymezone (by Justin B Rye)
    (Closes: #289498)
  + Fix BBC News search (by Justin B Rye) (Closes: #289499)
  + New elvi by by Justin B Rye (Closes: #290032)
    - cia      Search for CIA documents
    - deblogs  Debian changelogs
    - etym     Search for word origins
    - foldoc   Free online dictionary of computing
  + New cve elvis for CAN assignment searches
  + Rewrite debian/copyright properly

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
# $Id: W,v 1.1.1.1 2001/01/15 07:57:19 proff Exp $
3
 
# elvis: W              -- Activate Surfraw defined web-browser
4
 
. surfraw || exit 1
5
 
 
6
 
w3_usage_hook () {
7
 
    cat <<EOF
8
 
Usage: $w3_argv0 [options] [browser-options] url
9
 
Description:
10
 
  Surfraw activate the currently configured web-browser ($SURFRAW_browser)
11
 
EOF
12
 
    w3_global_usage
13
 
}
14
 
 
15
 
w3_config
16
 
w3_parse_args "$@"
17
 
w3_browse_url "$w3_args"