Tue, Nov 30 2004
00:51:48
|
|
Request created by jidanni@jidanni.org
|
|
Return-Path |
<jidanni@jidanni.org>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
To |
grass-bugs@intevation.de
|
Subject |
file names cut off on snapshot web page
|
From |
Dan Jacobson <jidanni@jidanni.org>
|
Date |
Tue, 30 Nov 2004 06:00:22 +0800
|
Message-ID |
<87ekicb9jd.fsf@jidanni.org>
|
MIME-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
On http://grass.itc.it/grass57/binary/linux/snapshot/ it says
1. get the file
grass-5.7.cvs-ARCH-DD_MM_YYYY.tar.gz
2. get the installation script
grass-5.7.cvs-ARCH-DD_MM_YYYY-install.sh
However, above it, the file names are cut off:
[ ] grass-5.7.cvs-i686-p..> 24-Nov-2004 22:54 9k
[ ] grass-5.7.cvs-i686-p..> 24-Nov-2004 22:54 7.4M
so one has to use extra sensory perception (ESP) and other clues to
tell them apart.
Or you might want to make the
grass-5.7.cvs-ARCH-DD_MM_YYYY.tar.gz
grass-5.7.cvs-ARCH-DD_MM_YYYY-install.sh
into links themselves.
|
|
Tue, Nov 30 2004
18:18:43
|
|
Mail sent by guest
|
|
Yes, annoying problem.
Does anyone know who to change the Apache configuration to
show more in the list?
Markus |
|
Wed, Dec 1 2004
11:18:59
|
|
Mail sent by glynn@gclements.plus.com
|
|
Return-Path |
<glynn@gclements.plus.com>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
From |
Glynn Clements <glynn@gclements.plus.com>
|
MIME-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Transfer-Encoding |
7bit
|
Message-ID |
<16813.39545.259853.311521@cerise.gclements.plus.com>
|
Date |
Wed, 1 Dec 2004 10:18:33 +0000
|
To |
guest user via RT <grass-bugs@intevation.de>
|
Cc |
grass5@grass.itc.it
|
Subject |
Re: [GRASS5] [bug #2742] (grass) file names cut off on snapshot web page
|
In-Reply-To |
<20041130171843.8DA74100164@lists.intevation.de>
|
References |
<20041130171843.8DA74100164@lists.intevation.de>
|
X-Mailer |
VM 7.17 under 21.4 (patch 15) "Security Through Obscurity" XEmacs Lucid
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
guest user via RT wrote:
> Does anyone know who to change the Apache configuration to
> show more in the list?
http://httpd.apache.org/docs/mod/mod_autoindex.html#indexoptions
says:
IndexOptions directive
Syntax: IndexOptions option [option] ... (Apache 1.3.2 and earlier)
Syntax: IndexOptions [+|-]option [[+|-]option] ... (Apache 1.3.3 and later)
...
NameWidth=[n | *] (Apache 1.3.2 and later)
The NameWidth keyword allows you to specify the width of the filename column
in bytes. If the keyword value is '*', then the column is automatically sized
to the length of the longest filename in the display.
The above is for 1.3, but the same appears to apply to 2.0:
http://httpd.apache.org/docs-2.0/mod/mod_autoindex.html#indexoptions
--
Glynn Clements <glynn@gclements.plus.com>
|
|
Wed, Dec 1 2004
17:36:24
|
|
Mail sent by neteler@itc.it
|
|
Return-Path |
<neteler@itc.it>
|
Delivered-To |
grass-bugs@lists.intevation.de
|
Date |
Wed, 1 Dec 2004 17:37:58 +0100
|
From |
Markus Neteler <neteler@itc.it>
|
To |
Glynn Clements <glynn@gclements.plus.com>
|
Cc |
guest user via RT <grass-bugs@intevation.de>, grass5@grass.itc.it
|
Subject |
Re: [GRASS5] [bug #2742] (grass) file names cut off on snapshot web page
|
Message-ID |
<20041201163758.GA18090@thuille.itc.it>
|
Mail-Followup-To |
Glynn Clements <glynn@gclements.plus.com>, guest user via RT <grass-bugs@intevation.de>, grass5@grass.itc.it
|
References |
<20041130171843.8DA74100164@lists.intevation.de> <16813.39545.259853.311521@cerise.gclements.plus.com>
|
Mime-Version |
1.0
|
Content-Type |
text/plain; charset=us-ascii
|
Content-Disposition |
inline
|
In-Reply-To |
<16813.39545.259853.311521@cerise.gclements.plus.com>
|
User-Agent |
Mutt/1.4.1i
|
X-Spam-Status |
No, hits=-4.9 tagged_above=-999.0 required=3.0 tests=BAYES_00
|
X-Spam-Level |
|
On Wed, Dec 01, 2004 at 10:18:33AM +0000, Glynn Clements wrote:
>
> guest user via RT wrote:
>
> > Does anyone know who to change the Apache configuration to
> > show more in the list?
>
> http://httpd.apache.org/docs/mod/mod_autoindex.html#indexoptions
>
> says:
>
> IndexOptions directive
> Syntax: IndexOptions option [option] ... (Apache 1.3.2 and earlier)
> Syntax: IndexOptions [+|-]option [[+|-]option] ... (Apache 1.3.3 and later)
>
> ...
>
> NameWidth=[n | *] (Apache 1.3.2 and later)
> The NameWidth keyword allows you to specify the width of the filename
column in bytes. If the keyword value is '*', then the column is automatically
sized to the length of the longest filename in the display.
>
> The above is for 1.3, but the same appears to apply to 2.0:
>
> http://httpd.apache.org/docs-2.0/mod/mod_autoindex.html#indexoptions
Thanks, resolved:
http://grass.itc.it/grass57/binary/linux/snapshot/
Markus
|
|
Wed, Dec 1 2004
17:37:18
|
|
Status changed to resolved by mneteler
|
|