|
can I make an image can?
Anyone that can publish a webpage can create an image can. An image can is
a plain text file, with the images or sub-image cans defined, one per line.
Once the file has been completed, upload it to the website of your choosing
and place the URL to the file in the "Net" tab of the settings dialog.
The file itself is a comma separated value (CSV) file, with three(3) fields per line.
The fields are:
"[ type ]","[ category ]","[ url ]"
The type can be either "dir" or "img". The category can be any user defined
phrase provided there are no blank spaces. The URL can be any valid
URL. Relative pathing does work.
So a sample image can of my beach pictures might look like this:
beach_cw.can
"img","beach-clearwater","beach_cw_001.jpg"
"img","beach-clearwater","beach_cw_002.jpg"
"img","beach-clearwater","beach_cw_003.jpg"
"img","beach-clearwater","beach_cw_004.jpg"
If I would like to include it amongst a larger set of images, I could just do this:
beaches.can
"dir","beach-clearwater","beach_cw.can"
"dir","beach-miami","beach_miami.can"
"dir","beach-stpete","beach_stpete.can"
"dir","beach-daytona","beach_daytona.can"
The user would place the URL to this top-level can in their Net-URL field, and
add it. Once added, they would have all the new categories added to their list of
categories to choose from.
**Note**
If you make an image can, please email us the link so we can admire your handy work.
|