benibela / xidel

Command line tool to download and extract data from HTML/XML pages or JSON-APIs, using CSS, XPath 3.0, XQuery 3.0, JSONiq or pattern matching. It can also create new or transformed XML/HTML/JSON documents.
http://www.videlibri.de/xidel.html
GNU General Public License v3.0
674 stars 42 forks source link

Use Git submodules instead of git clones at pull time #97

Open ctrlcctrlv opened 1 year ago

Reino17 commented 1 year ago

There's a reason why https://github.com/BeRo1985/pasdblstrutils isn't "git cloned".

https://github.com/benibela/xidel/issues/83#issue-1097310089:

Of course you can also do git clone https://github.com/BeRo1985/pasdblstrutils.git, but as the testdata/parser map is a whopping 261MB(!) I figured this... curl -o components/pascal/import/pasdblstrutils/src/PasDblStrUtils.pas "https://raw.githubusercontent.com/BeRo1985/pasdblstrutils/master/src/PasDblStrUtils.pas" ...would be less "intrusive".