First post here.
Have installed a test version of Drupal 4.7 and a little lost on what to do next for a project I want to use Drupal for, not even sure if Drupal can do what I want.
Will explain what I've done and want-
I've been using WordPress for quite a few sites like http://www.morearnings.com/ and have got a good grasp of it's templates and plugin system (I understand it quite well).
I planned to convert this site of mine http://www.classic-literature.co.uk/ (public domain classic books) to a CMS (currently not using a CMS, it's semi-static and hard to update) and tried WordPress first, but ran into problems when it came to paging (creating say a 100 page book from one post). WordPress has paging (the nextpage tag) but it's not automated, though got around this with a custom script that added the tag to the source text files used to create the books before pasting into WordPress. So I got it working, actually my 15 year old son who has recently started learning PHP got it working (the custom script) in about 2 hrs (I'd spent weeks looking for a solution!!!!).
Unfortunately it turns out that though in a browser I get exactly what I wanted at server level every page loaded in a browser grabbed the entire post (the full book which can be over 1mb of text!) from the database!! So a book containing say 100 pages when loading page 1 the entire book is accessed from the database causing a slow down and a big waste of bandwidth, even though only the text for page one is shown in a browser, the same is true for all pages. So works, but not practical due to the way it accesses the database, imagine the bandwidth wastage with say 200 books, each with a couple of hundred pages and Google etc... spidering them every few days!!