Update index page on mailing list
[sdlgit/SDL-Site.git] / pages / index.pod
1 =pod
2
3 =head1 Simple DirectMedia Library Bindings for Perl
4
5 =head2 Welcome
6
7 SDL Perl are a set of bindings to the Simple DirectMedia Library (SDL).
8
9 'Simple DirectMedia Layer is a cross-platform multimedia library designed to provide low level access to audio, keyboard, mouse, joystick, 
10 3D hardware via OpenGL, and 2D video framebuffer. It is used by MPEG playback software, emulators, and many popular games, including the 
11 award winning Linux port of "Civilization: Call To Power."' --L<www.libsdl.org>
12
13 SDL Perl is an active and exciting project with many facets. Explore this website to learn more. 
14
15 =head3 Getting Started
16
17 To begin using SDL Perl read the tutorials and documentation. 
18
19 =head3 Contribute
20
21 =over
22
23 =item IRC
24
25 Talk to us on channel L<#sdl|http://widget.mibbit.com/?settings=89f140215d60860684cee2f6a917607f&server=irc.perl.org&channel=%23sdl> .
26
27 =item Mailing List
28
29 Send us an email at L<mailing list| mailto:sdl-devel@perl.org>.
30
31 Our archives are located at L<mail-archive | http://www.mail-archive.com/sdl-devel@perl.org/> and  L<nntp.perl | http://www.nntp.perl.org/group/perl.sdl.devel>.
32
33 We also have a L<rssfeed | http://www.nntp.perl.org/rss/perl.sdl.devel.rdf>.
34
35 For help send an empty email to L< sdl-devel-help@perl.org| mailto:sdl-devel-help@perl.org>.
36
37 To subscribe to the mailing lists send an empty email to L< sdl-devel-subscribe@perl.org| mailto:sdl-devel-subscribe@perl.org>.
38
39 To unsubscribe send an empty email to L< sdl-devel-unsubscribe@perl.org | mailto:sdl-devel-unsubscribe@perl.org>.
40
41 =item Testing and Development
42
43 Join us on the trac L<site| http://sdlperl.ath.cx/projects/SDLPerl> to get started on making and grabing tickets. 
44
45 To begin testing read L<this| http://sdlperl.ath.cx/projects/SDLPerl/wiki/Testing>.
46
47 =back
48
49 =head1 Latest News
50
51 =head2 July 01 2010
52
53 =head3 CPAN Release
54         
55 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)
56
57 SDL Perl at v2.2.6 on CPAN is the last of it's kind which will have the old API.
58
59 =head3 Active Development
60
61 SDL Perl is being actively developed to v3.0. The process is as below:
62
63 =head3 TODO
64
65 =over 4
66
67 =item *
68
69 Make SDL work with Frozen Bubble
70
71 Frozen Bubble is being reviewed as we speak! Until then
72
73   cpan Games::FrozenBubble
74
75 =back
76
77 =cut