Additionally a good searching solution for the old archive would be good.
I once downloaded all the files from the archive and use this script to find stuff:
find ./ -type f -print | xargs egrep -iHZ "$1" && echo " " then just call the script where that code is like this: search_mint_ml mykeyword Greets, m