1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-01 02:05:33 +00:00
elinks/contrib
Kalle Olavi Niemitalo 1dfdb6e19b Revert 8bedf25b, "goto_url_hook takes 2 params not 1."
Revert 8bedf25bf8.  Different versions
of ELinks call the Python goto_url_hook with different arguments:

- goto_url_hook(current) in 0.11.0, 0.11.1, and 0.11.2.

- goto_url_hook(new, current) in 0.11.2.GIT since 2007-11-27, commit
  8bedf25bf8 which I'm now reverting.
  No released version of ELinks has used this variant.

- goto_url_hook(new) in 0.12.GIT since 2007-01-01, commit
  26473f72f5.  The hook can call
  elinks.current_url() if desired.

I think it will be less confusing to users if we drop the middle
variant and make the rest of the stable 0.11 branch call the hook in
the same way as 0.11.2 did.  The difference will then be only between
the 0.11 and 0.12 branches.
2007-04-06 14:30:00 +03:00
..
conv Remove now obsolete .cvsignore files. 2005-09-15 18:33:20 +02:00
guile Remove now obsolete .cvsignore files. 2005-09-15 18:33:20 +02:00
lua Drop .or from elinks.or.cz. 2005-12-29 04:43:25 +00:00
perl Fix pod2html errors in contrib/perl/hooks.pl 2006-01-29 09:57:59 +01:00
python Revert 8bedf25b, "goto_url_hook takes 2 params not 1." 2007-04-06 14:30:00 +03:00
ruby Oops, add missing description of preformat hook return value 2005-11-26 01:22:14 +01:00
smjs SMJS: mangle_deb_bugnumbers: add <pre>; set rendered view 2006-01-29 12:02:23 +01:00
vim CONTRIB: Add ftplugin for setting Vim to the ELinks coding style 2006-01-29 10:38:12 +01:00
.gitignore Convert more bits from the .cvsignore files. Now cg-status doesn't list 2005-09-15 18:25:37 +02:00
colws.diff Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
elinks-vim.diff Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
elinks.conf Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
elinks.fortune Scary stuff indeed. 2006-11-27 18:26:13 +01:00
elinks.spec.in spec: s/gawk/awk/ 2006-11-27 18:28:30 +01:00
elinks.vim Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
grafthistory.sh Drop .or from elinks.or.cz. 2005-12-29 04:43:25 +00:00
js-1.5-rc6a+elinks.patch Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
keybind-full.conf Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
keybind.conf Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
links_wps.zip Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
LinksOS2Icon.zip Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
README Remove now useless $Id: lines. 2005-10-21 09:14:07 +02:00
TIPS-AND-TRICKS Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
user.css Fix typo 2006-01-09 16:50:27 +01:00
wipe-out-ssl Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00
wipe-out-ssl.awk Initial commit of the HEAD branch of the ELinks CVS repository, as of 2005-09-15 15:58:31 +02:00

This directory contains unsorted stuff contributed by other people, which is
not incorporated to main ELinks distribution, however may be still interesting
for someone. You will find here i.e. example configuration files or patches,
which weren't (possibly yet) for some reason applied. Note that this stuff is
mostly unmaintained and is not guaranteed to work, apply, compile etc. However,
if you feel like fixing that, no problem.

Files not listed here have description included in their header.

* links_wps.zip - David Mediavilla <davidme@idecnet.com>
	Scripts for OS/2 to create Links icon and assign Links as viewer of
	URLs.

* LinksOS2Icon.zip - Alex Taylor <alex@eddie.cis.uoguelph.ca>
	Links icons for OS/2 in various sizes and color depths

* colws.diff - <ard@waikato.ac.nz>
	Show two spaces after full stops/periods, especially when HTML It
	shouldn't adversely affect web pages.  Two spaces will only appear
	where the HTML contains them.

* elinks[.-]vim* - Jonas Fonseca <fonseca@diku.dk>
	Syntax file for vim so that elinks.conf is highlighted nicely, and
	patch for $VIMRUNTIME/filetype.vim so that elinks.conf is properly
	detected and the elinks syntax is associated to it.