aboutsummaryrefslogtreecommitdiff
path: root/source/99_result/overview.xsl
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-04-13 17:37:10 +0200
committerAdrian Kummerlaender2019-04-13 17:37:10 +0200
commit714a92a163645bb436b1e8f4c56a818656c35f8a (patch)
tree6309e2623062af6a32f6149b39607a0904056681 /source/99_result/overview.xsl
parent8505560ec12b96a3bcc9369352bf85faf3b9698c (diff)
downloadOverview-714a92a163645bb436b1e8f4c56a818656c35f8a.tar
Overview-714a92a163645bb436b1e8f4c56a818656c35f8a.tar.gz
Overview-714a92a163645bb436b1e8f4c56a818656c35f8a.tar.bz2
Overview-714a92a163645bb436b1e8f4c56a818656c35f8a.tar.lz
Overview-714a92a163645bb436b1e8f4c56a818656c35f8a.tar.xz
Overview-714a92a163645bb436b1e8f4c56a818656c35f8a.tar.zst
Overview-714a92a163645bb436b1e8f4c56a818656c35f8a.zip
Remove newly extracted features
i.e. Overview is now a mostly pure aggregator again. The new commit / blip feature is now maintained in `blip.kummerlaender.eu`.
Diffstat (limited to 'source/99_result/overview.xsl')
-rw-r--r--source/99_result/overview.xsl26
1 files changed, 8 insertions, 18 deletions
diff --git a/source/99_result/overview.xsl b/source/99_result/overview.xsl
index 5a319b8..9a14e01 100644
--- a/source/99_result/overview.xsl
+++ b/source/99_result/overview.xsl
@@ -18,9 +18,9 @@
<xsl:include href="[utility/date-time.xsl]"/>
<xsl:variable name="meta">
- <datasource type="main" mode="full" source="00_content/meta.xml" target="meta"/>
- <datasource type="support" mode="full" source="02_augment/articles.xml" target="articles"/>
- <datasource type="support" mode="full" source="03_merge/timeline.xml" target="timeline"/>
+ <datasource type="main" mode="full" source="00_content/meta.xml" target="meta"/>
+ <datasource type="support" mode="full" source="02_augment/articles.xml" target="articles"/>
+ <datasource type="support" mode="full" source="02_augment/blips.xml" target="timeline"/>
<target mode="plain" value="index.html"/>
</xsl:variable>
@@ -31,7 +31,7 @@
<span class="arrow">
<xsl:text>ยป </xsl:text>
</span>
- <a href="{$root/meta/repository_base}/{@repo}/commit/?id={@hash}">
+ <a href="{link}">
<xsl:value-of select="title"/>
</a>
</h3>
@@ -41,18 +41,8 @@
<xsl:with-param name="date" select="date"/>
<xsl:with-param name="format" select="'M x, Y'"/>
</xsl:call-template>
- <xsl:text> at </xsl:text>
- <xsl:value-of select="date/@time"/>
- <xsl:text> | </xsl:text>
- <a href="{$root/meta/repository_base}/{@repo}/">
- <xsl:value-of select="@repo"/>
- </a>
<xsl:text> | </xsl:text>
- <a href="{$root/meta/repository_base}/{@repo}/commit/?id={@hash}">
- <xsl:value-of select="substring(@hash,0,7)"/>
- </a>
- <xsl:text> | </xsl:text>
- <xsl:value-of select="$root/meta/author"/>
+ <xsl:value-of select="author"/>
</span>
<xsl:apply-templates select="content/node()" mode="xhtml"/>
@@ -148,7 +138,7 @@
<div class="normal menuhead">
<h2>
- <a href="{$root/meta/repository_base}">
+ <a href="https://blip.kummerlaender.eu">
<xsl:text>Selected commits</xsl:text>
</a>
</h2>
@@ -160,12 +150,12 @@
<a href="https://tree.kummerlaender.eu/projects">Projects</a>
</li>
<li>
- <a href="{$root/meta/url}/timeline.xml">Feed</a>
+ <a href="https://blip.kummerlaender.eu/timeline.xml">Feed</a>
</li>
</ul>
</div>
- <xsl:apply-templates select="timeline/entry[position() &lt;= $root/meta/overview/commit_count]"/>
+ <xsl:apply-templates select="timeline/entry"/>
</div>
</body>
</html>