diff options
Diffstat (limited to 'docs/manual/developer/API.html')
-rw-r--r-- | docs/manual/developer/API.html | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/docs/manual/developer/API.html b/docs/manual/developer/API.html index 98c442a84f..ad539e2abb 100644 --- a/docs/manual/developer/API.html +++ b/docs/manual/developer/API.html @@ -1,9 +1,17 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <html><head> <title>Apache API notes</title> </head> -<body> +<!-- Background white, links blue (unvisited), navy (visited), red (active) --> +<BODY + BGCOLOR="#FFFFFF" + TEXT="#000000" + LINK="#0000FF" + VLINK="#000080" + ALINK="#FF0000" +> <!--#include virtual="header.html" --> -<h1>Apache API notes</h1> +<h1 ALIGN="CENTER">Apache API notes</h1> These are some notes on the Apache API and the data structures you have to deal with, etc. They are not yet nearly complete, but |