development/swfmill: Fix README.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2020-10-13 01:21:09 -04:00 committed by Willy Sudiarto Raharjo
parent 1b32e8a083
commit e4cf07cd71
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -1,16 +1,18 @@
swfmill is an xml2swf and swf2xml processor with import functionalities.
swfmill is an xml2swf and swf2xml processor with import
functionalities.
It's most common use is the generation of asset libraries containing
images (PNG and JPEG), fonts (TTF) or other SWF movies for use with MTASC-
or haXe-compiled ActionScript, although swfmill can be used to produce
both simple and complex SWF structures.
Its most common use is the generation of asset libraries containing
images (PNG and JPEG), fonts (TTF) or other SWF movies for use with
MTASC- or haXe-compiled ActionScript, although swfmill can be used to
produce both simple and complex SWF structures.
* built around an XSLT/EXSLT processor (libxslt)
* input and output of the XSLT transformation can be either XML or binary SWF
* input and output of the XSLT transformation can be either XML or
binary SWF
* XSLT commands for importing PNG, JPEG, TTF and SWF, and for mapping SWF ID
numbers
* XSLT commands for importing PNG, JPEG, TTF and SWF, and for mapping
SWF ID numbers
* built-in "simple dialect" to support library creation and building simple
SWFs
* built-in "simple dialect" to support library creation and building
simple SWFs