<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hello, all,<br>
<br>
I'm a 4th year grad student in Chemistry at UNC. Several months ago, I
created an "open source" chemistry dictionary for word processors. I
just finished a major upgrade to the dictionary and hosted it at
chemistry-blog.com.
<br>
<br>
<a class="moz-txt-link-freetext"
 href="http://www.chemistry-blog.com/2008/12/17/chemistry-dictionary-for-word-processors-version-20/">http://www.chemistry-blog.com/2008/12/17/chemistry-dictionary-for-word-processors-version-20/</a>
<br>
<br>
The dictionary is compatible with OOo, but one of the commenters noted
that my installation instructions are outdated. When I went live with
the first version of the dictionary, dictionaries were not extensions
for OpenOffice. The commenter indicated I should package an extension
and publish it in the repository.
<br>
<br>
I have no idea how to do that. I downloaded the sample description.xml
file and modified it. I think I did that right, but since I&#8217;m not
fluent in OOo, I wasn&#8217;t sure exactly what went where. I also made text
files for the license text, release notes, and description.
<br>
<br>
I'd like to get the dictionary packaged and in the repository sometime
soon... but I'm at the end of my ability. My first thought was to ask
the Carolina Open Source Initiative.&nbsp; They suggested I post my question
here.<br>
<br>
Anyway, would anyone mind taking a look at my description.xml file
(below) to see if I've done everything correctly there? Also, I don't
know what to do from here. How do I package it as an *.oxt file? And
how do I upload it to the repository? Any help from anyone would be
much appreciated.
<br>
<br>
Thanks in advance for your help.<br>
<br>
-Adam<br>
<br>
<br>
<br>
<br>
<br>
<br>
***description.xml file<br>
<br>
<small><font face="Courier New, Courier, monospace">&lt;?xml
version="2.0" encoding="UTF-8"?&gt;<br>
&lt;description
xmlns=<a class="moz-txt-link-rfc2396E" href="http://openoffice.org/extensions/description/2006">"http://openoffice.org/extensions/description/2006"</a> <br>
xmlns:d=<a class="moz-txt-link-rfc2396E" href="http://openoffice.org/extensions/description/2006">"http://openoffice.org/extensions/description/2006"</a><br>
xmlns:xlink=<a class="moz-txt-link-rfc2396E" href="http://www.w3.org/1999/xlink">"http://www.w3.org/1999/xlink"</a>&gt;<br>
&nbsp;<br>
&nbsp; &lt;version value="2.0" /&gt;&nbsp;&nbsp; <br>
&nbsp;<br>
&nbsp; &lt;identifier
value="com.chemistry-blog.www.azmanamchemistrydictionary" /&gt;<br>
&nbsp;<br>
&nbsp; &lt;platform value="all" /&gt;<br>
&nbsp;<br>
&nbsp; &lt;dependencies&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;OpenOffice.org-minimal-version value="3.0"
d:name="OpenOffice.org 3.0"/&gt;<br>
&nbsp; &lt;/dependencies&gt;<br>
&nbsp;<br>
&nbsp; &lt;update-information&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;src
xlink:href=<a class="moz-txt-link-rfc2396E" href="http://extensions.openoffice.org/testarea/desktop/license/update/lic3.update.xml">"http://extensions.openoffice.org/testarea/desktop/license/update/lic3.update.xml"</a>
/&gt;<br>
&nbsp; &lt;/update-information&gt;<br>
&nbsp;<br>
&nbsp; &lt;registration&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;simple-license accept-by="user" suppress-on-update="true" &gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;license-text xlink:href="registration/license_en-US.txt"
lang="en-US" /&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/simple-license&gt;<br>
&nbsp; &lt;/registration&gt;<br>
&nbsp;<br>
&nbsp; &lt;publisher&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;name xlink:href=<a class="moz-txt-link-rfc2396E" href="http://www.chemistry-blog.com">"http://www.chemistry-blog.com"</a> <br>
&nbsp;&nbsp;&nbsp; lang="en"&gt;Chemistry Blog&lt;/name&gt;<br>
&nbsp; &lt;/publisher&gt;<br>
&nbsp;<br>
&nbsp; &lt;release-notes&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;src
xlink:href=<a class="moz-txt-link-rfc2396E" href="http://extensions.openoffice.org/testarea/desktop/publisher/release-notes_en.txt">"http://extensions.openoffice.org/testarea/desktop/publisher/release-notes_en.txt"</a>
lang="en" /&gt;<br>
&nbsp; &lt;/release-notes&gt;<br>
&nbsp;<br>
&nbsp; &lt;display-name&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;name lang="en"&gt;Chemistry Dictionary&lt;/name&gt;<br>
&nbsp; &lt;/display-name&gt;<br>
&nbsp;<br>
&nbsp; &lt;extension-description&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;src xlink:href="description/desc_en.txt" lang="en" /&gt;<br>
&nbsp; &lt;/extension-description&gt;<br>
&nbsp;<br>
&lt;/description&gt;</font></small><br>
</body>
</html>