Share

.NET OAI Harvester

File Release Notes and Changelog

Release Name: OAI .NET Harvester 1.0 Console Example

Notes: Console Example program of the OAI .NET Harvester. OAI .NET harvester component updated to: 1.0.1750.39620


Changes: /// =========================================================================== /// October 16, 2004 /// Change the way that the Web Request is made. Many thanks to Lucien van Wouw /// for letting me know that DSpace IRs require that the web request include /// a user-agent. No other OAI repository made this requirement -- but to keep /// problems from arising, I've modified the code so that a user-agent is /// passed. The default user-agent is now: "OSU .NET OAI Harvester" -- however /// this is stored as a constant that you may feel free to change. /// ============================================================================