Author: tomdz
Date: Mon Jun 25 23:28:29 2007
New Revision: 550709
URL: http://svn.apache.org/viewvc?view=rev&rev=550709
Log:
Merged documentation changes into 1.0 tag
Modified:
db/ddlutils/tags/1.0/src/doc/src/documentation/content/xdocs/download.xml
db/ddlutils/tags/1.0/src/doc/src/documentation/skinconf.xml
Modified:
db/ddlutils/tags/1.0/src/doc/src/documentation/content/xdocs/download.xml
URL:
http://svn.apache.org/viewvc/db/ddlutils/tags/1.0/src/doc/src/documentation/content/xdocs/download.xml?view=diff&rev=550709&r1=550708&r2=550709
==============================================================================
--- db/ddlutils/tags/1.0/src/doc/src/documentation/content/xdocs/download.xml
(original)
+++ db/ddlutils/tags/1.0/src/doc/src/documentation/content/xdocs/download.xml
Mon Jun 25 23:28:29 2007
@@ -24,12 +24,58 @@
</header>
<body>
<section>
- <title>Where to download DdlUtils</title>
- </section>
- <p>
- DdlUtils has not yet released any binary or source releases. Therefore
please get it
- from the repository for the time being. Instructions on how to do that
can be found
- <a href="site:download/svn-info">here</a>.
- </p>
+ <title>DdlUtils' Releases</title>
+ <p>
+ These are the currently released artifacts:
+ </p>
+ <table>
+ <tr>
+ <th>Version</th>
+ <th>Binary</th>
+ <th>Library JAR</th>
+ <th>Source</th>
+ <th>Documentation</th>
+ </tr>
+ <tr>
+ <td>
+ <a
href="http://www.apache.org/dyn/closer.cgi/db/ddlutils/ddlutils-1.0/">DdlUtils
1.0</a>
+ </td>
+ <td>
+ <a
href="http://www.apache.org/dyn/closer.cgi/db/ddlutils/ddlutils-1.0/binaries/DdlUtils-1.0-bin.zip">ZIP</a><br/>
+ <a
href="http://www.apache.org/dist/db/ddlutils/ddlutils-1.0/binaries/DdlUtils-1.0-bin.zip.asc">Signature</a>
+ <a
href="http://www.apache.org/dist/db/ddlutils/ddlutils-1.0/binaries/DdlUtils-1.0-bin.zip.md5">MD5</a>
+ <a
href="http://www.apache.org/dist/db/ddlutils/ddlutils-1.0/binaries/DdlUtils-1.0-bin.zip.sha">SHA1</a>
+ </td>
+ <td>
+ <a
href="http://www.apache.org/dyn/closer.cgi/db/ddlutils/ddlutils-1.0/binaries/DdlUtils-1.0.jar">JAR</a><br/>
+ <a
href="http://www.apache.org/dist/db/ddlutils/ddlutils-1.0/binaries/DdlUtils-1.0.jar.asc">Signature</a>
+ <a
href="http://www.apache.org/dist/db/ddlutils/ddlutils-1.0/binaries/DdlUtils-1.0.jar.md5">MD5</a>
+ <a
href="http://www.apache.org/dist/db/ddlutils/ddlutils-1.0/binaries/DdlUtils-1.0.jar.sha">SHA1</a>
+ </td>
+ <td>
+ <a
href="http://www.apache.org/dyn/closer.cgi/db/ddlutils/ddlutils-1.0/source/DdlUtils-1.0-src.zip">ZIP</a><br/>
+ <a
href="http://www.apache.org/dist/db/ddlutils/ddlutils-1.0/source/DdlUtils-1.0-src.zip.asc">Signature</a>
+ <a
href="http://www.apache.org/dist/db/ddlutils/ddlutils-1.0/source/DdlUtils-1.0-src.zip.md5">MD5</a>
+ <a
href="http://www.apache.org/dist/db/ddlutils/ddlutils-1.0/source/DdlUtils-1.0-src.zip.sha">SHA1</a>
+ </td>
+ <td>
+ <a
href="http://www.apache.org/dyn/closer.cgi/db/ddlutils/ddlutils-1.0/doc/DdlUtils-1.0-doc.zip">ZIP</a><br/>
+ <a
href="http://www.apache.org/dist/db/ddlutils/ddlutils-1.0/doc/DdlUtils-1.0-doc.zip.asc">Signature</a>
+ <a
href="http://www.apache.org/dist/db/ddlutils/ddlutils-1.0/doc/DdlUtils-1.0-doc.zip.md5">MD5</a>
+ <a
href="http://www.apache.org/dist/db/ddlutils/ddlutils-1.0/doc/DdlUtils-1.0-doc.zip.sha">SHA1</a>
+ </td>
+ </tr>
+ </table>
+ <p>
+ You can find the KEYS file containing the public keys for verifying
the signature here:
+ <a href="http://www.apache.org/dist/db/ddlutils/KEYS">KEYS</a><br/>
+ </p>
+ </section>
+ <section>
+ <title>Getting the source from the source repository</title>
+ <p>
+ Instructions on how to access the DdlUtils' source repository can be
found <a href="site:download/svn-info">here</a>.
+ </p>
+ </section>
</body>
</document>
Modified: db/ddlutils/tags/1.0/src/doc/src/documentation/skinconf.xml
URL:
http://svn.apache.org/viewvc/db/ddlutils/tags/1.0/src/doc/src/documentation/skinconf.xml?view=diff&rev=550709&r1=550708&r2=550709
==============================================================================
--- db/ddlutils/tags/1.0/src/doc/src/documentation/skinconf.xml (original)
+++ db/ddlutils/tags/1.0/src/doc/src/documentation/skinconf.xml Mon Jun 25
23:28:29 2007
@@ -184,7 +184,13 @@
To define the css definition of a new element that you may have used
in the class attribute of a <p> node.
e.g. <p class="quote"/>
- -->
+ -->
+
+body #banner td a, .app h3 a, .app h4 a {
+ color: #000 !important;
+ font-size: 2.5em;
+}
+
p {
line-height: 1.4
}