From: Ferruccio Guidi
Date: Thu, 27 Feb 2020 15:18:06 +0000 (+0100)
Subject: milestone update in ground_2 and basic_2A
X-Git-Tag: make_still_working~187
X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=1fd63df4c77f5c24024769432ea8492748b4ac79;p=helm.git
milestone update in ground_2 and basic_2A
+ basic_2A ported to ground_2
+ cpy, cpys and lsuby parked in basic_2A
+ ground_2 updated for basic_2A becomes an independent package
+ ground_2A removed
+ parked files for basic_2A moved in basic_2A
+ web site update
---
diff --git a/.gitignore b/.gitignore
index c0ab80566..c9ebefc8e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -57,6 +57,8 @@ helm/www/lambdadelta/xslt/basic_2_src.xsl
helm/www/lambdadelta/xslt/basic_2_sum.xsl
helm/www/lambdadelta/xslt/static_2_src.xsl
helm/www/lambdadelta/xslt/static_2_sum.xsl
+helm/www/lambdadelta/xslt/basic_2A_src.xsl
+helm/www/lambdadelta/xslt/basic_2A_sum.xsl
helm/www/lambdadelta/xslt/ground_2_src.xsl
helm/www/lambdadelta/xslt/ground_2_sum.xsl
helm/www/lambdadelta/xslt/basic_1_blk.xsl
diff --git a/helm/www/lambdadelta/Makefile b/helm/www/lambdadelta/Makefile
index 1acebccc5..c654d6abf 100644
--- a/helm/www/lambdadelta/Makefile
+++ b/helm/www/lambdadelta/Makefile
@@ -1,14 +1,14 @@
SHELL := $(shell which bash)
H=@
-TAGS = up-html up-html-ix up-home html html-ix home ldw ldw-ix
-
TAGS = www up-html up-css up-images up-download \
lint-xml index lddl install-xml \
test-html html install-html \
install-jed install-bib install-2 install-1 install-coq \
install-automath install-v install-matita \
+TAGS = up-html up-html-ix up-home html html-ix home ldw ldw-ix install-2
+
LDWEBURL = http://helm.cs.unibo.it/lambdadelta/
SITEDIR = html
@@ -185,6 +185,15 @@ $(LDWIXSTAMP): $(INDEX)
ldw-ix: $(LDWIXSTAMP)
+# INSTALL λδ-2 PACKAGES ######################################################
+
+install-2: PKGS = $(shell find -L $(CONTRIBDIR) -name lambdadelta_*.tar.bz2)
+
+install-2: $(PKGS)
+ @echo " INSTALL $(PKGS:$(CONTRIBDIR)/lambdadelta_%.tar.bz2=%)"
+ $(H)scp $(PKGS) $(DOWNDIR)
+ $(H)$(RM) $(PKGS)
+
##############################################################################
lint-xml: $(XMLS:%=$(XMLDIR)/%)
@@ -221,10 +230,6 @@ install-bib: $(BIB:%=$(BIBDIR)/%)
$(H)scp $< $(DOWNDIR)
$(H)scp $< $(DOWNDIR)/$(BIB:%.bib=%.txt)
-install-2: $(CONTRIB:%=$(CONTRIBDIR)/%)
- @echo " INSTALL $(CONTRIB)"
- $(H)scp $< $(DOWNDIR)
-
install-automath: $(HELENADIR)/$(AUTOMATH)
@echo " INSTALL $(notdir $<)"
$(H)scp $< $(DOWNDIR)
diff --git a/helm/www/lambdadelta/download/lambdadelta_2A.tar.bz2 b/helm/www/lambdadelta/download/lambdadelta_2A.tar.bz2
index d82582bbc..456cecfc3 100644
Binary files a/helm/www/lambdadelta/download/lambdadelta_2A.tar.bz2 and b/helm/www/lambdadelta/download/lambdadelta_2A.tar.bz2 differ
diff --git a/helm/www/lambdadelta/download/lambdadelta_2B.tar.bz2 b/helm/www/lambdadelta/download/lambdadelta_2B.tar.bz2
index 4a4e63330..237ba25be 100644
Binary files a/helm/www/lambdadelta/download/lambdadelta_2B.tar.bz2 and b/helm/www/lambdadelta/download/lambdadelta_2B.tar.bz2 differ
diff --git a/helm/www/lambdadelta/download/lambdadelta_ground.tar.bz2 b/helm/www/lambdadelta/download/lambdadelta_ground.tar.bz2
new file mode 100644
index 000000000..8cc8f8814
Binary files /dev/null and b/helm/www/lambdadelta/download/lambdadelta_ground.tar.bz2 differ
diff --git a/helm/www/lambdadelta/web/home/specification.ldw.xml b/helm/www/lambdadelta/web/home/specification.ldw.xml
index 3b7e71aa5..682bbda3b 100644
--- a/helm/www/lambdadelta/web/home/specification.ldw.xml
+++ b/helm/www/lambdadelta/web/home/specification.ldw.xml
@@ -67,19 +67,6 @@
is available in the following formats.
- Informational pages on the parts of the specification:
- Background,
- Syntax,
- Core,
- Applications.
-
-
- The scripts are grouped in directories, first by part, then by component.
-
the scripts are checked by the latest version of Matita from
@@ -89,25 +76,66 @@
lambdadelta_2B for Matita 0.99.4
- (revised ).
- Source scripts [Git revision: 2019-11-19 20:45:15].
+ (revised ).
+ Source scripts.
Documentation (J2a).
+ -
+
+ repackaged without λδ-ground-2.
+
-
+
+ released [Git revision: 2019-11-19 20:45:15].
+
+
+ Informational pages on the parts of the specification:
+ Background,
+ Syntax,
+ Core,
+ Applications.
+
lambdadelta_2A for Matita 0.99.2
- (revised ).
- Source scripts [Git revision: 2014-10-28 17:46:26].
+ (revised ).
+ Source scripts.
Documentation (R2c).
-
-
- repackaging (was lambdadelta_2A1).
+
+ repackaged on the basis of λδ-ground-2.
+
-
+
+ repackaged (was lambdadelta_2A1).
+
-
+
+ released [Git revision: 2014-10-28 17:46:26].
+
+
+
+ Informational pages on the parts of the specification:
+ Core.
+
+
+
+
+
+ lambdadelta_ground for Matita 0.99.4
+ (revised ).
+ Source scripts.
+ -
+
+ released [Git revision: 2014-10-28 17:46:26].
+
+ Informational pages on the parts of the specification:
+ Core.
+
+
λδ version 1 (superseded)
@@ -116,17 +144,6 @@
is available in the following formats.
- Informational pages on the parts of the specification:
- Background,
- Core.
-
-
- The scripts are grouped in directories, one for each part.
-