Commit graph

14 commits

Author SHA1 Message Date
cabcf90a88
fix: build config for static build 2024-03-15 18:08:26 +01:00
f4c1d12c59
use md4c as markdown library 2024-03-15 11:27:14 +01:00
7756515f96
rename module to awesomeindex 2024-03-14 13:37:42 +01:00
0b0fe824c0
feat: parse markdown 2024-03-14 10:58:02 +01:00
Adrian Perez de Castro
5e621202bd
Use only the new-style module configuration for dynamic builds
For static builds we still need to manually reorder $HTTP_MODULES, and we
cannot source "auto/module" like the new-style configuration mode needs,
because the "auto/module" snippet modifies $HTTP_MODULES itself, but ignores
the new $ngx_module_order variable when doing a static build.

Fortunately, the old-style way of configuring the module is still working in
all Nginx versions for statically built modules, so we can keep using that
for static builds.

This fixes issue #46.
2016-08-18 20:30:43 +03:00
Adrian Perez de Castro
3ec11d5d87
config: Depend also on template.h
This makes the Nginx configure script add a rule to the generated Makefile which
makes the module depend on template.h
2016-08-18 19:22:03 +03:00
Róbert Nagy
0e5f7c00b6 Dynamic module config 2016-05-23 23:39:24 +02:00
Adrian Perez de Castro
fdce427a5c README: Mention the need for ngx_http_addition_module
The fancyindex_footer and fancyindex_header settings need the standard Nginx
ngx_http_addition_module built into Nginx. Add a note to this effect in the
README.

Also, a warning is issued at configuration time if the addition module is not
enabled in the configuration.

Closes issue #26.
2015-08-09 14:14:40 +03:00
Adrian Perez
0b7e40f274 Fixed issue with non-bash shells being unable of configuring the module. 2007-09-28 23:01:28 +02:00
Adrian Perez
74863e2716 Fixed module initialization order, so we end up behinx index_module 2007-09-14 04:04:37 +02:00
Adrian Perez
323cea9298 Removed unneeded stuff, we will do subrequests 2007-09-06 21:06:43 +02:00
Adrian Perez
97c2710a12 WARNING: This revision WON'T compile at all. You have been warned.
- Added early adaptation of dictionary implementation, needs rework (does
	not build...)
2007-09-03 20:36:32 +02:00
Adrian Perez
c0be73d8ad Prepared for inclusion of new features 2007-08-30 18:38:39 +02:00
Adrian Perez
0ac3fa9904 initial infraestructure 2007-08-20 19:17:56 +02:00