We have a small-to-middle-sized web site with mainly (hand-maintained) static pages, some of them containing data that should really come from a database but are also hand-maintained. None of the pages changes too often.
I am now investigating into how easy it would be to migrate that site to a CMS, and I am curious if Drupal would be the tool to use.
I have installed Drupal and played around with it, looked a bit into how templates work etc. I would be very grateful if you could help me with the following questions:
1) expressive URLs: currently the static pages are organized in a file hierarchy that maps to expressive URLs -- how can that be accomplished with Drupal? Is there a way to assign a concrete URL path to a new page in Drupal -- e.g. something like "/projects/project1/index.html"? This would be needed to allow the pages to have the same URL after the conversion to Drupal as before, so that site users and search engine links continue to point at the correct page.
2) How easy would it be to move our existing site layout to the new Drupal site? We already have a template that seperates top menu, side menu, content, footer etc. into different divs, so I would like to simply use the existing CSS for the new Drupal site?