initial commit

This commit is contained in:
Mauro Torrez
2022-07-30 14:46:04 -03:00
commit 47650131de
312 changed files with 212465 additions and 0 deletions

9
doc/generate Executable file
View File

@@ -0,0 +1,9 @@
ROOT=""
VERSION=""
[ -z "$1" ] || ROOT="-a ale-root=$1"
[ -z "$2" ] || VERSION="-a version=$2"
[ -z "$ROOT" ] && echo "No root specified." && exit 1
find web/. -name index.txt | xargs -r -n 1 asciidoc $ROOT $VERSION -f web/footer-html.txt -b xhtml11