From 0b98d26b91686aa610e53dc7aca882f914994be6 Mon Sep 17 00:00:00 2001
From: Claudio Sacerdoti Coen
Date: Wed, 10 Apr 2002 17:44:42 +0000
Subject: [PATCH] First MOWGLI paper. Many others will follow.
---
helm/mowgli/home/html/Makefile | 8 +++++++-
.../home/html/publications/mowgli/.cvsignore | 2 ++
helm/mowgli/home/xml/publications/index.xml | 2 +-
.../home/xml/publications/mowgli/crimea2002_aw.xml | 14 ++++++++++++++
.../{crimea.xml => crimea2002_aw_on_line.xml} | 3 ++-
.../home/xml/publications/others/publication.dtd | 6 +++++-
helm/mowgli/home/xsl/publication.xsl | 3 +++
7 files changed, 34 insertions(+), 4 deletions(-)
create mode 100644 helm/mowgli/home/xml/publications/mowgli/crimea2002_aw.xml
rename helm/mowgli/home/xml/publications/mowgli/{crimea.xml => crimea2002_aw_on_line.xml} (99%)
diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile
index a6c631fb3..805650404 100644
--- a/helm/mowgli/home/html/Makefile
+++ b/helm/mowgli/home/html/Makefile
@@ -120,6 +120,8 @@ DOCUMENTS = \
sites/nijmegen.html \
sites/trusted-logic.html \
publications/index.html \
+ publications/mowgli/crimea2002_aw_on_line.html \
+ publications/mowgli/crimea2002_aw.html \
publications/others/category_al.html \
publications/others/crimea2001_apss.html \
publications/others/cup_s.html \
@@ -289,12 +291,16 @@ publications/index.html: $(XMLROOT)/publications/index.xml \
$(XSLTP) $(XSLROOT)/publications-index.xsl $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) -
+publications/mowgli/%_on_line.html: $(XMLROOT)/publications/mowgli/%_on_line.xml \
+ $(XHTMLCONTENT)
+ $(XSLTP) --param path_to_top "'../..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) $<
+
+
publications/%.html: $(XMLROOT)/publications/%.xml \
$(XSLROOT)/publication.xsl \
$(XHTMLCONTENT)
$(XSLTP) $(XSLROOT)/publication.xsl $< | $(XSLTP) --param path_to_top "'../..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) -
-
work-packages/index.html: $(XMLROOT)/work-packages/index.xml \
$(XSLROOT)/work-packages_index.xsl \
$(XHTMLCONTENT)
diff --git a/helm/mowgli/home/html/publications/mowgli/.cvsignore b/helm/mowgli/home/html/publications/mowgli/.cvsignore
index e69de29bb..05440f9e4 100644
--- a/helm/mowgli/home/html/publications/mowgli/.cvsignore
+++ b/helm/mowgli/home/html/publications/mowgli/.cvsignore
@@ -0,0 +1,2 @@
+crimea2002_aw.html
+crimea2002_aw_on_line.html
diff --git a/helm/mowgli/home/xml/publications/index.xml b/helm/mowgli/home/xml/publications/index.xml
index 677cd50c8..7ea341ef1 100644
--- a/helm/mowgli/home/xml/publications/index.xml
+++ b/helm/mowgli/home/xml/publications/index.xml
@@ -10,7 +10,7 @@
-
+
diff --git a/helm/mowgli/home/xml/publications/mowgli/crimea2002_aw.xml b/helm/mowgli/home/xml/publications/mowgli/crimea2002_aw.xml
new file mode 100644
index 000000000..04dcc1db4
--- /dev/null
+++ b/helm/mowgli/home/xml/publications/mowgli/crimea2002_aw.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+ MOWGLI - A New Approach for the Content Description in Digital
+ Documents
+
+
+ To be presented at the Nineth International Conference on
+ New Technologies and New Forms of Cooperation",
+ Autonomous Republic of Crimea, Ukraine
+
+
diff --git a/helm/mowgli/home/xml/publications/mowgli/crimea.xml b/helm/mowgli/home/xml/publications/mowgli/crimea2002_aw_on_line.xml
similarity index 99%
rename from helm/mowgli/home/xml/publications/mowgli/crimea.xml
rename to helm/mowgli/home/xml/publications/mowgli/crimea2002_aw_on_line.xml
index 104cf586b..7d5d25bd6 100644
--- a/helm/mowgli/home/xml/publications/mowgli/crimea.xml
+++ b/helm/mowgli/home/xml/publications/mowgli/crimea2002_aw_on_line.xml
@@ -2,7 +2,7 @@
MOWGLI - A New Approach for the Content Description in Digital
Documents
-
+
MOWGLI - A New Approach for the Content Description in Digital Documents
@@ -139,6 +139,7 @@ XML will be deeply explored in the following directions:
as a single, distributed resource, with no central authority and few, simple
rules.
+
MathML [3], introducing for the first time a content markup
layer in parallel
diff --git a/helm/mowgli/home/xml/publications/others/publication.dtd b/helm/mowgli/home/xml/publications/others/publication.dtd
index 7b131f501..87efc8101 100644
--- a/helm/mowgli/home/xml/publications/others/publication.dtd
+++ b/helm/mowgli/home/xml/publications/others/publication.dtd
@@ -1,6 +1,6 @@
-
+
@@ -11,3 +11,7 @@
+
+
+
diff --git a/helm/mowgli/home/xsl/publication.xsl b/helm/mowgli/home/xsl/publication.xsl
index f994ad30b..3bd290ec6 100644
--- a/helm/mowgli/home/xsl/publication.xsl
+++ b/helm/mowgli/home/xsl/publication.xsl
@@ -43,6 +43,9 @@