I guess the HTML file would get generated automatically, but I'm attaching it anyway.
Bojan
--- httpd-2.0-vanilla/docs/manual/glossary.xml Sat Sep 7 05:07:36 2002 +++ httpd-2.0/docs/manual/glossary.xml Tue Sep 17 15:20:07 2002 @@ -226,6 +226,16 @@ modules</em>.<br /> See: <a href="mod/">Module Index</a></dd> +<dt><a name="modulemagicnumber">Module Magic Number</a></dt> +<dd> +Module Magic Number (MMN) is a constant defined in Apache source that is +associated with binary compatibility of modules. It is changed when internal +Apache structures, function calls and other significant parts of API change in +such a way that binary compatiblity cannot be guaranteed any more. On MMN +change, all third party modules have to be at least recompiled, sometimes even +slightly changed in order to work with the new version of Apache. +</dd> + <dt><a name="openssl">OpenSSL</a></dt> <dd>The Open Source toolkit for SSL/TLS<br /> see <a href="http://www.openssl.org/">http://www.openssl.org/</a></dd> @@ -348,4 +358,4 @@ </dl> </section> -</manualpage> \ No newline at end of file +</manualpage>
--- httpd-2.0-vanilla/docs/manual/glossary.html.en Fri Sep 13 10:15:00 2002 +++ httpd-2.0/docs/manual/glossary.html.en Tue Sep 17 15:20:09 2002 @@ -193,6 +193,16 @@ modules</em>.<br /> See: <a href="mod/">Module Index</a></dd> +<dt><a name="modulemagicnumber">Module Magic Number</a></dt> +<dd> +Module Magic Number (MMN) is a constant defined in Apache source that is +associated with binary compatibility of modules. It is changed when internal +Apache structures, function calls and other significant parts of API change in +such a way that binary compatiblity cannot be guaranteed any more. On MMN +change, all third party modules have to be at least recompiled, sometimes even +slightly changed in order to work with the new version of Apache. +</dd> + <dt><a name="openssl">OpenSSL</a></dt> <dd>The Open Source toolkit for SSL/TLS<br /> see <a href="http://www.openssl.org/">http://www.openssl.org/</a></dd> @@ -302,4 +312,4 @@ (ITU-T) which is used for SSL/TLS authentication.<br /> See: <a href="ssl/">SSL/TLS Encryption</a></dd> </dl> -</div></div><div id="footer"><p class="apache">Maintained by the <a href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation Project</a></p><p class="menu"><a href="./mod/">Modules</a> | <a href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a href="./glossary.html">Glossary</a> | <a href="./sitemap.html">Sitemap</a></p></div></body></html> \ No newline at end of file +</div></div><div id="footer"><p class="apache">Maintained by the <a +href="http://httpd.apache.org/docs-project/">Apache HTTP Server Documentation +Project</a></p><p class="menu"><a href="./mod/">Modules</a> | <a +href="./mod/directives.html">Directives</a> | <a href="./faq/">FAQ</a> | <a +href="./glossary.html">Glossary</a> | <a +href="./sitemap.html">Sitemap</a></p></div></body></html>