Tue Mar 11 2025
tucker.mcknight@gmail.com
I'd like to demo the actual darcs repo to show that this static HTML generator works on large repos; I'll hide the author's names and email addresses for now in case people don't want their email address posted on a site that they didn't agree to.
1e07c288283096f90f32110856d1a21c267747b7
return new Date(dateString)
return new Date(dateString).toDateString()
<p>{{patchInfo.patch.author}}</p>
<li><span><a href="/repos/{{repo | slugify}}/patches/{{patch.hash}}">{{patch.hash}}></a></span> - <span>{{patch.date | date}}</span> - <span>{{patch.author}}</span> - <span>{{patch.name}}</span></li>
<li><span><a href="/repos/{{repo | slugify}}/patches/{{patch.hash}}">{{patch.hash}}></a></span> - <span>{{patch.date | date}}</span> - <span>{{patch.name}}</span></li>