From 3bd647807609280db9402899a3bf1096a1837fc0 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Wed, 13 Feb 2002 12:07:15 +0000 Subject: [PATCH] The Work-Packages index page is no more a static HTML page, but it is automatically generated from xml/work-packages/index.xml (that will be also useful in the future). --- helm/mowgli/home/html/Makefile | 5 ++- .../home/templates/work-packages/index.html | 30 -------------- helm/mowgli/home/xml/work-packages/index.xml | 20 ++++++++++ helm/mowgli/home/xsl/work-packages_index.xsl | 40 +++++++++++++++++++ 4 files changed, 63 insertions(+), 32 deletions(-) delete mode 100644 helm/mowgli/home/templates/work-packages/index.html create mode 100644 helm/mowgli/home/xml/work-packages/index.xml create mode 100644 helm/mowgli/home/xsl/work-packages_index.xsl diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile index 0537f51d1..7314f0835 100644 --- a/helm/mowgli/home/html/Makefile +++ b/helm/mowgli/home/html/Makefile @@ -104,8 +104,9 @@ publications/%.html: $(XMLROOT)/publications/%.xml \ $(XSLROOT)/publication.xsl xsltproc -o $@ $(XSLROOT)/publication.xsl $< -work-packages/index.html: $(TEMPLATESROOT)/work-packages/index.html - cp $< $@ +work-packages/index.html: $(XMLROOT)/work-packages/index.xml \ + $(XSLROOT)/work-packages_index.xsl + xsltproc -o $@ $(XSLROOT)/work-packages_index.xsl $< work-packages/%.html: $(XMLROOT)/work-packages/%.xml \ $(XSLROOT)/work-package.xsl diff --git a/helm/mowgli/home/templates/work-packages/index.html b/helm/mowgli/home/templates/work-packages/index.html deleted file mode 100644 index 199ead8db..000000000 --- a/helm/mowgli/home/templates/work-packages/index.html +++ /dev/null @@ -1,30 +0,0 @@ - - - - - - Work Packages - - - - - - -
-

Work Packages

- - -
- - - diff --git a/helm/mowgli/home/xml/work-packages/index.xml b/helm/mowgli/home/xml/work-packages/index.xml new file mode 100644 index 000000000..091b006a4 --- /dev/null +++ b/helm/mowgli/home/xml/work-packages/index.xml @@ -0,0 +1,20 @@ + + + + + + +]> + + + + + + + + + + + diff --git a/helm/mowgli/home/xsl/work-packages_index.xsl b/helm/mowgli/home/xsl/work-packages_index.xsl new file mode 100644 index 000000000..e75e08e7b --- /dev/null +++ b/helm/mowgli/home/xsl/work-packages_index.xsl @@ -0,0 +1,40 @@ + + + + + + + + + + + + Work Packages + + + + + + + + + + +

Work Packages

+
    + +
+
+ + + +
  • + + + +
  • +
    + +
    -- 2.39.2