Skip to content

Instantly share code, notes, and snippets.

View topalex's full-sized avatar

Alex A. Top topalex

  • Odessa, Ukraine
View GitHub Profile
@topalex
topalex / dirlist.xslt
Last active August 17, 2022 21:55 — forked from wilhelmy/dirlist.xslt
make nginx dirlistings look like lighttpd's through the magic of xslt-transforming xml dirlistings. I don't even.
<?xml version="1.0"?>
<!--
dirlist.xslt - transform nginx's into lighttpd look-alike dirlistings
I'm currently switching over completely from lighttpd to nginx. If you come
up with a prettier stylesheet or other improvements, please tell me :)
-->
<!--
Copyright (c) 2016 by Moritz Wilhelmy <mw@barfooze.de>