Update site information
[sdlgit/SDL-Site.git] / pages / index.pod
index 0f367d2..e951124 100644 (file)
@@ -4,6 +4,10 @@
 
 =head2 Welcome
 
+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>
+
 SDL Perl is an active and exciting project with many facets. Explore this website to learn more. 
 
 =head3 Getting Started
@@ -44,11 +48,15 @@ SDL Perl is being actively developed to v3.0. The process is as below:
 
 =item v2.3 100% Core of SDL C API migrated without MultiThreading 
 
+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
 
-=item v2.4 SDL_Net, SDL_Pango, SDL_TTF & SDL_Mixer Support
+=item v2.4 SDL_Image, SDL_Net, SDL_Pango, SDL_TTF, SDL_GFX & SDL_Mixer Support
+
+Provide support for SDL + POE collaboration.
 
-SDL_Net due to interest in bring POE/AnyEvent to SDL, SDL_Pango to support the new FrozenBubble migration. 
+Provide dependecies for FrozenBubble migration to CPAN. 
 
 =item v2.5 ??? MultiThreading and Other Third Party Libraries