You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by ch...@apache.org on 2011/03/18 18:23:23 UTC

svn commit: r1082984 [1/3] - in /db/derby/docs/trunk: build.xml lib/dita2htmlImpl.xsl lib/index.html

Author: chaase3
Date: Fri Mar 18 17:23:23 2011
New Revision: 1082984

URL: http://svn.apache.org/viewvc?rev=1082984&view=rev
Log:
DERBY-5136 Simple accessibility fixes to frames HTML doc output

Put modified versions of two files, index.html and dita2htmlImpl.xsl, in the lib directory for use in the DITA toolkit. Added these to build.xml file along with an additional line to edit the index.html file.

I accidentally gave the patch file the name of the parent JIRA task instead of this one. I hope this is not too confusing.

Patches: DERBY-5135.diff

Added:
    db/derby/docs/trunk/lib/dita2htmlImpl.xsl
    db/derby/docs/trunk/lib/index.html
Modified:
    db/derby/docs/trunk/build.xml

Modified: db/derby/docs/trunk/build.xml
URL: http://svn.apache.org/viewvc/db/derby/docs/trunk/build.xml?rev=1082984&r1=1082983&r2=1082984&view=diff
==============================================================================
--- db/derby/docs/trunk/build.xml (original)
+++ db/derby/docs/trunk/build.xml Fri Mar 18 17:23:23 2011
@@ -54,6 +54,8 @@ limitations under the License.
     <copy file="${dita.lib.dir}/domains2fo.xsl" todir="${dita.dir}/xsl/xslfo"/>
     <copy file="${dita.lib.dir}/dita2fo-links.xsl" todir="${dita.dir}/xsl/xslfo"/>
     <copy file="${dita.lib.dir}/dita2fo-subroutines.xsl" todir="${dita.dir}/xsl/xslfo"/>
+    <copy file="${dita.lib.dir}/index.html" todir="${dita.dir}/resource"/>
+    <copy file="${dita.lib.dir}/dita2htmlImpl.xsl" todir="${dita.dir}/xsl/xslhtml"/>
     <mkdir dir="${dita.temp.dir}"/>
     <copy todir="${dita.output.dir}/images">
       <fileset dir="${dita.src.dir}/images"/>
@@ -135,6 +137,7 @@ limitations under the License.
       <filterchain>
         <tokenfilter>
           <replaceregex pattern="Web Sample" replace="${manual.title}"/>
+          <replaceregex pattern="SAMPLE" replace="${manual.name}"/>
         </tokenfilter>
       </filterchain>
     </copy>