<!DOCTYPE section
[
<!ENTITY % xinclude SYSTEM "../../en/xinclude.mod">
%xinclude;
<!-- Add translated specific definitions and snippets -->
<!ENTITY % language-snippets SYSTEM "../standalone/language-snippets.xml">
%language-snippets;
<!-- Fallback to English definitions and snippets (in case of missing translation) -->
<!ENTITY % language-snippets.default SYSTEM "../../en/standalone/language-snippets.xml">
%language-snippets.default;
]>
<section id="modules.resources">
<title>Resources</title>
<para>
A <emphasis>resource</emphasis> is any file that assists with the presentation, such as
<acronym>CSS</acronym> stylesheets, images, applets, movies, MP3s, etc. Resources are
organized under the <filename>resources</filename> folder under your module's folder:
</para>
<programlisting language="text">
resources/
dojo/ - for Dojo-specific javascript
images/
<emphasis>styles</emphasis>.css
</programlisting>
<xi:include href="../standalone/ie-css-limitations.xml" role="module">
<xi:fallback>
<xi:include href="../../en/standalone/ie-css-limitations.xml" />
</xi:fallback>
</xi:include>
</section>
<!--
vim:se ts=4 sw=4 et:
-->