Updating version number to 1.4 beta + some minor fixes
git-svn-id: svn://svn.code.sf.net/p/writer2latex/code/trunk@176 f0f2a975-2e09-46c8-9428-3b39399b9f3c
This commit is contained in:
parent
51f960d510
commit
2f5ab8c518
18 changed files with 77 additions and 38 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
<identifier value="org.openoffice.da.writer2latex.oxt"/>
|
||||
|
||||
<version value="1.3.2" />
|
||||
<version value="1.4" />
|
||||
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
<identifier value="org.openoffice.da.writer2xhtml.oxt" />
|
||||
|
||||
<version value="1.3.2" />
|
||||
<version value="1.4" />
|
||||
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
|
||||
|
|
|
@ -23,18 +23,18 @@
|
|||
with some special elements:</paragraph>
|
||||
<list type="unordered">
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">A <emph>div</emph>-element with the id <emph>content</emph> is used to
|
||||
<paragraph role="paragraph" xml-lang="en-US">An element with the id <emph>content</emph> is used to
|
||||
fill the text content.
|
||||
If no such element exists, the <emph>body</emph> element is used. If there is no <emph>body</emph> element
|
||||
in the template, the root element is used.</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US"><emph>div</emph>-elements with the id <emph>header</emph> or
|
||||
<paragraph role="paragraph" xml-lang="en-US">Elements with the id <emph>header</emph> or
|
||||
<emph>footer</emph> (optional) will be filled with a simple navigation panel using a first/previous/next/last scheme
|
||||
(for spreadsheet documents, sheet names are used for navigation).</paragraph>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<paragraph role="paragraph" xml-lang="en-US">A <emph>div</emph>-element with the id <emph>panel</emph> (optional)
|
||||
<paragraph role="paragraph" xml-lang="en-US">An element with the id <emph>panel</emph> (optional)
|
||||
will be filled with a simple navigation panel using a table of contens-like scheme.</paragraph>
|
||||
</listitem>
|
||||
</list>
|
||||
|
@ -46,14 +46,31 @@
|
|||
    <title/><br/>
|
||||
  </head><br/>
|
||||
  <body><br/>
|
||||
    <div id='header' /><br/>
|
||||
    <div id='content' /><br/>
|
||||
    <div id='header'/><br/>
|
||||
    <div id='content'/><br/>
|
||||
  </body><br/>
|
||||
</html>
|
||||
</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">As the template does not include footer and panel nodes, these elements will not be included.
|
||||
</paragraph>
|
||||
<paragraph role="paragraph" xml-lang="en-US">The absolute mininal template is this:</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">A template with all the elements, suitable for HTML5 might look like this:
|
||||
</paragraph>
|
||||
<paragraph role="code" xml-lang="en-US">
|
||||
<html><br/>
|
||||
  <head><br/>
|
||||
    <title/><br/>
|
||||
  </head><br/>
|
||||
  <body><br/>
|
||||
    <header><nav id='header'/></header><br/>
|
||||
    <aside><nav id='panel'/></aside><br/>
|
||||
    <div id='content'/><br/>
|
||||
    <footer><nav id='footer'/></footer><br/>
|
||||
  </body><br/>
|
||||
</html>
|
||||
</paragraph>
|
||||
|
||||
<paragraph role="paragraph" xml-lang="en-US">The absolutely mininal template is this:</paragraph>
|
||||
<paragraph role="code" xml-lang="en-US">
|
||||
<div/>
|
||||
</paragraph>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
xmlns:xlink="http://www.w3.org/1999/xlink">
|
||||
|
||||
<identifier value="org.openoffice.da.writer4latex.oxt" />
|
||||
<version value="1.3.2" />
|
||||
<version value="1.4" />
|
||||
<dependencies>
|
||||
<OpenOffice.org-minimal-version value="3.0" d:name="OpenOffice.org 3.0"/>
|
||||
</dependencies>
|
||||
|
|
|
@ -2,5 +2,5 @@
|
|||
<description xmlns="http://openoffice.org/extensions/description/2006"
|
||||
xmlns:d="http://openoffice.org/extensions/description/2006">
|
||||
<identifier value="org.openoffice.da.writer2latex.xhtml-config-sample.oxt" />
|
||||
<version value="1.3.2" />
|
||||
<version value="1.4" />
|
||||
</description>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue