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

List:       kde-commits
Subject:    developer.kde.org/policies
From:       Christoph Cullmann <crossfire () babylon2k ! de>
Date:       2004-03-01 23:18:10
Message-ID: 20040301231810.15DD2995B () office ! kde ! org
[Download RAW message or body]

CVS commit by cullmann: 

convert to new templates, btw., much policies, but neither of them ever never \
included the footer of the page :/


  A            menu.inc   1.1
  M +6 -3      commitpolicy.html   1.9
  M +6 -3      documentationpolicy.html   1.4
  M +7 -6      index.html   1.2
  M +7 -4      licensepolicy.html   1.2


--- developer.kde.org/policies/commitpolicy.html  #1.8:1.9
@@ -1,5 +1,6 @@
-<?php
-include "../page.inc";
-page('policyCvsCommit');
+<?php 
+  $site_root = "../";
+  $page_title = "KDE CVS Commit Policy";
+  include 'header.inc';
 ?>
 
@@ -345,2 +346,4 @@
 <em>This page is maintained by <a href="mailto:schumacher@kde.org">Cornelius
 Schumacher</em>
+
+<?php include 'footer.inc'; ?>

--- developer.kde.org/policies/documentationpolicy.html  #1.3:1.4
@@ -1,5 +1,6 @@
-<?php
-include "../page.inc";
-page('policyDocumentation');
+<?php 
+  $site_root = "../";
+  $page_title = "KDE Library Documentation Policy";
+  include 'header.inc';
 ?>
 
@@ -117,2 +118,4 @@
 <hr/>
 <em>This page is maintained by Benjamin Meyer</em>
+
+<?php include 'footer.inc'; ?>

--- developer.kde.org/policies/index.html  #1.1:1.2
@@ -1,6 +1,8 @@
 <?php 
-include "../page.inc";
-page("policies");
+  $site_root = "../";
+  $page_title = "Policies";
+  include 'header.inc';
 ?>
+
 <p><font size="+2">T</font>here are a couple of written and unwritten rules KDE
 developers ususally adhere to. The following documents summarize some of these
@@ -10,6 +12,5 @@
 list</a> which was created for this purpose.</p>
 
-<?php 
-listChildren();
-footer();
- ?>
+<?php $kde_menu->currentOverview(); ?>
+
+<?php include 'footer.inc'; ?>

--- developer.kde.org/policies/licensepolicy.html  #1.1:1.2
@@ -1,8 +1,9 @@
-<?php
-include "../page.inc";
-page('policyLicensing');
+<?php 
+  $site_root = "../";
+  $page_title = "KDE Licensing Policy";
+  include 'header.inc';
 ?>
-<PRE>
 
+<PRE>
 All source code in KDE CVS must meet the following requirements:
 
@@ -341,2 +342,4 @@
 
 </PRE>
+
+<?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