From 6e5e71882d9d9969e0ffe3013e656cac8fa4f115 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 13 Apr 2019 00:36:45 +0200 Subject: Replace commit feed aggregation with manual import This is the starting point for extending _Overview_ to support various types of recent updates (i.e. not just blog articles and commits over a certain message size). While direct fetching and rendering of markdown-formatted Git commit messages is an attractive concept, this new approach should be much more flexible. As a side benefit commit entries can now be edited and expanded compared to their fixed Git reference. e.g. retroactively expanding upon older commits or adding example media that doesn't strictly belong inside the actual commit message. --- utility/fetch_feed.sh | 3 --- utility/reference_commit.xsl | 25 ------------------------- 2 files changed, 28 deletions(-) delete mode 100755 utility/fetch_feed.sh delete mode 100644 utility/reference_commit.xsl (limited to 'utility') diff --git a/utility/fetch_feed.sh b/utility/fetch_feed.sh deleted file mode 100755 index 37393f6..0000000 --- a/utility/fetch_feed.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/env sh - -curl $1 | sed -e 's~^\([\*]\)\{3\}~\t\t\*~g' -e 's~^\([\*]\)\{2\}~\t\*~g' diff --git a/utility/reference_commit.xsl b/utility/reference_commit.xsl deleted file mode 100644 index 3423cd9..0000000 --- a/utility/reference_commit.xsl +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3