I've been an observer of Drupal over the years, occasionally installing it on a person site here or there but never using it was a professional scale publication platform.
I'm a web developer for a local newspaper company here and there's been talk about us needing to shift to a more Web 2.0 friendly CMS in the future. I've been tasked with researching and finding possible alternatives for us concerning the CMS market. One of the first things that popped into my head was using Drupal to accomplish what we needed.
However, before I get started and dive into this head first I wanted to ask a couple of questions from the community and maybe have a concern or two explained.
The main thing that needs to be accomplished here is the nightly, automated import of our stories. Right now this happens with our current CMS. The HTML files are dumped into a folder, a PHP script scrubs the data and then inserts it into our database, which our CMS then handles. My main concern is the import part.
Is there a module or something thereof that allows this kind of thing or am I looking at a completely custom solution? Keep in mind these are newspaper stories with all the corresponding author info, categories and headlines and that all needs to be brought over and functioning/search-able/readable in Drupal. Is this something I can realistically accomplish with Drupal?