<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>341</bug_id>
          
          <creation_ts>2003-09-16 01:19:16 +0000</creation_ts>
          <short_desc>Show the filename as given on the command line</short_desc>
          <delta_ts>2003-09-17 17:53:33 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>LinkChecker</product>
          <component>checklink</component>
          <version>unspecified</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</resolution>
          
          
          <bug_file_loc>http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=211136</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Fr">schutz</reporter>
          <assigned_to name="Ville Skyttä">ville.skytta</assigned_to>
          
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>761</commentid>
    <comment_count>0</comment_count>
    <who name="Fr">schutz</who>
    <bug_when>2003-09-16 01:19:16 +0000</bug_when>
    <thetext>Dan Jacobson &lt;jidanni@jidanni.org&gt; reported the following bug in the Debian
BTS (#211136):

There should be some way to turn off the extra long file name reporting

$ checklink index.html |sed 2!d
GET
file:/home/jidanni/mywebsites/kalyke.affordablehost.com/public_html/geo/taiwan_datums/index.html
 fetched in 0.0s

$ cd ..
$ checklink taiwan_datums/index.html |sed 2!d
GET
file:/home/jidanni/mywebsites/kalyke.affordablehost.com/public_html/geo/taiwan_datums/index.html
 fetched in 0.0s

and instead just refer to files as they were given on the command line.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>763</commentid>
    <comment_count>1</comment_count>
    <who name="Ville Skyttä">ville.skytta</who>
    <bug_when>2003-09-17 13:53:33 +0000</bug_when>
    <thetext>I don&apos;t think its worth the trouble for two reasons.  First, a simple sed on the
results would work (the regexp might not be perfect but you get the idea):

  $ checklink index.html | sed &quot;s|file:/*$PWD/||&quot; | sed 2\!d
  GET index.html  fetched in 0.0s

Second, about adding features like this in general :)

  http://ometer.com/features.html
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>