[Surfraw-commits] [SCM] web pages for surfraw branch, master, updated. start-24-g924dd26

Ian Beckwith ianb at erislabs.net
Fri Nov 20 06:10:02 UTC 2009


The following commit has been merged in the master branch:
commit 924dd264bd6956cc21320f2cdda75b96b0bcb895
Author: Ian Beckwith <ianb at erislabs.net>
Date:   Fri Nov 20 06:09:46 2009 +0000

    update for 2.2.6

diff --git a/ChangeLog b/ChangeLog
index 79485d7..a8879dc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,129 @@
+2009-11-20  Ian Beckwith  <ianb at erislabs.net>
+
+	* test/Makefile.am: Add missing tests to EXTRA_DIST.
+
+2009-11-13  Ian Beckwith  <ianb at erislabs.net>
+
+	* freebsd: new options -psearch=TYPE -psection=SEC
+	  to conduct a search of type TYPE in section SEC of ports.
+	* netbsd:  new option -ps to search ports
+	* openbsd: new option -ps to search ports
+	* URLs for *bsd portsearch, finkpkg, macports and rpmsearch
+	  from whohas(1), http://www.philippwesche.org/200811/whohas/intro.html
+	* cia, pubmed: fixed tests.
+
+2009-11-12  Ian Beckwith  <ianb at erislabs.net>
+
+	* New elvi:
+	  + finkpkg: search Fink packages.
+	  + macports: search macports packages.
+	  + rpmsearch: search for packages in rpm-based distros.
+	* surfraw.IN: w3_parse_args: avoid bogus initial space in w3_args
+
+2009-11-11  Ian Beckwith  <ianb at erislabs.net>
+
+	* New elvi: debpkghome: view home page of a debian package.
+
+2009-11-10  Ian Beckwith  <ianb at erislabs.net>
+
+	* New elvi: acronym, gcache (google cache).
+	  Thanks to fittabile at lifegate.it
+	* surfraw.IN: only list local elvi if $localelvidir contains
+	  files.
+	* README: update elvi list and surfraw options.
+	* configure.in, HACKING: specify automake 1.11
+
+2009-11-08  Ian Beckwith  <ianb at erislabs.net>
+
+	* New elvi: youtube. Thanks to Sumant Oemrawsingh.
+
+2009-11-07  Ian Beckwith  <ianb at erislabs.net>
+
+	* New elvi, thanks to Sumant Oemrawsingh:
+	  + cliki     - search the common lisp wiki.
+	  + l1sp      - search lisp documentation.
+	  + mathworld - search Wolfram MathWorld.
+	  + mininova  - search mininova for torrents.
+
+2009-11-06  Ian Beckwith  <ianb at erislabs.net>
+
+	* examples/uzbl_load_url_from_surfraw:
+	  + Applied patch from Sumant Oemrawsingh to strip "GLOBAL ELVI"
+	    and "LOCALELVI" and support vertical menus if patched dmenu is
+	    available.
+	  + present_menu(): use awk(1) instead of cut(1), so tabs in
+	    bookmark files are handled correctly.
+	  + Add '.IN' suffix and dependency so correct value of @AWK@
+	    is picked up from ./configure.
+	* Add examples/ to SUBDIRS, move uzbl_load_url_from_surfraw
+	  build logic to examples/Makefile.am
+	* Fix 'make distcheck':
+	  + Install surfraw.bookmarks from $(top_srcdir)
+	  + Fix CLEANFILES entries for surfraw-update-path
+	    and uzbl_load_url_from_surfraw.
+
+2009-10-27  Ian Beckwith  <ianb at erislabs.net>
+
+	* Added examples/uzbl_load_url_from_surfraw,
+	  thanks to Sumant Oemrawsingh.
+	* Updated uzbl_load_url_from_surfraw to use new bookmark locations.
+	* Fixed debsec (Thanks to Moritz Muehlenhoff, for this
+	  and all his other work).
+	* Fixed cia.
+	* Fixed tests: aur, debpts, lastfm.
+	* Added -o | -o=FILE option, to fetch URL and dump to
+	  stdout or FILE.
+	* test/Makefile.am: add debvcsbrowse.test to EXTRA_DIST
+	* Makefile.am: install-data-hook: remove execute flag
+	  from generated files surfraw.conf, elvi.1sr & surfraw.1.
+
+2009-10-20  Ian Beckwith  <ianb at erislabs.net>
+
+	* Move config files to follow XDG basedir spec
+	  (http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html)
+	  Global config files are searched for in:
+	  + $SURFRAW_global_conf if set.
+	  + $XDG_CONFIG_DIRS/surfraw/{conf,bookmarks}
+	    ($XDG_CONFIG_DIRS is $PATH-style colon separated list)
+	  + @sysconfdir@/xdg/surfraw/{conf,bookmarks}
+	    (@sysconfdir@ is usually /etc or /usr/local/etc/)
+	  + @sysconfdir@/surfraw.{conf,bookmarks}
+	    (for backwards compatibility)
+	  Local config files & elvi are searched for in:
+	  + $SURFRAW_conf if set (for per-user conf file only)
+	    (no longer set by default config files)
+	  + $XDG_CONFIG_HOME/surfraw/{conf,bookmarks,elvi/}
+	  + $HOME/.config/surfraw/{conf,bookmarks,elvi/}
+	  + $HOME/.surfraw.{conf,bookmarks}
+	    (for backwards compatibility).
+
+2009-10-18  Ian Beckwith  <ianb at erislabs.net>
+
+	* Apply patch from James Rowe:
+	    Support per-user elvi in ~/.surfraw.d.
+            Based on the idea by Sumant Oemrawsingh.
+
+2009-08-28  Ian Beckwith  <ianb at erislabs.net>
+
+	* New elvi: genbugs (thanks to Nick White).
+	* surfraw-bash-completion.IN: enable extglob so completion
+	  works standalone (thanks to James Rowe).
+	  See http://bugs.gentoo.org/show_bug.cgi?id=277891
+
+2009-07-23  Ian Beckwith  <ianb at erislabs.net>
+
+	* Fixed tests: excite, pgpkeys, javasun. ebay(my)
+
+2009-07-21  Ian Beckwith  <ianb at erislabs.net>
+
+	* New elvi: debvcsbrowse.
+	* err(): write to stderr instead of stdout.
+
+2009-06-28  Ian Beckwith  <ianb at erislabs.net>
+
+	* Bump version to 2.2.6.
+	* Only use first matching bookmark (Thanks to Carl Fredrik Hammar).
+
 2009-05-13  Ian Beckwith  <ianb at erislabs.net>
 
 	* Replaced scaleplus with comlaw.
diff --git a/HACKING b/HACKING
index eb0704d..831c3ce 100644
--- a/HACKING
+++ b/HACKING
@@ -133,7 +133,7 @@ Or... How to Eat The CHEESE
 
     4: add a link for the manpage in links.IN
 
-    5: run aclocal (1.10), automake (1.10) and autoconf (2.50+)
+    5: run aclocal (1.11), automake (1.11) and autoconf (2.50+)
 
     6: update the elvi list in README
 
diff --git a/Makefile b/Makefile
index 4fe2d19..5f4f1eb 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ FILES=index.html debchangelog ChangeLog HACKING INSTALL NEWS
 STATICFILES=index.html.IN make-surfraw-webpage README.WEB sfredirect.html surfraw-release-key.asc
 ALLFILES=$(FILES) $(STATICFILES)
 
-SITE=shell.alioth.debian.org
+SITE=alioth.debian.org
 DIR=/srv/alioth.debian.org/chroot/home/groups/surfraw/htdocs
 LOGIN=$(SITE)
 ifdef ALIOTHUSER
diff --git a/NEWS b/NEWS
index d692e65..2b2e5cb 100644
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,49 @@
 
 				  N E W S
 
+Fri Nov 20 03:34:19 GMT 2009  - surfraw 2.2.6
+
+        * New elvi:
+          + by Sumant Oemrawsingh:
+            * cliki        - search the common lisp wiki.
+            * l1sp         - search lisp documentation.
+            * mathworld    - search Wolfram MathWorld.
+            * mininova     - search mininova for torrents.
+            * youtube      - search youtube for videos.
+          + by fittabile at lifegate.it:
+            * acronym      - find acronyms
+            * gcache       - search google cache.
+          + by Nick White:
+            * genbugs      - search gentoo bug tracker
+          + by Ian Beckwith:
+            * debpkghome   - view home page of a debian package.
+            * debvcsbrowse - browse vcs of a debian package
+            * rpmsearch    - search for packages in rpm-based distros.
+            * finkpkg      - search Fink packages.
+            * macports     - search macports packages.
+        * Move config files to follow XDG basedir spec
+	  This means that if your global config was in /etc/surfraw.conf
+	  it is now in /etc/xdg/surfraw/conf, and local config is
+	  now in $HOME/.config/surfraw/conf. The same applies to bookmarks.
+	  See README for details on configuring config locations, and
+	  http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
+	  for the gory details. The old locations are still supported for
+	  backwards-compatibility.
+        * Support per-user elvi in $HOME/.config/surfraw/elvi/
+          Patch by James Rowe, idea by Sumant Oemrawsingh.
+        * Added -o | -o=FILE option, to fetch URL and dump to
+          stdout or FILE.
+        * Modified elvi:
+          + freebsd: new options -psearch=TYPE -psection=SEC
+            to conduct a search of type TYPE in section SEC of ports.
+          + netbsd:  new option -ps to search ports
+          + openbsd: new option -ps to search ports
+          + debsec: fixed (Thanks to Moritz Muehlenhoff, for this
+            and all his other work).
+          + cia: fixed.
+        * Added examples/uzbl_load_url_from_surfraw, to integrate surfraw
+          with uzbl (uzbl.org), thanks to Sumant Oemrawsingh.
+
 Wed May 13 02:30:21 BST 2009  - surfraw 2.2.5
 
   * Replaced scaleplus elvi with comlaw.
@@ -304,4 +347,4 @@ Sun Jul 30 17:51:50 EST 2000 - Surfaw 0.5.4
     A Lazy sunday. A tired, but happy mood. The afternoon drowses by and
     we have the initial version.
 
-$Id: NEWS,v 1.27 2009-05-13 01:38:46 ianb-guest Exp $
+$Id$
diff --git a/debchangelog b/debchangelog
index 43f10ba..4b356e5 100644
--- a/debchangelog
+++ b/debchangelog
@@ -1,3 +1,19 @@
+surfraw (2.2.6-1) unstable; urgency=low
+
+  * New upstream version.
+    + Only use first matching bookmark (Closes: #530786).
+    + Fix debsec (patch from Moritz Muehlenhoff) (Closes: #550741).
+  * Remove Moritz from Uploaders (per #550741), thanks for your work!.
+  * debian/rules: call dh_installexamples to install examples/ dir.
+  * debian/control:
+    + update vcs- fields to point to new git repo.
+    + Standards-Version: 3.8.3 (No changes).
+    + add Recommends: curl | wget | libwww-perl for -o.
+    + Remove Conflicts/Replaces: surfaw, this transition was complete
+      many releases ago.
+
+ -- Ian Beckwith <ianb at debian.org>  Fri, 20 Nov 2009 03:34:34 +0000
+
 surfraw (2.2.5-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/index.html b/index.html
index a4efc47..630b687 100644
--- a/index.html
+++ b/index.html
@@ -85,10 +85,67 @@ For example:
 <h2><a name="news">News</a></h2>
 
 <p>Current surfraw version:
-<a href="dist/surfraw-2.2.5.tar.gz">
-2.2.5
+<a href="dist/surfraw-2.2.6.tar.gz">
+2.2.6
 </a>
 
+<h3>Fri Nov 20 03:34:19 GMT 2009  - surfraw 2.2.6</h3>
+<ul>
+  <li> New elvi:
+    <ul>
+      <li> by Sumant Oemrawsingh:
+	<ul>
+	  <li> cliki        - search the common lisp wiki.
+	  <li> l1sp         - search lisp documentation.
+	  <li> mathworld    - search Wolfram MathWorld.
+	  <li> mininova     - search mininova for torrents.
+	  <li> youtube      - search youtube for videos.
+	</ul>
+      <li> by fittabile at lifegate.it:
+	<ul>
+	  <li> acronym      - find acronyms
+          <li> gcache       - search google cache.
+	</ul>
+      <li> by Nick White:
+	<ul>
+          <li> genbugs      - search gentoo bug tracker
+	</ul>
+      <li> by Ian Beckwith:
+	<ul>
+          <li> debpkghome   - view home page of a debian package.
+          <li> debvcsbrowse - browse vcs of a debian package
+          <li> rpmsearch    - search for packages in rpm-based distros.
+          <li> finkpkg      - search Fink packages.
+          <li> macports     - search macports packages.
+	</ul>
+    </ul>
+  <li> Move config files to follow XDG basedir spec<br>
+    This means that if your global config was in /etc/surfraw.conf
+    it is now in /etc/xdg/surfraw/conf, and local config is
+    now in $HOME/.config/surfraw/conf. The same applies to bookmarks.<br>
+    See README for details on configuring config locations, and the
+    <a href="http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html">
+      XDG basedir spec</a>
+    for the gory details. The old locations are still supported for
+    backwards-compatibility.
+  <li> Support per-user elvi in $HOME/.config/surfraw/elvi/<br>
+    Patch by James Rowe, idea by Sumant Oemrawsingh.
+  <li> Added -o | -o=<i>FILE</i> option, to fetch URL and dump to
+    stdout or <i>FILE</i>.
+  <li> Modified elvi:
+    <ul>
+      <li> freebsd: new options -psearch=<i>TYPE</i> -psection=<i>SEC</i>
+        to conduct a search of type <i>TYPE</i> in section <i>SEC</i> of ports.
+      <li> netbsd:  new option -ps to search ports
+      <li> openbsd: new option -ps to search ports
+      <li> debsec: fixed (Thanks to Moritz Muehlenhoff, for this
+        and all his other work).
+      <li> cia: fixed.
+    </ul>
+  <li> Added examples/uzbl_load_url_from_surfraw, to integrate surfraw
+    with <a href="http://uzbl.org">uzbl</a>, thanks to Sumant Oemrawsingh.
+</ul>
+
 <h3>Tue Jul 21 20:44:59 BST 2009 - Migrated CVS repository to git</h3>
 <p>The surfraw source code repository is now hosted in git.
 <p>The repository can be browsed at
@@ -237,31 +294,31 @@ For example:
 
 <p>
 The current version of surfraw is
-2.2.5
+2.2.6
 
 <p>
   <table border="0">
     <tr>
       <td rowspan="2" valign="top">Current release tarball:</td>
       <td>
-	<a href="dist/surfraw-2.2.5.tar.gz">
-	  surfraw-2.2.5.tar.gz
+	<a href="dist/surfraw-2.2.6.tar.gz">
+	  surfraw-2.2.6.tar.gz
 	</a>
       </td>
     </tr>
     <tr>
       <td>
-	<a href="dist/surfraw-2.2.5.tar.gz.md5">[MD5]</a>
-	<a href="dist/surfraw-2.2.5.tar.gz.sha1">[SHA1]</a>
-	<a href="dist/surfraw-2.2.5.tar.gz.sig">[GPG SIG]</a>
+	<a href="dist/surfraw-2.2.6.tar.gz.md5">[MD5]</a>
+	<a href="dist/surfraw-2.2.6.tar.gz.sha1">[SHA1]</a>
+	<a href="dist/surfraw-2.2.6.tar.gz.sig">[GPG SIG]</a>
       </td>
     </tr>
   </table>
 
 <p>
-  <a href="dist/surfraw-2.2.5.tar.gz">
-    surfraw-2.2.5.tar.gz
-  </a> is <a href="dist/surfraw-2.2.5.tar.gz.sig">signed</a>
+  <a href="dist/surfraw-2.2.6.tar.gz">
+    surfraw-2.2.6.tar.gz
+  </a> is <a href="dist/surfraw-2.2.6.tar.gz.sig">signed</a>
   by the <a href="surfraw-release-key.asc">surfraw release key</a>, also
   available from
   <a href="http://pgp.mit.edu:11371/pks/lookup?search=0xE7892D44&amp;op=index&amp;fingerprint=on&amp;exact=on">
@@ -273,35 +330,35 @@ The current version of surfraw is
 <table border="0">
   <tr>
 	<td>Debian surfraw binary package (all architectures)
-	<td><a href="dist/surfraw_2.2.5-1_all.deb">
-surfraw_2.2.5-1_all.deb
+	<td><a href="dist/surfraw_2.2.6-1_all.deb">
+surfraw_2.2.6-1_all.deb
 </a>
   </tr>
   <tr>
 	<td>Debian surfraw-extra binary package (all architectures)
-	<td><a href="dist/surfraw-extra_2.2.5-1_all.deb">
-surfraw-extra_2.2.5-1_all.deb
+	<td><a href="dist/surfraw-extra_2.2.6-1_all.deb">
+surfraw-extra_2.2.6-1_all.deb
 </a>
   </tr>
   <tr>
 	<td rowspan="4" valign="top">Debian source package
-	<td><a href="dist/surfraw_2.2.5-1.dsc">
-surfraw_2.2.5-1.dsc
+	<td><a href="dist/surfraw_2.2.6-1.dsc">
+surfraw_2.2.6-1.dsc
 </a>
   </tr>
   <tr>
-	<td><a href="dist/surfraw_2.2.5-1.diff.gz">
-surfraw_2.2.5-1.diff.gz
+	<td><a href="dist/surfraw_2.2.6-1.diff.gz">
+surfraw_2.2.6-1.diff.gz
 </a>
   </tr>
   <tr>
-	<td><a href="dist/surfraw_2.2.5.orig.tar.gz">
-surfraw_2.2.5.orig.tar.gz
+	<td><a href="dist/surfraw_2.2.6.orig.tar.gz">
+surfraw_2.2.6.orig.tar.gz
 </a>
   </tr>
   <tr>
-	<td><a href="dist/surfraw_2.2.5-1_i386.changes">
-surfraw_2.2.5-1_i386.changes
+	<td><a href="dist/surfraw_2.2.6-1_i386.changes">
+surfraw_2.2.6-1_i386.changes
 </a>
   </tr>
 </table>
@@ -319,9 +376,9 @@ Older versions are available
 <p>
 Unpack the source with
 <p>
-<code>gzip -dc surfraw-2.2.5.tar.gz | tar xvvf -</code>
+<code>gzip -dc surfraw-2.2.6.tar.gz | tar xvvf -</code>
 <p>
-Then, change into the <code>surfraw-2.2.5</code> directory, and type
+Then, change into the <code>surfraw-2.2.6</code> directory, and type
 
 <p>
 <code>./configure</code>
@@ -356,8 +413,8 @@ distribution, as root, type:
 
 <p>To install the .deb files directly, as root, type:
 <p>
-<code>dpkg -i surfraw_2.2.5-1_all.deb 
-surfraw-extra_2.2.5-1_all.deb</code>
+<code>dpkg -i surfraw_2.2.6-1_all.deb 
+surfraw-extra_2.2.6-1_all.deb</code>
 
 <p>Note that calling <code>dpkg</code> directly does not automatically
   install dependencies, and surfraw-extra in particular has many
@@ -379,17 +436,17 @@ apt-get build-dep surfraw
 
 <p>
 <a href="#downloading">Download</a> the 
-<a href="dist/surfraw_2.2.5-1.dsc">surfraw_2.2.5-1.dsc</a>, 
-<a href="dist/surfraw_2.2.5-1.diff.gz">surfraw_2.2.5-1.diff.gz</a>
+<a href="dist/surfraw_2.2.6-1.dsc">surfraw_2.2.6-1.dsc</a>, 
+<a href="dist/surfraw_2.2.6-1.diff.gz">surfraw_2.2.6-1.diff.gz</a>
 and
-<a href="dist/surfraw_2.2.5.orig.tar.gz">surfraw_2.2.5.orig.tar.gz</a>
+<a href="dist/surfraw_2.2.6.orig.tar.gz">surfraw_2.2.6.orig.tar.gz</a>
 files, then type:
 
 <p>
-<code>dpkg-source -x surfraw_2.2.5-1.dsc</code>
+<code>dpkg-source -x surfraw_2.2.6-1.dsc</code>
 <p>
 This will unpack the source into a subdirectory called
-<code>surfraw-2.2.5</code>
+<code>surfraw-2.2.6</code>
 
 <p>
 Change into this directory, and type:
@@ -397,13 +454,13 @@ Change into this directory, and type:
 <code>fakeroot debian/rules binary</code>
 
 <p>This should produce files called
-<code>surfraw_2.2.5-1_all.deb</code> and
-<code>surfraw-extra_2.2.5-1_all.deb</code>
+<code>surfraw_2.2.6-1_all.deb</code> and
+<code>surfraw-extra_2.2.6-1_all.deb</code>
 in the directory above the surfraw source directory. To install
 these files, type as root:
 
 <p>
-<code>dpkg -i surfraw_2.2.5-1_all.deb surfraw-extra_2.2.5-1_all.deb</code>
+<code>dpkg -i surfraw_2.2.6-1_all.deb surfraw-extra_2.2.6-1_all.deb</code>
 <hr>
 
 <h2><a name="elvilist">List of Elvi</a></h2>
@@ -418,6 +475,10 @@ Surfraw contains the following web site search scripts (<i>elvi</i>)
   <td>Activate Surfraw defined web-browser</td>
 </tr>
 <tr>
+  <td><b>acronym</b></td>
+  <td>Look for acronyms definitions (www.acronymfinder.com)</td>
+</tr>
+<tr>
   <td><b>alioth</b></td>
   <td>Search Alioth (alioth.debian.org)</td>
 </tr>
@@ -466,6 +527,10 @@ Surfraw contains the following web site search scripts (<i>elvi</i>)
   <td>Search computer science papers (citeseerx.ist.psu.edu)</td>
 </tr>
 <tr>
+  <td><b>cliki</b></td>
+  <td>Search the common lisp wiki</td>
+</tr>
+<tr>
   <td><b>cnn</b></td>
   <td>Search on CNN (cnn.com)</td>
 </tr>
@@ -510,6 +575,10 @@ Surfraw contains the following web site search scripts (<i>elvi</i>)
   <td>Search debian/ubuntu packages (packages.debian.org/packages.ubuntu.com)</td>
 </tr>
 <tr>
+  <td><b>debpkghome</b></td>
+  <td>Visit the home page for a Debian package</td>
+</tr>
+<tr>
   <td><b>debpts</b></td>
   <td>Search the Debian Package Tracking System (packages.qa.debian.org)</td>
 </tr>
@@ -558,6 +627,10 @@ Surfraw contains the following web site search scripts (<i>elvi</i>)
   <td>Search files on filesearching (www.filesearching.com)</td>
 </tr>
 <tr>
+  <td><b>finkpkg</b></td>
+  <td>Search Fink packages (pdb.finkproject.org)</td>
+</tr>
+<tr>
   <td><b>foldoc</b></td>
   <td>The Free On-Line Dictionary Of Computing (foldoc.org)</td>
 </tr>
@@ -578,6 +651,14 @@ Surfraw contains the following web site search scripts (<i>elvi</i>)
   <td>Search the FSF/UNESCO Free Software Directory (directory.fsf.org)</td>
 </tr>
 <tr>
+  <td><b>gcache</b></td>
+  <td>Search the web using Google cache (www.google.com)</td>
+</tr>
+<tr>
+  <td><b>genbugs</b></td>
+  <td>Search the Gentoo bug tracker (bugs.gentoo.org)</td>
+</tr>
+<tr>
   <td><b>genpkg</b></td>
   <td>Search Gentoo packages (packages.gentoo.org)</td>
 </tr>
@@ -610,6 +691,10 @@ Surfraw contains the following web site search scripts (<i>elvi</i>)
   <td>Search Java API docs (java.sun.com)</td>
 </tr>
 <tr>
+  <td><b>l1sp</b></td>
+  <td>Search lisp documentation</td>
+</tr>
+<tr>
   <td><b>lastfm</b></td>
   <td>Search last.fm</td>
 </tr>
@@ -622,6 +707,18 @@ Surfraw contains the following web site search scripts (<i>elvi</i>)
   <td>Search the Linux Software Map</td>
 </tr>
 <tr>
+  <td><b>macports</b></td>
+  <td>Search macports packages (macports.org)</td>
+</tr>
+<tr>
+  <td><b>mathworld</b></td>
+  <td>Search Wolfram MathWorld</td>
+</tr>
+<tr>
+  <td><b>mininova</b></td>
+  <td>Search the mininova bittorent source.</td>
+</tr>
+<tr>
   <td><b>musicbrainz</b></td>
   <td>Search MusicBrainz (musicbrainz.org)</td>
 </tr>
@@ -670,6 +767,10 @@ Surfraw contains the following web site search scripts (<i>elvi</i>)
   <td>Search for rhymes et al using Lycos Rhyme (rhyme.lycos.com)</td>
 </tr>
 <tr>
+  <td><b>rpmsearch</b></td>
+  <td>Search for RPMs in various distros</td>
+</tr>
+<tr>
   <td><b>scholar</b></td>
   <td>Search Google Scholar (scholar.google.com)</td>
 </tr>
@@ -758,6 +859,10 @@ Surfraw contains the following web site search scripts (<i>elvi</i>)
   <td>Search Yahoo categories (www.yahoo.com)</td>
 </tr>
 <tr>
+  <td><b>youtube</b></td>
+  <td>Search YouTube (www.youtube.com)</td>
+</tr>
+<tr>
   <td><b>yubnub</b></td>
   <td>Use the social command-line for the web (yubnub.org)</td>
 </tr>
@@ -1124,6 +1229,6 @@ truth. Its love will set you free.
 <p>
 <hr>
 <p>
-Last modified: Tue Jul 21 21:30:23 BST 2009
+Last modified: Fri Nov 20 05:22:16 GMT 2009
 
 </body> </html>
diff --git a/index.html.IN b/index.html.IN
index bcabed4..d8283a4 100644
--- a/index.html.IN
+++ b/index.html.IN
@@ -89,6 +89,63 @@ For example:
 <!-- TAG:VERSION -->
 </a>
 
+<h3>Fri Nov 20 03:34:19 GMT 2009  - surfraw 2.2.6</h3>
+<ul>
+  <li> New elvi:
+    <ul>
+      <li> by Sumant Oemrawsingh:
+	<ul>
+	  <li> cliki        - search the common lisp wiki.
+	  <li> l1sp         - search lisp documentation.
+	  <li> mathworld    - search Wolfram MathWorld.
+	  <li> mininova     - search mininova for torrents.
+	  <li> youtube      - search youtube for videos.
+	</ul>
+      <li> by fittabile at lifegate.it:
+	<ul>
+	  <li> acronym      - find acronyms
+          <li> gcache       - search google cache.
+	</ul>
+      <li> by Nick White:
+	<ul>
+          <li> genbugs      - search gentoo bug tracker
+	</ul>
+      <li> by Ian Beckwith:
+	<ul>
+          <li> debpkghome   - view home page of a debian package.
+          <li> debvcsbrowse - browse vcs of a debian package
+          <li> rpmsearch    - search for packages in rpm-based distros.
+          <li> finkpkg      - search Fink packages.
+          <li> macports     - search macports packages.
+	</ul>
+    </ul>
+  <li> Move config files to follow XDG basedir spec<br>
+    This means that if your global config was in /etc/surfraw.conf
+    it is now in /etc/xdg/surfraw/conf, and local config is
+    now in $HOME/.config/surfraw/conf. The same applies to bookmarks.<br>
+    See README for details on configuring config locations, and the
+    <a href="http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html">
+      XDG basedir spec</a>
+    for the gory details. The old locations are still supported for
+    backwards-compatibility.
+  <li> Support per-user elvi in $HOME/.config/surfraw/elvi/<br>
+    Patch by James Rowe, idea by Sumant Oemrawsingh.
+  <li> Added -o | -o=<i>FILE</i> option, to fetch URL and dump to
+    stdout or <i>FILE</i>.
+  <li> Modified elvi:
+    <ul>
+      <li> freebsd: new options -psearch=<i>TYPE</i> -psection=<i>SEC</i>
+        to conduct a search of type <i>TYPE</i> in section <i>SEC</i> of ports.
+      <li> netbsd:  new option -ps to search ports
+      <li> openbsd: new option -ps to search ports
+      <li> debsec: fixed (Thanks to Moritz Muehlenhoff, for this
+        and all his other work).
+      <li> cia: fixed.
+    </ul>
+  <li> Added examples/uzbl_load_url_from_surfraw, to integrate surfraw
+    with <a href="http://uzbl.org">uzbl</a>, thanks to Sumant Oemrawsingh.
+</ul>
+
 <h3>Tue Jul 21 20:44:59 BST 2009 - Migrated CVS repository to git</h3>
 <p>The surfraw source code repository is now hosted in git.
 <p>The repository can be browsed at

-- 
web pages for surfraw



More information about the Surfraw-commits mailing list