specifications

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

commit 2645993dcbafa42394879cff78f260f367ac4f70
parent 46c344605573d02bf0884610d779fa33644bb7e9
Author: finwo <finwo@pm.me>
Date:   Tue, 28 Apr 2020 10:29:47 +0200

Changed directory structure to make gh-pages work

Diffstat:
MREADME.md | 13+++++++------
Mbuild.sh | 2+-
Adocs/index.html | 33+++++++++++++++++++++++++++++++++
Rspec/0000.txt -> docs/spec/0000.txt | 0
Rspec/0001.txt -> docs/spec/0001.txt | 0
Rspec/0002.pdf -> docs/spec/0002.pdf | 0
6 files changed, 41 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md @@ -4,9 +4,9 @@ ----------------------------------------------------------------------- -This repository contains specifications and standards drafted by -Ratus B.V. to enhance the quality of it's own produce, including, but -not limited to, code, documents, workflows and products. +This repository contains specifications and standards drafted by finwo +to enhance the quality of it's own produce, including, but not limited +to, code, documents, workflows and products. Third parties are allowed to apply any of these specifications based on their own requirements. @@ -15,6 +15,7 @@ their own requirements. ### Table of contents -- [SPEC0000](spec/0000.txt) Specification Format -- [SPEC0001](spec/0001.txt) Javascript Styling -- [SPEC0002](spec/0002.pdf) Ratus Unilicense +- [INDEX](docs/index.html) Hosted index +- [SPEC0000](docs/spec/0000.txt) Specification Format +- [SPEC0001](docs/spec/0001.txt) Javascript Styling +- [SPEC0002](docs/spec/0002.pdf) Ratus Unilicense diff --git a/build.sh b/build.sh @@ -15,7 +15,7 @@ echo "(Re)building generated specs" ORGDIR=$(pwd) -SPECDIR=$(pwd)/spec +SPECDIR=$(pwd)/docs/spec cd src for f in $(find . -type f -regextype posix-egrep -regex '\./[0-9]{4}.*\.tex'); do pdflatex ${f} diff --git a/docs/index.html b/docs/index.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html> + <head> + </head> + <body> + <h1>Ratus Specifications</h1> + + <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>. + + <hr /> + + <p> + This repository contains specifications and standards drafted by finwo + to enhance the quality of it's own produce, including, but not limited + to, code, documents, workflows and products. + </p> + + <p> + Third parties are allowed to apply any of these specifications based on + their own requirements. + </p> + + <hr /> + + <h3>Table of contents</h3> + + <ul> + <li><a href="spec/0000.txt">SPEC0000</a> Specification Format</li> + <li><a href="spec/0001.txt">SPEC0001</a> Javascript Styling</li> + <li><a href="spec/0002.pdf">SPEC0002</a> Ratus Unilicense</li> + </ul> + </body> +</html> diff --git a/spec/0000.txt b/docs/spec/0000.txt diff --git a/spec/0001.txt b/docs/spec/0001.txt diff --git a/spec/0002.pdf b/docs/spec/0002.pdf Binary files differ.