From 4622e9d4494da96394f1cdb40bb85b3e7938def3 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Fri, 22 Feb 2002 16:59:20 +0000 Subject: [PATCH] * Notion of future and past events/deadlines introduced. * Approaching deadlines added to the front page. Should we keep them? * The stylesheet mess done by Luca has been fixed (i.e. removed) ;-) --- helm/mowgli/home/html/Makefile | 14 +++++-------- helm/mowgli/home/templates/home.html.bot | 2 -- helm/mowgli/home/templates/home.html.top | 5 ----- helm/mowgli/home/xml/other-events.xml | 10 +++++++-- .../mowgli/home/xsl/approaching-deadlines.xsl | 14 ++++++++----- helm/mowgli/home/xsl/deadlines.xsl | 10 ++++++++- helm/mowgli/home/xsl/events.xsl | 12 ++++++++++- .../home/xsl/sort-events-by-beginning.xsl | 20 ------------------ .../home/xsl/sort-events-by-deadline.xsl | 21 ------------------- 9 files changed, 42 insertions(+), 66 deletions(-) delete mode 100644 helm/mowgli/home/xsl/sort-events-by-beginning.xsl delete mode 100644 helm/mowgli/home/xsl/sort-events-by-deadline.xsl diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile index 01d9d262d..ed1824750 100644 --- a/helm/mowgli/home/html/Makefile +++ b/helm/mowgli/home/html/Makefile @@ -126,13 +126,11 @@ home.html: $(TEMPLATESROOT)/home.html.top $(TEMPLATESROOT)/home.html.bot \ $(XMLROOT)/other-events.xml \ $(XMLROOT)/mowgli-events.xml \ $(XSLROOT)/latest-news.xsl \ - $(XSLROOT)/sort-events-by-beginning.xsl \ $(XSLROOT)/approaching-deadlines.xsl cat $(TEMPLATESROOT)/home.html.top >$@ $(XSLTP) $(XSLROOT)/latest-news.xsl $(XMLROOT)/news.xml >>$@ -# cat $(TEMPLATESROOT)/home.html.mid >>$@ -# $(XSLTP) $(XSLROOT)/sort-events-by-beginning.xsl $(XMLROOT)/other-events.xml | $(XSLTP) $(XSLROOT)/approaching-deadlines.xsl - >>$@ -# cat $(TEMPLATESROOT)/home.html.bot >>$@ + echo "" >> $@ + $(XSLTP) --param today `date +%Y%m%d` $(XSLROOT)/approaching-deadlines.xsl $(XMLROOT)/other-events.xml >>$@ sed s/\@DATE\@/"`date`"/ $(TEMPLATESROOT)/home.html.bot >>$@ index.html: $(TEMPLATESROOT)/index.html @@ -185,18 +183,16 @@ news.html: $(XMLROOT)/news.xml \ $(XSLTP) -o $@ $(XSLROOT)/news.xsl $< other-events.html: $(XMLROOT)/other-events.xml \ - $(XSLROOT)/sort-events-by-beginning.xsl \ $(XSLROOT)/events.xsl - $(XSLTP) $(XSLROOT)/sort-events-by-beginning.xsl $< | $(XSLTP) --param events-class "'Other'" -o $@ $(XSLROOT)/events.xsl - + $(XSLTP) --param today `date +%Y%m%d` --param events-class "'Other'" -o $@ $(XSLROOT)/events.xsl $< mowgli-events.html: $(XMLROOT)/mowgli-events.xml \ - $(XSLROOT)/sort-events-by-beginning.xsl \ $(XSLROOT)/events.xsl - $(XSLTP) $(XSLROOT)/sort-events-by-beginning.xsl $< | $(XSLTP) --param events-class "'MOWGLI'" -o $@ $(XSLROOT)/events.xsl - + $(XSLTP) --param today `date +%Y%m%d` --param events-class "'MOWGLI'" -o $@ $(XSLROOT)/events.xsl $< deadlines.html: $(XMLROOT)/other-events.xml \ $(XSLROOT)/deadlines.xsl - $(XSLTP) --param events-class "'Other'" -o $@ $(XSLROOT)/deadlines.xsl $< + $(XSLTP) --param today `date +%Y%m%d` --param events-class "'Other'" -o $@ $(XSLROOT)/deadlines.xsl $< deliverables/%.html: $(XMLROOT)/deliverables/%.xml \ $(XSLROOT)/deliverable.xsl diff --git a/helm/mowgli/home/templates/home.html.bot b/helm/mowgli/home/templates/home.html.bot index a3f9715fb..cd530bc0c 100644 --- a/helm/mowgli/home/templates/home.html.bot +++ b/helm/mowgli/home/templates/home.html.bot @@ -1,5 +1,3 @@ - - diff --git a/helm/mowgli/home/templates/home.html.top b/helm/mowgli/home/templates/home.html.top index a7a7c2018..1955270d1 100644 --- a/helm/mowgli/home/templates/home.html.top +++ b/helm/mowgli/home/templates/home.html.top @@ -73,11 +73,6 @@ - -      diff --git a/helm/mowgli/home/xml/other-events.xml b/helm/mowgli/home/xml/other-events.xml index 18f2cbea4..2a7a00ae5 100644 --- a/helm/mowgli/home/xml/other-events.xml +++ b/helm/mowgli/home/xml/other-events.xml @@ -2,7 +2,7 @@ - + @@ -19,8 +19,14 @@ MKM 2001 + RISC, A-4232 Schloss Hagenberg + + 20010924 + 20010926 + http://www.risc.uni-linz.ac.at/institute/conferences/MKM2001 - Special Issue for Annals of Mathematics and Artificial + First International Workshop on Mathematical Knowledge + Management. Special Issue for Annals of Mathematics and Artificial Intelligence to appear in Fall 2002 Notification of acceptance for the special issue on diff --git a/helm/mowgli/home/xsl/approaching-deadlines.xsl b/helm/mowgli/home/xsl/approaching-deadlines.xsl index bb1a41d5c..ced2defa8 100644 --- a/helm/mowgli/home/xsl/approaching-deadlines.xsl +++ b/helm/mowgli/home/xsl/approaching-deadlines.xsl @@ -8,12 +8,16 @@ + + - - - - +

Approaching Deadlines:

+ + + + + +
- diff --git a/helm/mowgli/home/xsl/deadlines.xsl b/helm/mowgli/home/xsl/deadlines.xsl index 0d08e65c1..030c64480 100644 --- a/helm/mowgli/home/xsl/deadlines.xsl +++ b/helm/mowgli/home/xsl/deadlines.xsl @@ -8,6 +8,7 @@ + @@ -37,10 +38,17 @@


    - +
+
+

Past Events

+
    + + + +
diff --git a/helm/mowgli/home/xsl/events.xsl b/helm/mowgli/home/xsl/events.xsl index ea608efff..8ca0df467 100644 --- a/helm/mowgli/home/xsl/events.xsl +++ b/helm/mowgli/home/xsl/events.xsl @@ -8,6 +8,7 @@ + @@ -33,7 +34,16 @@
- + + + +
+
+

Past Events

+
+ + +
diff --git a/helm/mowgli/home/xsl/sort-events-by-beginning.xsl b/helm/mowgli/home/xsl/sort-events-by-beginning.xsl deleted file mode 100644 index 7d019d939..000000000 --- a/helm/mowgli/home/xsl/sort-events-by-beginning.xsl +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - diff --git a/helm/mowgli/home/xsl/sort-events-by-deadline.xsl b/helm/mowgli/home/xsl/sort-events-by-deadline.xsl deleted file mode 100644 index 237e0b951..000000000 --- a/helm/mowgli/home/xsl/sort-events-by-deadline.xsl +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - - - - - - - - - - - - - -- 2.39.2