File: README

package info (click to toggle)
googlizer 0.3-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny, sarge, squeeze
  • size: 80 kB
  • ctags: 10
  • sloc: ansic: 74; makefile: 66
file content (36 lines) | stat: -rw-r--r-- 1,140 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
			The Googlizer

Version:	
	Pennsylvanian

Installation:
	make
	cp googlizer /usr/local/bin    # or your preferred location

Requirements:
	Gnome, Gtk, Glib

Setting Up:
	Add a panel launcher for the Googlizer. Set the type to Application
	and do not set "Run in terminal". A new launcher will appear on your
	panel.

Usage:
	Highlight text with the mouse and then click on the Googlizer. The
	web page for the google search result for this will appear. The web
	browser used depends upon your gnome preferences as set in the
	control-center.

ChangeLog:

Permian:	GNOME 2 support by Phil Downer. Ifdef added by Alan	
Pennsylvanian:	Added -u/--url option to specify alternative search URL
		 (currently unescaped - can be changed if problematic)
		Changed GNOME application title to Googlizer, as seen in --version
		Moved version into define, to encourage numerical advancement
		Made default search URL i18n-able
		Removed unused variables and code
		Added manpage, icon and menu entry
		Added install/uninstall targets to Makefile
Mississippian:	Fixed the quoting of & and % characters that caused 404 errors
Devonian:	Original release