I'm looking for some ideas for converting my current site, deninet.com/tessflynn.net over to Drupal 4.7.
Presently, the site is running a homebrew CMS that I've written myself. The "main site" is basically a repository for news articles and random ideas. These are organized into categories within the CMS. Each user on the site can define a number of these categories, and post entries in each. Each entry is version controlled and comments follow with the version. In other words, if a new version of the entry is posted, it appears to have no comments. Comments can also be voted on, but this feature was never really used.
The site also hosts a number of user pages and subdomains that aren't related to the main site. These contain either personal pages, or project-central pages. Some of these are running Wordpress, others phpBB, others just base HTML. These pages have little to no content, so I'm not too worried about the conversion here.
What I would like to do is to bring all of these pages under Drupal and practically eliminate the need for the subdomains and user pages and other CMSs. I think Drupal can do this, although I'm still new to the system and am unsure of its capabilities. I would still like the ability to create "subsites" for individual projects that have their own default theme, but still draw upon the same module and user account database that's used for the main site.