Author: schor
Date: Tue Dec  6 16:17:09 2011
New Revision: 1210995

URL: http://svn.apache.org/viewvc?rev=1210995&view=rev
Log:
[UIMA-2301] fix codepage issues with Anakia site generation

Added:
    uima/site/trunk/uima-website/xdocs/stylesheets/velocity.properties   (with 
props)
Modified:
    uima/site/trunk/uima-website/build.xml
    uima/site/trunk/uima-website/docs/team-list.html
    uima/site/trunk/uima-website/xdocs/team-list.xml

Modified: uima/site/trunk/uima-website/build.xml
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/build.xml?rev=1210995&r1=1210994&r2=1210995&view=diff
==============================================================================
--- uima/site/trunk/uima-website/build.xml (original)
+++ uima/site/trunk/uima-website/build.xml Tue Dec  6 16:17:09 2011
@@ -79,12 +79,13 @@
               base website's framework using the 
               build-ip-clearances.xml ant script instead -->
       <anakia basedir="${docs.src}" destdir="${docs.dest}/"
-           extension=".html" style="./site.vsl"
+           extension=".html" style="xdocs/stylesheets/site.vsl"
            projectFile="stylesheets/project.xml"
            excludes="**/stylesheets*/** **/downloads/** empty.xml 
**/ip-clearances/**"
            includes="**/*.xml"
            lastModifiedCheck="true"
-           templatePath="xdocs/stylesheets">
+           templatePath="xdocs/stylesheets"
+           velocityPropertiesFile="xdocs/stylesheets/velocity.properties">
       </anakia>
        
          <!-- convert x99 (tm) to & trade ; -->

Modified: uima/site/trunk/uima-website/docs/team-list.html
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/docs/team-list.html?rev=1210995&r1=1210994&r2=1210995&view=diff
==============================================================================
--- uima/site/trunk/uima-website/docs/team-list.html (original)
+++ uima/site/trunk/uima-website/docs/team-list.html Tue Dec  6 16:17:09 2011
@@ -190,7 +190,7 @@
       </td></tr>
       <tr><td>
         <blockquote class="subsectionBody">
-                                    <p>The current committers on the Apache 
UIMA&trade; project are
+                                    <p>The current committers on the Apache 
UIMAÂ&trade; project are
   <table>
 <!-- <tr><th>Name</th></tr> -->
 <tr><td>Michael Baessler</td></tr>
@@ -199,7 +199,7 @@
 <tr><td>Tong Fin</td></tr>
 <tr><td><a href="http://people.apache.org/~twgoetz";>Thilo Goetz</a></td></tr>
 <tr><td>Bhavani Iyer</td></tr>
-<tr><td>Peter Klügl</td></tr>
+<tr><td>Peter Klügl</td></tr> 
 <tr><td>Joern Kottmann</td></tr>
 <tr><td>Adam Lally</td></tr>
 <tr><td>Burn Lewis</td></tr>

Added: uima/site/trunk/uima-website/xdocs/stylesheets/velocity.properties
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/stylesheets/velocity.properties?rev=1210995&view=auto
==============================================================================
--- uima/site/trunk/uima-website/xdocs/stylesheets/velocity.properties (added)
+++ uima/site/trunk/uima-website/xdocs/stylesheets/velocity.properties Tue Dec  
6 16:17:09 2011
@@ -0,0 +1 @@
+output.encoding=UTF-8
\ No newline at end of file

Propchange: uima/site/trunk/uima-website/xdocs/stylesheets/velocity.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: uima/site/trunk/uima-website/xdocs/team-list.xml
URL: 
http://svn.apache.org/viewvc/uima/site/trunk/uima-website/xdocs/team-list.xml?rev=1210995&r1=1210994&r2=1210995&view=diff
==============================================================================
--- uima/site/trunk/uima-website/xdocs/team-list.xml (original)
+++ uima/site/trunk/uima-website/xdocs/team-list.xml Tue Dec  6 16:17:09 2011
@@ -1,4 +1,4 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <!--
 Licensed to the Apache Software Foundation (ASF) under one
 or more contributor license agreements.  See the NOTICE file
@@ -41,7 +41,7 @@ under the License.
 <tr><td>Tong Fin</td></tr>
 <tr><td><a href="http://people.apache.org/~twgoetz";>Thilo Goetz</a></td></tr>
 <tr><td>Bhavani Iyer</td></tr>
-<tr><td>Peter Klügl</td></tr>
+<tr><td>Peter Klügl</td></tr> 
 <tr><td>Joern Kottmann</td></tr>
 <tr><td>Adam Lally</td></tr>
 <tr><td>Burn Lewis</td></tr>


Reply via email to