ANN: Atox 0.4 released

M

Magnus Lie Hetland

What is it?
===========

Atox is a framework for automated markup. With it one can quite easily
write custom scripts for converting plain text into XML in any way one
wishes. Atox is normally used as a command-line script, using a simple
XML language to specify the desired transformation from text to
markup, but it is also possible to build custom parsers using the Atox
library. The name (short for ASCII-to-XML) is inspired by such UNIX
tools and system functions as atops and atoi.


What can it do?
===============

The examples in the distribution demonstrate how you can use Atox to:

- Mark up a (relatively simple) technical document (the Atox
manual);

- Mark up code blocks only through indentation;

- Nest lists through indentation

- Discern between different indentation "shapes" (e.g. a block quote
versus a description list item);

- Transform simple LaTeX into XML;

- Add XML "syntax highlighting" to Python code;

- Mark up screenplays or stageplays, largely based on indentation;

- Mark up simple fictional prose;

- Mark up simple tables.


What's new in 0.4?
==================

These are the changes I've made:

- Made the error handling slightly more user-friendly.

- Added some basic improvements to the command-line interface (the
'-e', '-f' and '-o' switches, as well the ability to use multiple
input files or standard input). Note that the new calling
convention is incompatible with the previous version, in that the
format file is no longer supplied as an argument.

- Normalized newline-handling.

- Added the utility tags 'ax:block', 'ax:sob' (start-of-block) and
'ax:eob' (end-of-block).

- Fixed an important bug in the indentation code, which affected
'ax:indented'.

- Made empty sequences legal.

- Added support for config files.


Where can I get it?
===================

Atox is hosted at SourceForge (http://atox.sf.net) and the current
release (0.4) is available for download via its project page
(http://sf.net/projects/atox).


The Small Print
===============

Atox is released under the MIT license. It comes with no warranty of
any kind. Also, even though the current version works well, and the
project is currently (as per early 2004) being actively developed,
there is no guarantee of continued support. What you see is what you
get.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

ANN: Atox 0.3 released 0
Atox 0.5 released 0
[ANN] Atox 0.2 released 6
[ANN] Atox 0.1c1 released 0
[ANN] Atox 0.1 released 0
JSONBOT 0.4 RELEASED 0
ANN: PyQt v5.2 Released 0
[ANN] Sup 0.4 released 4

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top