[Yulup-commits] rev 21943 - in public/yulup/website: . wiki yanel/config

michi at wyona.com michi at wyona.com
Fri Jan 19 22:55:30 CET 2007


Author: michi
Date: 2007-01-19 22:55:28 +0100 (Fri, 19 Jan 2007)
New Revision: 21943

Modified:
   public/yulup/website/developers.xhtml
   public/yulup/website/faq.xhtml
   public/yulup/website/wiki/index.txt
   public/yulup/website/yanel/config/yanel-realm-config.xml
Log:
Content updated.

Modified: public/yulup/website/developers.xhtml
===================================================================
--- public/yulup/website/developers.xhtml	2007-01-19 21:08:24 UTC (rev 21942)
+++ public/yulup/website/developers.xhtml	2007-01-19 21:55:28 UTC (rev 21943)
@@ -12,7 +12,7 @@
 
 <body>
 <h2>Development</h2>
-<ul>
+<ol>
   <li><a href="#subversion">Get the Source Code from Subversion</a></li>
   <li><a href="#installation">Installation</a></li>
   <li><a href="#xpi">Building Releases: Generating XPI from source (Unix only)</a></li>
@@ -20,10 +20,10 @@
   <li><a href="#setup">Set Up your Environment for Code Development</a></li>
   <li><a href="#tcpmon">Debugging the Client-Server Data-Exchange</a></li>
   <li><a href="#requirements">System Requirements for Code Development</a></li>
-</ul>
+</ol>
 
 
-<h3 id="subversion">Get the Source Code from Subversion</h3>
+<h3 id="subversion">1. Get the Source Code from Subversion</h3>
 
 <h4>Anonymous</h4>
 <pre>svn co <a href="http://svn.wyona.com/repos/public/yulup">http://svn.wyona.com/repos/public/yulup</a></pre>
@@ -36,7 +36,7 @@
 <pre>svn co --username USERNAME https://svn.wyona.com/repos/public/yulup</pre>
 
 
-<h3 id="installation">Installation</h3>
+<h3 id="installation">2. Installation</h3>
 <p>
 If the source has been checked out from SVN, Yulup can be installed as follows:
 </p>
@@ -66,7 +66,7 @@
 
 </ul>
 
-<h3 id="xpi">Building Releases: Generating XPI from source (Unix only)</h3>
+<h3 id="xpi">3. 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/src</tt>.</p>
 <ul>
   <li><p>Edit <tt>$CURRENT/install.rdf</tt> and bump version number contained in the &lt;em:version&gt; element (XPath: RDF/Description/em:version), set the revision to the current head, and remove <tt>-dev</tt>.</p></li>
@@ -79,7 +79,7 @@
 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>
 
-<h3 id="xpi-debug">Building Debug Releases: Generating XPI from source (Unix only)</h3>
+<h3 id="xpi-debug">4. Building Debug 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/src</tt>.</p>
 <ul>
   <li><p>Edit <tt>$CURRENT/install.rdf</tt> and set the revision to the current head contained in the &lt;em:version&gt; element (XPath: RDF/Description/em:version), and replace <tt>-dev</tt> by <tt>-debug</tt>.</p></li>
@@ -89,7 +89,7 @@
 The new package can then be found in <tt>public/yulup/src/trunk/yulup/pkg/</tt>.
 </p>
 
-<h3 id="setup">Set Up your Environment for Code Development</h3>
+<h3 id="setup">5. Set Up your Environment for Code Development</h3>
 
 <h4>Preferences Settings</h4>
 
@@ -122,6 +122,8 @@
   </dd>
 </dl>
 
+<p>Note that some of these settings might not already exist in the preferences list. If you cannot find a setting, you need to create it by context-clicking (right mouse button) anywhere in the preferences list, and then choose "New" in the context menu. "New" itself opens a new sub-menu. Since all settings listed above are of type <tt>bool</tt>, you can then choose "Boolean". In the dialog which pops up, enter the preference string as shown above.</p>
+
 <p>See also the <a href="http://kb.mozillazine.org/Setting_up_extension_development_environment">Setting up extension development environment</a> mozillaZine kb entry. Note though that not all information in that article is up-to-date anymore. In the case of doubt, the information stated here overrides information in that article.</p>
 
 <h4>Displaying Debug Messages</h4>
@@ -141,7 +143,7 @@
   </dd>
 </dl>
 
-<h3 id="tcpmon">Debugging the Client-Server Data Exchange</h3>
+<h3 id="tcpmon">6. Debugging the Client-Server Data Exchange</h3>
 
 <p>Download <a href="http://ws.apache.org/axis/java/releases.html">Axis</a> and use <a href="http://ws.apache.org/axis/java/user-guide.html#AppendixUsingTheAxisTCPMonitorTcpmon">TCP Monitor</a>:</p>
 
@@ -162,7 +164,7 @@
 <pre># ngrep &quot;Atom&quot; &quot;port 80&quot;</pre>
 
 
-<h3 id="requirements">System Requirements for Development</h3>
+<h3 id="requirements">7. System Requirements for Development</h3>
 <ul>
 <li><tt>svn</tt> client (for checking out the source code)</li>
 <li>GNU <tt>make</tt> (for building documentation)</li>

Modified: public/yulup/website/faq.xhtml
===================================================================
--- public/yulup/website/faq.xhtml	2007-01-19 21:08:24 UTC (rev 21942)
+++ public/yulup/website/faq.xhtml	2007-01-19 21:55:28 UTC (rev 21943)
@@ -1,101 +1,74 @@
 <?xml version="1.0"?>
 
-
-
 <!--
 
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
 -->
 
-
-
 <html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <title>Frequently Asked Questions</title>
+  </head>
 
-<head>
+  <body>
+    <h2>Frequently Asked Questions</h2>
+    <h3>Questions</h3>
+    <ul>
+      <li><p><b>Troubleshooting Installation</b></p>
+        <ol>
+          <li><a href="#xpinstall">&quot;Software installation is currently disabled. Click Edit Options... to enable it and try again.&quot;</a></li>
+          <li><a href="#noupdates">Does not find any updates and hence cannot upgrade to a newer version.</a></li>
+          <li><a href="#upgrade">How to upgrade from an older to a newer version.</a></li>
+          <li><a href="#notvalidpackage">Firefox could not install the file at http:// because: Not a valid install package.</a></li>
+        </ol>
+      </li>
+      <li><p><b>Running Yulup</b></p>
+        <ol>
+          <li><a href="#firebug">Yulup does not detect Neutron enabled pages or network connection fails.</a></li>
+        </ol>
+      </li>
+    </ul>
 
-  <title>Frequently Asked Questions</title>
+    <h3>Answers</h3>
+    <h4>Troubleshooting Installation</h4>
 
-</head>
+    <a name="xpinstall"/>
+    <p><span style="font-weight: bolder;">Q.</span>When I click on one of the download links below, Firefox tells me something along the lines of &quot;Software installation is currently disabled. Click Edit Options... to enable it and try again.&quot; When clicking on &quot;Edit Options...&quot;, the preferences dialog is opened but there is no relevant option to reenable software installation.</p>
 
-<body>
+    <p><span style="font-weight: bolder;">A.</span>The option to enable software installation was removed from the user interface, without implementing a replacement. This is a known <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=310737">bug</a> and is fixed in Firefox 2 alpha 2. For users of Firefox 1.5.0.x, a workaround is to open the URI &quot;about:config&quot;, scroll down to the option &quot;xpinstall.enabled&quot;, right click on that name, and select &quot;Toggle&quot; from the context menu, such that the &quot;Value&quot; column reads &quot;true&quot;.</p>
 
-<h2>Frequently Asked Questions</h2>
+    <p>Note that this bug must not necessarily show up with your installation, since the &quot;xpinstall.enabled&quot; is set to &quot;true&quot; by default, and could only have been changed by you yourself (or your administrator) in an earlier release or manually by using &quot;about:config&quot;.</p>
 
-<h3>Questions</h3>
+    <hr/>
 
-<ul>
+    <a name="noupdates"/>
+    <p><span style="font-weight: bolder;">Q.</span> Cannot upgrade to a newer version although a newer version is indeed available (Extension Manager reports: &quot;No updates were found for Wyona Yulup&quot;).</p>
 
-<li><a name="troubleinstalltoc"/><b>Troubleshooting Installation</b>
+    <p><span style="font-weight: bolder;">A.</span> Clear your browser cache (Preferences -&gt; Privacy -&gt; Cache -&gt; Clear Cache Now) then try again to update. Alternative 1: Uninstall Yulup and reinstall afresh from the Yulup website. Alternative 2: Delete your local profile and restart Firefox (warning: this deletes all your bookmarks, etc., therefore you might want to create a backup copy of your profile folder first, and afterwards migrate your old bookmarks to your new profile).</p>
 
-  <ul>
-    <li><a href="#xpinstall">"Software installation is currently disabled. Click Edit Options... to enable it and try again."</a></li>
-    <li><a href="#noupdates">Does not find any updates and hence cannot upgrade to a newer version</a></li>
-    <li><a href="#upgrade">How to upgrade from an older to a newer version</a></li>
-    <li><a href="#notvalidpackage">Firefox could not install the file at http://... because: Not a valid install package</a></li>
-    <li><a href="#firebug">Yulup does not detect Neutron enabled pages or network connection fails</a></li>
-  </ul>
+    <hr/>
 
-</li>
+    <a name="upgrade"/>
+    <p><span style="font-weight: bolder;">Q.</span> How to upgrade from an older to a newer version.</p>
 
-</ul>
+    <p><span style="font-weight: bolder;">A.</span> Click on the Firefox/Mozilla Tools menu, then on the Extensions menu item, and then click &quot;Find Updates&quot;.</p>
 
+    <hr/>
 
+    <a name="notvalidpackage"/>
+    <p><span style="font-weight: bolder;">Q.</span> Firefox could not install the file at http:// because: Not a valid install package.</p>
 
-<h3>Answers</h3>
+    <p><span style="font-weight: bolder;">A.</span> This seems to be a Firefox <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=277556">bug</a>. After 4 or 5 times re-trying to install it normally suddenly works.</p>
 
+    <h4>Running Yulup</h4>
 
+    <a name="firebug"/>
 
-<a name="xpinstall"/>
+    <p><span style="font-weight: bolder;">Q.</span> Yulup does not detect Neutron enabled pages or network connection fails.</p>
 
-<p><span style="font-weight: bolder;">Q.</span> When I click on one of the download links below, Firefox tells me something along the lines of "Software installation is currently disabled. Click Edit Options... to enable it and try again." When clicking on "Edit Options...", the preferences dialog is opened but there is no relevant option to reenable software installation.</p>
+    <p><span style="font-weight: bolder;">A.</span> If you have the FireBug extension installed next to Yulup, please disable FireBug or uninstall it. FireBug is known to break Yulup in its current release. We are currently implementing a specific Yulup prefix as a workaround. Please stay tuned.</p>
 
-<p><span style="font-weight: bolder;">A.</span> The option to enable software installation was removed from the user interface, without implementing a replacement. This is a known <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=310737">bug</a> and is fixed in Firefox 2 alpha 2. For users of Firefox 1.5.0.x, a workaround is to open the URI "about:config", scroll down to the option "xpinstall.enabled", right click on that name, and select "Toggle" from the context menu, such that the "Value" column reads "true".</p>
-
-<p>Note that this bug must not necessarily show up with your installation, since the "xpinstall.enabled" is set to "true" by default, and could only have been changed by you yourself (or your administrator) in an earlier release or manually by using "about:config".</p>
-
-
-
-<hr/>
-
-<a name="noupdates"/>
-
-<p><span style="font-weight: bolder;">Q.</span> Cannot upgrade to a newer version although a newer version is indeed available (Extension Manager reports: "No updates were found for Wyona Yulup").</p>
-
-<p><span style="font-weight: bolder;">A.</span> Clear your browser cache (Preferences -> Privacy -> Cache -> Clear Cache Now) then try again to update. Alternative 1: Uninstall Yulup and reinstall afresh from the Yulup website. Alternative 2: Delete your local profile and restart Firefox (warning: this deletes all your bookmarks, etc., therefore you might want to create a backup copy of your profile folder first, and afterwards migrate your old bookmarks to your new profile).</p>
-
-
-
-<hr/>
-
-<a name="upgrade"/>
-
-<p><span style="font-weight: bolder;">Q.</span> How to upgrade from an older to a newer version.</p>
-
-<p><span style="font-weight: bolder;">A.</span> Click on the Firefox/Mozilla Tools menu, then on the Extensions menu item, and then click "Find Updates".</p>
-
-
-
-<hr/>
-<a name="notvalidpackage"/>
-<p><span style="font-weight: bolder;">Q.</span> Firefox could not install the file at http://... because: Not a valid install package</p>
-<p><span style="font-weight: bolder;">A.</span> This seems to be a Firefox <a href="https://bugzilla.mozilla.org/show_bug.cgi?id=277556">bug</a>. After 4 or 5 times re-trying to install it normally suddenly works.</p>
-
-<hr/>
-<a name="firebug"/>
-<p><span style="font-weight: bolder;">Q.</span> Yulup does not detect Neutron enabled pages or network connection fails</p>
-<p><span style="font-weight: bolder;">A.</span> If you have the FireBug extension installed next to Yulup, please disable FireBug or uninstall it. FireBug is known to break Yulup in its current release. We are currently implementing a specific Yulup prefix as a workaround. Please stay tuned :-)</p>
-
-<pre>
-
-
-
-
-
-
-
-</pre>
-</body>
-
+    <br/><br/><br/><br/><br/>
+  </body>
 </html>
-

Modified: public/yulup/website/wiki/index.txt
===================================================================
--- public/yulup/website/wiki/index.txt	2007-01-19 21:08:24 UTC (rev 21942)
+++ public/yulup/website/wiki/index.txt	2007-01-19 21:55:28 UTC (rev 21943)
@@ -1,4 +1,4 @@
 !Yulup Wiki
-This Wiki has just been started and is also Yulup enabled :-)
+This Wiki is also Yulup enabled.
 
 In order to use the Wiki send an email to [michael.wechner at wyona.com|mailto:michael.wechner at wyona.com].

Modified: public/yulup/website/yanel/config/yanel-realm-config.xml
===================================================================
--- public/yulup/website/yanel/config/yanel-realm-config.xml	2007-01-19 21:08:24 UTC (rev 21942)
+++ public/yulup/website/yanel/config/yanel-realm-config.xml	2007-01-19 21:55:28 UTC (rev 21943)
@@ -4,12 +4,12 @@
   <name>Yulup Website</name>
   <rti>yanel-rti-repository.xml</rti>
   <data>data-repository.xml</data>
-  <!-- Productive Configuration
   <ac-policies>local-ac-policies-repository.xml</ac-policies>
+  <!--
+  <ac-policies>ac-policies-repository.xml</ac-policies>
   -->
-  <ac-policies>ac-policies-repository.xml</ac-policies>
-  <!-- Productive Configuration
   <ac-identities>/home/ulysses/src/realms/wyona-com-website/yanel/conf/ac-identities-repository.xml</ac-identities>
+  <!--
+  <ac-identities>ac-identities-repository.xml</ac-identities>
   -->
-  <ac-identities>ac-identities-repository.xml</ac-identities>
 </realm-config>




More information about the Phoenix-commits mailing list