Author: allee8285
Date: Fri Nov 30 18:11:45 2012
New Revision: 1415771
URL: http://svn.apache.org/viewvc?rev=1415771&view=rev
Log:
CMS migration updates - Add (commented out) sample table. Commented out breadcrumb in template
page. Markdown only generates "Home >> current page", and it has a '/' prefix, which
points to nowhere.
Modified:
openjpa/site/trunk/content/documentation.mdtext
openjpa/site/trunk/templates/standard.html
Modified: openjpa/site/trunk/content/documentation.mdtext
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/content/documentation.mdtext?rev=1415771&r1=1415770&r2=1415771&view=diff
==============================================================================
--- openjpa/site/trunk/content/documentation.mdtext (original)
+++ openjpa/site/trunk/content/documentation.mdtext Fri Nov 30 18:11:45 2012
@@ -8,6 +8,12 @@ The online OpenJPA documentation can be
<a name="Documentation-Latest(2.3.0-SNAPSHOT)"></a>
## Latest (2.3.0-SNAPSHOT)
+<!--
+| Version | HTML Manual | HTML Manual (Single Page) | PDF Manual | Javadocs | Schema |
+| ------- | ----------- | ------------------------- | ---------- | -------- | ------ |
+| Nightly build (trunk) | [manual](http://openjpa.apache.org/builds/latest/docs/docbook/manual/main.html)|
[manual](http://openjpa.apache.org/builds/latest/docs/docbook/manual.html)| [manual](http://openjpa.apache.org/builds/latest/docs/docbook/manual.pdf)|
[javadoc](http://openjpa.apache.org/builds/latest/docs/javadoc/index.html)| [schema](http://openjpa.apache.org/builds/latest/docs/schema/)
|
+-->
+
<table>
<tr><th> Version </th><th> HTML Manual </th><th> HTML
Manual (Single Page) </th><th> PDF Manual </th><th>
Javadocs </th><th> Schema </th></tr>
Modified: openjpa/site/trunk/templates/standard.html
URL: http://svn.apache.org/viewvc/openjpa/site/trunk/templates/standard.html?rev=1415771&r1=1415770&r2=1415771&view=diff
==============================================================================
--- openjpa/site/trunk/templates/standard.html (original)
+++ openjpa/site/trunk/templates/standard.html Fri Nov 30 18:11:45 2012
@@ -65,11 +65,11 @@ limitations under the License.
</TABLE>
<!-- Navigation Bar -->
- <div class="top_red_bar">
+ <div class="bottom_red_bar">
<div id="site-breadcrumbs">
- <!-- Breadcrumbs -->
+ <!-- Breadcrumbs --
{{ breadcrumbs|safe }}
- <!-- Breadcrumbs -->
+ -- Breadcrumbs -->
</div>
</div>
|