summaryrefslogtreecommitdiffhomepage
path: root/docs/xsls (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-02-16Docs: changes.xml dates converted to ISO 8601 format.Maxim Dounin1-4/+10
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.
2014-02-28Docs: switched from java XSLScript to xslscript.pl.Maxim Dounin1-29/+0
Latter is available from http://hg.nginx.org/xslscript.
2012-08-30Converted DOS-style newlines.Ruslan Ermilov1-29/+29
2011-10-09The reference documentation is moving elsewhere.Ruslan Ermilov3-152/+0
2011-09-15- The module name is now also output as an HTML header.Ruslan Ermilov2-1/+2
- 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-12HTTP errors are now output as "code (text)".Ruslan Ermilov1-2/+1
2011-09-08Basic inter-document and external linking support.Ruslan Ermilov1-0/+7
2011-09-06New elements: "dq", "pathname"; new list type: "tag".Ruslan Ermilov2-2/+15
2011-09-05DTD and XSLS changes for modules.Ruslan Ermilov3-26/+91
2011-08-23CHANGES conversion from KOI8-R to UTF-8.Igor Sysoev1-1/+1
2011-08-23Traling spaces removal in text CHANGES files.Igor Sysoev1-1/+2
2011-08-23- support <br/> in the middle of inputRuslan Ermilov1-9/+18
- 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-05skeleton for documentation processingIgor Sysoev3-0/+67
2004-10-04nginx-0.1.0-RELEASE importrelease-0.1.0Igor Sysoev2-0/+147
*) The first public version.