Hello,
I am trying to port Free Software Magazine to Drupal.
I am slowly getting there. I've already created my own content type, and am working on the output system.
However...
I am very confused about taxonomy. Our web site is pretty simple. It has:
* Static pages (for example "write for us", "Help FSM", and so on)
* Blogs
* Issues
Under "issues", there is for example "issue 1", "issue 2", "issue 3", and so on.
Under "issue 1" (for example) there are several articles.
When I am in a static page, I'd like the "path" to be "HOME / {$page_name}". For example: "HOME / Write for us", "HOME / help FSM!".
When i click on "Free issues", the path should be "HOME / Free issues". The URL shiuld be something like "http://www.freesoftwaremagazine.com/free_issues/". The page should have a list of issues (which would be the list of nodes marked as "issues", I assume...?)
When i click on "Issue 1", the path should be "HOME / Free issues / Issue 1". The URL should be something like "http://www.freesoftwaremagazine.com/free_issues/issue_01". The page should have a list of articles for that particular issue (which would be the list of nodes marked as "issue_01", assume...?)
When you click on an article, I am happy to just have an url like http://www.freesoftwaremagazine.com/node/32312, to avoid insanity.
I am not too fussed about the blog entries.
Now... what's the right "philosophy" to do this? Shall I create a one term for each issue?