source: stylesheets/lfs-xsl/docbook-xsl-1.78.1/slides/RELEASE-NOTES.xml@ c158fe6

7.5-systemd 7.6-systemd 7.7-systemd 7.8-systemd 7.9-systemd
Last change on this file since c158fe6 was b1a51ac1, checked in by Krejzi <krejzi@…>, 11 years ago

Import new branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version='1.0' encoding="utf-8"?>
2<!DOCTYPE article SYSTEM "http://docbook.org/xml/4.4/docbookx.dtd">
3<article>
4 <articleinfo>
5 <title>DocBook Slides Release Notes</title>
6 <pubdate><?dbtimestamp format="Y-m-d"?></pubdate>
7 <releaseinfo role="cvs">$Id: RELEASE-NOTES.xml 9639 2012-10-22 18:41:00Z stefan $</releaseinfo>
8 <corpauthor>DocBook Project Development Team</corpauthor>
9 </articleinfo>
10 <para>These are the release notes for the DocBook Slides
11 distribution. This file provides a high-level overview of features
12 and API changes in each release.</para>
13
14 <para>Bug fixes are (mostly) not documented here. For a complete
15 list of changes, including descriptions of bug fixes, see the <ulink
16 url="NEWS"/> file, which is auto-generated from the commit
17 descriptions for changes in the project CVS repository.</para>
18
19 <section>
20 <title>Release 3.4.0</title>
21 <para>This is a feature release that includes some significant
22 schema changes as well as fixes for a few bugs. The feature
23 changes include newly added support for generating presentations
24 in HTML Help format. There are also experimental versions of
25 stylesheets for generating presentations in Keynote and SVG
26 formats. It also includes a new (and still experimental)
27 <filename><ulink url="install.sh" >install.sh</ulink></filename>
28 script to facilitate XML catalog and locating-rules setup.</para>
29 <section id="V340_schema">
30 <title>Schemas</title>
31 <itemizedlist>
32 <listitem>
33 <para>Slides (non-full) is now based on <ulink
34 url="http://docbook.org/xml/simple/1.1/index.html" >Simplified
35 DocBook 1.1</ulink> and Slides "full" is now based on <ulink
36 url="http://docbook.org/xml/4.4/index.html" >DocBook
37 4.4</ulink>. The main benefit this provides is the ability to
38 use HTML tables in your Slides XML source (instead of just CALS
39 tables).</para>
40 </listitem>
41 <listitem>
42 <para>RELAX NG schemas in RNC (compact-syntax) form as well as
43 in RNG (XML syntax) form are now included in the
44 distribution. You can use those to do context-sensitive
45 Slides editing in a RELAX NG-aware editor such as Emacs/nXML,
46 oXygen XML Editor, XMLBuddy, or Exchanger XML Editor. (Note
47 that the RELAX NG schemas are currently generated from the
48 DTDs).</para>
49 </listitem>
50 <listitem>
51 <para>A <filename><ulink url="locatingrules.xml"
52 >locatingrules.xml</ulink> </filename> file has been added
53 to the distribution. The
54 <filename><ulink url="locatingrules.xml"
55 >locatingrules.xml</ulink></filename> file tells a
56 "locating rules"-aware editor such as Emacs/nXML to
57 automatically associate the included RELAX NG Slides schema
58 with any document whose root element is
59 <sgmltag>slides</sgmltag>, <sgmltag>foil</sgmltag>,
60 <sgmltag>foilgroup</sgmltag>, or
61 <sgmltag>speakernotes</sgmltag>.</para>
62 </listitem>
63 </itemizedlist>
64 </section>
65 <section id="V340_fo">
66 <title>FO</title>
67 <itemizedlist>
68 <listitem>
69 <simpara>Added attribute-set to easily control appearance of
70 footer</simpara>
71 </listitem>
72 <listitem>
73 <simpara>Added support for
74 <sgmltag>foil</sgmltag>/<sgmltag>subtitle</sgmltag></simpara>
75 </listitem>
76 <listitem>
77 <simpara>Bookmarks in XEP can now contain i18n
78 characters</simpara>
79 </listitem>
80 <listitem>
81 <simpara>Changed attribute namespaces accordingly to new
82 schema used for titlepage templates</simpara>
83 </listitem>
84 </itemizedlist>
85 </section>
86 <section id="V340_html">
87 <title>HTML</title>
88 <itemizedlist>
89 <listitem>
90 <simpara><sgmltag>xref</sgmltag> to <sgmltag>foil</sgmltag>
91 and <sgmltag>foilgroup</sgmltag> is now supported. (You must
92 have the DocBook XSL stylesheets v1.67.0 or greater to use
93 xrefs.)</simpara>
94 </listitem>
95 <listitem>
96 <simpara>Added new parameter
97 <parameter>show.foil.number</parameter> which can enable
98 numbering of slides. Currently works only with
99 <filename>frames.xsl</filename> and
100 <literal>multiframe=0</literal></simpara>
101 </listitem>
102 <listitem>
103 <simpara>Added support for <literal><ulink
104 url="http://www.sagehill.net/docbookxsl/Chunking.html#dbhtmlDirPI"
105 >dbhtml dir</ulink></literal> processing instruction</simpara>
106 </listitem>
107 </itemizedlist>
108 </section>
109 <section id="V340_htmlhelp">
110 <title>HTML Help</title>
111 <itemizedlist>
112 <listitem>
113 <simpara>Slides can now be generated in HTML Help format</simpara>
114 </listitem>
115 </itemizedlist>
116 </section>
117 <section>
118 <title id="V340_install">Install</title>
119 <itemizedlist>
120 <listitem>
121 <para>A new (and still experimental) <filename><ulink
122 url="install.sh" >install.sh</ulink></filename> file has
123 been added to the Slides distribution. For information on
124 using it, see the <filename><ulink url="INSTALL"
125 >INSTALL</ulink></filename> file.</para>
126 </listitem>
127 </itemizedlist>
128 </section>
129 </section>
130 <section id="old">
131 <title>Older releases</title>
132 <para>Sorry, there are no release notes for releases prior to the
133 3.4.0 release.</para>
134 </section>
135</article>
Note: See TracBrowser for help on using the repository browser.