From: Kartik Thakore <thakore.kartik@gmail.com> Date: Mon, 7 Dec 2009 19:38:22 +0000 (-0500) Subject: Update X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3ff7625089a3c81dfdbef9555e90afc0df26d9a9;p=sdlgit%2FSDL-Site.git Update --- diff --git a/pages/index.html-inc b/pages/index.html-inc index 5f38181..9a4dc4f 100644 --- a/pages/index.html-inc +++ b/pages/index.html-inc @@ -11,7 +11,7 @@ </ul> </li> <li><a href="#Latest_News">Latest News</a> -<ul><li><a href="#November_30th_2009">November 30th 2009</a> +<ul><li><a href="#December_7th_2009">December 7th 2009</a> <ul><li><a href="#CPAN_Release">CPAN Release</a></li> <li><a href="#Active_Development">Active Development</a> </li> @@ -43,7 +43,7 @@ <dl> <dt>IRC</dt> <dd> - <p>Talk to us on channel #sdl at irc.perl.org</p> + <p>Talk to us on channel #sdl.</p> </dd> <dt>Mailing List</dt> <dd> @@ -61,8 +61,8 @@ <div id="Latest_News_CONTENT"> </div> -<h2 id="November_30th_2009">November 30th 2009</h2> -<div id="November_30th_2009_CONTENT"> +<h2 id="December_7th_2009">December 7th 2009</h2> +<div id="December_7th_2009_CONTENT"> </div> <h3 id="CPAN_Release">CPAN Release</h3> @@ -71,7 +71,7 @@ -<p>SDL 2.3_1 (Alpha) is on CPAN. The new API has many changes, read the <a href="http://sdl.perl.org/blog-0001.html">release notes</a>. </p> +<p><a href="http://search.cpan.org/~kthakore">SDL 2.3_2 (Alpha)</a> is on CPAN. The new API has many changes, read the <a href="http://sdl.perl.org/blog-0001.html">release notes</a>. </p> <p>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. </p> @@ -83,14 +83,11 @@ <div id="Active_Development_CONTENT"> <p>SDL Perl is being actively developed to v3.0. The process is as below:</p> <dl> - <dt>v2.3 100% Core of SDL C API migrated without MultiThreading </dt> - <dd> - <p>(80% done) Complete access to these functions <a href="http://www.libsdl.org/cgi/docwiki.cgi/SDL_API">SDL_API</a>.</p> - <p>MultiThreading is doable with this release but will be focused on later</p> - </dd> <dt>v2.4 SDL_Image, SDL_Net, SDL_Pango, SDL_TTF, SDL_GFX & SDL_Mixer Support</dt> <dd> - <p>Provide support for SDL + POE collaboration.</p> + <p>SDL_Image is done now at 2.3_2 (Dec 07th, 2009)</p> + <p>SDL_GFX is in the works</p> + <p>SDL_Net is up next</p> <p>Provide dependecies for FrozenBubble migration to CPAN. </p> </dd> <dt>v2.5 ??? MultiThreading and Other Third Party Libraries</dt> diff --git a/pages/index.pod b/pages/index.pod index 5a05bd2..4522978 100644 --- a/pages/index.pod +++ b/pages/index.pod @@ -36,12 +36,12 @@ To begin testing read L<this| http://sdlperl.ath.cx/projects/SDLPerl/wiki/Testin =head1 Latest News -=head2 November 30th 2009 +=head2 December 7th 2009 =head3 CPAN Release -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>. +L<SDL 2.3_2 (Alpha)|http://search.cpan.org/~kthakore> 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. @@ -52,15 +52,13 @@ 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>. +=item v2.4 SDL_Image, SDL_Net, SDL_Pango, SDL_TTF, SDL_GFX & SDL_Mixer Support -MultiThreading is doable with this release but will be focused on later +SDL_Image is done now at 2.3_2 (Dec 07th, 2009) -=item v2.4 SDL_Image, SDL_Net, SDL_Pango, SDL_TTF, SDL_GFX & SDL_Mixer Support +SDL_GFX is in the works -Provide support for SDL + POE collaboration. +SDL_Net is up next Provide dependecies for FrozenBubble migration to CPAN.