Update
[sdlgit/SDL-Site.git] / pages / index.pod
index 7190e88..8054db7 100644 (file)
@@ -6,7 +6,9 @@
 
 SDL Perl are a set of bindings to the Simple DirectMedia Library (SDL).
 
-'Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the award winning Linux port of "Civilization: Call To Power."' --L<www.libsdl.org>
+'Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 
+3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the 
+award winning Linux port of "Civilization: Call To Power."' --L<www.libsdl.org>
 
 SDL Perl is an active and exciting project with many facets. Explore this website to learn more. 
 
@@ -20,7 +22,7 @@ To begin using SDL Perl read the tutorials and documentation.
 
 =item IRC
 
-Talk to us on channel #sdl.
+Talk to us on channel L<#sdl|http://widget.mibbit.com/?settings=89f140215d60860684cee2f6a917607f&server=irc.perl.org&channel=%23sdl> .
 
 =item Mailing List
 
@@ -36,37 +38,29 @@ To begin testing read L<this| http://sdlperl.ath.cx/projects/SDLPerl/wiki/Testin
 
 =head1 Latest News
 
-=head2 November 27th 2009
+=head2 July 01 2010
 
 =head3 CPAN Release
        
+L<SDL 2.5|http://search.cpan.org/~kthakore> RC is on CPAN! The new API has many changes and much more improvements. So check it out ;o)
 
-SDL 2.3_1 (Alpha) is on CPAN. The new API has many changes, read the L<release notes|http://sdl.perl.org/blog-0001.html>. 
-
-SDL Perl is v2.2.6 on CPAN. The last of it's kind. This is the last release which will have the old API. 
-
+SDL Perl at v2.2.6 on CPAN is the last of it's kind which will have the old API.
 
 =head3 Active Development
 
 SDL Perl is being actively developed to v3.0. The process is as below:
 
-=over
-
-=item v2.3 100% Core of SDL C API migrated without MultiThreading 
-
-(80% done) Complete access to these functions L<SDL_API | http://www.libsdl.org/cgi/docwiki.cgi/SDL_API>.
-
-MultiThreading is doable with this release but will be focused on later
+=head3 TODO
 
-=item v2.4 SDL_Image, SDL_Net, SDL_Pango, SDL_TTF, SDL_GFX & SDL_Mixer Support
+=over 4
 
-Provide support for SDL + POE collaboration.
+=item *
 
-Provide dependecies for FrozenBubble migration to CPAN. 
+Make SDL work with Frozen Bubble
 
-=item v2.5 ??? MultiThreading and Other Third Party Libraries
+Frozen Bubble is being reviewed as we speak! Until then
 
-This release is undecided as of now. Please talk to us on the Channel or Make Tickets
+  cpan Games::FrozenBubble
 
 =back