specifications

Specification and standard documents
git clone git://git.finwo.net/misc/specifications
Log | Files | Refs | README | LICENSE

commit ea9e9bf6c154f30a57f9406ab88edf54b5b3f32d
parent 0078af1036168ae90baf42f811acc09f90e4566a
Author: finwo <finwo@pm.me>
Date:   Fri,  5 Jun 2020 13:07:51 +0200

Correct publication date on 0002

Diffstat:
Mdocs/index.html | 13+++++++++----
Msrc/html/index.html.entry | 3++-
Msrc/html/index.html.head | 1+
Msrc/spec/0002/data.ini | 4++--
4 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/docs/index.html b/docs/index.html @@ -51,6 +51,7 @@ <tr> <th>SPEC</th> <th>Title</th> + <th>Published</th> <th>Obsoleted by</th> <th>License</th> </tr> @@ -58,25 +59,29 @@ <tbody> <tr href="spec/0000.pdf"> <td>0000</td> - <td>0000</td> + <td>Specification Format</td> + <td>August 2018</td> <td href='#q=0003'>0003</td> <td href="license/CC-by-4.0.txt">CC-by-4.0</td> </tr> <tr href="spec/0001.pdf"> <td>0001</td> - <td>0001</td> + <td>JavaScript Styling</td> + <td>August 2018</td> <td href='#q='></td> <td href="license/CC-by-4.0.txt">CC-by-4.0</td> </tr> <tr href="spec/0002.pdf"> <td>0002</td> - <td>0002</td> + <td>Ratus Unilicense 1.0</td> + <td>September 19, 2018</td> <td href='#q='></td> <td href="license/CC-by-4.0.txt">CC-by-4.0</td> </tr> <tr href="spec/0003.pdf"> <td>0003</td> - <td>0003</td> + <td>Specification Style Guide</td> + <td>June 2020</td> <td href='#q='></td> <td href="license/CC-by-4.0.txt">CC-by-4.0</td> </tr> diff --git a/src/html/index.html.entry b/src/html/index.html.entry @@ -1,6 +1,7 @@ <tr href="spec/{{identifier}}.pdf"> <td>{{identifier}}</td> - <td>{{identifier}}</td> + <td>{{title}}</td> + <td>{{publication-date}}</td> <td href='#q={{obsoleted-by}}'>{{obsoleted-by}}</td> <td href="license/{{license}}.txt">{{license}}</td> </tr> diff --git a/src/html/index.html.head b/src/html/index.html.head @@ -51,6 +51,7 @@ <tr> <th>SPEC</th> <th>Title</th> + <th>Published</th> <th>Obsoleted by</th> <th>License</th> </tr> diff --git a/src/spec/0002/data.ini b/src/spec/0002/data.ini @@ -2,6 +2,6 @@ identifier=0002 license=CC-by-4.0 obsoleted-by= obsoletes= -publication-date=August 2018 -publication-date-short=August 2018 +publication-date=September 19, 2018 +publication-date-short=September 2018 title=Ratus Unilicense 1.0