aurweb/web
Kevin Morris f3f662c696
fix(mkpkglists): improve package meta archive
The SQL logic in this file for package metadata now exactly
reflects RPC's search logic, without searching for specific
packages.

Two command line arguments are available:

    --extended | Include License, Keywords, Groups, relations
                 and dependencies.

When --extended is passed, the script will create a
packages-meta-ext-v1.json.gz, configured via packagesmetaextfile.

Archive JSON is in the following format: line-separated package objects
enclosed in a list:

    [
    {...},
    {...},
    {...}
    ]

Signed-off-by: Kevin Morris <kevr@0cost.org>
2021-11-09 02:06:50 -08:00
..
html fix(mkpkglists): improve package meta archive 2021-11-09 02:06:50 -08:00
lib RPC: add deprecation warning for v1-v4 usage 2021-08-31 17:18:10 -07:00
locale Add dummy "web/locale/" directory. 2011-04-10 15:40:49 +02:00
template Add archweb typeahead implementation 2021-06-25 17:08:54 +02:00