 |
 |
| 2.8.6pre6 --zeta build: |
 |
 |
| |
Current developmental version for zeta.
Special configure options
--enable-cjk --enable-japanese-utf8
Dependency
| Version 2.8.6pre6 |
 |
 |
License: GPL
Updated: October 8, 2006
Source: Source Available
|
 |
 |
(no information provided)
|
|
|
Intel Version - requires Zeta (1.3 MB) |
127 downloads |
|
 |
 |
|
|
 |
 |
|
 |
| dev17 --zeta build: |
 |
 |
| |
| Version 2.8.6 dev17 |
 |
 |
License: GPL
Updated: March 9, 2006
Source: Source Available
|
 |
 |
Special configure option:
--disable-nls --enable-cjk --enable-japanese-utf8
Dependency:
|
|
|
Intel Version - requires Zeta (1.3 MB) |
97 downloads |
|
 |
 |
|
|
 |
 |
|
 |
| lynx2.8.6 for zeta: |
 |
 |
| |
Compiled on dano with OpenSSL 0.9.7a.
does'nt work on BeOSr5.
OpenSSL is statically linked in.
| Version 2.8.5 dev16 with-ssl for dano |
 |
 |
License: GPL
Updated: June 8, 2003
Source: Source Available
|
 |
 |
(no information provided)
|
|
|
Intel Version - requires R5 (1.8 MB) |
353 downloads |
|
 |
 |
|
|
 |
 |
| Version 2.8.5 dev15 with-ssl |
 |
 |
License: GPL
Updated: May 3, 2003
Source: Source Available
|
 |
 |
(no information provided)
|
|
|
Intel Version - requires R5 (2.12 MB) |
96 downloads |
|
 |
 |
|
|
 |
 |
|
 |
| lynx2.8.6dev3 with Japanese_UTF8_patch: |
 |
 |
| |
Lynx can't translate ja_JP.UTF-8 pages into other Japanese encodings. This patch make it possible to do using iconv.
lynx binary only. You must download full package before download this. Binary name is lynx-utf8.
| lynx2.8.6dev3 with Japanese_UTF8_patch |
 |
 |
License: GPL
Updated: September 28, 2004
Source: Source Available
|
 |
 |
(no information provided)
|
|
|
Intel Version - requires R5 (624 KB) |
40 downloads |
|
 |
 |
|
|
 |
 |
|
 |
| Original: |
 |
 |
| |
| Version 2.8.6pre6 |
 |
 |
License: GPL
Updated: October 8, 2006
Source: Source Available
|
 |
 |
Current developmental version for BeOSr5. From version 2.8.6dev19, we can compile lynx from source without any patch!!
Special configure options
--enable-cjk --enable-japanese-utf8
Dependency
|
|
|
Intel Version - requires R5 (1.3 MB) |
80 downloads |
|
 |
 |
|
|
 |
 |
| Version 2.8.6 dev18 |
 |
 |
License: GPL
Updated: August 27, 2006
Source: Source Available
|
 |
 |
Current developmental version for BeOSr5
Special configure options
--enable-cjk --enable-japanese-utf8
|
|
|
Intel Version - requires R5 (1.8 MB) |
56 downloads |
|
 |
 |
|
|
 |
 |
| Version 2.8.6dev5 |
 |
 |
License: GPL
Updated: September 29, 2004
Source: Source Available
|
 |
 |
Current developmental version.
Oops!! From 2.8.6dev4, experimental option --enable-japanese-utf8 is added for using libiconv for Japanese and UTF-8.
|
|
|
Intel Version - requires R5 (1.69 MB) |
399 downloads |
|
 |
 |
|
|
 |
 |
| Version 2.8.6dev3 |
 |
 |
License: GPL
Updated: September 28, 2004
Source: Source Available
|
 |
 |
Developmental version.
Most recent version is 2.8.6dev5 but this binary is 2.8.6dev3.
|
|
|
Intel Version - requires R5 (1.69 MB) |
63 downloads |
|
 |
 |
|
|
 |
 |
| Version 2.8.5 dev16 |
 |
 |
License: GPL
Updated: June 8, 2003
Source: Source Available
|
 |
 |
Most recent Developmental version.
This binary required ncurses5.2 and iconv1.8 See related links below.
Both binary are compiled with "--with-included-gettext" option.
if you set $LANG in .profile(or .tcshrc or .zshrc),lynx tell messages to you in your mother language.
one example(I use MuTerminal):
#!/bin/sh
mt_set -v && {
mt_set -s EUCJ
export LANG=ja_JP.euc-jp
export TERM=xterm-color
}
lynx $*
mt_set -s UTF8
This ShellScript change MuTerminal's encodings setting to euc-jp,change value of $TERM and $LANG,and run lynx command. lynx speak my mother language japanese.
Important bug fix for me :-)
correct an off-by-one in redraw_lines_of_link() which left the link on the last line on a page highlighted when moving the cursor up.
|
|
|
Intel Version - requires R5 (1.8 MB) |
158 downloads |
|
 |
 |
|
|
 |
 |
| Version 2.8.5 dev15 |
 |
 |
License: GPL
Updated: May 3, 2003
Source: Source Available
|
 |
 |
Most recent Developmental version.
This binary required ncurses5.2 and iconv1.8
See related links below.
Both binary are compiled with "--with-included-gettext" option.
if you set $LANG in .profile(or .tcshrc or .zshrc),lynx tell messages to you in your mother language.
one example(I use MuTerminal):
#!/bin/sh
mt_set -v && {
mt_set -s EUCJ
export LANG=ja_JP.euc-jp
export TERM=xterm-color
}
lynx $*
mt_set -s UTF8
This ShellScript change MuTerminal's encodings setting to euc-jp,change value of $TERM and $LANG,and run lynx command. lynx speak my mother language japanese.
|
|
|
Intel Version - requires R5 (1.73 MB) |
70 downloads |
|
 |
 |
|
|
 |
 |
| Version 2.8.5 dev13 |
 |
 |
License: GPL
Updated: February 4, 2003
Source: Source Available
|
 |
 |
Most recent Developmental version.
Both binary required ncurses5.2 and iconv1.8
See related links below.
Both binary are compiled with "--with-included-gettext" option.
if you set $LANG in .profile(or .tcshrc or .zshrc),lynx tell messages to you in your mother language.
one example(I use MuTerminal):
#!/bin/sh
mt_set -v && {
mt_set -s EUCJ
export LANG=ja_JP.euc-jp
export TERM=xterm-color
}
lynx $*
mt_set -s UTF8
This ShellScript change MuTerminal's encodings setting to euc-jp,change value of $TERM and $LANG,and run lynx command. lynx speak my mother language japanese.
|
|
|
Intel Version - requires R5 (1.7 MB) |
87 downloads |
|
 |
 |
|
|
 |
 |
| Version 2.8.5 dev12 |
 |
 |
License: GPL
Updated: December 28, 2002
Source: Source Not Available
|
 |
 |
Both binary required ncurses5 and iconv1.8 See related links below
Both binary is compiled with "--with-included-gettext" option.
|
|
|
Intel Version - requires R5 (1.7 MB) |
63 downloads |
|
 |
 |
|
|
 |
 |
| Version 2.8.5 dev8 |
 |
 |
License: GPL
Updated: October 13, 2002
Source: Source Not Available
|
 |
 |
dano version binary required ncurses5.2 and gettext0.11.1.
BeOS5 version binary required ncurses5.2.
|
|
|
Intel Version - requires R5 (1.5 MB) |
225 downloads |
|
 |
 |
|
|
 |
 |
|
 |
|
|
|