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

List:       kde-commits
Subject:    www/sites/edu
From:       Anne-Marie Mahfouf <annma () kde ! org>
Date:       2008-05-11 18:54:55
Message-ID: 1210532095.433208.29658.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 806567 by annma:

add instructions for building apps from trunk


 M  +9 -2      site_includes/show_obtain_instructions.inc  
 M  +1 -11     step/obtain.php  


--- trunk/www/sites/edu/site_includes/show_obtain_instructions.inc #806566:806567
@@ -28,6 +28,7 @@
 		$modulefolder = "trunk/".$modulename."/edu";
 		$targetfolder = "edu";
 		$libkdeedu = FALSE;
+		$svnname="Stable KDE 4.0 branch";
 	}
 	if( $modulename == "kdeedu" )
 	{
@@ -40,10 +41,16 @@
 			."<p>KDE itself offers a tarball containing the sources of the kdeedu module. It \
                can be found on the <a href=\"http://www.kde.org/download/\">KDE \
                download page</a>. "
 			."Follow the instructions in the <code>INSTALL</code> file inside.</p>\n";
 	}
+	if( $modulename == "trunk" )
+	{
+		$modulefolder = "trunk/KDE/kdeedu";
+		$targetfolder = "kdeedu";
+		$svnname="Unstable KDE 4.1 trunk";
+	}
 ?>
 
-<h3><a name="svn">SVN - Stable KDE 4.0 branch</a></h3>
-<p>You can fetch the source code from the SVN repository. This small tutorial will \
show you how to fetch, compile, and install the latest development version of <?php \
echo $appname; ?>. If you need other verions, please refer the official <a \
href="http://developer.kde.org/documentation/tutorials/subversion/">"Subversion with \
KDE" tutorial</a>.</p> +<h3><a name="svn">SVN - <?php echo $svnname; ?></a></h3>
+<p>You can fetch the source code from the SVN repository. This small tutorial will \
show you how to fetch, compile, and install the latest development version of <?php \
echo $appname; ?>. If you need other versions, please refer the official <a \
href="http://developer.kde.org/documentation/tutorials/subversion/">"Subversion with \
KDE" tutorial</a>.</p>  
 <h4>SVN Client Version</h4>
 
--- trunk/www/sites/edu/step/obtain.php #806566:806567
@@ -17,19 +17,9 @@
 </p>
 
 <br />
-<div id="quicklinks"> 
-	[ 
-	<a href="#binpacks">Binary Packages</a> 
-	|
-	<a href="#tarballs">Source Tarballs</a> 
-	|
-	<a href="#svn">SVN</a> 
-	]
-</div>
-<br />
 
 <?php
-  show_obtain_instructions( "Step", "kdeedu", true );
+  show_obtain_instructions( "Step", "trunk", true );
 ?>
 
 


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

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