alex Mon Sep 10 12:13:08 2001 EDT
Added files:
/r2/binarycloud/docs/specs/xml ImageRepository.xml
Log:
Added Image Repository format.
Index: r2/binarycloud/docs/specs/xml/ImageRepository.xml
+++ r2/binarycloud/docs/specs/xml/ImageRepository.xml
<!-- binarycloud image repository example file -->
<!--
used in conjunction with:
<bc:image id="SomeImageID" />
-->
<images>
<image>
<!--
This ID is used by the make system. Required.
-->
<id>bcFire</id>
<!--
The image source. We could set a constant called
BC_PATH_IMAGES or something that would allow make
to know that it should prepend that value to all
image paths
-->
<src>resources/images/binarycloud/tmpl/fire.jpg</src>
<!--
The value of the 'name' attribute in the img tag
-->
<name>ImageName</name>
<!--
The alt attribute. Note the language reference
-->
<alt:en>binarycloud fire</alt:en>
<!--
The 'align' attribute in the img tag
-->
<align>left</align>
<hspace>10</hspace>
<vspace>10</vspace>
<!--
If left undefined, this is assumed to be 0
-->
<border>0</border>
<usemap>#moo</usemap>
<!--
only specify these if you want to override the make system's
automatic image-checking features
-->
<width>400</width>
<height>20</height>
</image>
</images>
|