summaryrefslogtreecommitdiff
path: root/docs/src/opie-policy/core
authorkergoth <kergoth>2002-02-07 23:17:59 (UTC)
committer kergoth <kergoth>2002-02-07 23:17:59 (UTC)
commit519c6ce3b5631933d5ada88f3c204723f0319e31 (patch) (side-by-side diff)
tree8b987ecb0e9a20748843deb5c3ac9adf2629157c /docs/src/opie-policy/core
parent7d9771524f71db68c9cd05fd4635a7dbdb1cd95b (diff)
downloadopie-519c6ce3b5631933d5ada88f3c204723f0319e31.zip
opie-519c6ce3b5631933d5ada88f3c204723f0319e31.tar.gz
opie-519c6ce3b5631933d5ada88f3c204723f0319e31.tar.bz2
Added opie-policy manual to cvs.
Diffstat (limited to 'docs/src/opie-policy/core') (more/less context) (ignore whitespace changes)
-rw-r--r--docs/src/opie-policy/core/core.sgml30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/src/opie-policy/core/core.sgml b/docs/src/opie-policy/core/core.sgml
new file mode 100644
index 0000000..9db4de1
--- a/dev/null
+++ b/docs/src/opie-policy/core/core.sgml
@@ -0,0 +1,30 @@
+<chapter id="core">
+ <title>Core Opie Policies</title>
+ <sect1 id="imagepolicy"><title>Image Policy</title>
+ <para>
+ This section outlines policies with regard to images in Opie. Specifically, concerns regarding the structure of the pics/ subdirectory are addressed.
+ <itemizedlist><title>Primary Declarations</title>
+ <listitem>
+ <para>
+ All generally <emphasis>useful</emphasis> images are to be inlined.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ All images which are used by more than one Opie core application are to be inlined.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ All images specific to one core application are to be moved into a pics/ subdirectory of the application's directory, and are to be packaged with the application.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ All other images are to be kept for compatibility reasons and are to be packaged in a opie-extrapics package. The opie-pics package will no longer exist, and no images will reside in the root of pics/.
+ </para>
+ </listitem>
+ </itemizedlist>
+ </para>
+ </sect1>
+</chapter>