From 4187b033536213392e1188c87dffc7e150a5e1fd Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Tue, 21 Nov 2000 01:50:30 +0000 Subject: [PATCH] Link up the new platform directory. It still needs an index.html, but the mod_autoindex listing should suffice for now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87043 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/STATUS | 17 +++-------------- docs/manual/index.html | 13 +++++-------- docs/manual/index.html.en | 13 +++++-------- docs/manual/platform/footer.html | 8 ++++++++ docs/manual/platform/header.html | 6 ++++++ 5 files changed, 27 insertions(+), 30 deletions(-) create mode 100644 docs/manual/platform/footer.html create mode 100644 docs/manual/platform/header.html diff --git a/docs/manual/STATUS b/docs/manual/STATUS index 16ad1c2767..4ed36c7042 100644 --- a/docs/manual/STATUS +++ b/docs/manual/STATUS @@ -9,17 +9,12 @@ apache-docs-subscribe@apache.org - Each MPM needs to have a documentation file in manual/mod/ which lists the directives it provides, and some details about its operation. - Status: Ryan offers to supply information - on the operation of each MPM. There is also some info in - htdocs/manual/mpm.html that will need to be cleaned up, - linked up, and updated. - Joshua has committed - an intitial version of mpmt_pthread for discussion. + Status: Initial outlines done. Much more details need to be + filled in. - Merging of changes in 1.3. - There have been many changes in the 1.3 docs which haven't - been propagated into 2.0. For example, many of the "It Worked" - translations have not made it. + been propagated into 2.0. Things which need to be merged: manual/howto/* @@ -28,12 +23,6 @@ apache-docs-subscribe@apache.org structure. Proposal: Create manual/FAQ which contains all the manual/misc/FAQ* docs - Create manual/platform which contans - manual/windows.html - manual/win_compiling.html - manual/readme-tpf.html - manual/unixware.html - manual/misc/perf-*.html - Cleaning. - We could use a list of all the docs that can be axed out of 2.0 diff --git a/docs/manual/index.html b/docs/manual/index.html index 6c1525fa4b..62d1737cf0 100644 --- a/docs/manual/index.html +++ b/docs/manual/index.html @@ -106,15 +106,12 @@ Modules: By Type or Platform Specific Notes -Microsoft Windows +Microsoft Windows | +Novell Netware 5 | +UnixWare | +TPF -Novell Netware 5 - -HP MPE/iX - -UnixWare - -TPF +Other Platform Specific Notes diff --git a/docs/manual/index.html.en b/docs/manual/index.html.en index 6c1525fa4b..62d1737cf0 100644 --- a/docs/manual/index.html.en +++ b/docs/manual/index.html.en @@ -106,15 +106,12 @@ Modules: By Type or Platform Specific Notes -Microsoft Windows +Microsoft Windows | +Novell Netware 5 | +UnixWare | +TPF -Novell Netware 5 - -HP MPE/iX - -UnixWare - -TPF +Other Platform Specific Notes diff --git a/docs/manual/platform/footer.html b/docs/manual/platform/footer.html new file mode 100644 index 0000000000..7fe745dcfd --- /dev/null +++ b/docs/manual/platform/footer.html @@ -0,0 +1,8 @@ +
+ +

+ Apache HTTP Server Version 1.3 +

+ +Index +Home diff --git a/docs/manual/platform/header.html b/docs/manual/platform/header.html new file mode 100644 index 0000000000..5662300029 --- /dev/null +++ b/docs/manual/platform/header.html @@ -0,0 +1,6 @@ +
+ [APACHE DOCUMENTATION] +

+ Apache HTTP Server Version 1.3 +

+
-- 2.40.0