desperado Guest
|
Posted: Sun Jun 12, 2005 4:47 pm Post subject: HTML generating based on category hierarchy would be neat |
|
|
I like the software because it has hierarchical categories which few
other similar software have, but the HTML generation doesn't use them.
The feature I need would be to be able to genearate a multi-page
web galery based on categories. You could select a node in the
category tree and have the software build a galery according to that.
Each child-category would be on an other page linked from the index page
(or on the same page, but under separate headings; that could be an
option) and so on as you go down the tree.
Here's an example: (category names enclosed by []s)
| Code: |
[Places]
[France]
pic01, pic02, pic03
[Paris]
pic04, pic05
[Louvre]
pic06, pic07
[Mona Lisa]
pic08, pic09
pic10, pic11, ...
|
The index page would be like this:
FRANCE
pic01, pic02, pic03
PARIS (-> link to a different page)
pic10, pic11, ...
The Paris page:
PARIS
pic04, pic05
LOUVRE (-> link to a different page)
pic06, pic07
...you get the idea.
Also I would like if categories, which I would use to group pictures
could also have a description, and be able to be assigned to categories.
| Code: |
[Paintings]
[Mona Lisa]
pic08, pic09
|
By being able to assign category/group [Mona Lisa] to category [Paintings] I could include all photos of Mona Lisa into the paintings tree (and HTML page) with one assignment, and could include its description
at one place (the category) instead of at every photo or at the first one, etc.
I hope I was clear. What do you think? |
|