From: Erik Abele Date: Thu, 5 Sep 2002 23:06:17 +0000 (+0000) Subject: Adding the 'heart' of the new manual style :-) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b88e67fe1c7200700142433577133a00d1d70f02;p=apache Adding the 'heart' of the new manual style :-) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96652 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/style/css/manual-loose-100pc-b.css b/docs/manual/style/css/manual-loose-100pc-b.css new file mode 100644 index 0000000000..ba549d6f81 --- /dev/null +++ b/docs/manual/style/css/manual-loose-100pc-b.css @@ -0,0 +1,25 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-loose-100pc.css); + +body, +h1, +h3, +div.example, +div.note, +div.warning { + color: #000; +} + +div#page-header p.apache { + background-color: #000; +} + +div#footer { + border-top-color: #000; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-loose-100pc.css b/docs/manual/style/css/manual-loose-100pc.css new file mode 100644 index 0000000000..4e44fd9aad --- /dev/null +++ b/docs/manual/style/css/manual-loose-100pc.css @@ -0,0 +1,665 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * mainframe ;-) + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +body { + background-color: #fff; + color: #036; + padding: 0 1em 0 0; + margin: 0; + font-family: Arial, Helvetica, sans-serif; + font-weight: normal; +} + +pre, code { + font-family: "Courier New", Courier, monospace; + font-weight: normal; +} + +strong { + font-weight: bold; +} + +/* fixup IE & Opera + * otherwise they forget to inherit + * the computed font-size value + */ +table, code { + font-size: 1em; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * Links + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +/* normal links */ +/* ====================== */ +a:link { + color: #0073c7; + background-color: inherit; + text-decoration: underline; +} + +a:visited { + color: #5A88B5; /* #54acc4; */ + background-color: inherit; + text-decoration: underline; +} + +a:hover, +a:active { + color: #0073c7; + background-color: #f0f0f0; + text-decoration: underline; +} + +/* code.module [links] */ +/* ====================== */ +code.module, +code.module a:link { + color: #0073c7; /* #bc0f00; */ + background-color: inherit; +} + +code.module a:visited { + color: #54acc4; /* #a06b66; */ + background-color: inherit; +} + +code.module a:hover, +code.module a:active { + color: #0073c7; /* #bc0f00; */ + background-color: #f0f0f0; +} + +/* code.directive [links] */ +/* ====================== */ +code.directive, +code.directive a:link { + color: #287f00; /* #35a500; */ + background-color: inherit; +} + +code.directive a:visited { + color: #35a500; /* #99af76; */ + background-color: inherit; +} + +code.directive a:hover, +code.directive a:active { + color: #287f00; /* #35a500; */ + background-color: #f0f0f0; +} + +/* page header & footer */ +/* ====================== */ +div#page-header p.menu a:link, +div#page-header p.menu a:visited, +div#path a:link, +div#path a:visited, +div#footer a:link, +div#footer a:visited { + text-decoration: underline; +} + +div#page-header p.menu a:hover, +div#page-header p.menu a:active, +div#path a:hover, +div#path a:active, +div#footer a:hover, +div#footer a:active { + text-decoration: underline; + background-color: #f0f0f0; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * Headings + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +/* h1 */ +/* ====================== */ +h1 { + padding: 0.2em; + margin: 0 0 0.5em 0; + border: 1px solid #405871; + background-color: inherit; + color: #036; + text-decoration: none; + font-size: 1.5em; + font-weight: bold; +} + +/* h2 */ +/* ====================== */ +h2 { + padding: 0.2em 0 0.2em 0.7em; + margin: 0 0 0.5em 0; + text-decoration: none; + font-size: 1.2em; + font-weight: bold; +} + +.section h2 { + background-color: #405871; + color: #fff; +} + +.directive-section h2 { + background-color: #557697; + color: #fff; +} + +/* take care of s inside */ +h2 a, +h2 a:hover, +h2 a:active { + color: inherit; + background-color: inherit; + text-decoration: none; +} + +/* h3 */ +/* ====================== */ +h3 { + background-color: inherit; + color: #036; + text-decoration: none; + font-weight: bold; + font-size: 1.1em; + margin: 1.3em 0 0.4em 0; + padding: 0; +} + +/* margin adjustment */ +h3 + * { + margin-top: 0; +} + +/* IE confuses the + * :-( + * so reset some things + */ +ul, .section table, .directive-section table { + margin-bottom: 1em; +} + +/* titles for + * examples, notes and warnings + */ +div.example h3, +div.note h3, +div.warning h3 { + margin: 0 0 0.5em 0; + text-align: center; + font-size: 1em; +} + +div#quickview h3 { + margin-top: 0; +} + +/* take care of s inside */ +h3 a, +h3 a:hover, +h3 a:active { + color: inherit; + background-color: inherit; + text-decoration: none; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * Up & Top helper images + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +/* arrow left */ +/* ====================== */ +div.up { + width: 30px; + height: 20px; + padding: 0; + margin: -20px 0 1px 0; + text-align: center; + vertical-align: top; +} + +div.up img { + vertical-align: top; + width: 11px; + height: 11px; + border-style: none; +} + +/* arrow up (to page top) */ +/* ====================== */ +div.top { + width: 30px; + padding: 0 0 0 30px; + margin: 0; +} + +div.top img { + margin-top: 0.5em; + vertical-align: bottom; + width: 11px; + height: 11px; + border-style: none; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * Tables + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +/* general */ +/* ====================== */ +table { + border: 1px solid #aaa; + border-collapse: collapse; + padding: 2px; + margin-top: 0.5em; + margin-bottom: 0; +} + +td, th { + empty-cells: show; /* show border around empty cells */ + padding: 0.1em 0.2em; + vertical-align: top; + text-align: left; + line-height: 1.3em; +} + +th { + font-weight: bold; +} + +/* bordered table cells */ +/* ====================== */ + +/* turn off borders in tables nested in + * bordered tables per default + */ +table.bordered table td, +table.bordered table th { + border-style: none; +} + +table.bordered td, +table.bordered th, +table table.bordered td, +table table.bordered th { + border: 1px solid #aaa; +} + +/* module overview table */ +/* ====================== */ +table.module th a:link, +table.module th a:visited { + text-decoration: underline; + white-space: nowrap; +} + +table.module th a:hover, +table.module th a:active { + text-decoration: underline; + background-color: #f0f0f0; +} + +/* directive overview table */ +/* ======================== */ +table.directive th a:link, +table.directive th a:visited { + text-decoration: underline; + white-space: nowrap; +} + +table.directive th a:hover, +table.directive th a:active { + text-decoration: underline; +} + +/* related modules & dir. */ +/* ====================== */ + +/* assuming, all links are enclosed by + * or + * + */ + +table.related { + border-collapse: separate; +} + +table.related th { + padding: 0.2ex 0.3em; + background-color: #e5ecf3; + color: #405871; + vertical-align: middle; +} + +table.related td { + padding: 0.2ex 0.3em; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * Lists + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +/* list default values */ +/* ====================== */ +ul { + list-style-type: disc; +} + +ul ul { + list-style-type: square; +} + +ul ul ul { + list-style-type: circle; +} + +li, dt, dd { + line-height: 1.3em; +} + +dt { + margin-top: 0.5em; + font-weight: bold; +} + +ol li { + margin-top: 0.5em; +} + +ol.up-A { + list-style-type: upper-alpha; +} + +/* table of contents */ +/* ====================== */ +#toc, +#topics { + margin: 0 0 1em 0; + padding: 0; +} + +#toc li, +#topics li { + list-style-type: none; + margin: 0; + padding: 0; +} + +#toc li img, +#topics li img { + margin-right: 19px; +} + +/* see also */ +/* ====================== */ +.seealso { + margin: 0 0 1em 0; + padding: 0; +} + +.seealso li { + list-style-type: none; + margin: 0; + padding: 0 0 0 34px; +} + +/* related modules & dir. */ +/* ====================== */ +table.related td ul, +table.related td li { + list-style-type: none; + margin: 0; + padding: 0; +} + +/* list of all directives */ +/* ====================== */ +div#directive-list ul { + margin: 0; + padding: 0; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * main page sections + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +/* page header */ +/* ====================== */ +div#page-header { + margin-left: 30px; +} + +div#page-header img { + padding: 0; + display: block; + margin: -70px 0 1px 2em; + width: 248px; + height: 70px; +} + +div#page-header p.apache { + background-color: #405871; + color: #fff; + padding: 0 0 0 248px; + margin: 0; + text-align: center; + vertical-align: middle; + font-size: 16px; + font-weight: bold; + line-height: 29px; +} + +div#page-header p.menu { + text-align: right; + font-size: smaller; + margin: 30px 0 0.5em 0; + padding: 0; +} + +/* breadcrumb navigation */ +div#path { + margin: 0.2em 0 1.2em 30px; + padding: 0; + font-size: smaller; +} + +/* content sections */ +/* ====================== */ +div#preamble { + padding-bottom: 1em; + margin-left: 30px; +} + +div.section, +div.directive-section { + margin: -1.2em 0 0 60px; + padding: 0; +} + +.section p, +.directive-section p { + margin: 0 0 1em 0; + padding: 0; +} + +/* look for this on directive + * list page... + */ +div#directive-list { + margin-left: 30px; + padding: 0 0 1em 1em; +} + +div#quickview { + margin-left: 30px; +} + +/* in general */ +p { + line-height: 1.3em; +} + +/* page footer */ +/* ====================== */ +div#footer { + margin-left: 30px; + font-size: smaller; + border-top: 1px solid #405871; + padding-top: 0.2em; +} + +div#footer p.apache { + float: left; + text-align: left; + padding: 0 0 1em 0; + margin-top: 0; + font-weight: bold; +} + +div#footer p.menu { + float: right; + text-align: right; + margin-top: 0; + padding: 0 0 1em 0; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * subsections (examples, notes, warnings) + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ + +/* examples */ +/* ====================== */ +div.example { + background-color: #e5ecf3; + color: #000; + padding: 0.5em; + margin: 1em 2em 1em 1em; +} + +/* example inside a note: + * blue in gray doesn't look good + * so simply draw a border around + * and keep it gray + */ +div.note div.example { + border: 1px solid #aaa; + background-color: transparent; + color: inherit; + margin-right: 1em; +} + + +/* example inside table */ +table div.example { + margin-right: 1em; +} + +/* the following [block] elements + * may appear inside example... + */ +div.example p, +div.example pre, +div.example table { + padding: 0; + margin: 0; +} + +div.example p { + line-height: 1em; +} + +div.example pre, +div.example p > code { + font-size: 0.9em; +} + +/* notes & warnings */ +/* ====================== */ +div.note, +div.warning { + background-color: #eee; + color: #036; + padding: 0.5em; + margin: 1em 2em 1em 1em; +} + +div.note p, +div.warning p { + margin: 0; + padding: 0; +} + +div.note pre, +div.warning pre { + font-size: 0.9em; +} + +/* inside table */ +table div.note, +table div.warning { + margin-right: 1em; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * quotations, indented paragraphs and figures + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +p.letters { + text-align: center; + background-color: inherit; + color: #ccc; +} + +p.letters a:link, +p.letters a:visited { + text-decoration: none; + font-weight: bold; +} + +p.letters a:hover, +p.letters a:active { + text-decoration: underline; + font-weight: bold; +} + +blockquote p { + font-style: italic; + margin: 0; +} + +blockquote p.cite { + font-style: normal; + margin-top: 0; + margin-left: 2em; +} + +blockquote p.cite cite { + font-style: normal; +} + +p.indent { + margin-left: 2em; + margin-top: 1em; +} + +p.figure { + margin-left: 2em; + font-style: italic; +} + +p.figure img { + border: 1px solid #aaa; +} + +p.figure dfn { + font-weight: bold; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-loose-90pc-b.css b/docs/manual/style/css/manual-loose-90pc-b.css new file mode 100644 index 0000000000..80299785b5 --- /dev/null +++ b/docs/manual/style/css/manual-loose-90pc-b.css @@ -0,0 +1,12 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-loose-100pc-b.css); + +html { + font-size: 90%; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-loose-90pc.css b/docs/manual/style/css/manual-loose-90pc.css new file mode 100644 index 0000000000..9ed564c5e8 --- /dev/null +++ b/docs/manual/style/css/manual-loose-90pc.css @@ -0,0 +1,12 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-loose-100pc.css); + +html { + font-size: 90%; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-loose-fix13-b.css b/docs/manual/style/css/manual-loose-fix13-b.css new file mode 100644 index 0000000000..5ba2c2066b --- /dev/null +++ b/docs/manual/style/css/manual-loose-fix13-b.css @@ -0,0 +1,25 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-loose-fix13.css); + +body, +h1, +h3, +div.example, +div.note, +div.warning { + color: #000; +} + +div#page-header p.apache { + background-color: #000; +} + +div#footer { + border-top-color: #000; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-loose-fix13.css b/docs/manual/style/css/manual-loose-fix13.css new file mode 100644 index 0000000000..8d6e2e298f --- /dev/null +++ b/docs/manual/style/css/manual-loose-fix13.css @@ -0,0 +1,47 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-loose-100pc.css); + +html { + font-size: 13px; +} + +h1 { + font-size: 20px; +} + +h2 { + font-size: 18px; +} + +h3 { + font-size: 16px; +} + +/* titles for + * examples, notes and warnings + */ +div.example h3, +div.note h3, +div.warning h3, +div.example pre, +div.example code, +div.note pre, +div.warning pre { + font-size: 13px; +} + +div#page-header p.apache { + font-size: 16px; +} + +div#page-header p.menu, +div#path, +div#footer { + font-size: 11px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-loose-fix15-b.css b/docs/manual/style/css/manual-loose-fix15-b.css new file mode 100644 index 0000000000..fc2981727d --- /dev/null +++ b/docs/manual/style/css/manual-loose-fix15-b.css @@ -0,0 +1,25 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-loose-fix15.css); + +body, +h1, +h3, +div.example, +div.note, +div.warning { + color: #000; +} + +div#page-header p.apache { + background-color: #000; +} + +div#footer { + border-top-color: #000; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-loose-fix15.css b/docs/manual/style/css/manual-loose-fix15.css new file mode 100644 index 0000000000..867fcb547a --- /dev/null +++ b/docs/manual/style/css/manual-loose-fix15.css @@ -0,0 +1,47 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-loose-100pc.css); + +html { + font-size: 15px; +} + +h1 { + font-size: 22px; +} + +h2 { + font-size: 18px; +} + +h3 { + font-size: 16px; +} + +/* titles for + * examples, notes and warnings + */ +div.example h3, +div.note h3, +div.warning h3, +div.example pre, +div.example code, +div.note pre, +div.warning pre { + font-size: 15px; +} + +div#page-header p.apache { + font-size: 16px; +} + +div#page-header p.menu, +div#path, +div#footer { + font-size: 13px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-100pc-b.css b/docs/manual/style/css/manual-sbar-left-100pc-b.css new file mode 100644 index 0000000000..94b452e6a6 --- /dev/null +++ b/docs/manual/style/css/manual-sbar-left-100pc-b.css @@ -0,0 +1,21 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-right-100pc-b.css); + +div#quickview { + left: 30px; +} + +/* move content right */ +div#page-content { + padding-top: 0; + margin-left: 13em; + margin-right: 0; + padding-right: 0; + padding-left: 30px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-100pc.css b/docs/manual/style/css/manual-sbar-left-100pc.css new file mode 100644 index 0000000000..60e3d15ecb --- /dev/null +++ b/docs/manual/style/css/manual-sbar-left-100pc.css @@ -0,0 +1,21 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-right-100pc.css); + +div#quickview { + left: 30px; +} + +/* move content right */ +div#page-content { + padding-top: 0; + margin-left: 13em; + margin-right: 0; + padding-right: 0; + padding-left: 30px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-90pc-b.css b/docs/manual/style/css/manual-sbar-left-90pc-b.css new file mode 100644 index 0000000000..2f54ec5ae6 --- /dev/null +++ b/docs/manual/style/css/manual-sbar-left-90pc-b.css @@ -0,0 +1,17 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-left-100pc-b.css); + +html { + font-size: 90%; +} + +div#quickview { + top: 5.5em; + margin-top: 39px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-90pc.css b/docs/manual/style/css/manual-sbar-left-90pc.css new file mode 100644 index 0000000000..44900d2be0 --- /dev/null +++ b/docs/manual/style/css/manual-sbar-left-90pc.css @@ -0,0 +1,17 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-left-100pc.css); + +html { + font-size: 90%; +} + +div#quickview { + top: 5.5em; + margin-top: 39px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-fix13-b.css b/docs/manual/style/css/manual-sbar-left-fix13-b.css new file mode 100644 index 0000000000..e06fc64a1d --- /dev/null +++ b/docs/manual/style/css/manual-sbar-left-fix13-b.css @@ -0,0 +1,21 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-right-fix13-b.css); + +div#quickview { + left: 30px; +} + +/* move content right */ +div#page-content { + padding-top: 0; + margin-left: 13em; + margin-right: 0; + padding-right: 0; + padding-left: 30px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-fix13.css b/docs/manual/style/css/manual-sbar-left-fix13.css new file mode 100644 index 0000000000..9fd974030d --- /dev/null +++ b/docs/manual/style/css/manual-sbar-left-fix13.css @@ -0,0 +1,21 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-right-fix13.css); + +div#quickview { + left: 30px; +} + +/* move content right */ +div#page-content { + padding-top: 0; + margin-left: 13em; + margin-right: 0; + padding-right: 0; + padding-left: 30px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-fix15-b.css b/docs/manual/style/css/manual-sbar-left-fix15-b.css new file mode 100644 index 0000000000..e7fa101956 --- /dev/null +++ b/docs/manual/style/css/manual-sbar-left-fix15-b.css @@ -0,0 +1,21 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-right-fix15-b.css); + +div#quickview { + left: 30px; +} + +/* move content right */ +div#page-content { + padding-top: 0; + margin-left: 13em; + margin-right: 0; + padding-right: 0; + padding-left: 30px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-left-fix15.css b/docs/manual/style/css/manual-sbar-left-fix15.css new file mode 100644 index 0000000000..d4d028c3ef --- /dev/null +++ b/docs/manual/style/css/manual-sbar-left-fix15.css @@ -0,0 +1,21 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-right-fix15.css); + +div#quickview { + left: 30px; +} + +/* move content right */ +div#page-content { + padding-top: 0; + margin-left: 13em; + margin-right: 0; + padding-right: 0; + padding-left: 30px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-100pc-b.css b/docs/manual/style/css/manual-sbar-right-100pc-b.css new file mode 100644 index 0000000000..18a8ca033a --- /dev/null +++ b/docs/manual/style/css/manual-sbar-right-100pc-b.css @@ -0,0 +1,25 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-right-100pc.css); + +body, +h1, +h3, +div.example, +div.note, +div.warning { + color: #000; +} + +div#page-header p.apache { + background-color: #000; +} + +div#footer { + border-top-color: #000; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-100pc.css b/docs/manual/style/css/manual-sbar-right-100pc.css new file mode 100644 index 0000000000..7daa87203e --- /dev/null +++ b/docs/manual/style/css/manual-sbar-right-100pc.css @@ -0,0 +1,81 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-loose-100pc.css); + +/* sidebar */ +div#quickview { + position: absolute; + top: 4.9em; + right: 1em; + margin-left: 0; + margin-top: 40px; + padding: 4px; + width: 13.5em; + background-color: #f0f0f0; + color: inherit; +} + +div#quickview li { + font-size: smaller; +} + +div#quickview a:hover, +div#quickview a:active { + background-color: #fff; +} + +div#quickview h3 { + margin: 1em 0 0.3em 0.5em; + font-size: 1em; +} + +div#quickview h3.directives { + margin-top: 0.3em; +} + +div#quickview ul { + margin: 0 0 15px 0; + padding: 0; +} + +div#quickview ul#toc { + margin: 0 0 0 0.5em; + padding: 0; +} + +div#quickview ul#toc li { + margin: 0; + padding: 0; + list-style-type: none; +} + +div#quickview li img { + display: none; +} + +#manual-page div#quickview ul#toc, +div#quickview #topics, +div#quickview .seealso { + padding-left: 15px; +} + +#manual-page div#quickview ul#toc li, +div#quickview #topics li, +div#quickview .seealso li { + margin: 0 0 2px 0; + padding: 0; + list-style-type: square; + list-style-position: outside; +} + +/* move content left */ +div#page-content { + padding-top: 0; + margin-right: 13em; + padding-right: 30px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-90pc-b.css b/docs/manual/style/css/manual-sbar-right-90pc-b.css new file mode 100644 index 0000000000..3e91455a7f --- /dev/null +++ b/docs/manual/style/css/manual-sbar-right-90pc-b.css @@ -0,0 +1,17 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-right-100pc-b.css); + +html { + font-size: 90%; +} + +div#quickview { + top: 5.5em; + margin-top: 39px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-90pc.css b/docs/manual/style/css/manual-sbar-right-90pc.css new file mode 100644 index 0000000000..244763fa28 --- /dev/null +++ b/docs/manual/style/css/manual-sbar-right-90pc.css @@ -0,0 +1,17 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-right-100pc.css); + +html { + font-size: 90%; +} + +div#quickview { + top: 5.5em; + margin-top: 39px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-fix13-b.css b/docs/manual/style/css/manual-sbar-right-fix13-b.css new file mode 100644 index 0000000000..5923967223 --- /dev/null +++ b/docs/manual/style/css/manual-sbar-right-fix13-b.css @@ -0,0 +1,25 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-right-fix13.css); + +body, +h1, +h3, +div.example, +div.note, +div.warning { + color: #000; +} + +div#page-header p.apache { + background-color: #000; +} + +div#footer { + border-top-color: #000; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-fix13.css b/docs/manual/style/css/manual-sbar-right-fix13.css new file mode 100644 index 0000000000..762786a284 --- /dev/null +++ b/docs/manual/style/css/manual-sbar-right-fix13.css @@ -0,0 +1,57 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-right-100pc.css); + +html { + font-size: 13px; +} + +h1 { + font-size: 20px; +} + +h2 { + font-size: 18px; +} + +h3 { + font-size: 16px; +} + +/* titles for + * examples, notes and warnings + */ +div.example h3, +div.note h3, +div.warning h3, +div.example pre, +div.example code, +div.note pre, +div.warning pre { + font-size: 13px; +} + +div#page-header p.apache { + font-size: 16px; +} + +div#page-header p.menu, +div#path, +div#footer, +div#quickview li { + font-size: 11px; +} + +div#quickview { + top: 5.3em; + margin-top: 40px; +} + +div#quickview h3 { + font-size: 13px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-fix15-b.css b/docs/manual/style/css/manual-sbar-right-fix15-b.css new file mode 100644 index 0000000000..4c8dfd555c --- /dev/null +++ b/docs/manual/style/css/manual-sbar-right-fix15-b.css @@ -0,0 +1,25 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-right-fix15.css); + +body, +h1, +h3, +div.example, +div.note, +div.warning { + color: #000; +} + +div#page-header p.apache { + background-color: #000; +} + +div#footer { + border-top-color: #000; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/css/manual-sbar-right-fix15.css b/docs/manual/style/css/manual-sbar-right-fix15.css new file mode 100644 index 0000000000..a634f76e84 --- /dev/null +++ b/docs/manual/style/css/manual-sbar-right-fix15.css @@ -0,0 +1,57 @@ +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * manual.css + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ +@import url(manual-sbar-right-100pc.css); + +html { + font-size: 15px; +} + +h1 { + font-size: 22px; +} + +h2 { + font-size: 18px; +} + +h3 { + font-size: 16px; +} + +/* titles for + * examples, notes and warnings + */ +div.example h3, +div.note h3, +div.warning h3, +div.example pre, +div.example code, +div.note pre, +div.warning pre { + font-size: 15px; +} + +div#page-header p.apache { + font-size: 16px; +} + +div#page-header p.menu, +div#path, +div#footer, +div#quickview li { + font-size: 13px; +} + +div#quickview { + top: 5.2em; + margin-top: 40px; +} + +div#quickview h3 { + font-size: 15px; +} + +/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + * -> The End <- + * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */ diff --git a/docs/manual/style/lang/de.xml b/docs/manual/style/lang/de.xml new file mode 100644 index 0000000000..8ac0f62463 --- /dev/null +++ b/docs/manual/style/lang/de.xml @@ -0,0 +1,67 @@ + + ]> + + + + + + + + + + Kernfunktionen und Multi-Processing-Module + Andere Module + + + Apache-Module + + + Beschreibung + Siehe auch + Themen + Status + Modulbezeichner + Kompatibilität + + + Referenzierte Module + Referenzierte Direktiven + + + Syntax + Voreinstellung + Kontext + AllowOverride + Status + Modul + + + Direktiven + Direktive + Dieses Modul enthält keine Direktiven. + + + Zusammenfassung + + + - Apache HTTP Server + Apache HTTP Server Version 2.0 + [APACHE DOCUMENTATION] + Index + Startseite + + + Apache + HTTP-Server + Dokumentation + Version 2.0 + + + Module + FAQ + Glossar + Seitenindex + + + Gepflegt durch das + \ No newline at end of file diff --git a/docs/manual/style/lang/en.xml b/docs/manual/style/lang/en.xml new file mode 100644 index 0000000000..1530280344 --- /dev/null +++ b/docs/manual/style/lang/en.xml @@ -0,0 +1,67 @@ + + ]> + + + + + + + + + + Core Features and Multi-Processing Modules + Other Modules + + + Apache Module + + + Description + See also + Topics + Status + Module Identifier + Compatibility + + + Related Modules + Related Directives + + + Syntax + Default + Context + Override + Status + Module + + + Directives + Directive + This module provides no directives. + + + Summary + + + - Apache HTTP Server + Apache HTTP Server Version 2.0 + [APACHE DOCUMENTATION] + Index + Home + + + Apache + HTTP Server + Documentation + Version 2.0 + + + Modules + FAQ + Glossary + Sitemap + + + Maintained by the + diff --git a/docs/manual/style/lang/ja.xml b/docs/manual/style/lang/ja.xml new file mode 100644 index 0000000000..1e4c38d854 --- /dev/null +++ b/docs/manual/style/lang/ja.xml @@ -0,0 +1,49 @@ + + ]> + + + + + + + + $B%3%"5!G=$H(B MPM + $BB>$N%b%8%e!<%k(B + + + Apache $B%b%8%e!<%k(B + + + $B@bL@(B + $B;2>H(B + $B%9%F!<%?%9(B + $B%b%8%e!<%k<1JL;R(B + $B8_49@-(B + + + $B4XO"%b%8%e!<%k(B + $B4XO"%G%#%l%/%F%#%V(B + + + $B9=J8(B + $B%G%U%)%k%H(B + $B%3%s%F%-%9%H(B + $B>e=q$-(B + $B%9%F!<%?%9(B + $B%b%8%e!<%k(B + + + $B%G%#%l%/%F%#%V(B + $B%G%#%l%/%F%#%V(B + $B$3$N%b%8%e!<%k$K%G%#%l%/%F%#%V$O$"$j$^$;$s!#(B + + + $B35MW(B + + + - Apache HTTP Server + Apache HTTP Server Version 2.0 + [APACHE DOCUMENTATION] + $B:w0z(B + $B%[!<%`(B + diff --git a/docs/manual/style/lang/sv.xml b/docs/manual/style/lang/sv.xml new file mode 100644 index 0000000000..7ec487bf28 --- /dev/null +++ b/docs/manual/style/lang/sv.xml @@ -0,0 +1,24 @@ + + + + + Se även + Beskrivning + Apache Modul + Status + Module Identifier + Compatibility + Syntax + Default + Context + Override + Status + Modul + This module provides no directives. + [APACHE DOKUMENTATION] + Apache HTTP Server Version 2.0 + Index + Hem + Directives + Directive + \ No newline at end of file diff --git a/docs/manual/style/manual.sv.xsl b/docs/manual/style/manual.sv.xsl new file mode 100644 index 0000000000..c824d63d67 --- /dev/null +++ b/docs/manual/style/manual.sv.xsl @@ -0,0 +1,19 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/manual/style/xsl/common.xsl b/docs/manual/style/xsl/common.xsl new file mode 100644 index 0000000000..8d86e64f24 --- /dev/null +++ b/docs/manual/style/xsl/common.xsl @@ -0,0 +1,681 @@ + + ]> + + + + + + + + + + + + + + p example note table ul ol dl pre img blockquote + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + This file is generated from xml source: DO NOT EDIT + XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX + + + + <xsl:choose> + <xsl:when test="name"> + <xsl:value-of select="name"/> + </xsl:when> + + <xsl:otherwise> + <xsl:value-of select="title"/> + </xsl:otherwise> + </xsl:choose> + + <xsl:text> </xsl:text> + <xsl:value-of select="$messages/message[@name='apachetitle']"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + + + > + + + + > + + + + > + + + + + > + + + + + + + + Apache + > + HTTP Server + > + Documentation + > + Version 2.0 + + > + Modules + + + + +
+ + + + + + + + + + + + + + + + + + + + +
+ + +

+ + + + + + + + + +

+ + + + +
+
+ + + + + + + + + +

+ + + + + + + + + +

+ + + + +
+ + + + + + + + + + + + + + + + + + + + + + +
  • + + + + + +
  • +
    + + +
  • + + + + + + + +
  • +
    + +
    + + + + + + + + + + + + + + + + + + + + + + +
    + + + + + + + + + + + + + + +

    + +

    +
    + + +
    + +
    + + +
    +
    + + + + + + + +

    + +

    +
    + + + + + + + + + + + + + + + +
    + +
    +
    + + +
    + +
    +
    +
    +
    + + + + + + + +

    + +

    +
    + + + + + + + + + + + + + + + + + + + < + + > + + + + + + < + + > + + + + + + + < + + > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
  • + +
  • +
    +
    + + + + + +
  • + +
  • +
    +
    + + + + + + + + + +
    +
    + + + + +
    +
    +
    + + + + + + + + +
      + +
    +
    + + +
      + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + top +
    +
    + + + + + + + + + + + + + diff --git a/docs/manual/style/xsl/directiveindex.xsl b/docs/manual/style/xsl/directiveindex.xsl new file mode 100644 index 0000000000..b7b832e5df --- /dev/null +++ b/docs/manual/style/xsl/directiveindex.xsl @@ -0,0 +1,103 @@ + + ]> + + + + + + + + + + + + + +
    +

    + +

    + + + + + +

    + + + + + + + | + + +    + + + +

    +
    + + +
    + +
    + +
    + + + + +
    + +
    diff --git a/docs/manual/style/xsl/manualpage.xsl b/docs/manual/style/xsl/manualpage.xsl new file mode 100644 index 0000000000..1ce8941e47 --- /dev/null +++ b/docs/manual/style/xsl/manualpage.xsl @@ -0,0 +1,59 @@ + + ]> + + + + + + + + + + + + + +
    +
    +

    + +

    + + +
    + + +
    + +
      + +
    +
    + + +

    + +

    +
      + +
    • + +
    • +
      +
    +
    + +
    +
    + + +
    + + + + +
    + +
    diff --git a/docs/manual/style/xsl/moduleindex.xsl b/docs/manual/style/xsl/moduleindex.xsl new file mode 100644 index 0000000000..4a8048acd1 --- /dev/null +++ b/docs/manual/style/xsl/moduleindex.xsl @@ -0,0 +1,84 @@ + + ]> + + + + + + + + + + + + +
    +

    + +

    + + +
    + + + +
    +

    + +

    + +
    + + + + +
    + + + +
    +
    + +
    +
    +
    +
    +
    + + + + +
    +

    + +

    + +
    + + + + +
    + + + +
    +
    + +
    +
    +
    +
    +
    + + + + + + +
    + + +
    diff --git a/docs/manual/style/xsl/synopsis.xsl b/docs/manual/style/xsl/synopsis.xsl new file mode 100644 index 0000000000..cf3446b573 --- /dev/null +++ b/docs/manual/style/xsl/synopsis.xsl @@ -0,0 +1,363 @@ + + ]> + + + + + + + + + + + + + +
    +
    +

    + + + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + : + + +
    + + : + + + +
    + + : + + + +
    + + : + + + +
    + + + +

    + +

    + + +
    +
    + +
    + + +

    + +

    + + + + + + +

    + +

    +
    + + +

    + +

    +
      + +
    +
    + + +

    + +

    + +
      + +
    • + +
    • +
      +
    +
    + +
    + + + + + + + + + +
    + + + + +
    + + + + + + + + + + + +
    + + + +

    + + < + + > + + + + + +

    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    + : + + +
    + + : + + + +
    + + : + + + + + +
    + + : + + + +
    + + : + + + +
    + + : + + + +
    + + : + + + + + + + + + +
    + + : + + + +
    + + + + +

    + +

    + +
      + +
    • + +
    • +
      +
    +
    + +
    +
    +
    + + + + + + + + + + + + + + + + + + + + + , + + + + + + + + + + + + + + , + + + + + +
    + <- +