diff options
Diffstat (limited to 'blog/index.xml')
-rw-r--r-- | blog/index.xml | 9 |
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><div class="document">


<p>There'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.</p>
</div></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> |