From 043dffb651772925787bfcc5570cf05cd41d994a Mon Sep 17 00:00:00 2001 From: Luca Padovani Date: Tue, 19 Feb 2002 00:22:26 +0000 Subject: [PATCH] - added publication index - added software index - added member area --- helm/mowgli/home/html/Makefile | 17 +++- helm/mowgli/home/templates/menu.html | 6 +- helm/mowgli/home/xml/publications/index.xml | 31 +++++++ helm/mowgli/home/xml/software/index.xml | 11 +++ helm/mowgli/home/xsl/publications-index.xsl | 91 +++++++++++++++++++++ helm/mowgli/home/xsl/xhtml-content.xsl | 32 ++++++++ 6 files changed, 184 insertions(+), 4 deletions(-) create mode 100644 helm/mowgli/home/xml/publications/index.xml create mode 100644 helm/mowgli/home/xml/software/index.xml create mode 100644 helm/mowgli/home/xsl/publications-index.xsl create mode 100644 helm/mowgli/home/xsl/xhtml-content.xsl diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile index 6f93e4415..0758a9240 100644 --- a/helm/mowgli/home/html/Makefile +++ b/helm/mowgli/home/html/Makefile @@ -84,12 +84,15 @@ DOCUMENTS = \ deliverables/transformation/d2f.html \ deliverables/transformation/d2g.html \ members/index.html \ + members/ml-help-example.txt \ + software/index.html \ sites/aei.html \ sites/bologna.html \ sites/dfki.html \ sites/inria.html \ sites/nijmegen.html \ sites/trusted-logic.html \ + publications/index.html \ publications/mowgli/index.html \ publications/others/category_al.html \ publications/others/crimea2001_apss.html \ @@ -133,9 +136,17 @@ home.html: $(TEMPLATESROOT)/home.html.top $(TEMPLATESROOT)/home.html.bot \ index.html: $(TEMPLATESROOT)/index.html cp $< $@ -members/index.html: $(TEMPLATESROOT)/nothing_yet.html +members/ml-help-example.txt: $(TEMPLATESROOT)/ml-help-example.txt cp $< $@ +members/index.html: $(XMLROOT)/members-index.xml \ + $(XSLROOT)/xhtml-content.xsl + $(XSLTP) --param path_to_top "'..'" -o $@ $(XSLROOT)/xhtml-content.xsl $< + +software/index.html: $(XMLROOT)/software/index.xml \ + $(XSLROOT)/xhtml-content.xsl + $(XSLTP) --param path_to_top "'..'" -o $@ $(XSLROOT)/xhtml-content.xsl $< + publications/mowgli/index.html: $(TEMPLATESROOT)/nothing_yet2.html cp $< $@ @@ -201,6 +212,10 @@ people/%.html: $(XMLROOT)/people/%.xml \ $(XSLROOT)/person.xsl $(XSLTP) -o $@ $(XSLROOT)/person.xsl $< +publications/index.html: $(XMLROOT)/publications/index.xml \ + $(XSLROOT)/publications-index.xsl + $(XSLTP) -o $@ $(XSLROOT)/publications-index.xsl $< + publications/%.html: $(XMLROOT)/publications/%.xml \ $(XSLROOT)/publication.xsl $(XSLTP) -o $@ $(XSLROOT)/publication.xsl $< diff --git a/helm/mowgli/home/templates/menu.html b/helm/mowgli/home/templates/menu.html index 98caba63c..ff76559a8 100644 --- a/helm/mowgli/home/templates/menu.html +++ b/helm/mowgli/home/templates/menu.html @@ -26,10 +26,10 @@ Work Packages Events News Archive - Members Area - Publications + Members Area + Publications - Software (CVS) + Software (CVS) diff --git a/helm/mowgli/home/xml/publications/index.xml b/helm/mowgli/home/xml/publications/index.xml new file mode 100644 index 000000000..079c293f3 --- /dev/null +++ b/helm/mowgli/home/xml/publications/index.xml @@ -0,0 +1,31 @@ + + + + + + + +]> + + + + + + + + + + + + + + + + + + + + + + diff --git a/helm/mowgli/home/xml/software/index.xml b/helm/mowgli/home/xml/software/index.xml new file mode 100644 index 000000000..e6e52d614 --- /dev/null +++ b/helm/mowgli/home/xml/software/index.xml @@ -0,0 +1,11 @@ + + + +

Software

+ + Nothing has been released yet. Try later. + +

+ +
+ diff --git a/helm/mowgli/home/xsl/publications-index.xsl b/helm/mowgli/home/xsl/publications-index.xsl new file mode 100644 index 000000000..4132b59d3 --- /dev/null +++ b/helm/mowgli/home/xsl/publications-index.xsl @@ -0,0 +1,91 @@ + + + + + + + + + + + + List of Publications + + + + + + + +

Publications

+

About MoWGLI

+ +

Related Publications

+ + + + + + +
+ + + + +
    + + + +
+
+ + None. + +
+
+ + + + +
    + + + +
+
+ + None. + +
+
+ + + + +
  • + , + + `` + + '' + +
  • +
    + + + + + + + + + + , + + + , + + +
    + diff --git a/helm/mowgli/home/xsl/xhtml-content.xsl b/helm/mowgli/home/xsl/xhtml-content.xsl new file mode 100644 index 000000000..1830cd829 --- /dev/null +++ b/helm/mowgli/home/xsl/xhtml-content.xsl @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + <xsl:value-of select="@title"/> + + + + + + + + + + + + + + + + + -- 2.39.2