From e4ae586170229de78aaf00963e2f0c49427a9926 Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Mon, 27 Oct 2014 13:17:43 +0100
Subject: Implemented latest article view * the first paragraph of the three
latest articles of my blog are now displayed on the overview page * feed is
fetched via `curl` in `01_raw/article_feed.xsl` ** as with all commit feeds
the article feed is processed further in the `02_augment` level ** the count
of articles to be displayed is defined in `00_content/meta.xml` as
`article_count` * CSS was updated to correctly display the article summary
---
source/02_augment/articles.xsl | 50 ++++++++++++++++++++++++++++++++++++++++++
source/02_augment/commits.xsl | 2 +-
2 files changed, 51 insertions(+), 1 deletion(-)
create mode 100644 source/02_augment/articles.xsl
(limited to 'source/02_augment')
diff --git a/source/02_augment/articles.xsl b/source/02_augment/articles.xsl
new file mode 100644
index 0000000..36e1c7c
--- /dev/null
+++ b/source/02_augment/articles.xsl
@@ -0,0 +1,50 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/source/02_augment/commits.xsl b/source/02_augment/commits.xsl
index c5caeb9..e9c4ae8 100644
--- a/source/02_augment/commits.xsl
+++ b/source/02_augment/commits.xsl
@@ -63,7 +63,7 @@
-
+
--
cgit v1.2.3