<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: EDE Login Manager</title>
	<atom:link href="http://blog.mikeasoft.com/2006/01/17/ede-login-manager/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.mikeasoft.com/2006/01/17/ede-login-manager/</link>
	<description></description>
	<lastBuildDate>Wed, 08 Feb 2012 13:50:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: pixotec</title>
		<link>http://blog.mikeasoft.com/2006/01/17/ede-login-manager/comment-page-1/#comment-31857</link>
		<dc:creator>pixotec</dc:creator>
		<pubDate>Mon, 21 May 2007 07:19:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikeasoft.com/2006/01/17/ede-login-manager/#comment-31857</guid>
		<description>ok, found it here: http://bazaar.mikeasoft.com/</description>
		<content:encoded><![CDATA[<p>ok, found it here: <a href="http://bazaar.mikeasoft.com/" rel="nofollow">http://bazaar.mikeasoft.com/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pixotec</title>
		<link>http://blog.mikeasoft.com/2006/01/17/ede-login-manager/comment-page-1/#comment-31705</link>
		<dc:creator>pixotec</dc:creator>
		<pubDate>Sat, 19 May 2007 19:30:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikeasoft.com/2006/01/17/ede-login-manager/#comment-31705</guid>
		<description>hi mike,

after STX linux dropped the EDE way of life (sadly...) I&#039;m interested in the EDE login manager. where to download? or email me the tar.gz?</description>
		<content:encoded><![CDATA[<p>hi mike,</p>
<p>after STX linux dropped the EDE way of life (sadly&#8230;) I&#8217;m interested in the EDE login manager. where to download? or email me the tar.gz?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vedran</title>
		<link>http://blog.mikeasoft.com/2006/01/17/ede-login-manager/comment-page-1/#comment-42</link>
		<dc:creator>Vedran</dc:creator>
		<pubDate>Wed, 25 Jan 2006 19:20:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikeasoft.com/2006/01/17/ede-login-manager/#comment-42</guid>
		<description>This looks beautiful :) exactly what we need for EDE2...</description>
		<content:encoded><![CDATA[<p>This looks beautiful <img src='http://blog.mikeasoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  exactly what we need for EDE2&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.mikeasoft.com/2006/01/17/ede-login-manager/comment-page-1/#comment-41</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 18 Jan 2006 18:54:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikeasoft.com/2006/01/17/ede-login-manager/#comment-41</guid>
		<description>I&#039;ve now sorted out the FLTK2 package in the STX repositories; so if you want to start doing C++ development just add &lt;i&gt;SOURCE=http://stx.mikeasoft.com&lt;/i&gt; to your &lt;i&gt;/etc/slapt-get/slapt-getrc&lt;/i&gt; file, run &lt;i&gt;slapt-get --update&lt;/i&gt; followed by &lt;i&gt;slapt-get --install fltk2&lt;/i&gt;. You can then use &lt;i&gt;fluid2&lt;/i&gt; to give you a GUI editor and IDE.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve now sorted out the FLTK2 package in the STX repositories; so if you want to start doing C++ development just add <i>SOURCE=http://stx.mikeasoft.com</i> to your <i>/etc/slapt-get/slapt-getrc</i> file, run <i>slapt-get &#8211;update</i> followed by <i>slapt-get &#8211;install fltk2</i>. You can then use <i>fluid2</i> to give you a GUI editor and IDE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blog.mikeasoft.com/2006/01/17/ede-login-manager/comment-page-1/#comment-40</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 18 Jan 2006 13:24:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikeasoft.com/2006/01/17/ede-login-manager/#comment-40</guid>
		<description>For general applications I&#039;d probably recommend using Python and PyFLTK (these are what the STX Control Centre and LiveCD Installer are written with). The latest PyFLTK package can be obtained from: http://stx.mikeasoft.com/ (a slightly older version is already included with STX). The only tutorials I&#039;m aware of for PyFLTK are the ones I&#039;ve been writing available from: http://junk.mikeasoft.com/pyfltkmanual.pdf

As for actual EDE development, things are in a bit of a transitionary stage at the moment as 1.x is no longer receiving much new work while people focus on the 2.0 version. EDE 1.0 uses EFLTK which is an old fork from FLTK 2.0; while EDE 2.0 is based on the latest FLTK 2.0 code. There is an FLTK 2 package in the STX development repository which includes the library, the development headers and the FLUID GUI designer/IDE, but you can&#039;t currently compile programs against it due to a problem with incompatibilities between the version of libpng it was compiled against and the version on STX. I&#039;ll try and get that sorted out soon though.

Extra FLTK documentation can be found at: http://fltk.org/documentation.php

Hope this helps :).</description>
		<content:encoded><![CDATA[<p>For general applications I&#8217;d probably recommend using Python and PyFLTK (these are what the STX Control Centre and LiveCD Installer are written with). The latest PyFLTK package can be obtained from: <a href="http://stx.mikeasoft.com/" rel="nofollow">http://stx.mikeasoft.com/</a> (a slightly older version is already included with STX). The only tutorials I&#8217;m aware of for PyFLTK are the ones I&#8217;ve been writing available from: <a href="http://junk.mikeasoft.com/pyfltkmanual.pdf" rel="nofollow">http://junk.mikeasoft.com/pyfltkmanual.pdf</a></p>
<p>As for actual EDE development, things are in a bit of a transitionary stage at the moment as 1.x is no longer receiving much new work while people focus on the 2.0 version. EDE 1.0 uses EFLTK which is an old fork from FLTK 2.0; while EDE 2.0 is based on the latest FLTK 2.0 code. There is an FLTK 2 package in the STX development repository which includes the library, the development headers and the FLUID GUI designer/IDE, but you can&#8217;t currently compile programs against it due to a problem with incompatibilities between the version of libpng it was compiled against and the version on STX. I&#8217;ll try and get that sorted out soon though.</p>
<p>Extra FLTK documentation can be found at: <a href="http://fltk.org/documentation.php" rel="nofollow">http://fltk.org/documentation.php</a></p>
<p>Hope this helps <img src='http://blog.mikeasoft.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pixotec</title>
		<link>http://blog.mikeasoft.com/2006/01/17/ede-login-manager/comment-page-1/#comment-39</link>
		<dc:creator>pixotec</dc:creator>
		<pubDate>Wed, 18 Jan 2006 13:03:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.mikeasoft.com/2006/01/17/ede-login-manager/#comment-39</guid>
		<description>hi michael,

it seems that you are the programming superman for everything related to EDE in conjunction with STX.
I&#039;m a java developer, but would like to start helping by learning FLTK and EDE programming. Could you please give me some starting tipps?

- suitable IDE
- compiler needed (g++?)
- libraries to install
- kick off tutorials, code to look at...

any hints welcome</description>
		<content:encoded><![CDATA[<p>hi michael,</p>
<p>it seems that you are the programming superman for everything related to EDE in conjunction with STX.<br />
I&#8217;m a java developer, but would like to start helping by learning FLTK and EDE programming. Could you please give me some starting tipps?</p>
<p>- suitable IDE<br />
- compiler needed (g++?)<br />
- libraries to install<br />
- kick off tutorials, code to look at&#8230;</p>
<p>any hints welcome</p>
]]></content:encoded>
	</item>
</channel>
</rss>

