From 86b1f80f6e2e3743c4a9db11a02af094f159ece1 Mon Sep 17 00:00:00 2001 From: Andre Malo Date: Tue, 8 Oct 2002 02:20:33 +0000 Subject: [PATCH] context list information are now taken from $lang.xml file. the module file holds the *untranslated* "server config", "virtual host" etc. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97139 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/style/lang/en.xml | 6 ++++++ docs/manual/style/xsl/synopsis.xsl | 22 +++++++++++++++++++++- 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/docs/manual/style/lang/en.xml b/docs/manual/style/lang/en.xml index 89b4294ae2..1ea6e27c1f 100644 --- a/docs/manual/style/lang/en.xml +++ b/docs/manual/style/lang/en.xml @@ -39,6 +39,12 @@ Status Module + + server config + virtual host + directory + .htaccess + Directives Directive diff --git a/docs/manual/style/xsl/synopsis.xsl b/docs/manual/style/xsl/synopsis.xsl index 3049a7c09b..3fd28784b8 100644 --- a/docs/manual/style/xsl/synopsis.xsl +++ b/docs/manual/style/xsl/synopsis.xsl @@ -365,7 +365,27 @@ - + + + + + + + + + + + + + + + + + unknown context: + + + + , -- 2.50.1