Skip to content

JuliusR/html-to-sharedlist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML to sharedlist

See: sharedlist

Environment settings

Datei ./env.php mit folgendem Inhalt anlegen:

<?php

$kind_sources = array(
   'TAB1' => [ // maximal 6 Zeichen
       'https://url.de/abc1'
   ],
   'TAB2' => [
       'https://url.de/abc2',
       'https://url.de/abc3',
       'https://url.de/abc4'
   ]
);

$producers = [
    'APR' => 'Producer A',
    'BPR' => 'Producer B',
    'CPR' => 'Producer C'
];

Todo

  • Warengruppe hinzufügen (done for CSV only)
  • Inverkehrbringer (Produzent) hinzufügen (done for CSV only)
  • restrict to CSV output (drop support of BNN3 format)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%