zerocrates / OaiPmhRepository

OAI-PMH repository plugin for Omeka
http://omeka.org/codex/Plugins/OaiPmhRepository
GNU General Public License v3.0
3 stars 15 forks source link

Merge pointless abstract with generator #14

Open zerocrates opened 9 years ago

zerocrates commented 9 years ago

OaiXmlGeneratorAbstract is now just a pointless separation of some parts of what the ResponseGenerator does.

The ResponseGenerator is too large, but it should be separated, if at all, on more logical lines (i.e., between "dispatching" and "response", or among different classes for the responses to the various verbs).