aboutsummaryrefslogtreecommitdiff
path: root/docs/xsls
Commit message (Collapse)AuthorAge
* Docs: changes.xml dates converted to ISO 8601 format.Maxim Dounin2017-02-16
| | | | | | | | | | | 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.
* Docs: switched from java XSLScript to xslscript.pl.Maxim Dounin2014-02-28
| | | | Latter is available from http://hg.nginx.org/xslscript.
* Converted DOS-style newlines.Ruslan Ermilov2012-08-30
|
* The reference documentation is moving elsewhere.Ruslan Ermilov2011-10-09
|
* - The module name is now also output as an HTML header.Ruslan Ermilov2011-09-15
| | | | | | | - 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.
* HTTP errors are now output as "code (text)".Ruslan Ermilov2011-09-12
|
* Basic inter-document and external linking support.Ruslan Ermilov2011-09-08
|
* New elements: "dq", "pathname"; new list type: "tag".Ruslan Ermilov2011-09-06
|
* DTD and XSLS changes for modules.Ruslan Ermilov2011-09-05
|
* CHANGES conversion from KOI8-R to UTF-8.Igor Sysoev2011-08-23
|
* Traling spaces removal in text CHANGES files.Igor Sysoev2011-08-23
|
* - support <br/> in the middle of inputRuslan Ermilov2011-08-23
| | | | | | - 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)
* skeleton for documentation processingIgor Sysoev2011-08-05
|
* nginx-0.1.0-RELEASE importrelease-0.1.0Igor Sysoev2004-10-04
*) The first public version.