The big addition for this release is a command-line tool, mida
.
To use the tool, supply it with the urls or filenames that you would like to be parsed (by default each item is output as yaml):
mida http://lawrencewoodman.github.com/mida/news/
If you want to search for specific types you can use the -t
switch
followed by a Regular Expression:
mida -t /person/i http://lawrencewoodman.github.com/mida/news/
For more information look at mida
’s help:
mida -h
To see the complete list of changes, please have a look at the CHANGELOG.