1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00
elinks/contrib
Kalle Olavi Niemitalo 49678b9320 Rewrote contrib/mkdist.
* All arguments must now be given as options.
* Documented.
* chmod +x in Git.
* Do not distribute files whose contents should depend on what the
  configure script found: config.h, config.log, config.status,
  features.log, Makefile.config, contrib/conv/w3m2links.awk,
  contrib/lua/hooks.lua, doc/man/man1/elinks.1.
* Do not distribute other files that configure will rebuild anyway:
  src/intl/gettext/ref-add.sed, src/intl/gettext/ref-del.sed.
  But do distribute contrib/elinks.spec, because it specifies how
  to run configure, and only the @VERSION@ varies in it.
* Do not distribute the empty directory po/.deps.
* Save the commit ID into .git/HEAD in the tar file.
* Compress the *.tar.gz and *.tar.bz2 from the same *.tar file.
* Instead of *.tar.gz.md5 and *.tar.bz2.md5, generate a *.md5 file
  that contains md5sums for *.tar, *.tar.gz, and *.tar.bz2.
* Use md5sum --binary for the sake of Windows.
2007-07-19 22:02:01 +03:00
..
conv
debian Debian bug 431211: Correct GNU GPL version in debian/copyright. 2007-07-06 02:08:22 +03:00
guile
lua
perl
proxy proxy: Ignore files created via Makefile. 2007-07-17 14:38:43 +03:00
python
ruby
smjs
vim
.gitignore
colws.diff
elinks-vim.diff
elinks.fortune
elinks.spec.in
elinks.vim
gpm-wheel.patch
grafthistory.sh
js-1.5-rc6a+elinks.patch
keybind-full.conf
keybind.conf
links_wps.zip
LinksOS2Icon.zip
mkdist Rewrote contrib/mkdist. 2007-07-19 22:02:01 +03:00
README
TIPS-AND-TRICKS
user.css
wipe-out-ssl
wipe-out-ssl.awk

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.