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

List:       kde-commits
Subject:    developer.kde.org
From:       Adriaan de Groot <groot () kde ! org>
Date:       2005-08-28 23:09:45
Message-ID: 1125270585.391992.9054.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 454453 by adridg:

Organizational thing: don't hide the stuff-for-new-developers under \
Documentation->Miscellaneous, but put it under 'Join the Team', and add some more \
bla-bla there as well.

 M  +0 -3      documentation/menu.inc  
 M  +5 -34     documentation/misc/index.php  
 M  +49 -1     joining/index.html  
 M  +0 -4      joining/menu.inc  


--- trunk/developer.kde.org/documentation/menu.inc #454452:454453
@@ -15,7 +15,4 @@
 $this->appendDir ("Reference guides and APIs ", "library",
                    "Information about the KDE API, unicode, C++ programming, GUI \
design and more.");  
-$this->appendLink ("Miscellaneous", "misc/index.php",
-                   "General Information for KDE developers.");
-
 ?>
--- trunk/developer.kde.org/documentation/misc/index.php #454452:454453
@@ -1,36 +1,7 @@
 <?php
-  $page_title=" Developer Information";
-  $site_root='../../';
-  include("header.inc");
+  header("HTTP/1.1 301 Moved Permanently");
+  header("Location: http://developer.kde.org/joining/");
 ?>
-   <p>Note: as most of the documents were written for
-     <a href="http://www.koffice.org">KOffice</a>, there are some references to
-     KOffice. Mostly what is written can be generalized for the whole of KDE.
-   </p>    
-
-   <h2>Overviews</h2>
-   <ul>
-     <li><a href="overviewmodules.php">Module Overview</a></li>
-   </ul>
-
-   <h2>Patches</h2>
-   <ul>
-     <li><a href="sendingpatches.php">Sending Patches</a></li>
-   </ul>
-
-   <h2>A New SVN Account</h2>
-   <ul>
-   <li><a href="applysvnaccount.php">Applying For A KDE SVN Account</a></li>
-   <li><a href="firststepsaccount.php">First Steps With Your New SVN \
                Account</a></li>
-   </ul>
-
-   <h2>Expert Knowledge</h2>
-   <ul>
-     <li><a href="whatisscripty.php">What is Scripty?</a> (About KDE's automatical \
                translation system)</li>
-   </ul>
-   
-   <p>(Volunteers welcome to improve this documentation!)</p>
-   
-<?php
-   include("footer.inc");
-?>
+The 'miscellaneous' category with information about
+getting started in KDE developement has been re-filed
+under the 'Join the Team' heading.
--- trunk/developer.kde.org/joining/index.html #454452:454453
@@ -1,4 +1,4 @@
-<?php 
+<?php
   $site_root = "../";
   $page_title = "Join the Developers";
   include 'header.inc';
@@ -10,6 +10,54 @@
 mailing lists, this section provides an index to them, and access
 to the archive of all the mails.
 
+<h1>Getting Started</h1>
+
+<p>
+Getting started at <em>coding</em>
+in KDE is a matter of finding something to fix, and fixing it.
+You may want to consult the module overview to
+help find what you are looking for; once you have
+fixed something, you will want to send in a patch.
+If you do that a few times, you may want
+to apply for an SVN account so you can fix things directly.
+</p>
+
+<ul>
+   <li><a href="../documentation/misc/overviewmodules.php">Module Overview</a></li>
+   <li><a href="../documentation/misc/sendingpatches.php">Sending Patches</a></li>
+   <li><a href="../documentation/misc/applysvnaccount.php">Applying For A KDE SVN \
Account</a></li> +   <li><a href="../documentation/misc/firststepsaccount.php">First \
Steps With Your New SVN Account</a></li> +</ul>
+
+
+<h1>News and Mail Sources</h1>
+
 <?php $kde_menu->currentOverview(); ?>
 
+
+<h1>Understanding what Goes On</h1>
+
+<p>
+Some parts of KDE can be a little confusing, and the
+things that go on in the SVN repository can be surprising.
+</p>
+
+   <ul>
+     <li><a href="../documentation/misc/whatisscripty.php">What is Scripty?</a> \
(About KDE's automatical translation system)</li> +   </ul>
+
+
+<h1>Historical Documents</h1>
+
+
+<ul>
+<li>
+<a href="http://www.kerneltraffic.org/kde/">Kernel Cousin KDE</a><br/>
+Summary of the development mailing lists.
+The Kernel Cousin KDE ran for 76 issues, from march 10th 2001
+to april 16th, 2004.
+</li>
+</ul>
+
+
 <?php include 'footer.inc'; ?>
--- trunk/developer.kde.org/joining/menu.inc #454452:454453
@@ -4,10 +4,6 @@
                    "Probably the best way to find out what's going on in KDE \
development. Archives are available <a href=\"http://lists.kde.org\">here</a>.",  \
false);  
-$this->appendLink ("Kernel Cousin KDE", "http://www.kerneltraffic.org/kde/",
-                   "Summary of the development mailing lists.",
-                   false);
-
 $this->appendLink ("CommitFilter", "http://commitfilter.kde.org/",
                    "Receive notification of SVN commits in areas that interest \
you.",  false);


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

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