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

List:       kde-www
Subject:    some patches for discover.kde.org and an idea
From:       Ingo Malchow <ingomalchow () googlemail ! com>
Date:       2008-05-15 15:14:40
Message-ID: 200805151714.40742.ingomalchow () googlemail ! com
[Download RAW message or body]

Hello all,

attached are some new patches for d.k.o. 
- create.php.diff fixes two typos
- footer.php.diff fixes echoing a variable, in case it would be needed 
sometime in the future
- css-kde.php.diff fixes a problem for local vhosts with bg images. and it 
also fixes the main content to be centered and preventing the horizontal 
scrollbars, as it needed only 10 px more.

Another point is, i had the idea, that it would be a nice idea, if d.k.o could 
be ported to the capacity framework. There would be some benefits:
- uniform all kde sites.
- the template could be used by other sides as well (if they want). 
- d.k.o could use the nice features of capacity.

So this is what i am currently working on. it is already nearly running like 
before on my system, i just need to adjust the use of css.php of capacity and 
the menusystem, but i wanted to let you know and discuss it. If that is not 
what you want, forget it. 
Any suggestions welcome.

Cheers,

Ingo Malchow

["css-kde.php.diff" (text/x-diff)]

Index: css-kde.php
===================================================================
--- css-kde.php	(Revision 808052)
+++ css-kde.php	(Arbeitskopie)
@@ -204,13 +204,13 @@
 #mainTop {
 	height: 60px;
 	z-index: 100;
-	background: url(/images/mainTop.png) no-repeat top center;
+	background: url(images/mainTop.png) no-repeat top center;
 }
 
 #mainMiddle {
 	padding-top: 1.2em;
 	margin: 0 0 0 0;
-	background: url(/images/mainMiddle.png)center repeat-y;
+	background: url(images/mainMiddle.png)center repeat-y;
 	min-height: 400px;
 }
 
@@ -223,15 +223,13 @@
 }
 
 #mainBottom {
-	background: url(/images/mainBottom.png) no-repeat top center;
+	background: url(images/mainBottom.png) no-repeat top center;
 	height: 73px;
 }
 
 #main {
 	text-align: center;
 	margin: 0 auto;
-	position: absolute;
-	left: 185px;
 	top: 4px;
 }
 
@@ -246,7 +244,7 @@
 	font-size: 1.2em;
 	margin: 0 auto;
 	text-align:  justify;
-	width: 600px;
+	width: 610px;
 	overflow: auto;
 	padding-left: 10px;
 	padding-right: 10px;

["footer.php.diff" (text/x-diff)]

Index: footer.php
===================================================================
--- footer.php	(Revision 806160)
+++ footer.php	(Arbeitskopie)
@@ -7,7 +7,7 @@
 if (empty($footer_text)) {
 	print "KDE 4.0 - Coming soon to a computer near you.";
 } else {
-	print footer_text;
+	print $footer_text;
 }
 ?>
 					</div>

["create.php.diff" (text/x-diff)]

Index: create.php
===================================================================
--- create.php	(Revision 808052)
+++ create.php	(Arbeitskopie)
@@ -5,10 +5,10 @@
 
 include("include/header.php");
 ?>
-<h1>bBe productive with KDE</h1>
+<h1>Be productive with KDE</h1>
 
 
-<h2>Schedule and and email</h2>
+<h2>Schedule and email</h2>
 
 <?php
 screenshot("pim.png", "Productivity Applications");


_______________________________________________
kde-www mailing list
kde-www@kde.org
https://mail.kde.org/mailman/listinfo/kde-www


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

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