Documentation images and style sheets

git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@425652 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Marc Prud'hommeaux 2006-07-26 07:36:39 +00:00
parent 3c702ef0d1
commit c3845a4232
36 changed files with 13690 additions and 13731 deletions

View File

@ -45,11 +45,13 @@
<tasks>
<echo>Building docbook manual</echo>
<style includes="**/manual.xml"
force="true"
basedir="${project.basedir}/src/doc/manual"
destdir="${project.basedir}/target/filtered-site/resources/manual"
style="manual-xhtml.xsl"
classpathref="maven.runtime.classpath"/>
<style includes="**/manual.xml"
force="true"
basedir="${project.basedir}/src/doc/manual"
destdir="${project.basedir}/target/filtered-site/resources/manual"
style="manual-xhtml-chunk.xsl"

View File

@ -3,9 +3,7 @@
<!-- docbook stylesheet customizations for openjpa manual -->
<xsl:import href="http://docbook.sourceforge.net/release/xsl/1.69.1/xhtml/chunk.xsl"/>
<!--
<xsl:param name="html.stylesheet">../css/maven-base.css ../css/maven-theme.css ../css/site.css</xsl:param>
-->
<xsl:param name="html.stylesheet">../css/docbook.css</xsl:param>
<xsl:param name="html.cleanup" select="1"/>
<xsl:param name="label.from.part" select="1"/>

File diff suppressed because it is too large Load Diff

View File

@ -1,71 +0,0 @@
body, td, th {
font-size: 95%;
font-family: Arial, Geneva, Helvetica, sans-serif;
color: black;
background-color: white;
}
menu {
margin-left: 1em;
padding-left: 1em;
white-space: nowrap;
}
table.colortable {
background-color: #dddddd;
}
h2 {
font-size: 130%;
font-weight: bold;
}
h3 {
font-size: 110%;
font-weight: bold;
}
h4 {
font-size: 100%;
font-weight: bold;
}
.menuheader {
font-weight: bold;
}
.navleft {
padding-right: 5px;
border: 1px solid #cccccc;
border-width: 0px 1px 0px 0px;
}
.navright {
padding-left: 5px;
border: 1px solid #cccccc;
border-width: 0px 0px 0px 1px;
}
.section-content {
padding-left: 1em;
padding-right: 1em;
}
.footer {
text-align: center;
font-size: 80%;
}
.note {
margin: 1em;
padding: 1em;
border: 2px solid gray;
}
.source {
margin: 0em 1em 0em 1em;
padding: 0em 1em 0em 1em;
border: 2px solid #bbbbbb;
white-space: pre;
}

View File

@ -0,0 +1,29 @@
body {
background: #FFFFFF;
}
h1, h2, h3, h4, h5 {
color: #800000;
font-family: sans-serif;
}
span.term {
font-weight: bold;
}
div.sidebar {
background: #F0F0F0;
border: 1px solid gray;
padding: 5px;
margin: 20px;
}
pre.programlisting {
background: #F0F0F0;
border: 1px solid gray;
padding: 2px;
font-size: 10pt;
white-space: pre;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 212 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

View File

@ -8,7 +8,7 @@
<body>
<menu name="OpenJPA">
<item name="Home" href="index.html"/>
<item name="Manual" href="openjpa-project/manual/manual.html"/>
<item name="Manual" href="openjpa-project/manual/index.html"/>
<item name="Download" href="downloads.html"/>
<item name="Building" href="building.html"/>
</menu>
@ -26,9 +26,11 @@
<!-- <menu ref="modules"/> -->
</body>
<!--
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-stylus-skin</artifactId>
<version>1.0</version>
</skin>
-->
</project>