1The folder contains only simple extension. That is, they only contain
2- META-INF
3-t.rdb
4-description.xml
5
6The description.xml contains  a version, a display name, and one URL to the update data
7
8For example:
9
10
11<?xml version="1.0" encoding="UTF-8"?>
12<description xmlns="http://openoffice.org/extensions/description/2006"
13    xmlns:xlink="http://www.w3.org/1999/xlink">
14    <version value="1.0" />
15
16    <display-name>
17      <name lang="de">plain1 de</name>
18    </display-name>
19
20    <update-information>
21      <src xlink:href="http://extensions.openoffice.org/testarea/desktop/simple/plain1.update.xml" />
22    </update-information>
23</description>
24
25There is only one language as display name available, which will therefore always be displayed.
26
27The update information which is referenced in the update-information and the update is committed in the extensions/www project. To modify them get the project:
28
29cvs co extensions/wwww
30
31the files can be found under extensions/www/testarea/desktop
32