Documentation images and style sheets
git-svn-id: https://svn.apache.org/repos/asf/incubator/openjpa/trunk@425652 13f79535-47bb-0310-9956-ffa450edef68
|
@ -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"
|
||||
|
|
|
@ -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"/>
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -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;
|
||||
}
|
After Width: | Height: | Size: 34 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 75 KiB |
After Width: | Height: | Size: 212 KiB |
After Width: | Height: | Size: 196 KiB |
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 101 KiB |
After Width: | Height: | Size: 42 KiB |
After Width: | Height: | Size: 60 KiB |
After Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 46 KiB |
After Width: | Height: | Size: 105 KiB |
After Width: | Height: | Size: 110 KiB |
After Width: | Height: | Size: 39 KiB |
After Width: | Height: | Size: 38 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 45 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 61 KiB |
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 36 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 21 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 24 KiB |
After Width: | Height: | Size: 25 KiB |
After Width: | Height: | Size: 45 KiB |
|
@ -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>
|
||||
|
|