summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGravatar snowdrop2003-03-25 22:14:36 +0000
committerGravatar snowdrop2003-03-25 22:14:36 +0000
commit4ab669f746bdfe4e32837be8e16b761c0490e21c (patch)
treeb69e693b2695a139d97b55ab22a633c39bde862d /doc
downloadcsoap-4ab669f746bdfe4e32837be8e16b761c0490e21c.tar.gz
csoap-4ab669f746bdfe4e32837be8e16b761c0490e21c.tar.bz2
initial import
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen.css49
-rw-r--r--doc/footer.html6
-rw-r--r--doc/header.html20
-rw-r--r--doc/images/logo02.gifbin0 -> 5193 bytes
4 files changed, 75 insertions, 0 deletions
diff --git a/doc/doxygen.css b/doc/doxygen.css
new file mode 100644
index 0000000..6f0f0d8
--- /dev/null
+++ b/doc/doxygen.css
@@ -0,0 +1,49 @@
+H1 { text-align: center; color: #1264A4; background-color: #F9C4CF}
+CAPTION { font-weight: bold; color: #C40D29}
+A.qindex {}
+A.qindexRef {}
+A.el { text-decoration: none; font-weight: bold; color: #1264A4}
+A.elRef { font-weight: bold; color: #C40D29 }
+A.code { text-decoration: none; font-weight: normal; color: #088741 }
+A.codeRef { font-weight: normal; color: #088741 }
+A:hover { text-decoration: none; background-color: #FFEB04 }
+DL.el { margin-left: -1cm }
+DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
+DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
+TD.md { background-color: #FEF8AA; font-weight: bold; }
+TD.mdname1 { background-color: #FEF8AA; font-weight: bold; color: #602020; }
+TD.mdname { background-color: #FEF8AA; font-weight: bold; color: #602020; width: 600px; }
+DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold; color: #C40D29}
+DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
+BODY { background: white }
+TD.indexkey {
+ background-color: #eeeeff;
+ font-weight: bold;
+ padding-right : 10px;
+ padding-top : 2px;
+ padding-left : 10px;
+ padding-bottom : 2px;
+ margin-left : 0px;
+ margin-right : 0px;
+ margin-top : 2px;
+ margin-bottom : 2px
+}
+TD.indexvalue {
+ background-color: #eeeeff;
+ font-style: italic;
+ padding-right : 10px;
+ padding-top : 2px;
+ padding-left : 10px;
+ padding-bottom : 2px;
+ margin-left : 0px;
+ margin-right : 0px;
+ margin-top : 2px;
+ margin-bottom : 2px
+}
+span.keyword { color: #008000 }
+span.keywordtype { color: #604020 }
+span.keywordflow { color: #e08000 }
+span.comment { color: #800000 }
+span.preprocessor { color: #806020 }
+span.stringliteral { color: #002080 }
+span.charliteral { color: #008080 }
diff --git a/doc/footer.html b/doc/footer.html
new file mode 100644
index 0000000..d2b70e9
--- /dev/null
+++ b/doc/footer.html
@@ -0,0 +1,6 @@
+
+<HR>
+<I>csoap project homepage: <A HREF="http://csoap.sourceforge.net">http://csoap.sourceforge.net</A></I>
+
+</BODY>
+</HTML>
diff --git a/doc/header.html b/doc/header.html
new file mode 100644
index 0000000..3232ffd
--- /dev/null
+++ b/doc/header.html
@@ -0,0 +1,20 @@
+<HTML>
+<HEAD>
+<link rel="stylesheet" href="doxygen.css">
+<TITLE>csoap</TITLE>
+</HEAD>
+
+<BODY bgcolor="#ffffff">
+
+<TABLE cellspacing=10 cellpadding=2 border=0>
+<TR>
+ <TD><IMG SRC="../images/logo02.gif" BORDER=0 ALT=""></TD>
+ <TD>
+ <CENTER><FONT COLOR="#A7ABF9">
+ <H2>C library for SOAP <small>(Simple Object Access Protocol)</small></H2>
+ </FONT>
+ </CENTER>
+ </TD>
+</TR>
+</TABLE>
+<HR>
diff --git a/doc/images/logo02.gif b/doc/images/logo02.gif
new file mode 100644
index 0000000..571cbdd
--- /dev/null
+++ b/doc/images/logo02.gif
Binary files differ