chiark / gitweb /
Add developer documentation for upload format.
[ypp-sc-tools.web-live.git] / yarrg / commod-update-receiver
index 9c8dd30eb68672e7e3a8bd4db3ca959fe1d97f07..889913d3c6b717a5ebc41c71179c16072cf73860 100755 (executable)
 # are used without permission.  This program is not endorsed or
 # sponsored by Three Rings.
 
-# All calls contain:
-#  clientname                  "ypp-sc-tools"
-#  clientversion               2.1-g2e06a26  [from git-describe --tags HEAD]
-#  clientfixes                 "lastpage"  [space separated list]
-#
-# Timestamp requests contain:
-#  requesttimestamp
-#
-# Uploads contain:
-#  ocean                       canonical mixed case
-#  island                      canonical mixed case
-#  data filename=deduped.tsv.gz        output of yarrg --tsv
-
-
 use strict (qw(vars));
 use POSIX;
 use MIME::Entity;