|
i think what I would like to do is have just a normal website, with downloads, but have the downloads handled by something that will allow users to post comments per download(if they choose) and then ahve something else to handle a subscription service to the site.
I'm basically just trying to avoid having like 500 html pages that would all need to be edited to change something, like adding a new category, or download or info to many pages at once.
There isnt going to be individual download pages, meaning that each download isn't going to have its own page.... but each category will. What I would like is to basically have "Category.html" that will dynamically fill in the information depending on which category the user clicked...... like if they click "Category 1" then the Category.html page would show all of the downloads available in the Category 1 category.
Then maybe a small backend to which i could add downloads and assign categories.
I would obviously need users to login, So someone would have to register for the site before they could access the downloads, but only because I want the downloads to be free, but a paid subscription would grant the user better speeds, or other such perks.
|