Resources

<= Previous Change | Next Change =>

Diff Summary
Title
Date 2007-09-08 17:32 2007-09-08 17:33
Editor Andrew Plotkin (zarf) Andrew Plotkin (zarf)

2007-09-08 17:32 by Andrew Plotkin
2007-09-08 17:33 by Andrew Plotkin
44
5## Resources file format5## Resources file format
66
7The file is divided into sections, one for each re7The file is divided into sections, one for each re
>source. A section begins with a line that begins w>source. A section begins with a line that begins w
>ith a colon:>ith a colon:
88
t9  :resourcenamet9    :resourcename
1010
11A resource name must be a valid Python identifier 11A resource name must be a valid Python identifier 
>(possibly including dots). For example: `resname` >(possibly including dots). For example: `resname` 
>or `modname.resname`.>or `modname.resname`.
1212
13The resource name is followed by the resource's me13The resource name is followed by the resource's me
>tadata; zero or more lines defining key-value pair>tadata; zero or more lines defining key-value pair
>s. These have the same format as in the [Metadata]>s. These have the same format as in the [Metadata]
> file.> file.
Resources - last changed 2007-10-11 00:35 by Andrew Plotkin (zarf)