🟠 Draft | xtm-utils is a set of tools for joining or splitting files using the XTM file format. It is an open-source replacement for the the closed-source binary provided by the XtremSplit website.
Go to file
Glenn Y. Rolland d0cbc1a376 xtmjoin: Moved core code into library.
* Moved "joining" code to xtmfile/joiner.rb.
* Restructured bin/xtmjoin code.
* Added "-m" option for future md5sum verification.
* Added an empty xtmfile/splitter.rb file.
2010-11-15 21:41:42 +01:00
bin header class cleanup 2010-11-09 21:30:21 +01:00
xtmfile xtmjoin: Moved core code into library. 2010-11-15 21:41:42 +01:00
COPYING Initial release. 2010-11-08 13:07:09 +01:00
README.rdoc README: added some rdoc-formatted content. 2010-11-09 11:56:56 +01:00
test.sh Prepare for library & multiple tools. 2010-11-08 13:35:28 +01:00

== xtm-utils

xtm-utils is a set of tools for joining or splitting files using the XTM
format.

It is an open-source replacement for the the closed-source binary provided by
the XtremSplit website.

=== Licence

xtm-utils is distributed under the GNU LGPL-3 licence.

=== Authors

Glenn Y. Rolland (glenux@glenux.net) 

=== Download

=== Minimum requirements

* ruby 1.8
* bindata gem

=== Getting started