Hell all, first time poster here. I really am enjoying experimenting with Drupal, glad I stumbled across it.
I've been thinking of a way to simulate subscription content, such as a My Yahoo service, through Drupal. If there is a module already like this let me know as I may have overlooked it.
I've asked a few people and they have said it is pretty much impossible without tons of bandwidth and hardware driving the engine. It may be my ignorance, but I don't buy it.
Here's the idea:
Utilize RSS that loads into modules in the content area of the site.
Here's how it is working in my head:
The way I see it, if categories on the site in question are already rss feeds, you can link them and display them back on your own site, just in the order that the user wants. This way you can load user-specific content.
The user gets to go through a checkbox menu, selecting to subscribe to different content. This subscription form would generate a small php file used to pass the link variables to the module, dictating what is loaded for the user.
This would allow users to select specific topics of interest or authors, or pretty much anything, to be delivered to their specific subscriptions page.
Please tell me if this is feasible or not. I know enough to understand (mostly) how to pass variables from place to place and to create a file and load variables from said file, but not enough to handcode this all to try it out. Not yet anyways. I'd really like to devote some time to this project, but I want to get the opinions of some coders/drupal gurus first.