automate web page creation
Posted: Tue Apr 10, 2012 2:09 pm
Hello,
Is it possible to automate the web page creation somehow? Is there a command line switch to generate web pages or script or something similar.
Here is my problem - I have archive of all my photos taken during several years where every photo session is in a separate directory. Now i have my own webserver, and i want to share the photos with my relatives. What i need initially is to create for every directory with photos the index thumnails page and the corresponding html pages for images. Then in time, when i add new photos i will need to do this again and again for every new directory.
The ideal solution would be to have a bat file and when i start it - to traverse all directories and subdirectories and for every directory to create an index page and the details pages. It will be good if i can tell it it to not overwrite any existing thumnail images and html files, because this will destroy the browser caches.
The traverse of directories from the bat file is not a problem. I see i can also create thumnails with the nconvert, but unfortunately i can't find the command how to start the webpage creator with this directory, give it the output directory and generate all the needed files.
Best regards
Is it possible to automate the web page creation somehow? Is there a command line switch to generate web pages or script or something similar.
Here is my problem - I have archive of all my photos taken during several years where every photo session is in a separate directory. Now i have my own webserver, and i want to share the photos with my relatives. What i need initially is to create for every directory with photos the index thumnails page and the corresponding html pages for images. Then in time, when i add new photos i will need to do this again and again for every new directory.
The ideal solution would be to have a bat file and when i start it - to traverse all directories and subdirectories and for every directory to create an index page and the details pages. It will be good if i can tell it it to not overwrite any existing thumnail images and html files, because this will destroy the browser caches.
The traverse of directories from the bat file is not a problem. I see i can also create thumnails with the nconvert, but unfortunately i can't find the command how to start the webpage creator with this directory, give it the output directory and generate all the needed files.
Best regards