view · edit · sidebar · attach · print · history

20130131-update-oddb2xml-limitation-xml

<< | Index | >>


Summary

  • update oddb2xml limitation.
  • Add llpv.

Commits

Index


oddb2xml-limitations

  • Preparation/Packs/Pack/Limitations/Limitation
  • Preparation/Lmitations/Limitation
  • Preparation/ItCodes/Limitations/Limitation
commit

oddb2xml-lppv

Update to use lppv.txt

source file

article.xml

lib/oddb2xml/builder.rb
              if @lppvs[de_pac[:ean]]  #=> if EAN-Code is found in lppv.txt
                xml.ARTINS {
                  #xml.VDAT
                  #xml.INCD
                  xml.NINCD 20
                }
              end

oddb.dat

lib/oddb2xml/builder.rb
          row << "%#{DAT_LEN[:CKZL]}s"  % if (@lppvs[de_pac[:ean]])  #=> if EAN-Code is found in lppv.txt
                                            '2'
                                          elsif pac                  #=> sl_entry products (in BAGXml)
                                            '1'
                                          else                       #=> Others
                                            '3'
                                          end
commit

BM_Update.txt

update source url

source
commit

Update spec

  • downloader_spec
  • compressor_spec
commit
view · edit · sidebar · attach · print · history
Page last modified on January 31, 2013, at 01:17 PM