[FOray-commit] SF.net SVN: foray:[11318] trunk/foray/foray-all/doc/web
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2017-01-17 04:40:21
|
Revision: 11318
http://sourceforge.net/p/foray/code/11318
Author: victormote
Date: 2017-01-17 04:40:18 +0000 (Tue, 17 Jan 2017)
Log Message:
-----------
1. Fix location of menu title on module and dev left menus. 2. Fix tag escaping for Maven modules.
Modified Paths:
--------------
trunk/foray/foray-all/doc/web/00-rsrc/include/leftmenu-dev.html
trunk/foray/foray-all/doc/web/00-rsrc/include/leftmenu-module.html
trunk/foray/foray-all/doc/web/module/download.html
Modified: trunk/foray/foray-all/doc/web/00-rsrc/include/leftmenu-dev.html
===================================================================
--- trunk/foray/foray-all/doc/web/00-rsrc/include/leftmenu-dev.html 2017-01-17 04:13:27 UTC (rev 11317)
+++ trunk/foray/foray-all/doc/web/00-rsrc/include/leftmenu-dev.html 2017-01-17 04:40:18 UTC (rev 11318)
@@ -3,7 +3,7 @@
<td class="LeftMenuMenu">
- <h1 align="center"><a class="MenuTitle" href="/">FOray</a></h1>
+ <h1 class="MenuTitle"><a class="MenuTitle" href="/">FOray</a></h1>
<table class="BigMenu">
<tr class="BigMenuUnselected">
Modified: trunk/foray/foray-all/doc/web/00-rsrc/include/leftmenu-module.html
===================================================================
--- trunk/foray/foray-all/doc/web/00-rsrc/include/leftmenu-module.html 2017-01-17 04:13:27 UTC (rev 11317)
+++ trunk/foray/foray-all/doc/web/00-rsrc/include/leftmenu-module.html 2017-01-17 04:40:18 UTC (rev 11318)
@@ -3,7 +3,7 @@
<td class="LeftMenuMenu">
- <h1 align="center"><a class="MenuTitle" href="/">FOray</a></h1>
+ <h1 class="MenuTitle"><a class="MenuTitle" href="/">FOray</a></h1>
<table class="BigMenu">
<tr class="BigMenuUnselected">
Modified: trunk/foray/foray-all/doc/web/module/download.html
===================================================================
--- trunk/foray/foray-all/doc/web/module/download.html 2017-01-17 04:13:27 UTC (rev 11317)
+++ trunk/foray/foray-all/doc/web/module/download.html 2017-01-17 04:40:18 UTC (rev 11318)
@@ -23,96 +23,96 @@
<h2>Access the Latest Snapshots Using Maven</h2>
<p>Here are the Maven dependency elements:</p>
<pre><code>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-app</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-areatree</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-common</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-core</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-font</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-fotree</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-graphic</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-hyphen</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-layout</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-mif</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-output</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-pdf</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-pioneer</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-ps</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-render</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-speech</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-linebreak</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.foray</groupId>
- <artifactId>foray-xml</artifactId>
- <version>0.4-SNAPSHOT</version>
- </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-app</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-areatree</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-common</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-core</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-font</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-fotree</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-graphic</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-hyphen</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-layout</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-mif</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-output</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-pdf</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-pioneer</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-ps</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-render</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-speech</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-linebreak</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.foray</groupId>
+ <artifactId>foray-xml</artifactId>
+ <version>0.4-SNAPSHOT</version>
+ </dependency>
</code></pre>
<!--#include virtual="/00-rsrc/include/leftmenu-end.html" -->
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|