atonie.org

Tasks: more or less useful rake tasks

rake atompub:blogify
        Convert Atom collection located at URI (use LOGIN and PASS if necessary) using TEMPLATE
        and writes generated files to PUB_PATH
    
    rake atompub:publish
        Publish FILE or STDIN to the Atom collection located at URI. Specify LOGIN and PASS if needed.
    
    rake atonie:htmlify
        Convert *.text to their *.html equivalent and gitignore them
    
    rake git:cvs:gitify
        Gitify a CVS repository. Specify CVS LOGIN, server ADDR, CVS_ROOT and MODULE.
        It'll checkout the CVS repo into `MODULE`.cvs and then convert it to git into `MODULE`.git
    
    rake git:push
        Do a `git push` and then try to push to github.com if LOGIN is specified.
    
    rake git:set_origin
        Set origin to git@SERVER:NAME/PWD

Simon Rozet, 2008-01-28