diff options
author | Jonathan Robie <jonathan@apache.org> | 2010-06-23 14:38:17 +0000 |
---|---|---|
committer | Jonathan Robie <jonathan@apache.org> | 2010-06-23 14:38:17 +0000 |
commit | 2acf9d6d9c298a31d43977774b93e92518b0207c (patch) | |
tree | d3221d4e222e24bf4dad9740e81ea515b975ae16 /cpp | |
parent | 3e60ce316b62d1f2f7fe2d62b6fb475becf71ed5 (diff) | |
download | qpid-python-2acf9d6d9c298a31d43977774b93e92518b0207c.tar.gz |
Fixed scripts that referred to README instead of README.txt.
Changes to web site template and content.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@957222 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/INSTALL | 2 | ||||
-rw-r--r-- | cpp/INSTALL-WINDOWS | 2 | ||||
-rw-r--r-- | cpp/Makefile.am | 2 | ||||
-rw-r--r-- | cpp/docs/api/header.html | 37 | ||||
-rw-r--r-- | cpp/examples/xml-exchange/Makefile.am | 2 |
5 files changed, 13 insertions, 32 deletions
diff --git a/cpp/INSTALL b/cpp/INSTALL index 9977c13201..9afe4740a3 100644 --- a/cpp/INSTALL +++ b/cpp/INSTALL @@ -330,7 +330,7 @@ for qpid code outside the qpid/sys namespace should remain stable. 6. Tests ======== -See src/tests/README for details. +See src/tests/README.txt for details. 7. Doxygen diff --git a/cpp/INSTALL-WINDOWS b/cpp/INSTALL-WINDOWS index 195fc303d8..964d644a7a 100644 --- a/cpp/INSTALL-WINDOWS +++ b/cpp/INSTALL-WINDOWS @@ -125,7 +125,7 @@ Now follow instruction for building from a source distribution in step (3). 5. Tests
========
-See src/tests/README for details.
+See src/tests/README.txt for details.
6. Doxygen
diff --git a/cpp/Makefile.am b/cpp/Makefile.am index 5c475946a0..7cd022fb08 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -23,7 +23,7 @@ AUTOMAKE_OPTIONS = 1.9.2 foreign ACLOCAL_AMFLAGS = -I m4 EXTRA_DIST = \ - LICENSE NOTICE README SSL RELEASE_NOTES DESIGN \ + LICENSE NOTICE README.txt SSL RELEASE_NOTES DESIGN \ xml/cluster.xml INSTALL-WINDOWS CMakeLists.txt BuildInstallSettings.cmake \ packaging/NSIS QPID_VERSION.txt diff --git a/cpp/docs/api/header.html b/cpp/docs/api/header.html index 9c85c54000..883410ce25 100644 --- a/cpp/docs/api/header.html +++ b/cpp/docs/api/header.html @@ -19,32 +19,13 @@ --> -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> -<title>$title</title> -<link href="$relpath$doxygen.css" rel="stylesheet" type="text/css"> -<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"> -</head><body> - - -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> -<html> - <head> - <meta http-equiv="Content-Type" content="text/html;charset=UTF-8"> - <title>Apache Qpid C++ API</title> - <link href="doxygen.css" rel="stylesheet" type="text/css"> - <link href="tabs.css" rel="stylesheet" type="text/css"> - </head> - <body bgcolor="#FFFFFF"> - <table border="0" width="90%" align="center"> - <tr> - <td align="left"> - <a title="Apache Qpid Project Page" href="http://qpid.apache.org">Apache Qpid - AMQP Messaging for Java JMS, C++, Python, Ruby, and .NET</a> - </td> - - <td align="right"> - <a title="Apache Qpid Documentation" href="http://qpid.apache.org/documentation.html">Apache Qpid Documentation</a> - </td> - </tr> -</table> +<hr size="1"> +<address style="text-align: left;"><small> +Qpid C++ API Reference</small></address> +<address style="text-align: right;"> +<small> +Generated on $datetime for $projectname by <a href="http://www.doxygen.org/index.html"><img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> $doxygenversion</small> +</address> +</body> +</html> diff --git a/cpp/examples/xml-exchange/Makefile.am b/cpp/examples/xml-exchange/Makefile.am index e91cec370d..9001e3fa61 100644 --- a/cpp/examples/xml-exchange/Makefile.am +++ b/cpp/examples/xml-exchange/Makefile.am @@ -33,7 +33,7 @@ listener_SOURCES=listener.cpp listener_LDADD=$(CLIENT_LIB) EXTRA_DIST= \ - README \ + README.txt \ CMakeLists.txt examples_DATA= \ |