Hi, In order to find a way to better orgranize the sources of htdig I did the following: Run LXR (http://lxr.mozilla.org/) to find my way in the sources. Review every source files and make sure 1) The name of the file was at the beginning of the file // // File.cc // 2) The header file contains a comment that gives an idea of what the source does. 3) The comment is formatted using the following: // Source: comment comment // comment comment // ... so that a simple perl script can generate a usefull commented list of sources. While doing this for htlib I found that the following are not used anywhere: mytimegm.cc BTree.h GDBM_db.h I did nothing to remove them since I have no idea if you want to keep them. I've committed the changes for htlib after checking that it compiles and passes the test. Cheers, -- Loic Dachary ECILA 100 av. du Gal Leclerc 93500 Pantin - France Tel: 33 1 56 96 09 80, Fax: 33 1 56 96 09 61 e-mail: [EMAIL PROTECTED] URL: http://www.senga.org/ ------------------------------------ To unsubscribe from the htdig3-dev mailing list, send a message to [EMAIL PROTECTED] containing the single word "unsubscribe" in the SUBJECT of the message.
