From 49768b7c10fd6466edcd8262587bf142c919ccb5 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Mon, 11 Aug 2014 20:24:46 +0200 Subject: Implemented page categorization functionality * expanded "02_data/pages.xsl" transformation to include pages in subfolders * "03_meta/categories.xsl" transformation generates a categorized view of all pages simmilar to the one provided for tags by "03_meta/tags.xsl" * "99_result/category/category.xsl" transformation generates category overview pages * added basic project related pages inside the "projects" category --- source/99_result/archive.xsl | 10 ++++----- source/99_result/category/category.xsl | 39 ++++++++++++++++++++++++++++++++++ source/99_result/tag/tag.xsl | 12 ++++++++--- 3 files changed, 52 insertions(+), 9 deletions(-) create mode 100644 source/99_result/category/category.xsl (limited to 'source/99_result') diff --git a/source/99_result/archive.xsl b/source/99_result/archive.xsl index 34dc81c..4d459c4 100644 --- a/source/99_result/archive.xsl +++ b/source/99_result/archive.xsl @@ -32,12 +32,10 @@
-
- Microblog: -
    - -
-
+ Microblog: +
diff --git a/source/99_result/category/category.xsl b/source/99_result/category/category.xsl new file mode 100644 index 0000000..ef6f388 --- /dev/null +++ b/source/99_result/category/category.xsl @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + +
+
    + +
+
+
+ + +
  • + » + + +

    + +

    +
    +
  • +
    + +
    diff --git a/source/99_result/tag/tag.xsl b/source/99_result/tag/tag.xsl index 8eb6ca0..fd79a3c 100644 --- a/source/99_result/tag/tag.xsl +++ b/source/99_result/tag/tag.xsl @@ -17,8 +17,10 @@ -
    - All articles tagged as »« +
    + All articles tagged as » + + «
    @@ -27,7 +29,11 @@
  • - » + + » + + +
  • -- cgit v1.2.3