<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>Renamer</name>
<shortdesc>rename files according to a ruleset</shortdesc>
<description>Renamer is a command line script that renames files using a
ruleset. The rules can include:

--remove: finding fixed strings and removing the matches
--fixed-string: searching for fixed string and replacing the matches with other
    strings
--perl-regexp: searching with regexps and replacing the matches with other
    strings

Renamer will recurse through directories (--recursive) or even rename
them as well (--directories). It also has an option to print the
changes that would arise from a ruleset without actually executing
them (--dry-run).</description>
<download-page>http://www.ebi.ac.uk/~hoffman/software/renamer/Renamer-0.1.0.tar.gz</download-page>
<homepage rdf:resource="http://www.ebi.ac.uk/~hoffman/software/renamer/" />
<maintainer><foaf:Person><foaf:name>Michael Hoffman</foaf:name>
<foaf:mbox_sha1sum>6419ff6ec71bc51afcd0ed45d34d20b8fb861a4a</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.1.0</revision></Version></release>
</Project></rdf:RDF>