repo string | commit string | message string | diff string |
|---|---|---|---|
swganh/mmoserverdb | d583198c24bbb1a08a00f857ebb3849ff919aa29 | fixed an issue with houses missing the maintenance attributes, thus houses could not be redeeded | diff --git a/Server Scripts/structure_attribute_defaults.sql b/Server Scripts/structure_attribute_defaults.sql
index a5ccb43..c635a21 100644
--- a/Server Scripts/structure_attribute_defaults.sql
+++ b/Server Scripts/structure_attribute_defaults.sql
@@ -1,156 +1,170 @@
-/*
--------------------------------------------... |
swganh/mmoserverdb | c29161201f3e315ea4a9a851ebe07a19ffed2bd2 | factories radials now are rebuild so changes to the factories status apply when a player cancels an ID session (ie the group is destroyed) the customer / Imagedesigner will no longer be flagged as still being in a valid session | diff --git a/Server Scripts/structure_terminal_link.sql b/Server Scripts/structure_terminal_link.sql
index 0747aa6..3c03cdd 100644
--- a/Server Scripts/structure_terminal_link.sql
+++ b/Server Scripts/structure_terminal_link.sql
@@ -1,98 +1,98 @@
/*
-----------------------------------------------------------------... |
swganh/mmoserverdb | 7158999f170b36ef52b5a31838c3a8337064b71c | [MySQL] - Update - fix for the Mantis bug submission stored function | diff --git a/Server Scripts/Functions/sf_GetCSRTicketValues.sql b/Server Scripts/Functions/sf_GetCSRTicketValues.sql
new file mode 100644
index 0000000..d764460
--- /dev/null
+++ b/Server Scripts/Functions/sf_GetCSRTicketValues.sql
@@ -0,0 +1,75 @@
+/*
+----------------------------------------------------------------... |
swganh/mmoserverdb | 0a8760e37961323427becd0db2b37ee922e1fb2c | [MySQL] - Update - adding note about the mantis function for future reference | diff --git a/Mantis_README.txt b/Mantis_README.txt
new file mode 100644
index 0000000..25bd86e
--- /dev/null
+++ b/Mantis_README.txt
@@ -0,0 +1,9 @@
+In order to have the game directly submit bugs to mantis replace the contents of
+
+sf_NewTicket.sql
+
+with
+
+sf_NewTicketMantis.sql
+
+--
\ No newline at end o... |
swganh/mmoserverdb | 5e44f545b2302c256c731798d57b9bf75839517d | fixed an issue with incell- radials for tangible Objects the structure terminal for large tatooine houses now displays at the proper spot | diff --git a/Server Scripts/structure_terminal_link.sql b/Server Scripts/structure_terminal_link.sql
index 465134f..0747aa6 100644
--- a/Server Scripts/structure_terminal_link.sql
+++ b/Server Scripts/structure_terminal_link.sql
@@ -1,98 +1,98 @@
-/*
-------------------------------------------------------------------... |
swganh/mmoserverdb | 0203d61cb5b1ce2335a62693e53bdfe1b52d1756 | table name in houses.sql should be private to better reflect the bools use as a true will set the building to private Radials of creatureObjects (Players, Vehicles) are now reset after every useage the housefactories handleObjectready should not check for a valid client, as the query will never display a valid client -... | diff --git a/Server Scripts/houses.sql b/Server Scripts/houses.sql
index d4b1af9..a4c0cc5 100644
--- a/Server Scripts/houses.sql
+++ b/Server Scripts/houses.sql
@@ -1,63 +1,63 @@
/*
---------------------------------------------------------------------------------------
This source file is part of SWG:ANH (Star W... |
swganh/mmoserverdb | a0ec50a2c6955d3791152159f2e47cbe6d03534d | [MySQL] - Update - accounts added + hoonius + crazymiller + axler + johnshandy | diff --git a/Server Scripts/account.sql b/Server Scripts/account.sql
index 4797e39..9d17cf4 100644
--- a/Server Scripts/account.sql
+++ b/Server Scripts/account.sql
@@ -1,271 +1,275 @@
/*
---------------------------------------------------------------------------------------
This source file is part of SWG:AN... |
swganh/mmoserverdb | c8f50fd9814aac48e2a29f7f2b057d1f723c0b77 | Moved the Character Creation / Planet Map handling to the ChatServer. Fixed issue with traveling. | diff --git a/Server Scripts/config_message_routes.sql b/Server Scripts/config_message_routes.sql
index 35063f2..8b9aa6e 100644
--- a/Server Scripts/config_message_routes.sql
+++ b/Server Scripts/config_message_routes.sql
@@ -1,108 +1,108 @@
/*
-----------------------------------------------------------------------... |
akosma/PracticalCommonLisp_ePub | b8c2f67816f1bbcfd1d6be0faf6a51b84c108afe | fix readme title | diff --git a/README.md b/README.md
index 3a66c4a..6e28b1f 100644
--- a/README.md
+++ b/README.md
@@ -1,43 +1,43 @@
-Common List Book in ePub Format
-===============================
+Practical Common Lisp Book in ePub Format
+=========================================
This is an unofficial ePub version of the Practica... |
akosma/PracticalCommonLisp_ePub | e78e05db2ad92c1e5f0364e60b1006123407216c | Title, author and date fixed | diff --git a/Makefile b/Makefile
index af78fb3..218f478 100644
--- a/Makefile
+++ b/Makefile
@@ -1,64 +1,73 @@
# This makefile generates the eBooks from the HTML files using Pandoc
+# This is the version of the build system, just to tell apart different renderings
+# Build 1 is everything came before the numbering ... |
akosma/PracticalCommonLisp_ePub | b9b9f427fc6be488217eb65f22ca07851a4eb673 | Removed sentence from README | diff --git a/README.md b/README.md
index 2e23567..3a66c4a 100644
--- a/README.md
+++ b/README.md
@@ -1,46 +1,43 @@
Common List Book in ePub Format
===============================
This is an unofficial ePub version of the Practical Common Lisp book
-[available online](http://www.gigamonkeys.com/book/). The HTML of ... |
akosma/PracticalCommonLisp_ePub | 11782067532add1fc93362c72b75b1f019e5a409 | Added a Makefile to simplify the creation of the eBooks | diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e35d885
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+_build
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..af78fb3
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,64 @@
+# This makefile generates the eBooks from the HTML files usin... |
akosma/PracticalCommonLisp_ePub | a55f3b3a383896bfed1b6885164fa1718cf27e04 | Changed encoding of files to UTF-8 | diff --git a/html/a-few-format-recipes.html b/html/a-few-format-recipes.html
index c006f37..acaa7c1 100644
--- a/html/a-few-format-recipes.html
+++ b/html/a-few-format-recipes.html
@@ -1,548 +1,548 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>
A Few FORMAT Reci... |
akosma/PracticalCommonLisp_ePub | 839dd797f6b6a01b64b746e61912904b3b7dd583 | Changed GIF files into PNG | diff --git a/html/index.html b/html/index.html
index c6dd928..200b184 100644
--- a/html/index.html
+++ b/html/index.html
@@ -1,187 +1,187 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<title>
Practical Common Lisp
</title>
<link rel='stylesheet' type=... |
akosma/PracticalCommonLisp_ePub | 5790cda6d73d1d640c4debcc5e83f35338ce8ea9 | Changed GIF files into PNG | diff --git a/html/jolt_logo16_sm.gif b/html/jolt_logo16_sm.gif
deleted file mode 100644
index 1ba7b32..0000000
Binary files a/html/jolt_logo16_sm.gif and /dev/null differ
diff --git a/html/jolt_logo16_sm.png b/html/jolt_logo16_sm.png
new file mode 100644
index 0000000..eff0a4b
Binary files /dev/null and b/html/jolt_log... |
akosma/PracticalCommonLisp_ePub | 5f631d1e070db201770ee20e4fb82d91fd52a15c | Transformed the README into Markdown | diff --git a/README.md b/README.md
new file mode 100644
index 0000000..4ce280f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,29 @@
+Common List Book in ePub Format
+===============================
+
+This is an unofficial ePub version of the Practical Common Lisp book
+[available online](http://www.gigamonkeys.com/book/). T... |
pacew/img | 955436b17a4f9d8025e05cfd7a11d102e30e4546 | use older inotify interface for back compatibility | diff --git a/img.c b/img.c
index 409d5c7..f6152f1 100644
--- a/img.c
+++ b/img.c
@@ -1,247 +1,251 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <memory.h>
+#include <fcntl.h>
#include <sys/time.h>
#include <sys/inotify.h>
+
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
char *fil... |
pacew/img | a71509e2d11e6b71b0c9ce1584130d0d3811a550 | removed use of fcntl.h; fixed usage message and one comment | diff --git a/img.c b/img.c
index a9b24dd..409d5c7 100644
--- a/img.c
+++ b/img.c
@@ -1,251 +1,247 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <memory.h>
-#include <fcntl.h>
#include <sys/time.h>
#include <sys/inotify.h>
#include <gtk/gtk.h>
#include <gdk/gdkkeysyms.h>
char *filen... |
pacew/img | a4028c46ff9e84356712131626d566e5734d9832 | add a little documentation; change autoraise option | diff --git a/README b/README
index e4eb459..8a0c463 100644
--- a/README
+++ b/README
@@ -1,2 +1,13 @@
-By Pace Willisson <pace@alum.mit.edu> 2009
+img by Pace Willisson <pace@alum.mit.edu>
+August 2009
Dedicated to the public domain
+
+img is a simple GTK program that displays an image in a window. It's
+claim to fa... |
pacew/img | c1686f565caa5f77c320de7ef86af7b5fe353a03 | remove poll loop | diff --git a/img.c b/img.c
index a5820e5..6fc9a6a 100644
--- a/img.c
+++ b/img.c
@@ -1,226 +1,251 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <memory.h>
+#include <fcntl.h>
#include <sys/time.h>
#include <sys/inotify.h>
#include <gtk/gtk.h>
+#include <gdk/gdkkeysyms.h>
char *filen... |
pacew/img | 1b024e18e88f66a291d6d1f32f6059d1e564e115 | handle deleted file | diff --git a/img.c b/img.c
index 170d1c7..a5820e5 100644
--- a/img.c
+++ b/img.c
@@ -1,194 +1,226 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
+#include <memory.h>
#include <sys/time.h>
#include <sys/inotify.h>
#include <gtk/gtk.h>
char *filename;
int inotify_fd;
void
usage (void)
{
- ... |
pacew/img | 61f13edcf55e6adde1766040c935c7399acc83a2 | add inotify | diff --git a/img.c b/img.c
index f969274..170d1c7 100644
--- a/img.c
+++ b/img.c
@@ -1,133 +1,194 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
+#include <sys/time.h>
+#include <sys/inotify.h>
#include <gtk/gtk.h>
char *filename;
+int inotify_fd;
void
usage (void)
{
fprintf (stderr, "usa... |
pacew/img | 77e5349be6de588688fa0a709ee01d52746917a8 | add .o to .gitignore | diff --git a/.gitignore b/.gitignore
index 18629f4..1bf89f7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
img
*~
?
+*.o
|
Elbandi/php-geoip | 2f820c79738fbc973a855a3862163f824569e0db | changelog update | diff --git a/debian/changelog b/debian/changelog
index 2813cf0..92a687c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,62 +1,70 @@
+php-geoip (1.0.7-1ubuntu1-0hst2) lucid; urgency=low
+
+ [ Andras Elso ]
+ * Add memcache support
+ * country nevek lekerdezese id alapjan
+
+ -- Andras Elso <ea333@freemail.... |
Elbandi/php-geoip | 38735ee2cfbe2363bc97e4f36556e985bb6b4a74 | country nevek lekerdezese id alapjan | diff --git a/geoip-1.0.7/geoip.c b/geoip-1.0.7/geoip.c
index 7c732cb..586b25c 100644
--- a/geoip-1.0.7/geoip.c
+++ b/geoip-1.0.7/geoip.c
@@ -1,631 +1,715 @@
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+---... |
Elbandi/php-geoip | 1ed8deec402a8d80d249e66dfe3e2e505347618f | Add memcache support | diff --git a/geoip-1.0.7/geoip.c b/geoip-1.0.7/geoip.c
index 9077763..7c732cb 100644
--- a/geoip-1.0.7/geoip.c
+++ b/geoip-1.0.7/geoip.c
@@ -1,651 +1,631 @@
/*
+----------------------------------------------------------------------+
| PHP Version 5 |
+---... |
Elbandi/php-geoip | 36afad8ffe3f2a77d1ceeaf1621b4b64afe71497 | Imported Debian patch 1.0.7-1ubuntu1 | diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2813cf0
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,62 @@
+php-geoip (1.0.7-1ubuntu1) lucid; urgency=low
+
+ * Rebuild for PHP 5.3
+
+ -- Chuck Short <zulcss@ubuntu.com> Tue, 02 Mar 2010 10:32:51 -0500
+
+php-geoip (1.0.7-1) uns... |
Elbandi/php-geoip | c20c74a48057189688d6a0556562ec463c580b85 | Imported Upstream version 1.0.7 | diff --git a/geoip-1.0.7/ChangeLog b/geoip-1.0.7/ChangeLog
new file mode 100644
index 0000000..41e95d2
--- /dev/null
+++ b/geoip-1.0.7/ChangeLog
@@ -0,0 +1,76 @@
+1.0.7 2009-03-11
+
+ * Do not issue a NOTICE when values don't exist for timezone and region name (as added in 1.0.4)
+ * Fix a compile issue on FreeBSD
+ * ... |
JNRowe/surfraw | 215cbcfe08aba002f7a361c2f3ffe6277bcf2b78 | XE changed their URLs | diff --git a/elvi/currency b/elvi/currency
index ebc4038..cc4fe04 100755
--- a/elvi/currency
+++ b/elvi/currency
@@ -1,391 +1,391 @@
#!/bin/sh
# $Id$
# elvis: currency -- Convert currencies with the Universal Currency Converter (www.xe.net/ucc)
. surfraw || exit 1
list_currency_symbols () {
cat <<EOT
Symbol ... |
JNRowe/surfraw | 6b05db36a5f39b45a65a17802dff7fd14e858414 | elvi: add elvi for doc.rust-lang.org | diff --git a/AUTHORS b/AUTHORS
index d8ff268..28b3aaa 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,180 +1,183 @@
AUTHORS
Julian Assange <proff@iq.org>
original author
Christian Surchi <csurchi@debian.org>
original debian maintainer
elvi: debcontents, debbugs, debpackages
Ian Beckwith <i... |
JNRowe/surfraw | 9cc0540cdbbe024a6f9d87a0f0bf0242cee4a5c6 | AUTHORS: add new contributor | diff --git a/AUTHORS b/AUTHORS
index d8ff268..aff89ae 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,180 +1,183 @@
AUTHORS
Julian Assange <proff@iq.org>
original author
Christian Surchi <csurchi@debian.org>
original debian maintainer
elvi: debcontents, debbugs, debpackages
Ian Beckwith <i... |
JNRowe/surfraw | 4953946bf4411e089762370c37f28507c302348a | wikipedia: Fix search showing page instead | diff --git a/elvi/wikipedia b/elvi/wikipedia
index 2023d95..c50ade2 100755
--- a/elvi/wikipedia
+++ b/elvi/wikipedia
@@ -1,58 +1,58 @@
#!/bin/sh
# elvis: wikipedia -- Search the free encyclopedia wikipedia
# $Id$
# Author: Moritz Muehlenhoff <jmm@informatik.uni-bremen.de>
. surfraw || exit 1
w3_config_hook () {... |
JNRowe/surfraw | 69f291dfb59613c44b9b14d746210f3ef368d495 | ixquick: Use Startpage URL | diff --git a/elvi/ixquick b/elvi/ixquick
index 06336fc..75322c4 100755
--- a/elvi/ixquick
+++ b/elvi/ixquick
@@ -1,107 +1,110 @@
#!/bin/sh
# $Id$
-# elvis: ixquick -- Search the web using ixquick [HTTPS] (www.ixquick.com)
+# elvis: ixquick -- Search the web using startpage [HTTPS] (startpage.com)
. surfraw || exit... |
JNRowe/surfraw | 3f27d182b4a4c9c98feb68459604c4792651b737 | Clarify why completion-related options aren't included in completions | diff --git a/surfraw.IN b/surfraw.IN
index 894984f..8c5da39 100755
--- a/surfraw.IN
+++ b/surfraw.IN
@@ -1,825 +1,826 @@
#!/bin/sh
# Surfraw -- Shell Users' Revolutionary Front Against the World wide web
#
# Copyright (c) 2003-2018 The Surfraw-Devel Team
# <surfraw-devel@lists.alioth.debi... |
JNRowe/surfraw | d1282f6073acccc8e96153afc154ad994ceb5d68 | Allow disabling default completions for the arguments of an elvis | diff --git a/surfraw.IN b/surfraw.IN
index 747b757..894984f 100755
--- a/surfraw.IN
+++ b/surfraw.IN
@@ -1,818 +1,825 @@
#!/bin/sh
# Surfraw -- Shell Users' Revolutionary Front Against the World wide web
#
# Copyright (c) 2003-2018 The Surfraw-Devel Team
# <surfraw-devel@lists.alioth.debi... |
JNRowe/surfraw | 426fdf873f45c0a6253aa0df30706682a94787fc | Fix backwards compatibility with old global config files | diff --git a/surfraw.IN b/surfraw.IN
index fcc5842..747b757 100755
--- a/surfraw.IN
+++ b/surfraw.IN
@@ -1,560 +1,560 @@
#!/bin/sh
# Surfraw -- Shell Users' Revolutionary Front Against the World wide web
#
# Copyright (c) 2003-2018 The Surfraw-Devel Team
# <surfraw-devel@lists.alioth.debi... |
JNRowe/surfraw | a03c11f927303756040d57d561a24e47b6eea373 | aur: Update URLs after search API changed | diff --git a/elvi/aur b/elvi/aur
index c473a85..d3684dc 100755
--- a/elvi/aur
+++ b/elvi/aur
@@ -1,129 +1,129 @@
#!/bin/sh
#
# AUTHOR: René Reigel based on piratebay by J.R. Mauro
# Ivy Foster added additional search options
#
# DESC: Search the Arch User Repository
# $ID$
# elvis: aur -- Search aur.a... |
JNRowe/surfraw | 0cc7a91f288544fe666dfa49fd0be654dfa550ab | Apply Debian patch to update debpts search URL | diff --git a/elvi/debpts b/elvi/debpts
index 601a8c4..9d6e6fe 100755
--- a/elvi/debpts
+++ b/elvi/debpts
@@ -1,48 +1,48 @@
#!/bin/sh
# $Id$
# elvis: debpts -- Search the Debian Package Tracking System (packages.qa.debian.org)
# ianb@erislabs.net 20040729
. surfraw || exit 1
w3_config_hook () {
def SURFRAW_d... |
JNRowe/surfraw | dc2ae99d3eececaf85969818fd052bf39c56a06a | Fix spelling errors in manpages | diff --git a/elvi.1sr.IN b/elvi.1sr.IN
index b2b4bf4..12fc274 100644
--- a/elvi.1sr.IN
+++ b/elvi.1sr.IN
@@ -1,173 +1,173 @@
.\" Hey, EMACS: -*- nroff -*-
.\" First parameter, NAME, should be all caps
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
.\" other pa... |
JNRowe/surfraw | 68a161e6be6bb9e5bc1750abe4ec3f1d3792557b | Actually use browser args if not none with graphical remotes | diff --git a/surfraw.IN b/surfraw.IN
index 3344dce..d116d29 100755
--- a/surfraw.IN
+++ b/surfraw.IN
@@ -1,696 +1,696 @@
#!/bin/sh
# Surfraw -- Shell Users' Revolutionary Front Against the World wide web
#
# Copyright (c) 2003-2018 The Surfraw-Devel Team
# <surfraw-devel@lists.alioth.debi... |
JNRowe/surfraw | f7da389ca387032965bf3233721fe6127683244e | Remove fallback if graphical remote on browser fails | diff --git a/surfraw.IN b/surfraw.IN
index 37da223..3344dce 100755
--- a/surfraw.IN
+++ b/surfraw.IN
@@ -1,696 +1,696 @@
#!/bin/sh
# Surfraw -- Shell Users' Revolutionary Front Against the World wide web
#
# Copyright (c) 2003-2018 The Surfraw-Devel Team
# <surfraw-devel@lists.alioth.debi... |
JNRowe/surfraw | 2c721e7f9e9386c18e54371345a380d609e860be | archwiki: Add jp to -language= completions | diff --git a/elvi/archwiki b/elvi/archwiki
index 88cefc0..29acce9 100755
--- a/elvi/archwiki
+++ b/elvi/archwiki
@@ -1,87 +1,87 @@
#!/bin/sh
# elvis: archwiki -- Search the Arch Linux Wiki
# Author: http://jasonwryan.com
. surfraw || exit 1
w3_config_hook () {
def SURFRAW_archwiki_language "$SURFRAW_lang"
... |
JNRowe/surfraw | 3e831c020336e0e41fd027777283030377c1376b | Document bash completions | diff --git a/HACKING b/HACKING
index 78ff5af..c1f6c1d 100644
--- a/HACKING
+++ b/HACKING
@@ -1,198 +1,236 @@
______ _ _ ______ _______ ______ _______ _ _ _
/ _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_)
( (____ _ _ _____) ) _____ _____) ) _______ _ _ _
... |
JNRowe/surfraw | a24201934ff11368afdbcd51ba52e2cf9b187853 | debbugs: Update available tags | diff --git a/elvi/debbugs b/elvi/debbugs
index 0aa2647..2704faf 100755
--- a/elvi/debbugs
+++ b/elvi/debbugs
@@ -1,315 +1,318 @@
#!/bin/sh
# $Id$
# elvis: debbugs -- Search the debian BTS (bugs.debian.org)
. surfraw || exit 1
w3_config_hook () {
def SURFRAW_debbugs_search pkg
def SURFRAW_debbugs_ver... |
JNRowe/surfraw | b2908ca918195c41dae3189abf4adb34f16eb569 | finkpkg: Update values of -dist= and -section= | diff --git a/elvi/finkpkg b/elvi/finkpkg
index 4713684..ab9ab94 100755
--- a/elvi/finkpkg
+++ b/elvi/finkpkg
@@ -1,183 +1,199 @@
#!/bin/sh
# elvis: finkpkg -- Search Fink packages (pdb.finkproject.org)
# ianb@erislabs.net 20091111
. surfraw || exit 1
w3_config_hook () {
def SURFRAW_finkpkg_pkgname ""
... |
JNRowe/surfraw | 9dba613d44ebe09d28c21412ed49dd03f5cf8ef9 | aur: Remove categories code | diff --git a/elvi/aur b/elvi/aur
index 987a6f2..c473a85 100755
--- a/elvi/aur
+++ b/elvi/aur
@@ -1,159 +1,129 @@
#!/bin/sh
#
# AUTHOR: René Reigel based on piratebay by J.R. Mauro
# Ivy Foster added additional search options
#
# DESC: Search the Arch User Repository
# $ID$
# elvis: aur -- Search aur.a... |
JNRowe/surfraw | 15458b3f05dce0391eaf079b3087321da4164764 | musicbrainz: Sync help text with code | diff --git a/elvi/musicbrainz b/elvi/musicbrainz
index 2336ce6..60a7f1b 100755
--- a/elvi/musicbrainz
+++ b/elvi/musicbrainz
@@ -1,176 +1,175 @@
#!/bin/sh
# $Id$
# elvis: musicbrainz -- Search MusicBrainz (musicbrainz.org)
. surfraw || exit 1
w3_config_hook () {
def SURFRAW_musicbrainz_limit $SURFRAW_re... |
JNRowe/surfraw | 9329f3d0bb24efffec1c0af3444738dfeb681f40 | debpkghome: Add package completion | diff --git a/elvi/debpkghome b/elvi/debpkghome
index cfc0003..fbeefeb 100755
--- a/elvi/debpkghome
+++ b/elvi/debpkghome
@@ -1,76 +1,92 @@
#!/bin/sh
# elvis: debpkghome -- Visit the home page for a Debian package
. surfraw || exit 1
w3_usage_hook () {
cat <<EOF
Usage: $w3_argv0 [package|file.dsc|controlfile... |
JNRowe/surfraw | b3f664dd9a8ccf8289cbd531cb89b79cb7555094 | Add package completions for archpkg and genportage | diff --git a/elvi/archpkg b/elvi/archpkg
index 4fb2f22..de76f8a 100755
--- a/elvi/archpkg
+++ b/elvi/archpkg
@@ -1,108 +1,112 @@
#!/bin/sh
# elvis: archpkg -- Search Arch Linux Packages (www.archlinux.org/packages/)
# Author: jason ryan ⢠http://jasonwryan.com
. surfraw || exit 1
w3_config_hook () {
def ... |
JNRowe/surfraw | d3186c074521824070acefb0fd011dd3df37148d | finkpkg: Add completion for -pkg= | diff --git a/elvi/finkpkg b/elvi/finkpkg
index 0459bb4..4713684 100755
--- a/elvi/finkpkg
+++ b/elvi/finkpkg
@@ -1,181 +1,183 @@
#!/bin/sh
# elvis: finkpkg -- Search Fink packages (pdb.finkproject.org)
# ianb@erislabs.net 20091111
. surfraw || exit 1
w3_config_hook () {
def SURFRAW_finkpkg_pkgname ""
... |
JNRowe/surfraw | ed6d4f9a6d3cc3993a5390bf1dfd2af122af0f89 | Re-implement package-name completions | diff --git a/elvi/alioth b/elvi/alioth
index 8653732..e4d6844 100755
--- a/elvi/alioth
+++ b/elvi/alioth
@@ -1,57 +1,61 @@
#!/bin/sh
# $Id$
# elvis: alioth -- Search Alioth (alioth.debian.org)
# ianb@erislabs.net 20030910
# adapted from sourceforge elvi
. surfraw || exit 1
w3_config_hook () {
def SURFRAW... |
JNRowe/surfraw | 2704635a3da7f4c15efba699d0fda0913b3b0c71 | Add package-name completion function | diff --git a/surfraw.IN b/surfraw.IN
index d7435b6..f31c109 100755
--- a/surfraw.IN
+++ b/surfraw.IN
@@ -1,794 +1,818 @@
#!/bin/sh
# Surfraw -- Shell Users' Revolutionary Front Against the World wide web
#
# Copyright (c) 2003-2018 The Surfraw-Devel Team
# <surfraw-devel@lists.alioth.debi... |
JNRowe/surfraw | 6747c95f53190271259d1f9e72c65b26cbfc1221 | Add custom completions for each elvis | diff --git a/elvi/S b/elvi/S
index dd2f62b..d209085 100755
--- a/elvi/S
+++ b/elvi/S
@@ -1,46 +1,47 @@
#!/bin/sh
# ianb@erislabs.net 20131006
# elvis: S -- Search using custom search provider
. surfraw || exit 1
w3_config_hook () {
def SURFRAW_S_site ""
def SURFRAW_S_inurl ""
}
w3_usage_ho... |
JNRowe/surfraw | 297f10e4932578710a8e732accb8ae0401bbeac1 | Provide richer completions | diff --git a/surfraw-bash-completion.IN b/surfraw-bash-completion.IN
index 9ec53cc..05d911c 100644
--- a/surfraw-bash-completion.IN
+++ b/surfraw-bash-completion.IN
@@ -1,35 +1,100 @@
# -*- sh -*- bash programmable completion for Surfraw, v2.2
-# This is for people who wish to use surfraw completion, without
-# inst... |
JNRowe/surfraw | f5f14053bedce13e2e394b465ffa8de6846b0eda | add Local option for archlinux.jp. | diff --git a/elvi/archwiki b/elvi/archwiki
index ad5fef8..557c150 100755
--- a/elvi/archwiki
+++ b/elvi/archwiki
@@ -1,76 +1,78 @@
#!/bin/sh
# elvis: archwiki -- Search the Arch Linux Wiki
# Author: http://jasonwryan.com
. surfraw || exit 1
w3_config_hook () {
def SURFRAW_archwiki_language "$SURFRAW_lang"
... |
JNRowe/surfraw | 60c16c6390762691a7ceac848cc5dccdec7277f4 | Wikipedia search string updated, addressing issue #11 | diff --git a/elvi/wikipedia b/elvi/wikipedia
index 3db5e4d..2525a11 100755
--- a/elvi/wikipedia
+++ b/elvi/wikipedia
@@ -1,58 +1,57 @@
#!/bin/sh
# elvis: wikipedia -- Search the free encyclopedia wikipedia
# $Id$
# Author: Moritz Muehlenhoff <jmm@informatik.uni-bremen.de>
. surfraw || exit 1
w3_config_hook () {... |
JNRowe/surfraw | c692a688c9091238e3a44e7890be24ed540b083e | Use HTTPS for etym elvis | diff --git a/elvi/etym b/elvi/etym
index b4f80c9..cb7a340 100755
--- a/elvi/etym
+++ b/elvi/etym
@@ -1,26 +1,26 @@
#!/bin/sh
# jbr20050112
# elvis: etym -- Look up word origins at www.etymonline.com
. surfraw || exit 1
w3_usage_hook () {
cat <<EOF
Usage: $w3_argv0 [options] [search words]...
Description:... |
JNRowe/surfraw | 29556dbb527e390923169966c85b6f26917d1d6c | Support HTTPS in OpenSearch helpers | diff --git a/opensearch-discover b/opensearch-discover
index 95e071e..737fe29 100755
--- a/opensearch-discover
+++ b/opensearch-discover
@@ -1,256 +1,274 @@
#!/usr/bin/perl -w
# $Id$
# Ian Beckwith <ianb@erislabs.net>
# 20060830
use strict;
use vars qw($me $url $title $all $verbose $found $foundnonmatching);
$... |
JNRowe/surfraw | 1ff34153d221e006ce85a53e301db1f72d39cf89 | Fix - test: too many arguments | diff --git a/AUTHORS b/AUTHORS
index d2f7ceb..a8d2213 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,171 +1,174 @@
AUTHORS
Julian Assange <proff@iq.org>
original author
Christian Surchi <csurchi@debian.org>
original debian maintainer
elvi: debcontents, debbugs, debpackages
Ian Beckwith <i... |
JNRowe/surfraw | b914831a85034501b096c384ef5db4edf667c829 | Add test to Yahoo Finance elvi | diff --git a/test/yahoofinance.test b/test/yahoofinance.test
new file mode 100644
index 0000000..6917d89
--- /dev/null
+++ b/test/yahoofinance.test
@@ -0,0 +1,2 @@
+yahoofinance spy
+SPDR S&P 500 ETF Trust (SPY)
|
JNRowe/surfraw | f2b499eba6eb37d40db580bd3ea1ae513cb0dba6 | Add elvi for Yahoo Finance | diff --git a/elvi/Makefile.am b/elvi/Makefile.am
index a0a9bda..95e244c 100644
--- a/elvi/Makefile.am
+++ b/elvi/Makefile.am
@@ -1,121 +1,122 @@
# $Id$
elvidir=$(ELVIDIR)
dist_elvi_SCRIPTS = \
S \
W \
acronym \
ads \
alioth \
amazon \
archpkg \
archwiki \
arxiv \
a... |
JNRowe/surfraw | 469f342dd93f5ae75b4b7b2b317d66ee8fbb3bb9 | Extraneous 'to' | diff --git a/README b/README
index 07c73dc..ba842b3 100644
--- a/README
+++ b/README
@@ -1,346 +1,346 @@
Surfraw - Shell Users' Revolutionary Front Rage Against the Web
Home Page: https://gitlab.com/surfraw/Surfraw
______ _ _ ______ _______ ______ _______ _ _ _
/ _____)(_)... |
JNRowe/surfraw | 291b476598e90be3b21effd12a34556b199f81f4 | Use datadir and `sr` when installing bash completions | diff --git a/Makefile.am b/Makefile.am
index 7754cd1..2db60e2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,140 +1,146 @@
SUBDIRS = elvi test examples
bin_SCRIPTS = surfraw surfraw-update-path
if OPENSEARCH
dist_bin_SCRIPTS = opensearch-discover opensearch-genquery
endif
devel_extra = banner prebuild
if BA... |
JNRowe/surfraw | 459f222d4eb225fef90babfb2986915f164fc088 | Reinstate bash completion | diff --git a/Makefile.am b/Makefile.am
index 0141193..7754cd1 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,129 +1,140 @@
SUBDIRS = elvi test examples
bin_SCRIPTS = surfraw surfraw-update-path
if OPENSEARCH
dist_bin_SCRIPTS = opensearch-discover opensearch-genquery
endif
devel_extra = banner prebuild
-noins... |
JNRowe/surfraw | 612162113280e7c1d194170dfd5cb2b77fc72a7c | Bash-complete all bookmarks in one command | diff --git a/surfraw-bash-completion.IN b/surfraw-bash-completion.IN
index 381634a..9ec53cc 100644
--- a/surfraw-bash-completion.IN
+++ b/surfraw-bash-completion.IN
@@ -1,35 +1,35 @@
# -*- sh -*- bash programmable completion for Surfraw, v2.2
# This is for people who wish to use surfraw completion, without
# insta... |
JNRowe/surfraw | dac305dd8f4faaf91b5cca0ab55fbbc86c1404ef | Launch SURFRAW_browser and BROWSER using `exec` call | diff --git a/surfraw.IN b/surfraw.IN
index 1d738f8..37da223 100755
--- a/surfraw.IN
+++ b/surfraw.IN
@@ -1,696 +1,696 @@
#!/bin/sh
# Surfraw -- Shell Users' Revolutionary Front Against the World wide web
#
# Copyright (c) 2003-2018 The Surfraw-Devel Team
# <surfraw-devel@lists.alioth.debi... |
JNRowe/surfraw | cc6b0d0980407b2631b10de6bc787647ff97db4f | Uniformly handle options before and after elvis determined | diff --git a/surfraw.IN b/surfraw.IN
index 8ae595e..1d738f8 100755
--- a/surfraw.IN
+++ b/surfraw.IN
@@ -1,702 +1,696 @@
#!/bin/sh
# Surfraw -- Shell Users' Revolutionary Front Against the World wide web
#
# Copyright (c) 2003-2018 The Surfraw-Devel Team
# <surfraw-devel@lists.alioth.debi... |
JNRowe/surfraw | faf29f9fc2204422d806c3c8c2c687cca7281a46 | Allow spaces in second arg for {setopt,def}{yn,} | diff --git a/surfraw.IN b/surfraw.IN
index 8ae595e..4946540 100755
--- a/surfraw.IN
+++ b/surfraw.IN
@@ -1,677 +1,675 @@
#!/bin/sh
# Surfraw -- Shell Users' Revolutionary Front Against the World wide web
#
# Copyright (c) 2003-2018 The Surfraw-Devel Team
# <surfraw-devel@lists.alioth.debi... |
JNRowe/surfraw | 34f3148733803ccf1237bd4a174de19b8b157b4b | Complete local and global bookmarks | diff --git a/surfraw-bash-completion.IN b/surfraw-bash-completion.IN
index 3dad5ab..381634a 100644
--- a/surfraw-bash-completion.IN
+++ b/surfraw-bash-completion.IN
@@ -1,34 +1,35 @@
# -*- sh -*- bash programmable completion for Surfraw, v2.2
# This is for people who wish to use surfraw completion, without
# insta... |
JNRowe/surfraw | 1aebb41925715d9402e1a6396268c6faaeab5168 | Complete local elvi names | diff --git a/surfraw-bash-completion.IN b/surfraw-bash-completion.IN
index 5a7024e..3dad5ab 100644
--- a/surfraw-bash-completion.IN
+++ b/surfraw-bash-completion.IN
@@ -1,33 +1,34 @@
# -*- sh -*- bash programmable completion for Surfraw, v2.2
# This is for people who wish to use surfraw completion, without
# insta... |
JNRowe/surfraw | 4f804f736074b41269b2a88477d1b4f29a3b6f7b | debbugs: add support for usertags search | diff --git a/elvi/debbugs b/elvi/debbugs
index f5d930e..51a9d19 100755
--- a/elvi/debbugs
+++ b/elvi/debbugs
@@ -1,235 +1,294 @@
#!/bin/sh
# $Id$
# elvis: debbugs -- Search the debian BTS (bugs.debian.org)
. surfraw || exit 1
w3_config_hook () {
def SURFRAW_debbugs_search pkg
def SURFRAW_debbugs_ver... |
JNRowe/surfraw | 8924dfeee31f66c48342dd68a038e85117f09926 | Avoid useless /bin/sh hanging in memory | diff --git a/surfraw.IN b/surfraw.IN
index bc01e86..0405ed0 100755
--- a/surfraw.IN
+++ b/surfraw.IN
@@ -170,533 +170,533 @@ quote_ifs () {
if [ -z "$1" ]; then return; fi
@PERL@ -e '$ifs=$ENV{IFS} || " "; $arg=shift;if($arg =~/[$ifs]/) { $arg="\"$arg\""; } print "$arg\n"; ' -- "$1"
}
bookmark_file_se... |
JNRowe/surfraw | 3c0f8ade64fa0dc9e695b66d64d5a6123bff67d3 | Simplify `find_global_conf' function in surfraw(1) | diff --git a/surfraw.IN b/surfraw.IN
index 1e2db3b..bc01e86 100755
--- a/surfraw.IN
+++ b/surfraw.IN
@@ -1,560 +1,564 @@
#!/bin/sh
# Surfraw -- Shell Users' Revolutionary Front Against the World wide web
#
# Copyright (c) 2003-2018 The Surfraw-Devel Team
# <surfraw-devel@lists.alioth.debi... |
JNRowe/surfraw | 7b9162e8f1f1c1b0ac7d6f8659d91822f9316761 | Make style of output capture uniform | diff --git a/HACKING b/HACKING
index c397b21..78ff5af 100644
--- a/HACKING
+++ b/HACKING
@@ -1,198 +1,198 @@
______ _ _ ______ _______ ______ _______ _ _ _
/ _____)(_) (_)(_____ \ (_______)(_____ \ (_______)(_)(_)(_)
( (____ _ _ _____) ) _____ _____) ) _______ _ _ _
... |
JNRowe/surfraw | 95861039e1b5143f881293f706aecef327ec8378 | Added Dmitry Bogatov's dockerhub elvis. | diff --git a/ChangeLog b/ChangeLog
index 3ec3e5e..794c030 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,516 @@
+2018-10-09 Dmitry Bogatov <KAction@gnu.org>
+
+ * new elvi: dockerhub
+
2018-01-13 Jason Ryan <jasonwryan@gmail.com>
* Bump version to 2.3.0
* Select Perl version at buildtime (Mark Meyer)
* Re... |
JNRowe/surfraw | fe51e9ce14c69016eddd8d9b4a12a6e1e74922a6 | Use ChangeLog date instead of build date Thanks B.M. Wiedemann | diff --git a/configure.in b/configure.in
index 7dbe05d..806ff5c 100644
--- a/configure.in
+++ b/configure.in
@@ -1,60 +1,60 @@
dnl $Id$
dnl Process this file with autoconf to produce a configure script.
dnl This is the only place where the package version appears
dnl (apart from changelogs & NEWS)
AC_INIT(surf... |
JNRowe/surfraw | 88b7f26d21d257681f23f31d2d06ea125d6268c0 | Yaml file for static pages | diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..25e78d3
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,6 @@
+pages:
+ artifacts:
+ paths:
+ - public
+ only:
+ - master
\ No newline at end of file
|
JNRowe/surfraw | 60e4fa3c06cf89f3272a788c28d57331cea977d4 | Search in sysconfdir if there is no config in $XDG_CONFIG_DIRS | diff --git a/surfraw.IN b/surfraw.IN
index 01130c0..1e2db3b 100755
--- a/surfraw.IN
+++ b/surfraw.IN
@@ -1,554 +1,558 @@
#!/bin/sh
# Surfraw -- Shell Users' Revolutionary Front Against the World wide web
#
# Copyright (c) 2003-2018 The Surfraw-Devel Team
# <surfraw-devel@lists.alioth.debi... |
JNRowe/surfraw | 8b7e1d1f4f63d07370953ffc3abe492f943c90a2 | 2.3.0 release | diff --git a/COPYING b/COPYING
index 2db7b7a..0fdb80e 100644
--- a/COPYING
+++ b/COPYING
@@ -1,9 +1,9 @@
- Copyright (c) 2003-2013 The Surfraw-Devel Team
+ Copyright (c) 2003-2018 The Surfraw-Devel Team
<surfraw-devel@lists.alioth.debian.org>
Copyright (c) 2000-2001 Julian Assange <prof... |
JNRowe/surfraw | 414468dbf102fa5cb9b42b4fec6d360182e1f784 | Mark Meyer's patch to select Perl version at build | diff --git a/Makefile.am b/Makefile.am
index ffd469a..b929c17 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,138 +1,139 @@
SUBDIRS = elvi test examples
bin_SCRIPTS = surfraw surfraw-update-path
if OPENSEARCH
dist_bin_SCRIPTS = opensearch-discover opensearch-genquery
endif
devel_extra = banner prebuild
if BA... |
JNRowe/surfraw | ad8e7d2547b2263992afff2f14eef45bac0afe9c | ng0's patch to include bash completions | diff --git a/Makefile.am b/Makefile.am
index e0a3e22..ffd469a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,128 +1,138 @@
SUBDIRS = elvi test examples
bin_SCRIPTS = surfraw surfraw-update-path
if OPENSEARCH
dist_bin_SCRIPTS = opensearch-discover opensearch-genquery
endif
devel_extra = banner prebuild
-noins... |
JNRowe/surfraw | 571cfff8537dae5730d7d1146658f943ad8eb9e5 | Remove lynx-cur as per Bug#882286 | diff --git a/debian/control b/debian/control
index 993c998..c97e1e4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,66 +1,66 @@
Source: surfraw
Section: web
Priority: optional
Maintainer: Debian surfraw maintainers <surfraw-devel@lists.alioth.debian.org>
Uploaders: Christian Surchi <csurchi@debian.org>, Ian... |
JNRowe/surfraw | 2476f5bc4c4ba5ac40d35fb25385504237cc107b | Delicious is defunkt | diff --git a/README b/README
index 0af577d..312bd10 100644
--- a/README
+++ b/README
@@ -1,390 +1,389 @@
Surfraw - Shell Users' Revolutionary Front Rage Against the Web
Home Page: http://surfraw.alioth.debian.org
______ _ _ ______ _______ ______ _______ _ _ _
/ _____)(_) ... |
JNRowe/surfraw | e9f76cc73e88f6b8b8ee09d49df23ff30505e016 | Tidied up last of the https move | diff --git a/ChangeLog b/ChangeLog
index f5bd63a..fdd55b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,517 +1,534 @@
+2017-07-14 Jason Ryan <jasonwryan@gmail.com>
+
+ * Moved all elvi to https
+ * Removed elvi that don't support https:
+ - cablesearch
+ - dmoz
+ - openports
+ - opensearch
+ - pasearch
+ - rhyme
... |
JNRowe/surfraw | 2e0ef038979ccb64b3700d583de94265c8e87b30 | Added new elvis: wiktionary | diff --git a/ChangeLog b/ChangeLog
index f5bd63a..133c678 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,516 @@
+2017-06-07 Jason Ryan <jasonwryan@gmail.com>
+
+ * new elvi: wiktionary
+
2015-09-13 Kyle Isom <kyle@imap.cc>
* use awk instead of sed for listing elvi
This provides better cross-pla... |
JNRowe/surfraw | 7e10ab9e7f6ba370a788c35b575492d3405351e2 | Applied Tadas' ddg patch | diff --git a/README b/README
index f6ac9a7..da8cef4 100644
--- a/README
+++ b/README
@@ -1,402 +1,402 @@
Surfraw - Shell Users' Revolutionary Front Rage Against the Web
Home Page: http://surfraw.alioth.debian.org
______ _ _ ______ _______ ______ _______ _ _ _
/ _____)(_) ... |
JNRowe/surfraw | 5a6f066f6675e4b2da57ea47258b43fc64246c33 | N-O cleanup | diff --git a/elvi/netbsd b/elvi/netbsd
index 0ec7f96..1c37363 100755
--- a/elvi/netbsd
+++ b/elvi/netbsd
@@ -1,87 +1,73 @@
#!/bin/sh
# $Id$
# elvis: netbsd -- Search NetBSD related information (www.netbsd.org)
. surfraw || exit 1
w3_config_hook () {
defyn SURFRAW_netbsd_mail no
defyn SURFRAW_netbsd_pr no
... |
JNRowe/surfraw | 06ed55421120782a79d0992fe4e92d490b7e9a5f | P-R elvi cleanup | diff --git a/elvi/pasearch b/elvi/pasearch
deleted file mode 100755
index 6417c56..0000000
--- a/elvi/pasearch
+++ /dev/null
@@ -1,78 +0,0 @@
-#!/bin/sh
-#
-# AUTHOR: jakob
-#
-# DATE: 2010.12.04
-#
-# DESC: Elvis to search the unofficial Penny Arcade archives
-# elvis: pasearch -- Search the unofficial Penny Arcade ar... |
JNRowe/surfraw | 28b7c189c4c841f3d1ee03fd8f72bdf0a61e3496 | Elvi cleanup (g-m). | diff --git a/elvi/gcache b/elvi/gcache
index 8dae92a..6c4a428 100755
--- a/elvi/gcache
+++ b/elvi/gcache
@@ -1,49 +1,49 @@
#!/bin/sh
# $Id$
# elvis: gcache -- Search the web using Google cache (www.google.com)
. surfraw || exit 1
w3_config_hook () {
defyn SURFRAW_cache_graphic 0
}
w3_usage_hook () {
... |
JNRowe/surfraw | 2d9eb34e88073f3448074dc51f5e1deac45480f5 | Clean up the dmoz and cablesearch removals. | diff --git a/README b/README
index f6ac9a7..cec4b81 100644
--- a/README
+++ b/README
@@ -1,402 +1,400 @@
Surfraw - Shell Users' Revolutionary Front Rage Against the Web
Home Page: http://surfraw.alioth.debian.org
______ _ _ ______ _______ ______ _______ _ _ _
/ _____)(_) ... |
JNRowe/surfraw | 0ae51b6094debeeb6f0df6abf6bc41ad196e9674 | Elvi cleanup (d-f). | diff --git a/elvi/debbugs b/elvi/debbugs
index 2a46471..6ac05aa 100755
--- a/elvi/debbugs
+++ b/elvi/debbugs
@@ -1,235 +1,235 @@
#!/bin/sh
# $Id$
# elvis: debbugs -- Search the debian BTS (bugs.debian.org)
. surfraw || exit 1
w3_config_hook () {
def SURFRAW_debbugs_search pkg
def SURFRAW_debbugs_ver... |
JNRowe/surfraw | 0d734a573ae35a2239556cad54b03716821e4598 | Elvi cleanup: S-U | diff --git a/elvi/scholar b/elvi/scholar
index 877da95..368907c 100755
--- a/elvi/scholar
+++ b/elvi/scholar
@@ -1,24 +1,24 @@
#!/bin/sh
# $Id$
# elvis: scholar -- Search Google Scholar (scholar.google.com)
. surfraw || exit 1
w3_usage_hook () {
cat <<EOF
Usage: $w3_argv0 [options] [search words]...
Desc... |
JNRowe/surfraw | 01c43f5b5b5f9727b1c784a6377b913de001e061 | Elvi cleanup (g-m). | diff --git a/elvi/gcache b/elvi/gcache
index 8dae92a..6c4a428 100755
--- a/elvi/gcache
+++ b/elvi/gcache
@@ -1,49 +1,49 @@
#!/bin/sh
# $Id$
# elvis: gcache -- Search the web using Google cache (www.google.com)
. surfraw || exit 1
w3_config_hook () {
defyn SURFRAW_cache_graphic 0
}
w3_usage_hook () {
... |
JNRowe/surfraw | ebefc7bdcbd8732c35057b012d00f20fca53f50c | Clean up the dmoz and cablesearch removals. | diff --git a/README b/README
index f6ac9a7..cec4b81 100644
--- a/README
+++ b/README
@@ -1,402 +1,400 @@
Surfraw - Shell Users' Revolutionary Front Rage Against the Web
Home Page: http://surfraw.alioth.debian.org
______ _ _ ______ _______ ______ _______ _ _ _
/ _____)(_) ... |
JNRowe/surfraw | a3ebc6863d123a8962af06c7a045ef656a841866 | Elvi cleanup (d-f). | diff --git a/elvi/debbugs b/elvi/debbugs
index 2a46471..6ac05aa 100755
--- a/elvi/debbugs
+++ b/elvi/debbugs
@@ -1,235 +1,235 @@
#!/bin/sh
# $Id$
# elvis: debbugs -- Search the debian BTS (bugs.debian.org)
. surfraw || exit 1
w3_config_hook () {
def SURFRAW_debbugs_search pkg
def SURFRAW_debbugs_ver... |
JNRowe/surfraw | 6bcc1f4a904511082ade4d9d1280e660389cbfd0 | Elvi cleanup (a-c). | diff --git a/elvi/alioth b/elvi/alioth
index 680cd77..2a9f438 100755
--- a/elvi/alioth
+++ b/elvi/alioth
@@ -1,48 +1,48 @@
#!/bin/sh
# $Id$
# elvis: alioth -- Search Alioth (alioth.debian.org)
# ianb@erislabs.net 20030910
# adapted from sourceforge elvi
. surfraw || exit 1
w3_config_hook () {
def SURFRAW... |
JNRowe/surfraw | 941713969153b074490112154f21979f7fe6f4df | fix some tests | diff --git a/elvi/commandlinefu b/elvi/commandlinefu
old mode 100644
new mode 100755
diff --git a/test/bbcnews.test b/test/bbcnews.test
index 86aea09..fa3e34a 100644
--- a/test/bbcnews.test
+++ b/test/bbcnews.test
@@ -1,4 +1,4 @@
bbcnews minister
-\d+ results
+Prime Minister
diff --git a/test/bookfinder.test b/tes... |
JNRowe/surfraw | afe8435ac7f1cea88aaff599dede1ba3baab50dc | Default to $BROWSER if no listed ones found | diff --git a/surfraw.conf.IN b/surfraw.conf.IN
index e059b20..4821fd2 100644
--- a/surfraw.conf.IN
+++ b/surfraw.conf.IN
@@ -1,92 +1,92 @@
# Surfraw -- Shell Users' Revolutionary Front Against the World wide web
#
# $Id$
#
# (c) 2000-2001 Julian Assange, all rights reserved.
# (c) 2001 Australian Institute for Co... |
JNRowe/surfraw | 90b4199a59fd5886c0e0b208e5c88472f5fc1768 | Use awk instead of sed for listing elvi. | diff --git a/ChangeLog b/ChangeLog
index a0cacce..f5bd63a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,512 +1,518 @@
+2015-09-13 Kyle Isom <kyle@imap.cc>
+
+ * use awk instead of sed for listing elvi
+
+ This provides better cross-platform behaviour.
+
2015-08-23 Jason Ryan <jasonwryan@gmail.com>
* new ... |
JNRowe/surfraw | 6658ccf894875bb7dac2e7b440f50dff78dbc5af | New elvis: searx | diff --git a/AUTHORS b/AUTHORS
index f25b9fe..bd2636b 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,168 +1,171 @@
AUTHORS
Julian Assange <proff@iq.org>
original author
Christian Surchi <csurchi@debian.org>
original debian maintainer
elvi: debcontents, debbugs, debpackages
Ian Beckwith <i... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.