# get a list of links for a given part of the docs using httrack
> httrack -p0 -d http:
# use a command pipeline to generate the yml file
> awk '{ print $9 }' hts-cache/new.txt | grep "http: | grep -v "\?" | sort | uniq | sed -e 's@http://docs.jboss.org/hibernate/orm/3.5/reference\(.*\)$@hib_docs/v3/reference\1: http://docs.jboss.org/hibernate/orm/3.5/reference\1@g'