<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-4457</id>
	<title>Nabble - leaf-devel</title>
	<updated>2009-10-25T05:17:29Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/leaf-devel-f4457.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/leaf-devel-f4457.html" />
	<subtitle type="html">Mailing list archive for leaf-devel</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26047497</id>
	<title>Debugging Tools for Bering-uClibc v3</title>
	<published>2009-10-25T05:17:29Z</published>
	<updated>2009-10-25T05:17:29Z</updated>
	<author>
		<name>davidMbrooke</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I'm just wondering what debugging tools most LEAF developers use and
&lt;br&gt;whether anyone has had success with gdb or gdbserver?
&lt;br&gt;&lt;br&gt;Some of the applications I have tried to port to Bering-uClibc v3
&lt;br&gt;compile OK but then crash when running on the Bering-uClibc machine.
&lt;br&gt;&lt;br&gt;On other platforms I would use something like gdb to work out what the
&lt;br&gt;problem is, so maybe that's an option here too? If space is an issue
&lt;br&gt;there's the very small &amp;quot;gdbserver&amp;quot; which runs on the embedded device
&lt;br&gt;with the rest of gdb running elsewhere, communicating via an RS-232 or
&lt;br&gt;TCP/IP connection.
&lt;br&gt;&lt;br&gt;davidMbrooke
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26047497&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Debugging-Tools-for-Bering-uClibc-v3-tp26047497p26047497.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26047230</id>
	<title>Re: Has anyone tried compiling the Wi-Spy Spectrum-Tools for Bering-uClibc 3?</title>
	<published>2009-10-25T05:06:48Z</published>
	<updated>2009-10-25T05:06:48Z</updated>
	<author>
		<name>davidMbrooke</name>
	</author>
	<content type="html">On Fri, 2009-10-09 at 19:03 +0100, davidMbrooke wrote: 
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've just bought a Wi-Spy 2.4i spectrum analyzer from MetaGeek:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.metageek.net/products/wi-spy-24i&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.metageek.net/products/wi-spy-24i&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The mainstream GUI packages support Windows and Mac OS X but there is
&lt;br&gt;&amp;gt; also some software for Linux, from the same people who wrote Kismet.
&lt;br&gt;&amp;gt; This Linux software is called &amp;quot;Spectrum-Tools&amp;quot;, spectools for short:
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://www.kismetwireless.net/spectools/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kismetwireless.net/spectools/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I know there's a Kismet package for Bering-uClibc so I'm hopeful that it
&lt;br&gt;&amp;gt; will be possible to get Spectrum-Tools working too. One key dependency
&lt;br&gt;&amp;gt; is libusb, but there's already a package for that.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Has anyone tried this already? If not I'll see if I can get it to work
&lt;br&gt;&amp;gt; myself. Clearly the GTK GUI will not work, but there's a curses UI, and
&lt;br&gt;&amp;gt; a network server daemon which a remote GUI can connect to.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; davidMbrooke
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;So I guess that's a &amp;quot;no&amp;quot; - i.e. nobody else has tried this already.
&lt;br&gt;&lt;br&gt;I successfully got the code to compile with no problems at all.
&lt;br&gt;&lt;br&gt;Running it is a different matter; the code identifies the device but
&lt;br&gt;then fails to establish USB communications. There's a call to
&lt;br&gt;pthread_create() and the USB connection attempt is immediately after
&lt;br&gt;that, which may be a coincidence or it may point to a problem with
&lt;br&gt;pthread_create() in uClibc (there are some reports of issues in other
&lt;br&gt;mailing lists).
&lt;br&gt;&lt;br&gt;I will investigate further when I have more time.
&lt;br&gt;&lt;br&gt;davidMbrooke
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26047230&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Has-anyone-tried-compiling-the-Wi-Spy-Spectrum-Tools-for-Bering-uClibc-3--tp25825530p26047230.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25857777</id>
	<title>Re: Docs for the 2 NIC config</title>
	<published>2009-10-12T08:29:59Z</published>
	<updated>2009-10-12T08:29:59Z</updated>
	<author>
		<name>Paul Rogers-25</name>
	</author>
	<content type="html">On Mon, 12 Oct 2009 10:10:24 +0200, &amp;quot;Erich Titl&amp;quot;
&lt;br&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25857777&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;erich.titl@...&lt;/a&gt;&amp;gt; said:
&lt;br&gt;&amp;gt; What exactly are you referring to? The 2 NIC setup is probably the
&lt;br&gt;&amp;gt; standard and the only thing I can think of is the assignment of ethXX
&lt;br&gt;&amp;gt; to a specific NIC. This is not a Bering issue but just the way Linux
&lt;br&gt;&amp;gt; addresses its hardware (it can be overridden later afaik). With NICs
&lt;br&gt;&amp;gt; this is typically determined by the sequence of driver loading, e.g.
&lt;br&gt;&amp;gt; if you have the e1000 driver before the e100 driver in you
&lt;br&gt;&amp;gt; /etc/modules file and you have both nic types in your platform, then
&lt;br&gt;&amp;gt; the e1000 will have a lower ethnn number. AFAIK within the same driver
&lt;br&gt;&amp;gt; the sequence is determined by the mac address of the NIC.
&lt;br&gt;&lt;br&gt;Quite so. &amp;nbsp;That's esentially what I found out from a message reply by
&lt;br&gt;Charles re Dachstein in searching the message base. &amp;nbsp;Thing is, I've been
&lt;br&gt;running Linux for over 5 years. &amp;nbsp;In the versions of modutils I use,
&lt;br&gt;derived from LFS, such things can be assigned by &amp;quot;alias eth1 3c59x&amp;quot; for
&lt;br&gt;example. &amp;nbsp;I never ran across the &amp;quot;default case&amp;quot; before and didn't know
&lt;br&gt;it. &amp;nbsp;If one HASN'T run across this before, then one needs to know it,
&lt;br&gt;since Bering doesn't seem to use aliases in its /etc/modules file. (MY
&lt;br&gt;firewall uses a modem, and Bering-1.2, because dialup is all I can
&lt;br&gt;afford.) &amp;nbsp;I'm just suggesting that a few sentences like you wrote in the
&lt;br&gt;documentation would have been a big help, because I was stuck!
&lt;br&gt;-- 
&lt;br&gt;Paul Rogers
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25857777&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paulgrogers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://www.xprt.net/~pgrogers/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xprt.net/~pgrogers/&lt;/a&gt;&lt;br&gt;Rogers' Second Law: &amp;quot;Everything you do communicates.&amp;quot;
&lt;br&gt;(I do not personally endorse any additions after this line. TANSTAAFL :-)
&lt;br&gt;&lt;br&gt;&amp;nbsp; 	
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;a href=&quot;http://www.fastmail.fm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fastmail.fm&lt;/a&gt;&amp;nbsp;- Or how I learned to stop worrying and
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; love email again
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25857777&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Docs-for-the-2-NIC-config-tp25828660p25857777.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25828660</id>
	<title>Docs for the 2 NIC config</title>
	<published>2009-10-09T15:10:06Z</published>
	<updated>2009-10-09T15:10:06Z</updated>
	<author>
		<name>Paul Rogers-25</name>
	</author>
	<content type="html">Just setting up a Bering-3.1 for a friend, with 2 NICs (3C900, &amp;
&lt;br&gt;eepro100). &amp;nbsp;Had to figure out assignment to eth[01]. &amp;nbsp;Looked in doc
&lt;br&gt;pack. &amp;nbsp;Thought it strange that's the default config, but there's
&lt;br&gt;nothing in the docs about that. &amp;nbsp;Aggressive searching turned up a
&lt;br&gt;MESSAGE from Charles in reference to Dachstein that explained most
&lt;br&gt;of it. &amp;nbsp;Can I suggest the issue be covered in the canonical docs?
&lt;br&gt;TIA
&lt;br&gt;-- 
&lt;br&gt;Paul Rogers
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25828660&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;paulgrogers@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;http://www.xprt.net/~pgrogers/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.xprt.net/~pgrogers/&lt;/a&gt;&lt;br&gt;Rogers' Second Law: &amp;quot;Everything you do communicates.&amp;quot;
&lt;br&gt;(I do not personally endorse any additions after this line. TANSTAAFL :-)
&lt;br&gt;&lt;br&gt;&amp;nbsp; 	
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;&lt;a href=&quot;http://www.fastmail.fm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.fastmail.fm&lt;/a&gt;&amp;nbsp;- The professional email service
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25828660&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Docs-for-the-2-NIC-config-tp25828660p25828660.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25825530</id>
	<title>Has anyone tried compiling the Wi-Spy Spectrum-Tools for Bering-uClibc 3?</title>
	<published>2009-10-09T11:03:59Z</published>
	<updated>2009-10-09T11:03:59Z</updated>
	<author>
		<name>davidMbrooke</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;I've just bought a Wi-Spy 2.4i spectrum analyzer from MetaGeek:
&lt;br&gt;&lt;a href=&quot;http://www.metageek.net/products/wi-spy-24i&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.metageek.net/products/wi-spy-24i&lt;/a&gt;&lt;br&gt;&lt;br&gt;The mainstream GUI packages support Windows and Mac OS X but there is
&lt;br&gt;also some software for Linux, from the same people who wrote Kismet.
&lt;br&gt;This Linux software is called &amp;quot;Spectrum-Tools&amp;quot;, spectools for short:
&lt;br&gt;&lt;a href=&quot;http://www.kismetwireless.net/spectools/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.kismetwireless.net/spectools/&lt;/a&gt;&amp;nbsp;
&lt;br&gt;&lt;br&gt;I know there's a Kismet package for Bering-uClibc so I'm hopeful that it
&lt;br&gt;will be possible to get Spectrum-Tools working too. One key dependency
&lt;br&gt;is libusb, but there's already a package for that.
&lt;br&gt;&lt;br&gt;Has anyone tried this already? If not I'll see if I can get it to work
&lt;br&gt;myself. Clearly the GTK GUI will not work, but there's a curses UI, and
&lt;br&gt;a network server daemon which a remote GUI can connect to.
&lt;br&gt;&lt;br&gt;davidMbrooke
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25825530&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Has-anyone-tried-compiling-the-Wi-Spy-Spectrum-Tools-for-Bering-uClibc-3--tp25825530p25825530.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25821132</id>
	<title>SF:  Terms of use, DocMan, TaskMan 2009-10-06</title>
	<published>2009-10-09T06:21:53Z</published>
	<updated>2009-10-09T06:21:53Z</updated>
	<author>
		<name>Mike Noyes-2</name>
	</author>
	<content type="html">&lt;br&gt;Upcoming changes to site: Terms of use, DocMan, TaskMan 2009-10-06
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/apps/wordpress/sourceforge/2009/10/06/upcoming-changes-to-site-terms-of-use-docman-taskman-2009-10-06/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/apps/wordpress/sourceforge/2009/10/06/upcoming-changes-to-site-terms-of-use-docman-taskman-2009-10-06/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mike Noyes &amp;lt;mhnoyes at users.sourceforge.net&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/users/mhnoyes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/users/mhnoyes/&lt;/a&gt;&lt;br&gt;SF.net Projects: &amp;nbsp;leaf, sourceforge/sitedocs
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Come build with us! The BlackBerry(R) Developer Conference in SF, CA
&lt;br&gt;is the only developer event you need to attend this year. Jumpstart your
&lt;br&gt;developing skills, take BlackBerry mobile applications to market and stay 
&lt;br&gt;ahead of the curve. Join us from November 9 - 12, 2009. Register now!
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/devconference&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/devconference&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25821132&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF%3A--Terms-of-use%2C-DocMan%2C-TaskMan-2009-10-06-tp25821132p25821132.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25244672</id>
	<title>SourceForge.net Update: 2009-08-31</title>
	<published>2009-09-01T10:30:15Z</published>
	<updated>2009-09-01T10:30:15Z</updated>
	<author>
		<name>Mike Noyes-2</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;-------- Forwarded Message --------
&lt;br&gt;From: SourceForge.net Team &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25244672&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;noreply@...&lt;/a&gt;&amp;gt;
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25244672&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mhnoyes@...&lt;/a&gt;
&lt;br&gt;Subject: SourceForge.net Update: 2009-08-31 Edition
&lt;br&gt;Date: Tue, 1 Sep 2009 06:00:43 +0000
&lt;br&gt;-snip-
&lt;br&gt;Hi, everyone! &amp;nbsp;Welcome to our September SourceForge.net update. &amp;nbsp;Thanks for
&lt;br&gt;reading.
&lt;br&gt;&lt;br&gt;Since we last emailed you, we've made a few important changes to our site
&lt;br&gt;and services. &amp;nbsp;First off, you can now submit reviews for projects without
&lt;br&gt;logging in to SourceForge. &amp;nbsp;As you might expect, we've already seen a lot
&lt;br&gt;more reviews - keep 'em coming!
&lt;br&gt;&lt;br&gt;Last month, we updated our user profile pages so that you can control their
&lt;br&gt;layout and content. &amp;nbsp;Since then, we've extended this to each of our
&lt;br&gt;project's Develop pages. &amp;nbsp;If you want more control over how your Develop
&lt;br&gt;page looks, customize it and let us know what you think.
&lt;br&gt;&lt;br&gt;We've also made some improvements to the interface for our new file release
&lt;br&gt;system. &amp;nbsp;It's now easier to navigate through your files and folders, make
&lt;br&gt;edits, and upload files.
&lt;br&gt;&lt;br&gt;For every page view on SourceForge.net, there are a lot of moving parts,
&lt;br&gt;and everyone's experience can be different. &amp;nbsp;We've created a plugin for
&lt;br&gt;Firefox called Beacon that you can use to send us data about your page
&lt;br&gt;performance. &amp;nbsp;If your page load times are longer than you'd like, download
&lt;br&gt;the plugin and help us figure out where the problem is.
&lt;br&gt;&lt;br&gt;URL: &lt;a href=&quot;http://p.sf.net/sf-community/beacon&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sf-community/beacon&lt;/a&gt;&lt;br&gt;&lt;br&gt;Until next time!
&lt;br&gt;&lt;br&gt;Ross Turk, Director of Community
&lt;br&gt;ross at sourceforge.net
&lt;br&gt;&lt;br&gt;Follow us on Twitter: &lt;a href=&quot;http://twitter.com/sourceforge&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://twitter.com/sourceforge&lt;/a&gt;&lt;br&gt;Follow us on Facebook: &lt;a href=&quot;http://p.sf.net/sf-community/facebook&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sf-community/facebook&lt;/a&gt;&lt;br&gt;-snip-
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mike Noyes &amp;lt;mhnoyes at users.sourceforge.net&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/users/mhnoyes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/users/mhnoyes/&lt;/a&gt;&lt;br&gt;SF.net Projects: &amp;nbsp;leaf, sourceforge/sitedocs
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25244672&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SourceForge.net-Update%3A-2009-08-31-tp25244672p25244672.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-25212367</id>
	<title>phpWebSite</title>
	<published>2009-08-30T08:09:10Z</published>
	<updated>2009-08-30T08:09:10Z</updated>
	<author>
		<name>Mike Noyes-2</name>
	</author>
	<content type="html">New Hosted Application: phpWebSite
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/apps/wordpress/sourceforge/2009/08/24/new-hosted-application-phpwebsite/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/apps/wordpress/sourceforge/2009/08/24/new-hosted-application-phpwebsite/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mike Noyes &amp;lt;mhnoyes at users.sourceforge.net&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/users/mhnoyes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/users/mhnoyes/&lt;/a&gt;&lt;br&gt;SF.net Projects: &amp;nbsp;leaf, sourceforge/sitedocs
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=25212367&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/phpWebSite-tp25212367p25212367.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24972828</id>
	<title>Re: mailling list archives</title>
	<published>2009-08-14T07:39:34Z</published>
	<updated>2009-08-14T07:39:34Z</updated>
	<author>
		<name>Mike Noyes-2</name>
	</author>
	<content type="html">On Fri, 2009-08-14 at 15:47 +0200, KP Kirchdoerfer wrote:
&lt;br&gt;&amp;gt; I can't access the mailing list archives.
&lt;br&gt;&lt;br&gt;KP,
&lt;br&gt;See:
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/apps/wordpress/sourceforge/2009/08/14/mailing-list-views-offline/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/apps/wordpress/sourceforge/2009/08/14/mailing-list-views-offline/&lt;/a&gt;&lt;br&gt;&lt;br&gt;I recommend you subscribe to that rss feed.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://sourceforge.net/apps/wordpress/sourceforge/feed/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/apps/wordpress/sourceforge/feed/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mike Noyes &amp;lt;mhnoyes at users.sourceforge.net&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/users/mhnoyes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/users/mhnoyes/&lt;/a&gt;&lt;br&gt;SF.net Projects: &amp;nbsp;leaf, sourceforge/sitedocs
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24972828&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mailling-list-archives-tp24972030p24972828.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24972745</id>
	<title>Re: mailling list archives</title>
	<published>2009-08-14T07:33:34Z</published>
	<updated>2009-08-14T07:33:34Z</updated>
	<author>
		<name>Mike Noyes-2</name>
	</author>
	<content type="html">On Fri, 2009-08-14 at 15:47 +0200, KP Kirchdoerfer wrote:
&lt;br&gt;&amp;gt; Hello;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I can't access the mailing list archives.
&lt;br&gt;&lt;br&gt;KP,
&lt;br&gt;Our lists are archived by multiple services for this very reason.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://www.mail-archive.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.mail-archive.com/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://marc.info/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://marc.info/&lt;/a&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://gmane.org/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://gmane.org/&lt;/a&gt;&lt;br&gt;&lt;br&gt;Martin,
&lt;br&gt;It looks like our general list information pages were modified. Links to
&lt;br&gt;the other archives used to be there.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://lists.sourceforge.net/lists/listinfo/leaf-user&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://lists.sourceforge.net/lists/listinfo/leaf-user&lt;/a&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Sometimes I get an error message like:
&lt;br&gt;&amp;gt; &amp;quot;Your mailing list, leaf-devel, appears to be either not archived yet, or has 
&lt;br&gt;&amp;gt; had no e-mails sent to it. If it is a new list, please wait 2-4 hours after 
&lt;br&gt;&amp;gt; the first message is sent for the archive to show up.&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Sometimes I'm offered to download &amp;quot;forum.php&amp;quot;.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The project summary page still shows outdated versions to download by default, 
&lt;br&gt;&amp;gt; and &amp;quot;recent activities&amp;quot; are anything but not recent. &amp;nbsp;
&lt;br&gt;&amp;gt; Not to mention the &amp;quot;wrong&amp;quot; sort order in FRS (oldest package on top of page).
&lt;/div&gt;&lt;br&gt;I haven't had time to take care of this issue yet.
&lt;br&gt;&lt;br&gt;&amp;gt; The latest SF update seems to be a complete mess. &amp;nbsp;
&lt;br&gt;&lt;br&gt;A lot has changed. I disagree it is a mess.
&lt;br&gt;&lt;br&gt;&amp;gt; Can at least the access to the mail archives repaired?
&lt;br&gt;&lt;br&gt;See above.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mike Noyes &amp;lt;mhnoyes at users.sourceforge.net&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/users/mhnoyes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/users/mhnoyes/&lt;/a&gt;&lt;br&gt;SF.net Projects: &amp;nbsp;leaf, sourceforge/sitedocs
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24972745&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mailling-list-archives-tp24972030p24972745.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24972030</id>
	<title>mailling list archives</title>
	<published>2009-08-14T06:47:38Z</published>
	<updated>2009-08-14T06:47:38Z</updated>
	<author>
		<name>KP Kirchdoerfer-2</name>
	</author>
	<content type="html">Hello;
&lt;br&gt;&lt;br&gt;I can't access the mailing list archives.
&lt;br&gt;&lt;br&gt;Sometimes I get an error message like:
&lt;br&gt;&amp;quot;Your mailing list, leaf-devel, appears to be either not archived yet, or has 
&lt;br&gt;had no e-mails sent to it. If it is a new list, please wait 2-4 hours after 
&lt;br&gt;the first message is sent for the archive to show up.&amp;quot;
&lt;br&gt;&lt;br&gt;Sometimes I'm offered to download &amp;quot;forum.php&amp;quot;.
&lt;br&gt;&lt;br&gt;The project summary page still shows outdated versions to download by default, 
&lt;br&gt;and &amp;quot;recent activities&amp;quot; are anything but not recent. &amp;nbsp;
&lt;br&gt;Not to mention the &amp;quot;wrong&amp;quot; sort order in FRS (oldest package on top of page).
&lt;br&gt;&lt;br&gt;The latest SF update seems to be a complete mess. &amp;nbsp;
&lt;br&gt;&lt;br&gt;Can at least the access to the mail archives repaired?
&lt;br&gt;thx kp
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24972030&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/mailling-list-archives-tp24972030p24972030.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24937988</id>
	<title>Re: Wikipedia</title>
	<published>2009-08-12T07:36:33Z</published>
	<updated>2009-08-12T07:36:33Z</updated>
	<author>
		<name>Mike Noyes-2</name>
	</author>
	<content type="html">On Wed, 2009-08-12 at 10:17 +0100, Luis.F.Correia wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; &amp;gt; From: Mike Noyes [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24937988&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mhnoyes@...&lt;/a&gt;] 
&lt;br&gt;&amp;gt; &amp;gt; Sent: Tuesday, August 11, 2009 7:38 PM
&lt;br&gt;&amp;gt; &amp;gt; To: leaf-devel
&lt;br&gt;&amp;gt; &amp;gt; Subject: [leaf-devel] Wikipedia
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Everyone,
&lt;br&gt;&amp;gt; &amp;gt; We have a Wikipedia page.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://en.wikipedia.org/wiki/LEAF_Project&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/LEAF_Project&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Nice work!
&lt;/div&gt;&lt;br&gt;Luis,
&lt;br&gt;I just ran across it in wikipedia. I didn't author it. Brian Boonstra is
&lt;br&gt;the author, and long time leaf project member. See page history:
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://en.wikipedia.org/w/index.php?title=LEAF_Project&amp;action=history&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/w/index.php?title=LEAF_Project&amp;action=history&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mike Noyes &amp;lt;mhnoyes at users.sourceforge.net&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/users/mhnoyes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/users/mhnoyes/&lt;/a&gt;&lt;br&gt;SF.net Projects: &amp;nbsp;leaf, sourceforge/sitedocs
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24937988&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wikipedia-tp24923350p24937988.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24932694</id>
	<title>Re: Wikipedia</title>
	<published>2009-08-12T02:17:37Z</published>
	<updated>2009-08-12T02:17:37Z</updated>
	<author>
		<name>Luis.F.Correia</name>
	</author>
	<content type="html">Hi Mike, 
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Mike Noyes [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24932694&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mhnoyes@...&lt;/a&gt;] 
&lt;br&gt;&amp;gt; Sent: Tuesday, August 11, 2009 7:38 PM
&lt;br&gt;&amp;gt; To: leaf-devel
&lt;br&gt;&amp;gt; Subject: [leaf-devel] Wikipedia
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Everyone,
&lt;br&gt;&amp;gt; We have a Wikipedia page.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://en.wikipedia.org/wiki/LEAF_Project&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/LEAF_Project&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Mike Noyes &amp;lt;mhnoyes at users.sourceforge.net&amp;gt; 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://sourceforge.net/users/mhnoyes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/users/mhnoyes/&lt;/a&gt;&lt;br&gt;&amp;gt; SF.net Projects: &amp;nbsp;leaf, sourceforge/sitedocs
&lt;/div&gt;&lt;br&gt;Nice work!
&lt;br&gt;&lt;br&gt;Luis Correia
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24932694&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wikipedia-tp24923350p24932694.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24923350</id>
	<title>Wikipedia</title>
	<published>2009-08-11T11:37:41Z</published>
	<updated>2009-08-11T11:37:41Z</updated>
	<author>
		<name>Mike Noyes-2</name>
	</author>
	<content type="html">Everyone,
&lt;br&gt;We have a Wikipedia page.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://en.wikipedia.org/wiki/LEAF_Project&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/LEAF_Project&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mike Noyes &amp;lt;mhnoyes at users.sourceforge.net&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/users/mhnoyes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/users/mhnoyes/&lt;/a&gt;&lt;br&gt;SF.net Projects: &amp;nbsp;leaf, sourceforge/sitedocs
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24923350&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Wikipedia-tp24923350p24923350.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24895466</id>
	<title>Re: The_UnNamed_One</title>
	<published>2009-08-10T00:13:21Z</published>
	<updated>2009-08-10T00:13:21Z</updated>
	<author>
		<name>Martin Hejl</name>
	</author>
	<content type="html">Hi Erich,
&lt;br&gt;&lt;br&gt;&amp;gt; Somehow this HOSTCC stuff is weird, in the process of building buildenv
&lt;br&gt;&amp;gt; a gcc 3.3.3 is downloaded, despite all definitions im MasterInclude.mk.
&lt;br&gt;I'm not sure what's so weird about it - it works the exact same way as 
&lt;br&gt;the Bering uClibc branch (unless things have changed since early 2008).
&lt;br&gt;&lt;br&gt;Buildenv builds a gcc that is linked against uClibc - in order to do 
&lt;br&gt;that, it needs a host CC that will be able to compile the gcc we provide 
&lt;br&gt;(which happens to be 3.3.3 at the moment, since newer versions caused 
&lt;br&gt;all kinds of problems). gcc 4.x is not able to compile a vanilla gcc 
&lt;br&gt;3.3, so in the past we needed a gcc 3.x on the host in order to build 
&lt;br&gt;the toolchain.
&lt;br&gt;&lt;br&gt;With the patches kp committed on friday, you should be able to use a 
&lt;br&gt;newer gcc as the &amp;quot;host cc&amp;quot; as well (but I can't say for sure, since I 
&lt;br&gt;haven't tried it).
&lt;br&gt;&lt;br&gt;&amp;gt; Now which one is supposed to be used?
&lt;br&gt;Both. HOSTCC (which must be installed on your system before you do 
&lt;br&gt;anything with buildtool - again, the same approach as with Bering 
&lt;br&gt;uClibc) for building the first part of the toolchain, and gcc 3.3.3 
&lt;br&gt;which is part of the toolchain.
&lt;br&gt;&lt;br&gt;I hope that helps
&lt;br&gt;&lt;br&gt;Martin
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24895466&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The_UnNamed_One-tp24859867p24895466.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24887616</id>
	<title>SF FRS</title>
	<published>2009-08-09T07:26:42Z</published>
	<updated>2009-08-09T07:26:42Z</updated>
	<author>
		<name>Mike Noyes-2</name>
	</author>
	<content type="html">Everyone,
&lt;br&gt;Shell access for FRS now available
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/apps/wordpress/sourceforge/2009/08/05/shell-access-for-frs-now-available-2009-08-05/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/apps/wordpress/sourceforge/2009/08/05/shell-access-for-frs-now-available-2009-08-05/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mike Noyes &amp;lt;mhnoyes at users.sourceforge.net&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/users/mhnoyes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/users/mhnoyes/&lt;/a&gt;&lt;br&gt;SF.net Projects: &amp;nbsp;leaf, sourceforge/sitedocs
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24887616&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF-FRS-tp24887616p24887616.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24862557</id>
	<title>Re: The_UnNamed_One</title>
	<published>2009-08-07T03:38:58Z</published>
	<updated>2009-08-07T03:38:58Z</updated>
	<author>
		<name>KP Kirchdoerfer-2</name>
	</author>
	<content type="html">Am Freitag, 7. August 2009 12:14:04 schrieb Martin Hejl:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Erich,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; I decided to give it a try and build a buildenv. Unfortunately I did not
&lt;br&gt;&amp;gt; &amp;gt; get very far
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; source/package: linux
&lt;br&gt;&amp;gt; &amp;gt; ------------------------
&lt;br&gt;&amp;gt; &amp;gt; downloading: buildtool.cfg from server cvs-sourceforge type file
&lt;br&gt;&amp;gt; &amp;gt; download failed: file ../apps/linux/buildtool.cfg does not exist
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The following worked for me a few minutes ago (which is the approach I
&lt;br&gt;&amp;gt; outlined in my email to leaf-devel on March 1st 2008):
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; export CVS_RSH=ssh
&lt;br&gt;&amp;gt; cvs -z3 -d:ext:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24862557&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hejl@...&lt;/a&gt;:/cvsroot/leaf \
&lt;br&gt;&amp;gt; &amp;nbsp; co src/The_UnNamed_One
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; (obviously, you'll have to replace &amp;quot;hejl&amp;quot; with your SF username)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; cd src/The_UnNamed_One/buildtool/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; vi make/MasterInclude.mk
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;To make sure HOSTCC points to a gcc 3.x - gcc 4.x might not work, I
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;don't know if the patches kp committed to the Bering uClibc branch
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;made it into &amp;quot;The_UnNamed_One&amp;quot;)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ./buildtool.pl build buildenv
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Since it was &amp;quot;work in progress&amp;quot; when I committed it, I went for
&lt;br&gt;&amp;gt; expecting a local checkout of the apps directory (that's more convenient
&lt;br&gt;&amp;gt; during development anyway).
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I hope that helps,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Martin
&lt;/div&gt;&lt;br&gt;Hi;
&lt;br&gt;&lt;br&gt;just committed a few minutes ago the change for compilation with a recent gcc 
&lt;br&gt;(obstack.h.patch) and a sources.cfg which points to sourceforge cvs by 
&lt;br&gt;default.
&lt;br&gt;&lt;br&gt;Tested with gcc4.2.4 and buildenv built without errors.
&lt;br&gt;&lt;br&gt;kp
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24862557&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The_UnNamed_One-tp24859867p24862557.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24862531</id>
	<title>Re: The_UnNamed_One</title>
	<published>2009-08-07T03:31:20Z</published>
	<updated>2009-08-07T03:31:20Z</updated>
	<author>
		<name>Martin Hejl</name>
	</author>
	<content type="html">Hi again,
&lt;br&gt;&lt;br&gt;ok, forget what I just wrote - the instructions below are no longer 
&lt;br&gt;accurate, since kp just changed the config in CVS
&lt;br&gt;&lt;br&gt;Martin
&lt;br&gt;&lt;br&gt;Martin Hejl schrieb:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Erich,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt;&amp;gt; I decided to give it a try and build a buildenv. Unfortunately I did not
&lt;br&gt;&amp;gt;&amp;gt; get very far
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; source/package: linux
&lt;br&gt;&amp;gt;&amp;gt; ------------------------
&lt;br&gt;&amp;gt;&amp;gt; downloading: buildtool.cfg from server cvs-sourceforge type file
&lt;br&gt;&amp;gt;&amp;gt; download failed: file ../apps/linux/buildtool.cfg does not exist
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The following worked for me a few minutes ago (which is the approach I 
&lt;br&gt;&amp;gt; outlined in my email to leaf-devel on March 1st 2008):
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; export CVS_RSH=ssh
&lt;br&gt;&amp;gt; cvs -z3 -d:ext:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24862531&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hejl@...&lt;/a&gt;:/cvsroot/leaf \
&lt;br&gt;&amp;gt; &amp;nbsp; co src/The_UnNamed_One
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; (obviously, you'll have to replace &amp;quot;hejl&amp;quot; with your SF username)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; cd src/The_UnNamed_One/buildtool/
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; vi make/MasterInclude.mk
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;To make sure HOSTCC points to a gcc 3.x - gcc 4.x might not work, I
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;don't know if the patches kp committed to the Bering uClibc branch
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp;made it into &amp;quot;The_UnNamed_One&amp;quot;)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ./buildtool.pl build buildenv
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Since it was &amp;quot;work in progress&amp;quot; when I committed it, I went for 
&lt;br&gt;&amp;gt; expecting a local checkout of the apps directory (that's more convenient 
&lt;br&gt;&amp;gt; during development anyway).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I hope that helps,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Martin
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;&amp;gt; trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;&amp;gt; what you do best, core application coding. Discover what's new with 
&lt;br&gt;&amp;gt; Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; leaf-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24862531&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;-- 
&lt;br&gt;You think that's tough? &amp;nbsp;Try herding cats!
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24862531&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The_UnNamed_One-tp24859867p24862531.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24862391</id>
	<title>Re: The_UnNamed_One</title>
	<published>2009-08-07T03:14:04Z</published>
	<updated>2009-08-07T03:14:04Z</updated>
	<author>
		<name>Martin Hejl</name>
	</author>
	<content type="html">Hi Erich,
&lt;br&gt;&lt;br&gt;&amp;gt; I decided to give it a try and build a buildenv. Unfortunately I did not
&lt;br&gt;&amp;gt; get very far
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; source/package: linux
&lt;br&gt;&amp;gt; ------------------------
&lt;br&gt;&amp;gt; downloading: buildtool.cfg from server cvs-sourceforge type file
&lt;br&gt;&amp;gt; download failed: file ../apps/linux/buildtool.cfg does not exist
&lt;br&gt;&lt;br&gt;The following worked for me a few minutes ago (which is the approach I 
&lt;br&gt;outlined in my email to leaf-devel on March 1st 2008):
&lt;br&gt;&lt;br&gt;export CVS_RSH=ssh
&lt;br&gt;cvs -z3 -d:ext:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24862391&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;hejl@...&lt;/a&gt;:/cvsroot/leaf \
&lt;br&gt;&amp;nbsp; co src/The_UnNamed_One
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; (obviously, you'll have to replace &amp;quot;hejl&amp;quot; with your SF username)
&lt;br&gt;&lt;br&gt;cd src/The_UnNamed_One/buildtool/
&lt;br&gt;&lt;br&gt;vi make/MasterInclude.mk
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;To make sure HOSTCC points to a gcc 3.x - gcc 4.x might not work, I
&lt;br&gt;&amp;nbsp; &amp;nbsp;don't know if the patches kp committed to the Bering uClibc branch
&lt;br&gt;&amp;nbsp; &amp;nbsp;made it into &amp;quot;The_UnNamed_One&amp;quot;)
&lt;br&gt;&lt;br&gt;./buildtool.pl build buildenv
&lt;br&gt;&lt;br&gt;Since it was &amp;quot;work in progress&amp;quot; when I committed it, I went for 
&lt;br&gt;expecting a local checkout of the apps directory (that's more convenient 
&lt;br&gt;during development anyway).
&lt;br&gt;&lt;br&gt;I hope that helps,
&lt;br&gt;&lt;br&gt;Martin
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24862391&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The_UnNamed_One-tp24859867p24862391.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24859867</id>
	<title>The_UnNamed_One</title>
	<published>2009-08-06T23:58:49Z</published>
	<updated>2009-08-06T23:58:49Z</updated>
	<author>
		<name>Erich Titl</name>
	</author>
	<content type="html">Hi Folks
&lt;br&gt;&lt;br&gt;I decided to give it a try and build a buildenv. Unfortunately I did not
&lt;br&gt;get very far
&lt;br&gt;&lt;br&gt;source/package: linux
&lt;br&gt;------------------------
&lt;br&gt;downloading: buildtool.cfg from server cvs-sourceforge type file
&lt;br&gt;download failed: file ../apps/linux/buildtool.cfg does not exist
&lt;br&gt;&lt;br&gt;you might find useful information in log/buildtoollog
&lt;br&gt;&lt;br&gt;......
&lt;br&gt;&lt;br&gt;buildtool::Common::InstalledFile::searchInstalled4Pkg:starting
&lt;br&gt;buildtool::Common::InstalledFile::searchInstalled4Pkg:entry buildenv not
&lt;br&gt;in source list
&lt;br&gt;buildtool::Make::Source::_makeCompleteList:buildenv added to complete
&lt;br&gt;list list
&lt;br&gt;buildtool::Download::setDlroot:setting dlroot to :
&lt;br&gt;/data/leaf/bering-uclibc/devel/latest/2.6/The_UnNamed_One/buildtool/source/linux
&lt;br&gt;buildtool::Download::download:file key: buildtool.cfg
&lt;br&gt;checking link /lib/ld-uClibc.so
&lt;br&gt;&lt;br&gt;cheers
&lt;br&gt;&lt;br&gt;Erich
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24859867&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/The_UnNamed_One-tp24859867p24859867.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24856577</id>
	<title>SF Email Alias</title>
	<published>2009-08-06T16:49:56Z</published>
	<updated>2009-08-06T16:49:56Z</updated>
	<author>
		<name>Mike Noyes-2</name>
	</author>
	<content type="html">Everyone,
&lt;br&gt;SF introduced two optional email alias handling options.
&lt;br&gt;&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/account/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/account/&lt;/a&gt;&lt;br&gt;Mail Alias behavior: &amp;nbsp;Accept all mail
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Accept mail from SourceForge.net
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; internal hosts only
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Accept no mail (reject)
&lt;br&gt;&lt;br&gt;Note: My SF account is set to accept mail from SourceForge.net internal
&lt;br&gt;hosts only. Please use our lists or your SF mail alias to contact me.
&lt;br&gt;Thanks.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mike Noyes &amp;lt;mhnoyes at users.sourceforge.net&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/users/mhnoyes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/users/mhnoyes/&lt;/a&gt;&lt;br&gt;SF.net Projects: &amp;nbsp;leaf, sourceforge/sitedocs
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24856577&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF-Email-Alias-tp24856577p24856577.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24855662</id>
	<title>Re: SF summary page</title>
	<published>2009-08-06T15:24:43Z</published>
	<updated>2009-08-06T15:24:43Z</updated>
	<author>
		<name>Mike Noyes-2</name>
	</author>
	<content type="html">On Thu, 2009-08-06 at 23:04 +0200, KP Kirchdoerfer wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi Mike;
&lt;br&gt;&amp;gt; today I see on SF summary page that lince is default for teh &amp;quot;Download Now&amp;quot; 
&lt;br&gt;&amp;gt; button. This is odd cause lince is years old. 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is there a way that the latest file(s) are default?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Similar problem on the FRS page. The sort order should have the latest 
&lt;br&gt;&amp;gt; additions first. And not only the latest file, but all the files the latest 
&lt;br&gt;&amp;gt; version of a package. Is that possible? I looked into FRS but haven't found 
&lt;br&gt;&amp;gt; an option to change the sort order.
&lt;/div&gt;&lt;br&gt;KP,
&lt;br&gt;Thanks for letting me know. I'll take a look at the problem tomorrow
&lt;br&gt;morning.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mike Noyes &amp;lt;mhnoyes at users.sourceforge.net&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/users/mhnoyes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/users/mhnoyes/&lt;/a&gt;&lt;br&gt;SF.net Projects: &amp;nbsp;leaf, sourceforge/sitedocs
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24855662&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF-summary-page-tp24854431p24855662.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24854431</id>
	<title>SF summary page</title>
	<published>2009-08-06T14:04:17Z</published>
	<updated>2009-08-06T14:04:17Z</updated>
	<author>
		<name>KP Kirchdoerfer-2</name>
	</author>
	<content type="html">Hi Mike;
&lt;br&gt;&lt;br&gt;today I see on SF summary page that lince is default for teh &amp;quot;Download Now&amp;quot; 
&lt;br&gt;button. This is odd cause lince is years old. 
&lt;br&gt;&lt;br&gt;Is there a way that the latest file(s) are default?
&lt;br&gt;&lt;br&gt;Similar problem on the FRS page. The sort order should have the latest 
&lt;br&gt;additions first. And not only the latest file, but all the files the latest 
&lt;br&gt;version of a package. Is that possible? I looked into FRS but haven't found 
&lt;br&gt;an option to change the sort order.
&lt;br&gt;&lt;br&gt;Can you help?
&lt;br&gt;&lt;br&gt;thx kp
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24854431&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF-summary-page-tp24854431p24854431.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24812240</id>
	<title>Re: Project Admin</title>
	<published>2009-08-04T09:44:20Z</published>
	<updated>2009-08-04T09:44:20Z</updated>
	<author>
		<name>Erich Titl</name>
	</author>
	<content type="html">Hi Luis
&lt;br&gt;&lt;br&gt;Luis.F.Correia wrote:
&lt;br&gt;&amp;gt; Hi Erich.
&lt;br&gt;&amp;gt; 
&lt;br&gt;..
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Yes and no :)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I think that most email entering sf.net must be plain text although
&lt;br&gt;&amp;gt; it depends on the mailing list configurations.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; But I do get your emails from the list.
&lt;br&gt;&lt;br&gt;Only the unsigned ones, I am afraid :-(
&lt;br&gt;&lt;br&gt;cheers
&lt;br&gt;&lt;br&gt;Erich
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24812240&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Project-Admin-tp24790237p24812240.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24804746</id>
	<title>Re: Project Admin</title>
	<published>2009-08-04T01:35:31Z</published>
	<updated>2009-08-04T01:35:31Z</updated>
	<author>
		<name>Luis.F.Correia</name>
	</author>
	<content type="html">Hi Erich.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Erich Titl [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24804746&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;erich.titl@...&lt;/a&gt;] 
&lt;br&gt;&amp;gt; Sent: Monday, August 03, 2009 11:13 PM
&lt;br&gt;&amp;gt; Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24804746&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: Re: [leaf-devel] Project Admin
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi KP
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; KP Kirchdoerfer wrote:
&lt;br&gt;&amp;gt; &amp;gt; Am Montag, 3. August 2009 14:21:54 schrieb Mike Noyes:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Everyone,
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Erich Titl (etitl) promoted to project admin, and Jeff Newmiller
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; (jdnewmil) demoted to project member.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Hi;
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; regarding Erich it seems to be an overdue step.
&lt;br&gt;&amp;gt; &amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; I appreciate the decision and &amp;quot;welcome Erich&amp;quot;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Thanks, I was about to reply today and again just got rejected :-)
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I _believe_ this is because my mails are S/MIME signed by 
&lt;br&gt;&amp;gt; default and somehow just don't make it through leaf-devel. 
&lt;br&gt;&amp;gt; Could someone confirm?
&lt;/div&gt;&lt;br&gt;Yes and no :)
&lt;br&gt;&lt;br&gt;I think that most email entering sf.net must be plain text although
&lt;br&gt;it depends on the mailing list configurations.
&lt;br&gt;&lt;br&gt;But I do get your emails from the list.
&lt;br&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; cheers
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Erich
&lt;br&gt;&lt;br&gt;Luis Correia
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24804746&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Project-Admin-tp24790237p24804746.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24799095</id>
	<title>Re: Project Admin</title>
	<published>2009-08-03T15:12:34Z</published>
	<updated>2009-08-03T15:12:34Z</updated>
	<author>
		<name>Erich Titl</name>
	</author>
	<content type="html">Hi KP
&lt;br&gt;&lt;br&gt;KP Kirchdoerfer wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Am Montag, 3. August 2009 14:21:54 schrieb Mike Noyes:
&lt;br&gt;&amp;gt;&amp;gt; Everyone,
&lt;br&gt;&amp;gt;&amp;gt; Erich Titl (etitl) promoted to project admin, and Jeff Newmiller
&lt;br&gt;&amp;gt;&amp;gt; (jdnewmil) demoted to project member.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; regarding Erich it seems to be an overdue step.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I appreciate the decision and &amp;quot;welcome Erich&amp;quot;
&lt;/div&gt;&lt;br&gt;Thanks, I was about to reply today and again just got rejected :-)
&lt;br&gt;&lt;br&gt;I _believe_ this is because my mails are S/MIME signed by default and
&lt;br&gt;somehow just don't make it through leaf-devel. Could someone confirm?
&lt;br&gt;&lt;br&gt;cheers
&lt;br&gt;&lt;br&gt;Erich
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24799095&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Project-Admin-tp24790237p24799095.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24796278</id>
	<title>Re: Project Admin</title>
	<published>2009-08-03T11:59:47Z</published>
	<updated>2009-08-03T11:59:47Z</updated>
	<author>
		<name>KP Kirchdoerfer-2</name>
	</author>
	<content type="html">Am Montag, 3. August 2009 14:21:54 schrieb Mike Noyes:
&lt;br&gt;&amp;gt; Everyone,
&lt;br&gt;&amp;gt; Erich Titl (etitl) promoted to project admin, and Jeff Newmiller
&lt;br&gt;&amp;gt; (jdnewmil) demoted to project member.
&lt;br&gt;&lt;br&gt;Hi;
&lt;br&gt;&lt;br&gt;regarding Erich it seems to be an overdue step.
&lt;br&gt;&lt;br&gt;I appreciate the decision and &amp;quot;welcome Erich&amp;quot;
&lt;br&gt;&lt;br&gt;regards kp
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24796278&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Project-Admin-tp24790237p24796278.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24790237</id>
	<title>Project Admin</title>
	<published>2009-08-03T05:21:54Z</published>
	<updated>2009-08-03T05:21:54Z</updated>
	<author>
		<name>Mike Noyes-2</name>
	</author>
	<content type="html">Everyone,
&lt;br&gt;Erich Titl (etitl) promoted to project admin, and Jeff Newmiller
&lt;br&gt;(jdnewmil) demoted to project member.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mike Noyes &amp;lt;mhnoyes at users.sourceforge.net&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/users/mhnoyes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/users/mhnoyes/&lt;/a&gt;&lt;br&gt;SF.net Projects: &amp;nbsp;leaf, sourceforge/sitedocs
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24790237&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Project-Admin-tp24790237p24790237.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24790220</id>
	<title>SF FRS</title>
	<published>2009-08-03T05:19:43Z</published>
	<updated>2009-08-03T05:19:43Z</updated>
	<author>
		<name>Mike Noyes-2</name>
	</author>
	<content type="html">Everyone,
&lt;br&gt;&lt;br&gt;File Release System (FRS) update complete 2009-07-22
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/apps/wordpress/sourceforge/2009/07/22/file-release-system-frs-update-complete-2009-07-22/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/apps/wordpress/sourceforge/2009/07/22/file-release-system-frs-update-complete-2009-07-22/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mike Noyes &amp;lt;mhnoyes at users.sourceforge.net&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/users/mhnoyes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/users/mhnoyes/&lt;/a&gt;&lt;br&gt;SF.net Projects: &amp;nbsp;leaf, sourceforge/sitedocs
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24790220&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF-FRS-tp24790220p24790220.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24727148</id>
	<title>Re: Current Bering OpenSwan package (2.4.7) can be crashed by a bad peer configuration</title>
	<published>2009-07-29T13:20:30Z</published>
	<updated>2009-07-29T13:20:30Z</updated>
	<author>
		<name>KP Kirchdoerfer-2</name>
	</author>
	<content type="html">Am Donnerstag, 9. Juli 2009 01:08:06 schrieb Erich Titl:
&lt;br&gt;&amp;gt; Hi Folks
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; A bit of a follow up:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; As noone really seemed to bother, I went on to see what was required to
&lt;br&gt;&amp;gt; get to a current OpenSwan release. I built modules and userland for
&lt;br&gt;&amp;gt; OpenSwan 2.4.1§5 for the kernels 2.4.34 and 2.4.34.6 and at least they
&lt;br&gt;&amp;gt; did not crash when invoked.
&lt;br&gt;&lt;br&gt;Hi Erich;
&lt;br&gt;&lt;br&gt;can you add the lrp (and sources) to the contrib section in cvs, so user s can 
&lt;br&gt;testdrive the new package?
&lt;br&gt;We can then replace the current 2.4.7 package, if it proofs to be stable.
&lt;br&gt;I guess a lot of users (and I'm talking of developers as users here as well) 
&lt;br&gt;have moved from openswan to openvpn, which fit most of the needs without the 
&lt;br&gt;hassle to set up - at least I did. &amp;nbsp;This may explain, why none seemed to 
&lt;br&gt;bother the weaknesses of the latest ipsec.lrp.
&lt;br&gt;&lt;br&gt;regards kp
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
&lt;br&gt;trial. Simplify your report design, integration and deployment - and focus on 
&lt;br&gt;what you do best, core application coding. Discover what's new with 
&lt;br&gt;Crystal Reports now. &amp;nbsp;&lt;a href=&quot;http://p.sf.net/sfu/bobj-july&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/bobj-july&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24727148&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Possible-web-configuration-framework-tp22247216p24727148.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24601286</id>
	<title>ppp and DNS</title>
	<published>2009-07-22T00:23:33Z</published>
	<updated>2009-07-22T00:23:33Z</updated>
	<author>
		<name>Erich Titl</name>
	</author>
	<content type="html">Hi folks
&lt;br&gt;&lt;br&gt;This may be just a déja vu for some of you. I created 2 small scripts
&lt;br&gt;which take care of updating resolv.conf and dnscache forwarding for ppp
&lt;br&gt;uplink. It would be nice to have them in the mainstream distro.
&lt;br&gt;&lt;br&gt;cheers
&lt;br&gt;&lt;br&gt;Erich
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24601286&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/ppp-and-DNS-tp24601286p24601286.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24401049</id>
	<title>Current Bering OpenSwan package (2.4.7) can be crashed by a bad peer configuration</title>
	<published>2009-07-08T16:08:06Z</published>
	<updated>2009-07-08T16:08:06Z</updated>
	<author>
		<name>Erich Titl</name>
	</author>
	<content type="html">Hi Folks
&lt;br&gt;&lt;br&gt;A bit of a follow up:
&lt;br&gt;&lt;br&gt;As noone really seemed to bother, I went on to see what was required to
&lt;br&gt;get to a current OpenSwan release. I built modules and userland for
&lt;br&gt;OpenSwan 2.4.1§5 for the kernels 2.4.34 and 2.4.34.6 and at least they
&lt;br&gt;did not crash when invoked.
&lt;br&gt;&lt;br&gt;cheers
&lt;br&gt;&lt;br&gt;Erich
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Enter the BlackBerry Developer Challenge &amp;nbsp;
&lt;br&gt;This is your chance to win up to $100,000 in prizes! For a limited time, 
&lt;br&gt;vendors submitting new applications to BlackBerry App World(TM) will have
&lt;br&gt;the opportunity to enter the BlackBerry Developer Challenge. See full prize &amp;nbsp;
&lt;br&gt;details at: &lt;a href=&quot;http://p.sf.net/sfu/Challenge&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/Challenge&lt;/a&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24401049&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Possible-web-configuration-framework-tp22247216p24401049.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24307671</id>
	<title>SF UI change</title>
	<published>2009-07-02T06:56:11Z</published>
	<updated>2009-07-02T06:56:11Z</updated>
	<author>
		<name>Mike Noyes-2</name>
	</author>
	<content type="html">Everyone,
&lt;br&gt;Site UI implementation complete 2009-07-01
&lt;br&gt;&lt;a href=&quot;https://sourceforge.net/apps/wordpress/sourceforge/2009/07/01/site-ui-implementation-complete-2009-07-01/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://sourceforge.net/apps/wordpress/sourceforge/2009/07/01/site-ui-implementation-complete-2009-07-01/&lt;/a&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Mike Noyes &amp;lt;mhnoyes at users.sourceforge.net&amp;gt;
&lt;br&gt;&lt;a href=&quot;http://sourceforge.net/users/mhnoyes/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://sourceforge.net/users/mhnoyes/&lt;/a&gt;&lt;br&gt;SF.net Projects: &amp;nbsp;leaf, sourceforge/sitedocs
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24307671&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SF-UI-change-tp24307671p24307671.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24306574</id>
	<title>Current Bering OpenSwan package (2.4.7) can be crashed by a bad peer configuration</title>
	<published>2009-07-02T05:15:30Z</published>
	<updated>2009-07-02T05:15:30Z</updated>
	<author>
		<name>Erich Titl</name>
	</author>
	<content type="html">Hello
&lt;br&gt;&lt;br&gt;There was a bit of a thread some time ago concerning upgrading ipsec on
&lt;br&gt;Bering uClibc. I believe the time has come to do so.
&lt;br&gt;&lt;br&gt;The problem shows up if on one side of a connection pair we leave pfs
&lt;br&gt;undefined and on the other side pfs=no. Then pluto crashes and gets
&lt;br&gt;restarted, just to crash at the next connection attempt from the badly
&lt;br&gt;configured peer.
&lt;br&gt;&lt;br&gt;In my ipsec webconf it happens that I add parameters to the
&lt;br&gt;configuration which were missing before, so I never observed the
&lt;br&gt;problem. The default for at least the pfs parameter appears to be wrong
&lt;br&gt;in the ipsec webconf page, but this can be fixed easily.
&lt;br&gt;&lt;br&gt;My openswan version right now is 2.4.7 which is, as far as the CVS
&lt;br&gt;repository tells, the latest and greatest version (at OpenSwan the
&lt;br&gt;current release of the 2.x branch is 2.6.22). The problem depicted here
&lt;br&gt;is a known bug in 2.4.7 :-)
&lt;br&gt;&lt;br&gt;It so happens that there is a kernel patch for ipsec
&lt;br&gt;(openswan-2.4.7.kernel-2.4-klips.patch), which might just be the content
&lt;br&gt;of the openswanx.x.x/linux directory, but I am missing some information
&lt;br&gt;on how this patch was built.
&lt;br&gt;&lt;br&gt;cheers
&lt;br&gt;&lt;br&gt;Erich
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24306574&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Possible-web-configuration-framework-tp22247216p24306574.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-24302612</id>
	<title>Empty .local file breaks apkg -o logic</title>
	<published>2009-07-01T04:16:09Z</published>
	<updated>2009-07-01T04:16:09Z</updated>
	<author>
		<name>Erich Titl</name>
	</author>
	<content type="html">Hi folks
&lt;br&gt;&lt;br&gt;I found a strange behaviour in apkg -o which is a bug IMHO.
&lt;br&gt;&lt;br&gt;If a package foodle has an empty foodle.local file in /var/lib/lrpkg
&lt;br&gt;then apkg -o produces enourmous output because the find command in
&lt;br&gt;&lt;br&gt;for a in $(find $(cat $PKGDIR/$pkg.local) -type f 2&amp;gt;/dev/null);
&lt;br&gt;&lt;br&gt;iterates over just about anything in the file system. We should make
&lt;br&gt;sure the package.local files are not empty.
&lt;br&gt;&lt;br&gt;cheers
&lt;br&gt;&lt;br&gt;Erich
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;leaf-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=24302612&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;leaf-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/leaf-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/leaf-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Possible-web-configuration-framework-tp22247216p24302612.html" />
</entry>

</feed>
