Daisy documentation
 PreviousHomeNext 
2.8 Finished!Book Index2.10 2.2 to 2.3 compatibility

2.9 2.2 to 2.3 changes

2.9.1 Changes

2.9.1.1 Cross-document search and replace

Daisy can now perform a search and replace across a set of documents. This feature is accessible via Tools -> Search & replace, or from the document basket or fulltext search results. Regular expression searching and sensible casing (keeping the case of the original word) are supported.

2.9.1.2 Document editor

2.9.1.3 Namespaces

2.9.1.4 Document browser

Lots of improvements to document browser, featuring a configurable user interface, faceted searching, multiple-document selection, predefined queries and more!

See the documentation here.

2.9.1.5 Books

The previous book rendering engine (IBEX) has been replaced with FOP.
FOP has been upgraded from 0.94 to 0.95beta. This change also affects single-document PDFs.

From now on you can also specify a FOP configuration file for the book PDF rendering (-Ddaisy.books.makepdf=<file>).

2.9.1.6 Workflow

2.9.1.7 Inline editing

The document editor does not always give a good feeling as to what the end result will look like (as the location where parts and fields are rendered depends on the document styling). Inline editing can be enabled by introducing specific xml tags and attributes in the document-styling stylesheet. This can give users a better wysiwyg experience. ( docs)

2.9.1.8 Publisher

You can now query workflows using publisher requests.

2.9.1.9 Various

2.9.1.10 Ldap authentication

<searchBase>dc=outerthought,dc=org</searchBase>
<filter>cn=\$daisyLogin</filter>

2.9.1.11 Access Control

2.9.1.12 Emailer

Added support for SSL and authentication when sending messages over SMTP. In the myconfig.xml, in the <configuration> below the element <target path="/daisy/emailer/emailer">, add either or both of the following:

      <useSSL>true</useSSL>
      <authentication username="..." password="..."/>
 PreviousHomeNext 
2.8 Finished!2.10 2.2 to 2.3 compatibility