From 1921be28cc94764b2bd8c26e76d7171440b926ab Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Thu, 4 Sep 2014 21:31:20 +0200
Subject: Moved generation stage stylesheets into "detail" folder * they are
read by FunctionReadFile to and passed to FunctionGenerate as a DOM tree to
execute them as if they where located in the parent directory ** this is
required so they behave as expected without requiring all paths to be
absolute * this change was implemented to make it clear that "make.xsl" is
the main generation stylesheet ** additionally this further separates the
framework implementation from the site-specific stylesheets and contents
---
detail/list.xsl | 49 ++++++++++
detail/plan.xsl | 99 ++++++++++++++++++++
detail/process.xsl | 250 +++++++++++++++++++++++++++++++++++++++++++++++++++
detail/summarize.xsl | 75 ++++++++++++++++
list.xsl | 49 ----------
make.xsl | 10 +--
plan.xsl | 99 --------------------
process.xsl | 250 ---------------------------------------------------
summarize.xsl | 75 ----------------
9 files changed, 478 insertions(+), 478 deletions(-)
create mode 100644 detail/list.xsl
create mode 100644 detail/plan.xsl
create mode 100644 detail/process.xsl
create mode 100644 detail/summarize.xsl
delete mode 100644 list.xsl
delete mode 100644 plan.xsl
delete mode 100644 process.xsl
delete mode 100644 summarize.xsl
diff --git a/detail/list.xsl b/detail/list.xsl
new file mode 100644
index 0000000..3ba6f94
--- /dev/null
+++ b/detail/list.xsl
@@ -0,0 +1,49 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/detail/plan.xsl b/detail/plan.xsl
new file mode 100644
index 0000000..2479371
--- /dev/null
+++ b/detail/plan.xsl
@@ -0,0 +1,99 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/detail/process.xsl b/detail/process.xsl
new file mode 100644
index 0000000..3ccbd36
--- /dev/null
+++ b/detail/process.xsl
@@ -0,0 +1,250 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ success
+
+
+ error
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/detail/summarize.xsl b/detail/summarize.xsl
new file mode 100644
index 0000000..b4e6375
--- /dev/null
+++ b/detail/summarize.xsl
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+
Error #
+
+ :
+
+
+
+
+ Generation of "
+
+ " failed.
+
+
+
+
+
+
+
+
+ Link from "
+
+ " to "
+
+ " failed.
+
+
+ Cleaning of "
+
+ " failed.
+
+
+
+
+
+
+
+
+
+
+
+ Tasks processed:
+
+
+ Tasks successful:
+
+
+
+ ▶ Generation
+
+
+ successful
+
+
+ failed
+
+
+ .
+
+
+
+
+
diff --git a/list.xsl b/list.xsl
deleted file mode 100644
index 93585e8..0000000
--- a/list.xsl
+++ /dev/null
@@ -1,49 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/make.xsl b/make.xsl
index 4b932a7..5df1514 100644
--- a/make.xsl
+++ b/make.xsl
@@ -23,7 +23,7 @@
@@ -40,27 +40,27 @@
- list.xsl
+ detail/list.xsl
- plan.xsl
+ detail/plan.xsl
- process.xsl
+ detail/process.xsl
- summarize.xsl
+ detail/summarize.xsl
diff --git a/plan.xsl b/plan.xsl
deleted file mode 100644
index bef6fc5..0000000
--- a/plan.xsl
+++ /dev/null
@@ -1,99 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/process.xsl b/process.xsl
deleted file mode 100644
index 4010f4b..0000000
--- a/process.xsl
+++ /dev/null
@@ -1,250 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- success
-
-
- error
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/summarize.xsl b/summarize.xsl
deleted file mode 100644
index b4e6375..0000000
--- a/summarize.xsl
+++ /dev/null
@@ -1,75 +0,0 @@
-
-
-
-
-
-
-
Error #
-
- :
-
-
-
-
- Generation of "
-
- " failed.
-
-
-
-
-
-
-
-
- Link from "
-
- " to "
-
- " failed.
-
-
- Cleaning of "
-
- " failed.
-
-
-
-
-
-
-
-
-
-
-
- Tasks processed:
-
-
- Tasks successful:
-
-
-
- ▶ Generation
-
-
- successful
-
-
- failed
-
-
- .
-
-
-
-
-
--
cgit v1.2.3