mcatan 2004/04/12 05:52:53
Modified: xdocs/www index.html
Log:
added link to the short introduction
Revision Changes Path
1.2 +7 -2 logging-log4cxx/xdocs/www/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/logging-log4cxx/xdocs/www/index.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- index.html 7 Mar 2004 05:06:29 -0000 1.1
+++ index.html 12 Apr 2004 12:52:53 -0000 1.2
@@ -19,7 +19,7 @@
<meta name="email" value="mcatan at free dot fr">
- <meta name="keywords" content="c++,
cpp, cxx, logging, tracing, component, framework, API, log4cxx" />
+ <meta name="keywords" content="c++,
cpp, cxx, logging, tracing, component, framework, API, log4cxx" />
<link href="./css/site.css" rel="stylesheet" type="text/css"/>
@@ -69,6 +69,8 @@
</tr>
<tr><td class="navbarItem"><small> <a
href="./index.html">About</a>
</small></td></tr>
+ <tr><td class="navbarItem"><small> <a
href="./news.html">News</a>
+</small></td></tr>
<tr><td class="navbarItem"><small> <a
href="./team.html">Team</a>
</small></td></tr>
<tr><td class="navbarItem"><small> <a
href="./manual/index.html">Documentation</a>
@@ -81,7 +83,10 @@
<td id="mainContents" align="left" valign="top">
<h1>About log4cxx</h1>
<p>Log4cxx is a port to C++ of the
- <a href="http://logging.apache.org/log4j">Log4j</a> project
+ <a href="http://logging.apache.org/log4j">Log4j</a> project.
+ </p>
+
<p>Main concepts of the logging framework are exposed in
the
+ <a href="manual/Introduction.html">short introduction to log4cxx</a>.
</p>
</td>