Added SDL_Manual information
[sdlgit/SDL-Site.git] / pages / index.html-inc
index c014869..9d0b836 100644 (file)
 </ul>
 </li>
 <li><a href="#Latest_News">Latest News</a>
-<ul><li><a href="#Apr_06_2010">Apr 06 2010</a>
-<ul><li><a href="#CPAN_Release">CPAN Release</a></li>
-<li><a href="#Active_Development">Active Development</a></li>
-<li><a href="#TODO">TODO</a>
+<ul><li><a href="#December_26th_2010">December 26th 2010</a>
+<ul><li><a href="#CPAN_Release_SDL_2_524">CPAN Release SDL 2.524</a></li>
+<li><a href="#SDL_Manual_Writing_Games_with_SDL_Pe">SDL Manual: Writing Games with SDL Perl</a></li>
+<li><a href="#Active_Development">Active Development</a>
 </li>
 </ul>
 </li>
@@ -29,7 +29,7 @@
 </div>
 <h2 id="Welcome">Welcome</h2>
 <div id="Welcome_CONTENT">
-<p>SDL Perl are a set of bindings to the Simple DirectMedia Library (SDL).</p>
+<p>SDL Perl are a set of bindings to the Simple DirectMedia Layer (SDL).</p>
 <p>'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 &quot;Civilization: Call To Power.&quot;' --<cite>www.libsdl.org</cite></p>
@@ -38,7 +38,7 @@ award winning Linux port of &quot;Civilization: Call To Power.&quot;' --<cite>ww
 </div>
 <h3 id="Getting_Started">Getting Started</h3>
 <div id="Getting_Started_CONTENT">
-<p>To begin using SDL Perl read the tutorials and documentation. </p>
+<p>A new SDL::Manual is being prepared for new users. In the mean time take a look at the documentation, ask for help on the mailing lists or irc channel, and see the examples in the source code.</p>
 
 </div>
 <h3 id="Contribute">Contribute</h3>
@@ -51,10 +51,15 @@ award winning Linux port of &quot;Civilization: Call To Power.&quot;' --<cite>ww
        <dt>Mailing List</dt>
        <dd>
                <p>Send us an email at <a href="mailto:sdl-devel@perl.org">mailing list</a>.</p>
+               <p>Our archives are located at <a href="http://www.mail-archive.com/sdl-devel@perl.org/">mail-archive</a> and  <a href="http://www.nntp.perl.org/group/perl.sdl.devel">nntp.perl</a>.</p>
+               <p>We also have a <a href="http://www.nntp.perl.org/rss/perl.sdl.devel.rdf">rssfeed</a>.</p>
+               <p>For help send an empty email to <a href="mailto:sdl-devel-help@perl.org">sdl-devel-help@perl.org</a>.</p>
+               <p>To subscribe to the mailing lists send an empty email to <a href="mailto:sdl-devel-subscribe@perl.org">sdl-devel-subscribe@perl.org</a>.</p>
+               <p>To unsubscribe send an empty email to <a href="mailto:sdl-devel-unsubscribe@perl.org">sdl-devel-unsubscribe@perl.org</a>.</p>
        </dd>
        <dt>Testing and Development</dt>
        <dd>
-               <p>Join us on the trac <a href="http://sdlperl.ath.cx/projects/SDLPerl">site</a> to get started on making and grabing tickets. </p>
+               <p>Join us on the trac <a href="http://sdlperl.ath.cx/projects/SDLPerl">site</a> to get started on making and grabbing tickets. </p>
                <p>To begin testing read <a href="http://sdlperl.ath.cx/projects/SDLPerl/wiki/Testing">this</a>.</p>
        </dd>
 </dl>
@@ -64,28 +69,24 @@ award winning Linux port of &quot;Civilization: Call To Power.&quot;' --<cite>ww
 <div id="Latest_News_CONTENT">
 
 </div>
-<h2 id="Apr_06_2010">Apr 06 2010</h2>
-<div id="Apr_06_2010_CONTENT">
+<h2 id="December_26th_2010">December 26th 2010</h2>
+<div id="December_26th_2010_CONTENT">
 
 </div>
-<h3 id="CPAN_Release">CPAN Release</h3>
-<div id="CPAN_Release_CONTENT">
-<p><a href="http://search.cpan.org/~kthakore">SDL 2.4</a> is on CPAN! The new API has many changes and much more improvements. So check it out ;o)</p>
-<p>SDL Perl at v2.2.6 on CPAN is the last of it's kind which will have the old API.</p>
+<h3 id="CPAN_Release_SDL_2_524">CPAN Release SDL 2.524</h3>
+<div id="CPAN_Release_SDL_2_524_CONTENT">
+<p><a href="http://search.cpan.org/search?query=SDL&amp;mode=module">SDL 2.524</a> is on CPAN! The new API has many changes and much more improvements. So check it out.</p>
+<p>SDL Perl at v2.2.6 on CPAN is the last of its kind which will have the old API.</p>
 
 </div>
-<h3 id="Active_Development">Active Development</h3>
-<div id="Active_Development_CONTENT">
-<p>SDL Perl is being actively developed to v3.0. The process is as below:</p>
+<h3 id="SDL_Manual_Writing_Games_with_SDL_Pe">SDL Manual: Writing Games with SDL Perl</h3>
+<div id="SDL_Manual_Writing_Games_with_SDL_Pe-2">
+<p>The grant <a href="http://news.perlfoundation.org/2010/08/2010q3-grant-proposal-manual-f.html">proposal</a> has been accepted by <a href="http://news.perlfoundation.org/2010/08/accepted-grants-for-2010q3.html">The Perl Foundation</a>. SDL_Manual is being developed on <a href="http://github.com/PerlGameDev/SDL_Manual">github</a>, you can see the draft in <a href="http://sdlperl.ath.cx/releases/SDL_Manual.pdf">PDF</a> and <a href="http://sdlperl.ath.cx/releases/SDL_Manual.html">HTML</a>.</p>
 
 </div>
-<h3 id="TODO">TODO</h3>
-<div id="TODO_CONTENT">
-<ul>
-               <li>Sugar for Core SDL objects  </li>
-               <li>Make SDL work with Frozen Bubble</li>
-</ul>
-
+<h3 id="Active_Development">Active Development</h3>
+<div id="Active_Development_CONTENT">
+<p>SDL Perl is being actively developed to v3.0. We are adding many new SDLx::* modules to provide a more Perly interface to SDL. Please review, request or even hack the code. Talk to us on the irc channel or mailing lists.</p>
 
 </div>
 </div>
\ No newline at end of file