DIR=$HOME/.www/data

cd $DIR/all

for dir in hardware software other-reviews
do
	echo "${dir}..."
	ln -s ../${dir}/*/*     .
done
