[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/sites/www-devel/community/getinvolved
From:       Rainer Endres <endres () physos ! org>
Date:       2009-11-14 13:35:14
Message-ID: 1258205714.867655.28073.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1049100 by endres:


        Import Getting Involved from the live page. 



 A             MAGICfunctions.php  
 A             README  
 A             accessibility (directory)  
 A             accessibility/index.php  
 A             art (directory)  
 A             art/index.php  
 A             common (directory)  
 A             common/irc.php  
 A             common/mailinglists.php  
 A             development (directory)  
 A             development/index.php  
 A             documentation (directory)  
 A             documentation/index.php  
 A             images (directory)  
 AM            images/accessibility.png  
 AM            images/art.png  
 AM            images/development.png  
 AM            images/documentation.png  
 AM            images/feedback.png  
 AM            images/gettingstarted.png  
 AM            images/promotion.png  
 AM            images/translation.png  
 AM            images/user.xcf  
 M  +41 -5     index.php  
 A             menu.inc  
 A             promotion (directory)  
 A             promotion/index.php  
 A             translation (directory)  
 A             translation/index.php  


** trunk/www/sites/www-devel/community/getinvolved/images/accessibility.png #property \
svn:mime-type  + application/octet-stream
** trunk/www/sites/www-devel/community/getinvolved/images/art.png #property \
svn:mime-type  + application/octet-stream
** trunk/www/sites/www-devel/community/getinvolved/images/development.png #property \
svn:mime-type  + application/octet-stream
** trunk/www/sites/www-devel/community/getinvolved/images/documentation.png #property \
svn:mime-type  + application/octet-stream
** trunk/www/sites/www-devel/community/getinvolved/images/feedback.png #property \
svn:mime-type  + application/octet-stream
** trunk/www/sites/www-devel/community/getinvolved/images/gettingstarted.png \
#property svn:mime-type  + application/octet-stream
** trunk/www/sites/www-devel/community/getinvolved/images/promotion.png #property \
svn:mime-type  + application/octet-stream
** trunk/www/sites/www-devel/community/getinvolved/images/translation.png #property \
svn:mime-type  + application/octet-stream
** trunk/www/sites/www-devel/community/getinvolved/images/user.xcf #property \
svn:mime-type  + application/octet-stream
--- trunk/www/sites/www-devel/community/getinvolved/index.php #1049099:1049100
@@ -1,12 +1,48 @@
-<?php
+<?php 
+  $site_root = "../";
   $page_title = "Get Involved with KDE";
   $showfeedback = true; // for when we backport the www-devel feedback mechanism :-)
+  $name = "Will Entriken";
+  $mail = "kde.org@phor.net";
+ 
   require 'header.inc';
+  require 'MAGICfunctions.php';
+#  MAGIC_love('2006-9-15');
 ?>
 
-<p>The KDE Get Involved site was recently promoted to the main kde.org server. See \
<a href="http://www.kde.org/getinvolved/">the new KDE Get Involved site.</p> \
+<p>Welcome to the KDE project. By joining this project, you will be part of a team \
of thousands of people working to deliver a stunning open source desktop experience. \
There are many different ways you can help the project, please choose a team to get \
started. Another good resource for general getting involved information is the <a \
href="http://quality.kde.org/">KDE Quality Team</a> website.</p>  
+<p>If you don't know where to start or what to do, check the
+<a href="http://quality.kde.org/develop/modules/">Quality Team tasks page</a>,
+which offers a list of possible tasks, and requirements to complete them. Tasks
+include testing KDE, testing patches, managing bugs and wishes, providing
+screenshots, reviewing documentation, writing documentation, writing whatsThis,
+writing articles, programming, maintaining license and copyright information,
+and maintaining developer documentation. See also <a \
href="http://kde.org/jobs/open.php">KDE open jobs</a> for more places to get started, \
or email <a href="mailto:howtohelp@kde.org">howtohelp@kde.org</a>. +</p>
 
-<?php
-  include "footer.inc";
-?>
+<h2><a href="documentation/"><img style="text-align:left; border:0" \
src="images/documentation.png" alt="Documentation" /> Documentation</a></h2> \
+<p>There's lots of people trying to use, and by providing useful and up-to-date \
documentation, you will make a big impact on helping people understand the project. \
+</p> +
+<h2><a href="accessibility/"><img style="text-align:left; border:0; width:32px" \
src="images/accessibility.png" alt="Accessibility" /> Accessibility</a></h2> +<p>By \
making KDE available to a wider audience, you will help make computing easier for \
people with visual, auditory and motor disabilities. +</p>
+
+<h2><a href="translation/"><img style="text-align:left; border:0" \
src="images/translation.png" alt="Translation" /> Translation</a></h2> +<p>Are you \
fluent in multiple languages? By contributing your translations of text in the KDE \
project, you will help KDE be a better part of the global market. +</p>
+
+<h2><a href="development/"><img style="text-align:left; border:0" \
src="images/development.png" alt="Development" /> Development</a></h2> +<p>By writing \
code for the KDE project, you will get to implement new features and defeat daunting \
bugs, all while collaborating to make coherent and stable releases. +</p>
+
+<h2><a href="art/"><img style="text-align:left; border:0" src="images/art.png" \
alt="Art" /> Art</a></h2> +<p>Are you able to create images that move people? \
Projects in KDE are always in need of good art. Icons, splash screens and themes \
create an identity for an application. By creating art for the KDE project, your \
portfolio will be seen by a large audience and will help KDE products have a strong \
branding. +</p>
+
+<h2><a href="promotion/"><img style="text-align:left; border:0" \
src="images/promotion.png" alt="Promotion" /> Promotion</a></h2> +<p>Do you know how \
to get the word out on the street? Marketing and promotion of KDE is done through a \
mostly grassroots effort. By being a part of the team, you will be spreading the word \
of KDE to people that may not otherwise be able to benefit from it. +</p>
+
+<?php require 'footer.inc'; ?>


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic