Commit Graph

14 Commits

Author SHA1 Message Date
Maxim Dounin 1640941d6c Docs: changes.xml dates converted to ISO 8601 format.
Dates in ISO 8601 format are in line with what is used in nginx.org news,
and are generally less ambiguous and easier to work with.

The changes.xml was converted using sed:

$ sed 's/date="\(..\)\.\(..\)\.\(....\)"/date="\3-\2-\1"/g' changes.xml

Appropriate changes to changes.xsls were introduced.
2017-02-16 18:32:49 +03:00
Maxim Dounin 2ffeef9563 Docs: switched from java XSLScript to xslscript.pl.
Latter is available from http://hg.nginx.org/xslscript.
2014-02-28 20:17:00 +04:00
Ruslan Ermilov 75795fe26f Converted DOS-style newlines. 2012-08-30 16:05:43 +00:00
Ruslan Ermilov f6d26b14d0 The reference documentation is moving elsewhere. 2011-10-09 06:49:54 +00:00
Ruslan Ermilov 00ce0d0eb4 - The module name is now also output as an HTML header.
- 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-15 08:24:33 +00:00
Ruslan Ermilov d627a9d08a HTTP errors are now output as "code (text)". 2011-09-12 09:48:33 +00:00
Ruslan Ermilov 0db92e7d5a Basic inter-document and external linking support. 2011-09-08 13:26:06 +00:00
Ruslan Ermilov c9e169e0d6 New elements: "dq", "pathname"; new list type: "tag". 2011-09-06 10:41:44 +00:00
Ruslan Ermilov 4ef437eb26 DTD and XSLS changes for modules. 2011-09-05 09:32:00 +00:00
Igor Sysoev 69954e741c CHANGES conversion from KOI8-R to UTF-8. 2011-08-23 12:50:54 +00:00
Igor Sysoev 0a4c8438b6 Traling spaces removal in text CHANGES files. 2011-08-23 10:10:25 +00:00
Ruslan Ermilov 1636327379 - support <br/> in the middle of input
- fixed "<br>" lookup (eliminates the need in " <br/>" hacks)
- fixed maximum length for unbreakable input
- fixed space lookup (allows a space at column 77 to break a line)
2011-08-23 09:00:24 +00:00
Igor Sysoev 38dd8df531 skeleton for documentation processing 2011-08-05 09:25:34 +00:00
Igor Sysoev 3aa65f2d32 nginx-0.1.0-RELEASE import
*) The first public version.
2004-10-04 15:04:06 +00:00