summaryrefslogtreecommitdiff
path: root/blog/index.xml
diff options
context:
space:
mode:
Diffstat (limited to 'blog/index.xml')
-rw-r--r--blog/index.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/blog/index.xml b/blog/index.xml
index 5ce7d35..718b0d0 100644
--- a/blog/index.xml
+++ b/blog/index.xml
@@ -7,9 +7,16 @@
<generator>Hugo</generator>
<language>en-us</language>
<copyright>Jan Sebastian Götte</copyright>
- <lastBuildDate>Wed, 23 Jul 2025 23:42:00 +0100</lastBuildDate>
+ <lastBuildDate>Fri, 25 Jul 2025 23:42:00 +0100</lastBuildDate>
<atom:link href="http://jaseg.de/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
+ <title>wsdiff: Responsive diffs in plain HTML</title>
+ <link>http://jaseg.de/blog/wsdiff-static-html-diffs/</link>
+ <pubDate>Fri, 25 Jul 2025 23:42:00 +0100</pubDate>
+ <guid>http://jaseg.de/blog/wsdiff-static-html-diffs/</guid>
+ <description>&lt;div class=&#34;document&#34;&gt;&#xA;&#xA;&#xA;&lt;p&gt;There&#39;s many tools that render diffs on the web, but almost none that work well on small screens such as phones. I fixed this by publishing wsdiff, a diffing tool written in Python that produces diffs as beautiful, responsive, static, self-contained HTML pages. wsdiffs wrap text to fit the window, and dynamically switch between unified and split diffs based on screen size using only CSS.&lt;/p&gt;&#xA;&lt;/div&gt;</description>
+ </item>
+ <item>
<title>Code listings with nice line wrapping and line numbers from plain CSS</title>
<link>http://jaseg.de/blog/css-only-code-blocks/</link>
<pubDate>Wed, 23 Jul 2025 23:42:00 +0100</pubDate>