Rename w4l to w2lconfig

git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@209 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
henrikjust 2014-11-04 16:04:51 +00:00
parent f713937356
commit 0433816d5b
14 changed files with 10 additions and 8 deletions

View file

@ -2,7 +2,7 @@
############################################################################
# This is the Ant build file for writer2latex
# Original: Sep 2004 (mgn)
# version 1.6 (2014-11-03)
# version 1.6 (2014-11-04)
############################################################################
-->
<project name="w2l" default="help" basedir=".">
@ -212,10 +212,10 @@
<!-- delete the jar for this extension -->
<delete file="${tmp}/writer2xhtml-filter.jar" />
<!-- Third extension: writer2latex-configurations.oxt -->
<!-- Third extension: w2lconfig.oxt -->
<!-- Pack extension -->
<zip destfile="${target.lib}/writer2latex-configurations.oxt" basedir="source/oxt/writer2latex-configurations"/>
<zip destfile="${target.lib}/w2lconfig.oxt" basedir="source/oxt/w2lconfig"/>
<!-- Fourth extension: xhtml-config-package.oxt (xhtml sample configuration package) -->

View file

@ -6,6 +6,8 @@ Changelog for Writer2LaTeX version 1.4 -> 1.6
Replaced menu with a toolbar with four buttons: Insert BibTeX citation (not yet implemented), publish to LaTeX,
view log files and edit custom format. (Publishing without showing the dialog is currently removed.)
Using the toolbar bypasses the filter logic, which gives a significant performance gain for large documents.
The remaining parts of Writer4LaTeX (the article template, configuration and help file) has been renamed
to "Writer2LaTeX configurations" (short w2lconfig).
[all] Implementation detail: Replaced Robert Harder's base 64 class with javax.xml.bind.DatatypeConverter

View file

@ -3,7 +3,7 @@
xmlns:d="http://openoffice.org/extensions/description/2006"
xmlns:xlink="http://www.w3.org/1999/xlink">
<identifier value="org.openoffice.da.writer2latex-configurations.oxt" />
<identifier value="org.openoffice.da.w2lconfig.oxt" />
<version value="1.5.1" />
<dependencies>
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>

View file

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<tree_view version="02-nov-2014">
<help_section application="w2lconfig" id="w2lconfigurations01" title="Writer2LaTeX configurations">
<tree_view version="03-nov-2014">
<help_section application="w2lconfig" id="w2lconfig01_writer" title="Writer2LaTeX configurations">
<topic id="w2lconfig/org.openoffice.da.w2lconfig.oxt/templates.xhp">Using the templates</topic>
</help_section>
</tree_view>

View file

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<helpdocument version="1.0">
<meta>
<topic id="writer2latex-configurations-templates" indexer="include">
<topic id="w2lconfigtemplates" indexer="include">
<title xml-lang="en-US">Using the templates</title>
<filename>org.openoffice.da.writer2latex-configurations.oxt/templates.xhp</filename>
<filename>org.openoffice.da.w2lconfig.oxt/templates.xhp</filename>
</topic>
</meta>
<body>

View file

Before

Width:  |  Height:  |  Size: 447 B

After

Width:  |  Height:  |  Size: 447 B

View file

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB