<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns="http://purl.org/rss/1.0/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/"
  xmlns:image="http://web.resource.org/rss/1.0/modules/image/"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <channel rdf:about="http://www.sxemacs.org/rss/news.rss">
    <title>SXEmacs News</title>
    <link>/home/steve/programming/SXEmacs/web/sxemacs--web--0.4/news.html</link>
    <description>Recent SXEmacs News</description>
    <items>
      <rdf:Seq>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
        <rdf:li resource="http://www.sxemacs.org/"/>
      </rdf:Seq>
    </items>
  </channel>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2006-12-11</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;em&gt;SXEmacs Release Archive Mirror&lt;/em&gt;
	  &lt;p&gt;
	    I'm very happy to announce that the kind folks at 
	    &lt;a href='http://www.planetmirror.com'&gt;Planet Mirror&lt;/a&gt;
	    are providing mirroring service for us.
	  &lt;/p&gt;
	</description>
    <dc:date>2006-12-11T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2006-12-06</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;em&gt;SXEmacs 22.1.6 &quot;Cadillac&quot; has been released!&lt;/em&gt;
	  &lt;p&gt;
	    &lt;u&gt;22.1.6 Highlights&lt;/u&gt;
	  &lt;/p&gt;
	  &lt;ul&gt;
	    &lt;li&gt;
	      Enhanced Number Types (ENT) fixes and updates.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Multimedia fixes and updates.
	    &lt;/li&gt;
	    &lt;li&gt;
	      New ffi-gcrypt.el bringing GnuPG's libgrypt bindings to
	      SXEmacs.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Line and column numbers in the modeline are now padded
	      for improved readability.
	    &lt;/li&gt;
	    &lt;li&gt;
	      New skiplists.  This is a basic implementation of
	      Pugh's skip lists.  Their efficiency is overwhelming
	      when compared to alists or plists.  They also perform
	      better on insertion and removal than large hash-tables
	      (due to the resizing/rehashing which takes place).
	      They can be created almost as fast as lisp lists and
	      thus beat hash-tables there, too.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Module (DSO) load paths were fixed.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Test suite improvements and updates.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Etags fixes.  The Makefile Etags targets work now and
	      etags.el has been fixed to work with the include
	      directive and tags completion is working.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Fix a problem with raw string parsing.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Sync bytecomp-runtime.el with XE 21.5 to take advantage
	      of the *-f?boundp macros.
	    &lt;/li&gt;
	    &lt;li&gt;
	      OpenSSL updates/fixes/improvements, providing support
	      for certificate authorities (CA), for peer certificates
	      and, using the network-server-streams, secure listening
	      sockets.  This will allow to connect/accept to/from
	      servers/clients which require valid peer certificates.
	    &lt;/li&gt;
	    &lt;li&gt;
	      New PulseAudio support replacing PolypAudio.
	    &lt;/li&gt;
	    &lt;li&gt;
	      New caching compiled regular expressions.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Fix many build related issues.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Major restructuring of the build chain.  SXEmacs is now
	      a completely autotooled project, using aclocal,
	      automake, autoheader, autoconf.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Move to a FHS-compliant install hierarchy.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Drag 'n' Drop has been removed.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Fix bug in lib-complete that was causing find-function
	      to visit .elc files if running inplace.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Fix stack overflow bug in mapconcat.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Update about.el, see: &lt;code&gt;M-x about-sxemacs&lt;/code&gt;.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Lots of documentation updates, fixes, and improvements.
	    &lt;/li&gt;
	  &lt;/ul&gt;
	</description>
    <dc:date>2006-12-06T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2006-05-13</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;em&gt;The documentation is now online&lt;/em&gt;
	  &lt;p&gt;
	    As of today, the &lt;strong&gt;127278&lt;/strong&gt; lines of
	    documentation that comes with SXEmacs is available for
	    browsing online.  You'll see a link in the menu on each
	    page here.
	  &lt;/p&gt;
	</description>
    <dc:date>2006-05-13T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2006-05-07</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;em&gt;SXEmacs 22.1.5 &quot;Bugatti&quot; has been released!&lt;/em&gt;
	  &lt;p&gt;
	    There were a few build-related problems with the last
	    release so this is primarily a maintenence/bugfix release.
	  &lt;/p&gt;
	  &lt;p&gt;
	    &lt;u&gt;22.1.5 Highlights&lt;/u&gt;
	  &lt;/p&gt;
	  &lt;ul&gt;
	    &lt;li&gt;
	      version.sh was sometimes generating an incorrect
	      version.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Autoconf fixes and updates.  Most of the changes in this
	      release were centered around our autoconf scripts.
	      &lt;dl&gt;
		&lt;dd&gt;- Recognise $CFLAGS environment variables&lt;/dd&gt;
		&lt;dd&gt;- X toolkit autodetection redone&lt;/dd&gt;
		&lt;dd&gt;- TTY autodetection fixed&lt;/dd&gt;
		&lt;dd&gt;- PostgreSQL detection properly reported&lt;/dd&gt;
		&lt;dd&gt;- Change allowed values for menubars, dialogs,
		  widgets&lt;/dd&gt;
		&lt;dd&gt;
		  &lt;dl&gt;
		    &lt;dd&gt;menubars -- no athena or motif&lt;/dd&gt;
		    &lt;dd&gt;dialogs  -- no lucid&lt;/dd&gt;
		    &lt;dd&gt;widgets  -- no lucid&lt;/dd&gt;
		  &lt;/dl&gt;
		&lt;/dd&gt;
		&lt;dd&gt;
		  - Set configure's &quot;bugreport aliress&quot; to
		  http://issues.sxemacs.org. 
		&lt;/dd&gt;
		&lt;dd&gt;- Fix gdbm/berkdb detection&lt;/dd&gt;
		&lt;dd&gt;- Improve libc version detection&lt;/dd&gt;
	      &lt;/dl&gt;
	    &lt;/li&gt;
	    &lt;li&gt;
	      New convenience Makefile target, &quot;build-report&quot;.  This
	      target is especially designed to make life easier for
	      sending in build reports.  Basically it saves make
	      output to the appropriate place and also ensures that a
	      make check is run.
	    &lt;/li&gt;
	    &lt;li&gt;
	      A SELinux/libffi quirk and a GMP/mpfr issue has been
	      noted in PROBLEMS.
	    &lt;/li&gt;
	    &lt;li&gt;
	      A pdump/ENT bug on *BSD has been fixed.
	    &lt;/li&gt;
	  &lt;/ul&gt;
	</description>
    <dc:date>2006-05-07T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2006-05-01</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;em&gt;SXEmacs 22.1.4 &quot;Bentley Turbo&quot; has been released!&lt;/em&gt;
	  &lt;p&gt;
	    &lt;u&gt;22.1.4 Highlights&lt;/u&gt;
	  &lt;/p&gt;
	  &lt;ul&gt;
	    &lt;li&gt;
	      Server sockets! Welcome to the brave new world of
	      SXEmacs listening for TCP and UDP connections, with all
	      the fix-ins for creating network servers. Yes, now you
	      can have SXEmacs be your web server. See
	      `open-network-server-stream'. 
	    &lt;/li&gt;
	    &lt;li&gt;
	      SXEmacs audio.  SXEmacs supports several &quot;sound servers&quot;
	      like: OSS, NAS, ESD, Polypaudio, ALSA, aRts, and Jack.
	      And media streams can be handled by sndfile, ffmpeg,
	      sox, mad, xine, gstreamer.  The SXEmacs developers
	      recommend Polyp/ffmpeg whenever possible.  And yes,
	      SXEmacs &lt;u&gt;can&lt;/u&gt; play mp3 files. :-) 
	    &lt;/li&gt;
	    &lt;li&gt;
	      Autoconf updates.  The big one here is that all enable
	      and disable options have been converted to with and
	      without options.
	    &lt;/li&gt;
	    &lt;li&gt;
	      A recursive implementation of `directory-files', called
	      `directory-files-recur' has been added.  It is lightning
	      fast... in some situations, even faster than find(1)
	    &lt;/li&gt;
	    &lt;li&gt;
	      Double linked lists and bloom filters have been
	      implemented.
	    &lt;/li&gt;
	    &lt;li&gt;
	      OpenSSL digest, encryption, and decryption routines have
	      been added for files.  Previously this could only be
	      done with buffers.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Athena is now the default toolkit used instead of
	      Motif.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Embeddable keyboard macros.  You can execute a keyboard
	      macro while you are in the middle of defining a keyboard
	      macro.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Mule is on by default.  You can turn it off using the
	      --without-mule configure option.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Display any image format that is supported by
	      ImageMagick's libWand.  Requires FFI-enabled SXEmacs and
	      libWand.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Lots of updates and improvements to ENT (Enhanced Number
	      Types).
	    &lt;/li&gt;
	    &lt;li&gt;
	      Build report updates.  The SXEmacs version no longer
	      conflicts with the XEmacs build.el.  It also displays a
	      lot more interesting info.  And can even use Gnus to
	      send the reports.
	    &lt;/li&gt;
	    &lt;li&gt;
	      `report-sxemacs-bug' now directs people to the SXEmacs
	      issue tracker at
	      &lt;a href='http://issues.sxemacs.org/'&gt;http://issues.sxemacs.org/&lt;/a&gt;
	    &lt;/li&gt;
	    &lt;li&gt;
	      SXEmacs now builds clean on FreeBSD and NetBSD.
	    &lt;/li&gt;
	  &lt;/ul&gt;
	</description>
    <dc:date>2006-05-01T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2006-04-11</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;p&gt;
	    This news page is now also published as a
	    &lt;a href='rss/news.rss'&gt;RSS feed&lt;/a&gt;.
	  &lt;/p&gt;
	</description>
    <dc:date>2006-04-11T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2006-02-13</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;p&gt;
	    SXEmacs web site finally gets some content that doesn't leave
	    you wondering what the hell this SXEmacs thing is anyway.
	    Also, as you can see, the news items are now on their own
	    page.  And we've created an RSS feed to the commit logs to the
	    mainline repo.  There's a link in the menu of each page.
	  &lt;/p&gt;
	</description>
    <dc:date>2006-02-13T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2006-01-08</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;p&gt;
	    There's a problem with SXEmacs 22.1.3 and installing on BSD
	    systems.  A virtually empty auto-autoloads.el file was being
	    installed which made SXEmacs unusable.  This tiny
	    &lt;a href='http://ftp.sxemacs.org/pub/sxemacs/sxemacs-22.1.3-bsdfix.diff'&gt;patch&lt;/a&gt;
	    fixes it.
	  &lt;/p&gt;
	  &lt;p&gt;
	    We are also aware of some problems with building on Solaris 9.
	    We are working on fixing those problems and will post a patch
	    as soon as it is ready.
	  &lt;/p&gt;
	</description>
    <dc:date>2006-01-08T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2005-12-22</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;p&gt;
	    Has it really been &lt;u&gt;that&lt;/u&gt; long since the last bit of news
	    or release?  We have a new release!  And just in time for
	    Christmas, too. :-)
	  &lt;/p&gt;
	  &lt;em&gt;SXEmacs 22.1.3 has been released!&lt;/em&gt;
	  &lt;p&gt;
	    &lt;u&gt;22.1.3 Highlights&lt;/u&gt;
	  &lt;/p&gt;
	  &lt;ul&gt;
	    &lt;li&gt;
	      Enhanced number types -- SXEmacs now has all sorts
	      of enhanced number types.  Things like bignum,
	      bigfloat, fractions, mpfr-floats, complex-numbers,
	      gaussian-numbers, residue classes and residue
	      class rings.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Raw Strings -- SXEmacs supports Python-like raw
	      strings.  This will cut back dramatically on the
	      backslashitis that elisp hackers suffer from.
	    &lt;/li&gt;
	    &lt;li&gt;
	      FFI -- Downloading HTTP headers is now possible,
	      and FTP transfers have been fixed.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Mouse -- You can now bind up to 32 mouse buttons.
	      &lt;code&gt;
		(global-set-key [(button32)] 'some-function)
	      &lt;/code&gt;
	      And you thought you had enough trouble trying to
	      remember all the key bindings... :-)
	    &lt;/li&gt;
	    &lt;li&gt;
	      Uptime -- Try &lt;code&gt;M-x uptime&lt;/code&gt; and
	      &lt;code&gt;C-u M-x uptime&lt;/code&gt;
	    &lt;/li&gt;
	    &lt;li&gt;
	      Bootstrapping PUI -- SXEmacs no longer needs to
	      have any packages pre-installed before the package
	      tools (PUI) are usable.  As long as you have a
	      FFI-enabled SXEmacs and libcurl (very likely) you
	      can &quot;bootstrap&quot; PUI by choosing a download site
	      and running &lt;code&gt;M-x pui-bootstrap&lt;/code&gt;
	    &lt;/li&gt;
	    &lt;li&gt;
	      Improved font-locking in a TTY -- To illustrate,
	      fire up a vanilla SXEmacs (sxemacs -vanilla) and
	      look at the modeline.  Then open a .c file and
	      turn on font-lock (M-x font-lock-mode).
	    &lt;/li&gt;
	    &lt;li&gt;
	      Autoconf fixes -- All configure options have help
	      strings and state what the default setting is.
	      PostgreSQL detection has been improved and
	      simplified.  Most users shouldn't need to specify
	      the pgsql prefix in `--with-site-prefixes' to get
	      PostgreSQL support.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Building SXEmacs with C++ Compiler -- This is no
	      longer supported.  To build SXEmacs you will need
	      an ANSI-compatible C compiler of at least GCC
	      2.95.3 equivalence.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Documentation (Texinfo) -- Have all been updated
	      to mention &quot;SXEmacs&quot; instead of &quot;XEmacs&quot; where
	      appropriate.  The main SXEmacs manual is now
	      sxemacs.info.
	    &lt;/li&gt;
	  &lt;/ul&gt;
	</description>
    <dc:date>2005-12-22T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2005-05-18</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;p&gt;
	    Wow, it's been a while since I updated this page.  Sorry 'bout
	    that.  My excuse is that I hate doing HTML and I'm a lazy
	    bastard.  Anyway, a lot's been going on since, most notably:
	  &lt;/p&gt;
	  &lt;em&gt;SXEmacs 22.1.2 has been released!&lt;/em&gt;
	  &lt;p&gt;
	    &lt;u&gt;22.1.2 Highlights&lt;/u&gt;
	  &lt;/p&gt;
	  &lt;ul&gt;
	    &lt;li&gt;
	      FFI -- This is our &quot;Foreign Function Interface&quot;.  In a
	      nutshell, it is a way to bring any function from any
	      external library to lisp.  As an example, this version
	      of SXEmacs can download files from the internet
	      &lt;u&gt;without&lt;/u&gt; the need for any XEmacs lisp packages
	      such as EFS.  It uses libcurl.  Note that libcurl is
	      &lt;u&gt;not&lt;/u&gt; needed to build SXEmacs.
	    &lt;/li&gt;
	    &lt;li&gt;
	      OpenSSL -- SXEmacs can be linked with OpenSSL
	      libcrypto and libssl to provide a comprehensive
	      gateway to cryptographic and related functions.
	      Note, this is still experimental.
	    &lt;/li&gt;
	    &lt;li&gt;
	      GC -- Garbage Collection.  SXEmacs still garbage
	      collects as much as it always had, it is just now it
	      doesn't print messages to the echo area as often as
	      it used to.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Autoconf -- The SXEmacs autoconf scripts are all
	      autoconf version 2.59 compatible.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Etags -- Updated to upstream version 17.11 of
	      etags.c 
	    &lt;/li&gt;
	    &lt;li&gt;
	      Win32 -- Most of the win32 code is now gone.
	    &lt;/li&gt;
	    &lt;li&gt;
	      Security -- A potential vulnerability has been fixed
	      in movemail.c
	    &lt;/li&gt;
	  &lt;/ul&gt;
	</description>
    <dc:date>2005-05-18T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2005-02-20</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;p&gt;
	    Added &quot;Developer Pages&quot; section.
	  &lt;/p&gt;
	</description>
    <dc:date>2005-02-20T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2005-02-18</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;p&gt;
	    Our BugZilla issue tracker is now online and ready for use
	    (see the link in the menu).  It's actually been operational
	    for a while but I forgot to mention it. :-)
	  &lt;/p&gt;
	</description>
    <dc:date>2005-02-18T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2005-02-03</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;p&gt;
	    We now have Autoconf 2.59 compatible configuration scripts.
	    The preliminary work is in sxemacs--main--22.1.2--patch-3 (see
	    the &lt;a href='download.html'&gt;download page&lt;/a&gt; for how to get
	    this via tla).
	  &lt;/p&gt;
	  &lt;p&gt;
	    Take care with it.  Many of the configure options have
	    changed.  And at this stage, we are expecting breakage as
	    it is very difficult to test all configurations.
	  &lt;/p&gt;
	</description>
    <dc:date>2005-02-03T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2005-01-31</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;p&gt;
	    It is with great pride and pleasure that the SXEmacs Team
	    brings you another SXEmacs release.
	  &lt;/p&gt;
	  &lt;p&gt;
	    Today, SXEmacs 22.1.1 was released.  Source tarballs are
	    available from our
	    &lt;a href='download.html'&gt;download page&lt;/a&gt;.  And you can
	    view the changes in this release
	    &lt;a href='changes/ChangeLog-22.1.1'&gt; here&lt;/a&gt;.
	  &lt;/p&gt;
	</description>
    <dc:date>2005-01-31T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2005-01-12</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;p&gt;
	    With thanks to the wonderful folks at
	    &lt;a href='http://www.tux.org/'&gt; Tux.Org&lt;/a&gt;, I am very pleased
	    to announce that we now have an FTP site!  Check it out:
	    &lt;a href='ftp://ftp.sxemacs.org/pub/sxemacs/'&gt;ftp.sxemacs.org&lt;/a&gt;
	  &lt;/p&gt;
	</description>
    <dc:date>2005-01-12T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2005-01-05</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;p&gt;
	    The sxemacs-devel mailing list is now available via Gmane.
	    This is great because it means less load on my mail server.
	    There is a downside (from my point of view) however.  I can
	    no longer keep accurate records of numbers of developers
	    etc.  So...
	  &lt;/p&gt;
	  &lt;p&gt;
	    If you want to be &quot;counted&quot; as a SXEmacs developer,
	    could you please subscribe to the list in the normal
	    way.  If you'd rather read/post via Gmane, that's cool,
	    just mark your &quot;real&quot; subscription as &quot;no delivery&quot;.
	  &lt;/p&gt;
	</description>
    <dc:date>2005-01-05T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2005-01-02</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	    Let me introduce you to our core team:
	    &lt;ul&gt;
	      &lt;li&gt;Steve Youngs (Project Lead)&lt;/li&gt;
	      &lt;li&gt;Erik Arneson&lt;/li&gt;
	      &lt;li&gt;&lt;a href='people/lg.html'&gt;Evgeny Zajcev&lt;/a&gt;&lt;/li&gt;
	      &lt;li&gt;Hynek Schlawack&lt;/li&gt;
	      &lt;li&gt;Nick Granado&lt;/li&gt;
	      &lt;li&gt;Peter Brown&lt;/li&gt;
	      &lt;li&gt;&lt;a href='people/hroptatyr.html'&gt;Sebastian Freundt&lt;/a&gt;&lt;/li&gt;
	    &lt;/ul&gt;
	  &lt;p/&gt;
	</description>
    <dc:date>2005-01-02T00:00:00+10:00</dc:date>
  </item>
  <item rdf:about="http://www.sxemacs.org/">
    <title>2004-12-31</title>
    <link>http://www.sxemacs.org/</link>
    <description>
	  &lt;p&gt;
	    Today, SXEmacs was announced to the world on the XEmacs and
	    GNU/Emacs mailing lists.  See the
	    &lt;a href='list-archives/html/sxemacs-devel/2004-12/msg00065.html'&gt;original post&lt;/a&gt;.
	  &lt;/p&gt;
	</description>
    <dc:date>2004-12-31T00:00:00+10:00</dc:date>
  </item>
</rdf:RDF>