Blame src/tools/README

rpm-build 6f7582
A repository which contains various small tools; ok, in fact, only two
rpm-build 6f7582
tools :-)
rpm-build 6f7582
rpm-build 6f7582
- mwawFile:
rpm-build 6f7582
   a small tool which tries to find the type of a file first by
rpm-build 6f7582
   looking to the finder information, then in the ressource fork for
rpm-build 6f7582
   strings -16396, -16397 : application missing name or missing
rpm-build 6f7582
   message and finally looking for a signature in the application
rpm-build 6f7582
   datafork...
rpm-build 6f7582
rpm-build 6f7582
   Note: it first uses attributes to find finder information and
rpm-build 6f7582
     resource data ; if it finds none, it looks for a file ._filename
rpm-build 6f7582
     or __MACOSX/._filename ; if not, it looks for a file FINDER.DAT
rpm-build 6f7582
     and a RESOURCE.FRK directory.
rpm-build 6f7582
rpm-build 6f7582
- mwawZip:
rpm-build 6f7582
   a small tool which tries to zip a file and it attributes to obtain
rpm-build 6f7582
   a file which can be used as input of mwaw2odf, mwaw2html, ... : an
rpm-build 6f7582
   equivalent of the Finder compress function.
rpm-build 6f7582
rpm-build 6f7582
   More precisely, when zipping a file <<filename>>, it includes the
rpm-build 6f7582
   file datafork and looks for attributes ( either using
rpm-build 6f7582
   FINDER.DAT/RESOURCE.FRK or getxattr or in a file ._filename or
rpm-build 6f7582
   __MACOSX/._filename ). If so, it includes them in the result file.
rpm-build 6f7582
rpm-build 6f7582
   Notes:
rpm-build 6f7582
	- in order to avoid mistakes, it stops if the resulting zip
rpm-build 6f7582
	file already exists.
rpm-build 6f7582
	- only one file can be zipped, ... .