Debian Bug report logs - #517315
w3m: Broken links in manual

version graph

Package: w3m; Maintainer for w3m is Tatsuya Kinoshita <tats@debian.org>; Source for w3m is src:w3m (PTS, buildd, popcon).

Reported by: Rafael Laboissiere <rafael@laboissiere.net>

Date: Thu, 26 Feb 2009 22:24:01 UTC

Severity: minor

Tags: patch

Found in version w3m/0.5.2-2

Fixed in version w3m/0.5.3-14

Done: Tatsuya Kinoshita <tats@debian.org>

Bug is archived. No further changes may be made.

Toggle useless messages

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to debian-bugs-dist@lists.debian.org, Fumitoshi UKAI <ukai@debian.or.jp>:
Bug#517315; Package w3m. (Thu, 26 Feb 2009 22:24:04 GMT) (full text, mbox, link).


Acknowledgement sent to Rafael Laboissiere <rafael@laboissiere.net>:
New Bug report received and forwarded. Copy sent to Fumitoshi UKAI <ukai@debian.or.jp>. (Thu, 26 Feb 2009 22:24:04 GMT) (full text, mbox, link).


Message #5 received at submit@bugs.debian.org (full text, mbox, reply):

From: Rafael Laboissiere <rafael@laboissiere.net>
To: Debian Bug Tracking System <submit@bugs.debian.org>
Subject: w3m: Broken links in manual
Date: Thu, 26 Feb 2009 23:20:51 +0100
Package: w3m
Version: 0.5.2-2+b1
Severity: minor


The w3m manual in /usr/share/doc/w3m/MANUAL.html contains some broken links:

<a href="README.func">README.func</a>

This one is easy to fix: just pass -XREADME.func to dh_compress in
debian/rules.

<a href="keymap.default">keymap.default</a>
<a href="keymap.lynx">keymap.lynx</a>

This ones are also easy, just place keymap.default and keymap.lynx in
/usr/share/doc/w3m/, not in /usr/share/doc/w3m/examples/.  Note that you
will have to change the text in README.Debian accordingly.

<a href="file:///$LIB/w3mbookmark?mode=panel&bmark=~/.w3m/bookmark.html&url=MANUAL.html&title=w3m+manual">bookmark registration</a>
<a href="file:///$LIB/w3mhelperpanel?mode=panel">helper-app editor</a>

These are tricky to fix, because the "cookie=" argument of the CGI query is
lacking.  No idea how it can be done.

Rafael Laboissiere

-- System Information:
Debian Release: 5.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages w3m depends on:
ii  libc6                  2.7-18            GNU C Library: Shared libraries
ii  libgc1c2               1:6.8-1.1         conservative garbage collector for
ii  libgpm2                1.20.4-3.1        General Purpose Mouse - shared lib
ii  libncurses5            5.7+20081213-1    shared libraries for terminal hand
ii  libssl0.9.8            0.9.8g-15         SSL shared libraries
ii  zlib1g                 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages w3m recommends:
ii  ca-certificates               20080809   Common CA certificates

Versions of packages w3m suggests:
ii  man-db                        2.5.2-4    on-line manual pager
ii  menu                          2.1.41     generates programs menu for all me
pn  migemo                        <none>     (no description available)
ii  mime-support                  3.44-1     MIME files 'mime.types' & 'mailcap
pn  w3m-el                        <none>     (no description available)
pn  w3m-img                       <none>     (no description available)

-- no debconf information





Information forwarded to debian-bugs-dist@lists.debian.org, Tatsuya Kinoshita <tats@debian.org>:
Bug#517315; Package w3m. (Thu, 26 Dec 2013 13:15:04 GMT) (full text, mbox, link).


Acknowledgement sent to Rafael Laboissiere <rafael@laboissiere.net>:
Extra info received and forwarded to list. Copy sent to Tatsuya Kinoshita <tats@debian.org>. (Thu, 26 Dec 2013 13:15:04 GMT) (full text, mbox, link).


Message #10 received at 517315@bugs.debian.org (full text, mbox, reply):

From: Rafael Laboissiere <rafael@laboissiere.net>
To: 517315@bugs.debian.org
Subject: Re: Bug#517315: w3m: Broken links in manual
Date: Thu, 26 Dec 2013 14:11:15 +0100
[Message part 1 (text/plain, inline)]
Control: tags -1 patch

Please, find below three patches that fix Bug#517315.  They apply cleanly 
to the current debian branch of the Git repository at alioth.d.o.

The links to the local CGI examples cannot be really "fixed", since 
there is no way to get the <a href="..."> links to use the POST method 
instead of the GET method, what makes the CGI scripts w3mbookmark and 
w3mhelperpanel fail.  I implemented another approach, namely by invoking 
two new CGI scripts, called "add-bookmark" and "helper-app", that use 
"W3m-control:" headers.

Best,

Rafael Laboissiere





[0001-Avoid-compression-of-README.func-and-get-the-link-in.patch (text/x-diff, attachment)]
[0002-Fix-links-to-the-keymap-examples-in-MANUAL.html.patch (text/x-diff, attachment)]
[0003-Fix-links-to-the-local-CGI-examples-in-MANUAL.html.patch (text/x-diff, attachment)]

Added tag(s) patch. Request was from Rafael Laboissiere <rafael@laboissiere.net> to 517315-submit@bugs.debian.org. (Thu, 26 Dec 2013 13:15:04 GMT) (full text, mbox, link).


Information forwarded to debian-bugs-dist@lists.debian.org:
Bug#517315; Package w3m. (Fri, 27 Dec 2013 10:30:05 GMT) (full text, mbox, link).


Acknowledgement sent to Tatsuya Kinoshita <tats@debian.org>:
Extra info received and forwarded to list. (Fri, 27 Dec 2013 10:30:05 GMT) (full text, mbox, link).


Message #17 received at 517315@bugs.debian.org (full text, mbox, reply):

From: Tatsuya Kinoshita <tats@debian.org>
To: rafael@laboissiere.net, 517315@bugs.debian.org
Subject: Re: Bug#517315: w3m: Broken links in manual
Date: Fri, 27 Dec 2013 19:25:09 +0900 (JST)
[Message part 1 (text/plain, inline)]
tags 517315 + pending
thanks

On December 26, 2013 at 2:11PM +0100, rafael (at laboissiere.net) wrote:
> "0001-Avoid-compression-of-README.func-and-get-the-link-in.patch"

Applied.

> "0002-Fix-links-to-the-keymap-examples-in-MANUAL.html.patch"

Fixed with symlinks instead.

> "0003-Fix-links-to-the-local-CGI-examples-in-MANUAL.html.patch"

Fixed with removing links instead.

Will be closed in the next upload.

Thanks,
--
Tatsuya Kinoshita
[Message part 2 (application/pgp-signature, inline)]

Added tag(s) pending. Request was from Tatsuya Kinoshita <tats@debian.org> to control@bugs.debian.org. (Fri, 27 Dec 2013 10:30:16 GMT) (full text, mbox, link).


Reply sent to Tatsuya Kinoshita <tats@debian.org>:
You have taken responsibility. (Fri, 03 Jan 2014 09:54:04 GMT) (full text, mbox, link).


Notification sent to Rafael Laboissiere <rafael@laboissiere.net>:
Bug acknowledged by developer. (Fri, 03 Jan 2014 09:54:04 GMT) (full text, mbox, link).


Message #24 received at 517315-close@bugs.debian.org (full text, mbox, reply):

From: Tatsuya Kinoshita <tats@debian.org>
To: 517315-close@bugs.debian.org
Subject: Bug#517315: fixed in w3m 0.5.3-14
Date: Fri, 03 Jan 2014 09:51:04 +0000
Source: w3m
Source-Version: 0.5.3-14

We believe that the bug you reported is fixed in the latest version of
w3m, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 517315@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Tatsuya Kinoshita <tats@debian.org> (supplier of updated w3m package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 03 Jan 2014 17:48:31 +0900
Source: w3m
Binary: w3m w3m-img
Architecture: source amd64
Version: 0.5.3-14
Distribution: unstable
Urgency: low
Maintainer: Tatsuya Kinoshita <tats@debian.org>
Changed-By: Tatsuya Kinoshita <tats@debian.org>
Description: 
 w3m        - WWW browsable pager with excellent tables/frames support
 w3m-img    - inline image extension support utilities for w3m
Closes: 517315
Changes: 
 w3m (0.5.3-14) unstable; urgency=low
 .
   [ Tatsuya Kinoshita ]
   * New patch 300_manual-links.patch to fix unusable links in MANUAL.html
   * New patch 310_doc-ascii.patch to prefer US-ASCII in English documents
   * New patch 320_imlib2-config.patch to build with imlib2 1.4.6
   * Make keymap.* symlinks for MANUAL.html
   * Convert document encodings to UTF-8 at build time
   * Install Bonus/README to Bonus/README.ja
   * Update debian/copyright
   * Update 015_debian-version.patch to 0.5.3+debian-14
   * Update 900_ChangeLog.patch
 .
   [ Rafael Laboissiere ]
   * Avoid compression of README.func and get the link in MANUAL.html working
     (closes: #517315)
Checksums-Sha1: 
 7f0512ef5d40f00fbc174a6a263b1523b05797e5 2019 w3m_0.5.3-14.dsc
 3364b595552ea69d656f571724559f536bf23334 99842 w3m_0.5.3-14.debian.tar.gz
 9377e6c4be7019e6827b200979a9a3afda0c40fe 970170 w3m_0.5.3-14_amd64.deb
 bf9840d0c2ba482057748b5ab104e83b60f9aa7d 117306 w3m-img_0.5.3-14_amd64.deb
Checksums-Sha256: 
 62a3e95ed1f2da78fa1c02d1bef55f723039a44b1ad1860b7f89075c341ad1e4 2019 w3m_0.5.3-14.dsc
 0c670c7b23bffd311340e6a3d5a68ef505247eff5b97016b105efcdbbbe4e939 99842 w3m_0.5.3-14.debian.tar.gz
 e78deefe3f94f80d6bf0a2d68cb4c6f918b6969db2db87e3f927d18f3a2c0b58 970170 w3m_0.5.3-14_amd64.deb
 6265f90b0c36e577a6668182ef92ece24b95bd603d30b13cb52607170e9f9052 117306 w3m-img_0.5.3-14_amd64.deb
Files: 
 53e0850647dac84214c78cf231d6b2dd 2019 web standard w3m_0.5.3-14.dsc
 0f33c3b785a0297035f9458cd53e9895 99842 web standard w3m_0.5.3-14.debian.tar.gz
 9e3a73f49592f28203df3ae3969c49de 970170 web standard w3m_0.5.3-14_amd64.deb
 7035b242e76a37476254c5b716c7cb90 117306 web optional w3m-img_0.5.3-14_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iQIcBAEBCAAGBQJSxoIzAAoJEOXvq5AIDqY8YGkP/RHcQQIMcDdRIVPUv4qJ3ba9
/cuRLtutddebTxJbEPgaBO5qPa9LbZX0NBc3mL+7nq4Y1cnuJwF42HTYDllMOp/r
hDNxjpx5NHSn35ohbrkG+zuW1I8N4w6VVYPmTgTugkwByCmBsIRORRnVhMkdHZAU
VrduqNJew/tmi/9NCKrHj/CwrcetNkFxGNz0pJ7Nsgb7yo4K7T3cJB6WhOc55n51
ddSDtxtZoGnsEavOl0s32UV+axtH75GpaMWKx7bLRmuQKN55SPr3ZMdeV+2iaoG+
HPS5pfaKndLv80ZcCfKH+yXTWBIscHR0wUFzcJemxUagK2X+f1Vtd4ysBoUuIaT+
DlEgkK9kyCP4lqABFKgHz/9SogpwLRzclwm8RXDsjm2T9/Vo6y5HoYXPShMqmbKk
COJW4sMHiHZtd3+jG9RcQ5X6nQzmjfQfZemp3rmb6PRzbVhFc0Fy26Dvt/94onv/
D+eAH/R8MlxDboC5h7YpZ3XuYGiaqEVlqI0nrZkV7JNovbE515Bir3/XwWuMjqW5
H/ry1TZseVkgOtQgvKE4S2uxSSt+8F6FwfkhZD4+9Txs3/izL4EJkWj0kdHenmrk
tAWOI2MS0sL9PJgPpwqKSkMhpeGlBMR35KuxGT7/tpP+QeGZgA2nxn9lE2MVG94o
coCPF8j63/Fop1qPFpDG
=gIj5
-----END PGP SIGNATURE-----




Bug archived. Request was from Debbugs Internal Request <owner@bugs.debian.org> to internal_control@bugs.debian.org. (Sat, 01 Feb 2014 07:26:20 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


Debian bug tracking system administrator <owner@bugs.debian.org>. Last modified: Mon Jun 5 03:09:35 2023; Machine Name: buxtehude

Debian Bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.