[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: One Year of Mac GUI Vault



On Sep 10, 11:10 am, dog_...@macgui.com (D Finnigan) wrote:
> I need
> to write a script to scan files for comments, as well as link the KB text
> files with the download files.

You could also scan inside the binaries (like a strings command) to
get any plaintext name and author. You'd probably need some smarts
like checking for keywords (written, by, (c) copyright etc) so as not
to index to much garbage. ;-)

Cheers,
Nick.