Update e-mail address and copyright headers
parent
2f138afb70
commit
d8e0bdaef2
|
@ -125,7 +125,7 @@ fancyindex_footer
|
|||
External URLs are totally untested and using them will make Nginx_ block
|
||||
while waiting for the subrequest to complete. If you feel like external
|
||||
header/footer is a must-have for you, please
|
||||
`let me know <mailto:aperez@connectical.com>`__.
|
||||
`let me know <mailto:aperez@igalia.com>`__.
|
||||
|
||||
fancyindex_css_href
|
||||
~~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/*
|
||||
* ngx_http_fancyindex_module.c
|
||||
* Copyright © 2007 Adrian Perez <adrianperez@udc.es>
|
||||
* Copyright © 2007-2011 Adrian Perez <aperez@igalia.com>
|
||||
*
|
||||
* Module used for fancy indexing of directories. Features and differences
|
||||
* with the stock nginx autoindex module:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#! /usr/bin/awk -f
|
||||
#
|
||||
# Copyright © Adrian Perez <adrianperez@udc.es>
|
||||
# Copyright © Adrian Perez <aperez@igalia.com>
|
||||
#
|
||||
# Converts an HTML template into a C header suitable for inclusion.
|
||||
# Take a look at the HACKING.rst file to know how to use it :-)
|
||||
|
|
Loading…
Reference in New Issue