summaryrefslogtreecommitdiffhomepage
path: root/docs/dtd (follow)
AgeCommit message (Collapse)AuthorFilesLines
2012-08-30Pass changes.xml thru xmllint when generating CHANGES and CHANGES.ru.Ruslan Ermilov1-2/+2
2011-10-09The reference documentation is moving elsewhere.Ruslan Ermilov1-85/+0
2011-09-15- The module name is now also output as an HTML header.Ruslan Ermilov1-4/+4
- Agreed that examples can only contain literal text. - Agreed to call modules "ngx_*_module". - Renamed XML element "http-error" to a more general "http-status". - Fixed text of error codes to match the actual code.
2011-09-12- The "example" element can now contain sub-elements.Ruslan Ermilov1-1/+5
- Added entities for Unicode quotes.
2011-09-08Basic inter-document and external linking support.Ruslan Ermilov1-0/+1
2011-09-06New elements: "dq", "pathname"; new list type: "tag".Ruslan Ermilov1-6/+14
2011-09-05DTD and XSLS changes for modules.Ruslan Ermilov1-16/+64
2011-08-05skeleton for documentation processingIgor Sysoev1-0/+24
2005-09-30nginx-0.2.2-RELEASE importrelease-0.2.2Igor Sysoev1-0/+1
*) Feature: the "config errmsg" command of the ngx_http_ssi_module. *) Change: the ngx_http_geo_module variables can be overridden by the "set" directive. *) Feature: the "ssl_protocols" and "ssl_prefer_server_ciphers" directives of the ngx_http_ssl_module and ngx_imap_ssl_module. *) Bugfix: the ngx_http_autoindex_module did not show correctly the long file names; *) Bugfix: the ngx_http_autoindex_module now do not show the files starting by dot. *) Bugfix: if the SSL handshake failed then another connection may be closed too. Thanks to Rob Mueller. *) Bugfix: the export versions of MSIE 5.x could not connect via HTTPS.
2004-10-04nginx-0.1.0-RELEASE importrelease-0.1.0Igor Sysoev2-0/+43
*) The first public version.