Tidy up PluginInsert's handling of how it chooses to map plugin IO to that of the...
[ardour.git] / manual / xmlformat / README
1 xmlformat - an XML document formatter
2
3 Paul DuBois
4 paul@kitebird.com
5
6 This is the distribution for xmlformat 1.04.
7 If you find bugs, please let me know.
8
9 The current version of xmlformat is always available at:
10         http://www.kitebird.com/software/
11
12 xmlformat is free software, distributed under a BSD-style license.
13 For specific licensing information, see the LICENSE file.
14
15 For installation instructions, see the INSTALL file.  xmlformat has two
16 implementations, one in Ruby and one in Perl.  They should produce
17 identical output in all cases.
18
19 Documentation is in the docs subdirectory.
20
21 Tests are in the tests directory, though you run them in the main
22 xmlformat directory:
23 - To run all tests:
24         make test
25 - To run all tests for the Ruby version:
26         ./runtest all
27 - To run all tests for the Perl version:
28         ./runtest -p all
29 - To run an individual test for the Ruby version:
30         ./runtest testname
31 - To run an individual test for the Perl version:
32         ./runtest -p testname
33
34 A test name is the name of its .xml file, minus the .xml suffix.
35 For more information, see tests/Notes.