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

List:       kde-commits
Subject:    developer.kde.org/source
From:       Christoph Cullmann <crossfire () babylon2k ! de>
Date:       2004-03-01 22:22:32
Message-ID: 20040301222232.0649B9190 () office ! kde ! org
[Download RAW message or body]

CVS commit by cullmann: 

convert more


  A            menu.inc   1.1
  M +5 -4      anoncvs.html   1.28
  M +4 -4      codebrowsing.html   1.5
  M +5 -4      cvsup.html   1.8
  M +5 -5      cvsupmirrors.html   1.11
  M +5 -7      cvsupmirrors_admin.html   1.4
  M +6 -6      index.html   1.9


--- developer.kde.org/source/anoncvs.html  #1.27:1.28
@@ -1,5 +1,6 @@
-<?php
-include "../page.inc";
-page('srcAnoncvs');
+<?php 
+  $site_root = "../";
+  $page_title = "Anonymous CVS";
+  include 'header.inc';
 ?>
 
@@ -167,3 +168,3 @@
 </ul>
 
-<?php footer() ?>
+<?php include 'footer.inc'; ?>

--- developer.kde.org/source/codebrowsing.html  #1.4:1.5
@@ -1,5 +1,6 @@
 <?php 
-include("../page.inc");
-page("srcBrowsing");
+  $site_root = "../";
+  $page_title = "Code browsing";
+  include 'header.inc';
 ?>
 
@@ -43,4 +44,3 @@
 </ul>
 
-<?php footer() ?>
-
+<?php include 'footer.inc'; ?>

--- developer.kde.org/source/cvsup.html  #1.7:1.8
@@ -1,5 +1,6 @@
-<?php
-include "../page.inc";
-page("srcCvsup");
+<?php 
+  $site_root = "../";
+  $page_title = "CVSup";
+  include 'header.inc';
 ?>
 
@@ -126,3 +127,3 @@
 </ol>
 
-<?php footer() ?>
+<?php include 'footer.inc'; ?>

--- developer.kde.org/source/cvsupmirrors.html  #1.10:1.11
@@ -1,5 +1,6 @@
-<?php
-include "../page.inc";
-page("srcCvsupmirrors");
+<?php 
+  $site_root = "../";
+  $page_title = "CVSup mirrors";
+  include 'header.inc';
 ?>
 
@@ -83,4 +84,3 @@
 <p>As you can see, KDE terribly lacks cvsup mirrors. Please consider setting up one!</p>
 
-<?php footer() ?>
-
+<?php include 'footer.inc'; ?>

--- developer.kde.org/source/cvsupmirrors_admin.html  #1.3:1.4
@@ -1,5 +1,6 @@
-<?php
-  include "../page.inc";
-  page("srcCvsupadmin");
+<?php 
+  $site_root = "../";
+  $page_title = "CVSup Admin";
+  include 'header.inc';
 ?>
 
@@ -127,6 +128,3 @@
 so that we can add it to the list of mirrors.</p>
 
-
-<?php 
-footer();
- ?>
+<?php include 'footer.inc'; ?>

--- developer.kde.org/source/index.html  #1.8:1.9
@@ -1,7 +1,7 @@
-<?php
-include "../page.inc";
-page('src');
+<?php 
+  $site_root = "../";
+  $page_title = "Retrieving the source";
+  include 'header.inc';
 ?>
-
 <p><font size="+2">T</font>he KDE project is Open Source, and the source code
 for development versions is freely available. It should be noted that the
@@ -15,5 +15,5 @@
 is provided in several ways, namely:</p>
 
-<?php listChildren() ?>
+<?php $kde_menu->currentOverview(); ?>
 
 <p><a name="cvs"></a>
@@ -24,3 +24,3 @@
 </p>
 
-<?php footer() ?>
+<?php include ("footer.inc"); ?>


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

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