RE: LDraw.org 2020-03 Parts Update Now Available
2020-12-29, 20:02 (This post was last modified: 2020-12-29, 20:21 by Steffen.)
2020-12-29, 20:02 (This post was last modified: 2020-12-29, 20:21 by Steffen.)
thank you very much, Chris!
as usual, this Christmas present is greatly appreciated.
I have 2 suggestions for corrections:
(a)
the links on page https://www.ldraw.org/parts/latest-parts.html
point to http files (for example http://www.ldraw.org/library/updates/lcad2003.zip ) instead of https
( https://www.ldraw.org/library/updates/lcad2003.zip )
This makes some modern browsers reject those links (they do not allow a http/https mix), for example the most recent Chrome on Windows 87.0.4280.88.
I suggest that all those download links are changed to https please.
(b)
I found some files inside complete.zip which have inconsistent line endings.
They usually (and correctly) are CR+LF, but there is a handful of them which inmidst of the file have a simple "LF" instead of "CR+LF".
It looks like this error was introduced by some script, because the error usually is present at the first comment line.
The problematic files are:
These need normalization to CR+LF.
I have attached the corrected files to this post as .ZIP file
as usual, this Christmas present is greatly appreciated.
I have 2 suggestions for corrections:
(a)
the links on page https://www.ldraw.org/parts/latest-parts.html
point to http files (for example http://www.ldraw.org/library/updates/lcad2003.zip ) instead of https
( https://www.ldraw.org/library/updates/lcad2003.zip )
This makes some modern browsers reject those links (they do not allow a http/https mix), for example the most recent Chrome on Windows 87.0.4280.88.
I suggest that all those download links are changed to https please.
(b)
I found some files inside complete.zip which have inconsistent line endings.
They usually (and correctly) are CR+LF, but there is a handful of them which inmidst of the file have a simple "LF" instead of "CR+LF".
It looks like this error was introduced by some script, because the error usually is present at the first comment line.
The problematic files are:
Code:
parts\104.dat
parts\2400.dat
parts\2619.dat
parts\30209.dat
parts\30536.dat
parts\3068bp61.dat
parts\32200.dat
parts\32201.dat
parts\32202.dat
parts\32235.dat
parts\3596cw1.dat
parts\3837.dat
parts\3847.dat
parts\44511.dat
parts\4592.dat
parts\4858.dat
parts\4858p1k.dat
parts\5306.dat
parts\6028.dat
parts\6055.dat
parts\6092.dat
parts\6265.dat
parts\680.dat
parts\681.dat
parts\682.dat
parts\776p12.dat
parts\777p12.dat
parts\883.dat
parts\973p3c.dat
parts\s\2335ps4a.dat
parts\s\2335ps4b.dat
parts\s\2473s01.dat
parts\s\2586ph2b.dat
parts\s\2867s05.dat
parts\s\3008p03b.dat
parts\s\3044bs01.dat
parts\s\3068p11a.dat
parts\s\32109-1.dat
parts\s\3622s01.dat
parts\s\3754s01.dat
parts\s\3939p91a.dat
parts\s\4864s01.dat
parts\s\6582a.dat
parts\s\71472s01.dat
parts\s\973p04a.dat
parts\s\973p05a.dat
parts\s\973pt2a.dat
parts\s\973sdfa.dat
parts\s\letaa.dat
parts\s\letab.dat
parts\s\letba.dat
parts\s\letbb.dat
parts\s\letca.dat
parts\s\letcb.dat
parts\s\letra.dat
parts\s\letrb.dat
parts\s\letxa.dat
parts\s\letxb.dat
parts\s\s1b.dat
I have attached the corrected files to this post as .ZIP file