From 849fd6b8788ce94cc05cd3ac86caf5fe3b198eb9 Mon Sep 17 00:00:00 2001
From: Luca Padovani
Date: Tue, 19 Feb 2002 16:52:12 +0000
Subject: [PATCH] moved some xml files into xml root directory fixed omdoc link
from menu
---
helm/mowgli/home/html/Makefile | 4 ++--
helm/mowgli/home/templates/home.html.top | 2 ++
helm/mowgli/home/templates/menu.html | 2 +-
helm/mowgli/home/{templates => xml}/project-management.xml | 0
helm/mowgli/home/{templates => xml}/project-summary.xml | 0
5 files changed, 5 insertions(+), 3 deletions(-)
rename helm/mowgli/home/{templates => xml}/project-management.xml (100%)
rename helm/mowgli/home/{templates => xml}/project-summary.xml (100%)
diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile
index 0112de5de..b1ded5bc2 100644
--- a/helm/mowgli/home/html/Makefile
+++ b/helm/mowgli/home/html/Makefile
@@ -149,11 +149,11 @@ software/index.html: $(XMLROOT)/software/index.xml \
menu.html: $(TEMPLATESROOT)/menu.html
sed s/\@DATE\@/"`date`"/ $< >$@
-project-management.html: $(TEMPLATESROOT)/project-management.xml \
+project-management.html: $(XMLROOT)/project-management.xml \
$(XSLROOT)/xhtml-content.xsl
$(XSLTP) --param path_to_top "'.'" -o $@ $(XSLROOT)/xhtml-content.xsl $<
-project-summary.html: $(TEMPLATESROOT)/project-summary.xml \
+project-summary.html: $(XMLROOT)/project-summary.xml \
$(XSLROOT)/xhtml-content.xsl
$(XSLTP) --param path_to_top "'.'" -o $@ $(XSLROOT)/xhtml-content.xsl $<
diff --git a/helm/mowgli/home/templates/home.html.top b/helm/mowgli/home/templates/home.html.top
index 062621346..56e225775 100644
--- a/helm/mowgli/home/templates/home.html.top
+++ b/helm/mowgli/home/templates/home.html.top
@@ -51,6 +51,8 @@
(XSLT,
RDF, etc).
+ Read more about the project:
+
- Summary
- Management
diff --git a/helm/mowgli/home/templates/menu.html b/helm/mowgli/home/templates/menu.html
index 455c2142a..1c1bdb86c 100644
--- a/helm/mowgli/home/templates/menu.html
+++ b/helm/mowgli/home/templates/menu.html
@@ -41,7 +41,7 @@
|
|
|
- |
+ |
|
diff --git a/helm/mowgli/home/templates/project-management.xml b/helm/mowgli/home/xml/project-management.xml
similarity index 100%
rename from helm/mowgli/home/templates/project-management.xml
rename to helm/mowgli/home/xml/project-management.xml
diff --git a/helm/mowgli/home/templates/project-summary.xml b/helm/mowgli/home/xml/project-summary.xml
similarity index 100%
rename from helm/mowgli/home/templates/project-summary.xml
rename to helm/mowgli/home/xml/project-summary.xml
--
2.39.2