diff options
| author | dequis | 2014-08-07 01:28:38 -0300 |
|---|---|---|
| committer | dequis | 2014-08-07 02:15:06 -0300 |
| commit | 67298f57c6706500865a627e3a6eb335a1f5ce9b (patch) | |
| tree | 0d37016dd8299ce3cec7c7fc1632c518c7db98f5 /scripts.dmp | |
| parent | bf71c14ea7678e3abbd04537608a14bf503b4abe (diff) | |
| download | scripts.irssi.org-67298f57c6706500865a627e3a6eb335a1f5ce9b.tar.bz2 | |
Remove "changed" field from scripts.yaml and scripts.dmp output
A few reasons:
- It had an horribly inconsistent date format
- Some of them were just "$VERSION" or "none"
- It's redundant with the "modified" field
- scriptassist.pl never actually used that field
Diffstat (limited to 'scripts.dmp')
| -rw-r--r-- | scripts.dmp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts.dmp b/scripts.dmp index d80b6b4..3662285 100644 --- a/scripts.dmp +++ b/scripts.dmp @@ -3,7 +3,7 @@ layout: nil --- {% assign required_attributes = "filename modified version authors contact name description license" | split: ' ' %} -{% assign optional_attributes = "url changed commands note modules" | split: ' ' %} +{% assign optional_attributes = "url commands note modules" | split: ' ' %} $scripts = { {% for script in site.data.scripts %} |
