Skip to content

Commit

Permalink
Docs: changes.xml dates converted to ISO 8601 format.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
mdounin committed Feb 16, 2017
1 parent 3418a6e commit b4a2393
Show file tree
Hide file tree
Showing 2 changed files with 419 additions and 413 deletions.
Loading

0 comments on commit b4a2393

Please sign in to comment.