On Mon, Nov 29, 2004 at 01:59:45AM +0000, John A. Bilicki III wrote: > > > Hello... > I am currently developing the libraries to detect as many possibly UA's as > possible. I am looking for a list of all versions of Lynx (if possible) and > if you could provide me with that list or point in the direction where I > could obtain a list it would help me greatly!
The "CHANGES" file lists versions - but it sounds as if you're looking for the string that lynx uses to identify itself. The user-agent string is generated in the options menu when it's empty. I'd only look for the beginning of the string, e.g., "Lynx/2.8.6dev.6". The second part doesn't change (the libWWW part). After that there's some detail for the SSL library and finally the curses/slang version. Since the last two correspond to build configuration that's independent of lynx, it would be hard to list all of them. -- Thomas E. Dickey http://invisible-island.net ftp://invisible-island.net _______________________________________________ Lynx-dev mailing list [EMAIL PROTECTED] http://lists.nongnu.org/mailman/listinfo/lynx-dev
