[Yulup-commits] rev 21351 - public/yulup/website
michi at wyona.com
michi at wyona.com
Wed Jan 3 10:52:06 CET 2007
Author: michi
Date: 2007-01-03 10:52:04 +0100 (Wed, 03 Jan 2007)
New Revision: 21351
Modified:
public/yulup/website/developers.xhtml
Log:
add-ons link added
Modified: public/yulup/website/developers.xhtml
===================================================================
--- public/yulup/website/developers.xhtml 2007-01-03 09:45:10 UTC (rev 21350)
+++ public/yulup/website/developers.xhtml 2007-01-03 09:52:04 UTC (rev 21351)
@@ -70,19 +70,19 @@
<h3 id="xpi">Building Releases: Generating XPI from source (Unix only)</h3>
<p>Assume a path snippet <tt>$CURRENT</tt> which currently points to <tt>public/yulup/src/trunk/yulup/prototypes/prototype1/src</tt>.</p>
<ul>
- <li><p>Edit <tt>$CURRENT/install.rdf</tt> and bump version number contained in the <em:version> element (XPath: RDF/Description/em:version).</p></li>
+ <li><p>Edit <tt>$CURRENT/install.rdf</tt> and bump version number contained in the <em:version> element (XPath: RDF/Description/em:version).</p></li>
<!-- TODO: These items have become obsolete. Review and confirm before deleting. -->
<!--
<li><p>Edit <tt>$CURRENT/chrome/locale/xml/yulup.dtd.xml</tt> and bump version number.</p></li>
<li><p>In directory <tt>$CURRENT/chrome/locale</tt>, issue "ant".</p></li>
-->
- <li><p>In directory <tt>$CURRENT</tt>, issue "ant" (make sure that <a href="http://ant.apache.org">Apache Ant</a> is installed).</p></li>
+ <li><p>In directory <tt>$CURRENT</tt>, issue "ant" (make sure that <a href="http://ant.apache.org">Apache Ant</a> is installed).</p></li>
</ul>
<p>
The new package can then be found in <tt>public/website/yulup/download</tt> (the <tt>update.rdf</tt> file in the <tt>download</tt> directory is modified automatically to include the new release).
</p>
<p>
-Make sure to update the Mozilla Add-ons page of Yulup for users who have download the XPI from there.
+Make sure to update the Mozilla <a href="https://addons.mozilla.org/firefox/3702/">Firefox Add-ons page</a> of Yulup for users who have download the XPI from there.
</p>
@@ -91,7 +91,7 @@
<h3 id="setup">Set Up your Environment for Code Development</h3>
-<p>To make your life easier (and the code better), you first might want to change some of your browser preferences (via "about:config", see this <a href="http://kb.mozillazine.org/About:config">mozillaZine kb entry</a> for details if you are not acquainted to setting preferences manually):</p>
+<p>To make your life easier (and the code better), you first might want to change some of your browser preferences (via "about:config", see this <a href="http://kb.mozillazine.org/About:config">mozillaZine kb entry</a> for details if you are not acquainted to setting preferences manually):</p>
<ul>
@@ -135,7 +135,7 @@
<p>or check for regular expressions on a specific port</p>
-<pre><br/>ngrep "Atom" "port 80"<br/><br/></pre>
+<pre><br/>ngrep "Atom" "port 80"<br/><br/></pre>
@@ -159,4 +159,4 @@
</body>
-</html>
+</html>
\ No newline at end of file
More information about the Phoenix-commits
mailing list