Re: [M100] Some M100 SIG files

2023-02-17 Thread Gary Weber
Hi Mike,

I'm not sure what those extensions represent either, but I can say that I
definitely missed adding them to the approved "MIME" types list on the
website back-end, thus preventing download in this case.   Ugh!  Sorry
about that.

I'll go through the entire library with a script that will spit out all
file extensions that I can use to compare against the MIME type
configuration as it stands now so I can add the missing ones.

Gary

On Fri, Feb 17, 2023 at 11:30 AM Mike Stein  wrote:

> Hi Gary,
>
> I'm trying to download a couple of files from the M100 SIG repository but
> it looks like it won't allow downloading any files with a non-standard
> extension and I don't quite understand the explanation and instructions I
> get instead.
>
> Can you help?
>
> The files are in LIB07:
> LFUTIL.PW1
> LFUTIL.DES
>
> What are those extensions anyway?
>
> TIA,
>
> m
>


Re: [M100] Some M100 SIG files

2023-02-17 Thread Mike Stein
Thanks very much!!!

m

On Fri, Feb 17, 2023 at 1:51 PM Gary Weber  wrote:

> Hi Mike,
>
> I'm not sure what those extensions represent either, but I can say that I
> definitely missed adding them to the approved "MIME" types list on the
> website back-end, thus preventing download in this case.   Ugh!  Sorry
> about that.
>
> I'll go through the entire library with a script that will spit out all
> file extensions that I can use to compare against the MIME type
> configuration as it stands now so I can add the missing ones.
>
> Gary
>
> On Fri, Feb 17, 2023 at 11:30 AM Mike Stein  wrote:
>
>> Hi Gary,
>>
>> I'm trying to download a couple of files from the M100 SIG repository but
>> it looks like it won't allow downloading any files with a non-standard
>> extension and I don't quite understand the explanation and instructions I
>> get instead.
>>
>> Can you help?
>>
>> The files are in LIB07:
>> LFUTIL.PW1
>> LFUTIL.DES
>>
>> What are those extensions anyway?
>>
>> TIA,
>>
>> m
>>
>


Re: [M100] Some M100 SIG files

2023-02-17 Thread Willard Goosey
looking at the files, .DES is a description file, flat ascii, and .pw1 is basic 
in asciiwillardSent from my Galaxy TabĀ® A
null

Re: [M100] Some M100 SIG files

2023-02-17 Thread Brian K. White



https://github.com/LivingM100SIG/Living_M100SIG/blob/main/M100SIG/Lib-07-UTILITIES/LFUTL.INF

https://github.com/LivingM100SIG/Living_M100SIG/blob/main/M100SIG/Lib-07-UTILITIES/LF.CMD

https://github.com/LivingM100SIG/Living_M100SIG/blob/main/M100SIG/Lib-07-UTILITIES/LFUTL.PW1

https://github.com/LivingM100SIG/Living_M100SIG/blob/main/M100SIG/Lib-07-UTILITIES/LFUTL.DES


On 2/17/23 13:30, Mike Stein wrote:

Hi Gary,

I'm trying to download a couple of files from the M100 SIG repository 
but it looks like it won't allow downloading any files with a 
non-standard extension and I don't quite understand the explanation and 
instructions I get instead.


Can you help?

The files are in LIB07:
LFUTIL.PW1
LFUTIL.DES

What are those extensions anyway?

TIA,

m


--
bkw



Re: [M100] Some M100 SIG files

2023-02-17 Thread Brian K. White

On 2/17/23 13:51, Gary Weber wrote:

Hi Mike,

I'm not sure what those extensions represent either,


.pw1 is probably for Phil Wheeler

and .des is probably description based on the contents

IE, not intended to indicate file types
There's a fair amount of that scattered through the m100sig

--
bkw



Re: [M100] Some M100 SIG files

2023-02-17 Thread Gary Weber
I'm just going to do this in the file system:
   find . -type f -name '[^.]*.*' | sed 's|.*\.||' | sort -u
And make sure every extension listed is an allowed downloadable file type.



On Fri, Feb 17, 2023 at 1:20 PM Brian K. White  wrote:

> On 2/17/23 13:51, Gary Weber wrote:
> > Hi Mike,
> >
> > I'm not sure what those extensions represent either,
>
> .pw1 is probably for Phil Wheeler
>
> and .des is probably description based on the contents
>
> IE, not intended to indicate file types
> There's a fair amount of that scattered through the m100sig
>
> --
> bkw
>
>


Re: [M100] Some M100 SIG files

2023-02-17 Thread Mike Stein
How did I not know about this...

Thanks, Brian!

On Fri, Feb 17, 2023 at 3:19 PM Brian K. White  wrote:

>
>
> https://github.com/LivingM100SIG/Living_M100SIG/blob/main/M100SIG/Lib-07-UTILITIES/LFUTL.INF
>
>
> https://github.com/LivingM100SIG/Living_M100SIG/blob/main/M100SIG/Lib-07-UTILITIES/LF.CMD
>
>
> https://github.com/LivingM100SIG/Living_M100SIG/blob/main/M100SIG/Lib-07-UTILITIES/LFUTL.PW1
>
>
> https://github.com/LivingM100SIG/Living_M100SIG/blob/main/M100SIG/Lib-07-UTILITIES/LFUTL.DES
>
>
> On 2/17/23 13:30, Mike Stein wrote:
> > Hi Gary,
> >
> > I'm trying to download a couple of files from the M100 SIG repository
> > but it looks like it won't allow downloading any files with a
> > non-standard extension and I don't quite understand the explanation and
> > instructions I get instead.
> >
> > Can you help?
> >
> > The files are in LIB07:
> > LFUTIL.PW1
> > LFUTIL.DES
> >
> > What are those extensions anyway?
> >
> > TIA,
> >
> > m
>
> --
> bkw
>
>


Re: [M100] Some M100 SIG files

2023-02-17 Thread Mike Stein
Good guess; as a matter of fact there are other files with an extension
made up of the contributor's initials and a digit.

On Fri, Feb 17, 2023 at 3:20 PM Brian K. White  wrote:

> On 2/17/23 13:51, Gary Weber wrote:
> > Hi Mike,
> >
> > I'm not sure what those extensions represent either,
>
> .pw1 is probably for Phil Wheeler
>
> and .des is probably description based on the contents
>
> IE, not intended to indicate file types
> There's a fair amount of that scattered through the m100sig
>
> --
> bkw
>
>


Re: [M100] Some M100 SIG files

2023-02-17 Thread Gary Weber
Mike --

I've done all required adjustments that I could identify and I've done some
spot checking; it all appears to be fixed up now.  Give it a try for the
files you were interested in.

Gary

On Fri, Feb 17, 2023 at 2:42 PM Mike Stein  wrote:

> Good guess; as a matter of fact there are other files with an extension
> made up of the contributor's initials and a digit.
>
> On Fri, Feb 17, 2023 at 3:20 PM Brian K. White 
> wrote:
>
>> On 2/17/23 13:51, Gary Weber wrote:
>> > Hi Mike,
>> >
>> > I'm not sure what those extensions represent either,
>>
>> .pw1 is probably for Phil Wheeler
>>
>> and .des is probably description based on the contents
>>
>> IE, not intended to indicate file types
>> There's a fair amount of that scattered through the m100sig
>>
>> --
>> bkw
>>
>>