summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-14 01:50:36 +0300
committerdefanor <defanor@uberspace.net>2017-12-14 01:50:36 +0300
commit1caba09338025f92e3dc059efe009eec8d386f30 (patch)
tree06ca9d844e01f3f79527305d3bc9557cd7ab07d0
parent468c60775c21d1f3505261fd0840aec1d9fdb5c0 (diff)
Update the "Uncluttering" README section
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index b292f73..d6ae0d0 100644
--- a/README
+++ b/README
@@ -128,10 +128,11 @@ corresponding XSLT file should be in
<?xml version="1.0" encoding="UTF-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
- <xsl:output method="xml" indent="yes"/>
+ <xsl:output method="html" indent="yes"/>
<xsl:template match="/">
<html>
<body>
+ DuckDuckGo
<xsl:for-each select="//tr[not(@class) or @class!='result-sponsored']">
<xsl:for-each select="td/a[@class='result-link']">
<br />
@@ -150,6 +151,8 @@ corresponding XSLT file should be in
</xsl:template>
</xsl:stylesheet>
+Uncluttering configurations for a few more websites can be found at
+<https://github.com/defanor/dotfiles/tree/master/.config/pancake>.
Screenshots
-----------