Viv wrote:
Go to the main website, and select portfolio page, you will eventually get a CC photogallery, starting with her father staring at you.
On the right are other galleries, and if you look at the url's you will see each one is a separate website each made in VSD so they are clones of the main site, (or they were before i changed the main site)
URLs I see:
http://www.sarahphotographer.co.uk/frie … atles.html
http://www.sarahphotographer.co.uk/frie … eward.html
http://www.sarahphotographer.co.uk/frie … nsue1.html
I've taken a quick look at the sdrive pages and Viv's links re the photo portfolio site but am not sure we're talking about the same thing.
Let's forget about SDrive for the moment - that is getting ahead of the game - I'm still looking at local site organisation. Going back to my original question about folder and file management and then the idea about using multiple .vnu files on a single site:
K G wrote:Thanks Eric...
Eric wrote:
I think you could use multiple vnu for a site but managing the index page is going to be a problem.
Could you give me some more info on that, please?
What i was thinking of was a vnu that handled homepage (index.htm) and other high level pages like 'contact', 'about' and a main portal page (explore.htm) that provided links to pages within subfolders:
gallery folder
Containing:
galleryindex.htm
gallery01.htm
galery02.htm etc
with gallery having it's own .vnu
and
news folder
Containing:
newsindex.htm
news1.htm
news2.htm etc
So:
Question 1
Am I correct that it seems there is not a way to have folder organisation at both source and output levels since the add folder and file function only directs how the vnu file will output content and does nothing to organise files locally?
i.e. everything stays in cc_source and cc_source/files and any folder structure set up through 'add folders and files' is only created on saving/publishing in:
cc_source/cc_website
Question 2
Does anyone know if using multiple .vnu files for a single sirte is likely to cause problems?
e.g.
core.vnu for all htm files being in www root folder.
index.htm , contact.htm , about.htm , explore.htm with images residing in /files/abc.jpg
galleries.vnu for htm files and images in gallery folder(s) linked from explore.htm to:
/gallery/gallery01/gallery01.htm
/gallery/gallery02/gallery02.htm
etc
news.vnu for htm files and images related to news section linked to from explore.htm
With this (and forget about sdrive for now will just be setting up standard ftp access to web server) - each person would need a registered copy of the main VSD application and an ftp client.
Organisationally (for argument's sake):
Person 1: edits core.vnu htm pages and can upload changes to www root/
Person 2: edits galleries.vnu and can upload to /galleries/gallery01/ , galleries/gallery02/ etc
Person 3: edits news.vnu and can upload to /news/2012_02/ , /news/2012/03 etc
Each person's .vnu would create a section for the website, and because the .vnu file generates an index file automatically, so long as they put their files in the correct folder it should be possible for them add content independently.
If the only way to find out is to try it and see I'll guess I have to do that - just trying to save time and effort if someone has already tried this - no point in reinventing the wheel and all that.
:-)
Thanks.