]> git.kaiwu.me - nginx.git/commit
Docs: changes.xml dates converted to ISO 8601 format.
authorMaxim Dounin <mdounin@mdounin.ru>
Thu, 16 Feb 2017 15:32:49 +0000 (18:32 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Thu, 16 Feb 2017 15:32:49 +0000 (18:32 +0300)
commitb4a23939272eab144d757e29d9c9f5b1f9c5554e
tree97fe1c9ac763620d9ddee814119eece386337d70
parent3418a6ec1c76a0ffe9f693dda114ffc598350875
Docs: changes.xml dates converted to ISO 8601 format.

Dates in ISO 8601 format are in line with what is used in nginx.org news,
and are generally less ambiguous and easier to work with.

The changes.xml was converted using sed:

$ sed 's/date="\(..\)\.\(..\)\.\(....\)"/date="\3-\2-\1"/g' changes.xml

Appropriate changes to changes.xsls were introduced.
docs/xml/nginx/changes.xml
docs/xsls/changes.xsls