I am comparing DNN to the opensource content management system Mambo (PHP implementation). In mambo, it is very easy to add content to pages (the actual text/images/links that represent the body of the page).
In DNN, it seems the only things you can add to a page are Modules, and there are only 5 to choose from (Account Login, Banners, Search Input, Search Results and User Account).
None of these allow you to add actual "content" to a page. What am I missing here? I thought part of the DNN concept was for the programmer to be able to "hand off" the website to the client and let them administer their own content.
Additionally, when I try to upload a new module, such as the "weatherchannel.dnn", it gives an error, even though the "Module Defininition Validator" said it was valid:
Invalid File Extension For Custom Module weatherchannel.dnn
Given that this is open-source, are there any free tutorials on DNN out there that can guide a newbie through these basic steps?