[kde-freebsd] www/sites/freebsd

Alberto Villa avilla at freebsd.org
Fri Dec 10 04:28:20 CET 2010


SVN commit 1205028 by avilla:

Completely redesign KDE on FreeBSD website.

This is a first step derived by the merge between the old site and the
KDE on Windows website: lots of modifications will follow. Thanks to
windows.kde.org webmasters for their work.

CCMAIL: kde at FreeBSD.org



 D             access.php  
 A             area51.php   access.php#1205008
 D             contact.php  
 A             css.inc   trunk/www/sites/windows/css.inc#1205009
 M  +7 -9      etiquette.php  
 U             faq.php  
 A             freebsd_functions.inc   trunk/www/sites/windows/windows_functions.inc#1205009
 A             header.inc   trunk/www/sites/windows/header.inc#1205009
 M  +9 -20     index.php  
 A             install.php   instructions.php#1205008
 D             instructions.php  
 A             irc.php   contact.php#1205008
 A             news.php   trunk/www/sites/windows/news.php#1205009
 M  +28 -42    news.rdf  
 A             people.php   contact.php#1205008
 A             pics (directory)  
 A             plasmaMenu.inc   trunk/www/sites/windows/plasmaMenu.inc#1205009
 A             ports.php   instructions.php#1205008
 A             rss.php   trunk/www/sites/windows/rss.php#1205009
 D             screenshots-kde4.php  
 A             screenshots.php   screenshots-kde4.php#1205008
 M  +12 -15    site.inc  
 A             template-bottom1.inc   trunk/www/sites/windows/template-bottom1.inc#1205009
 A             template-bottom2.inc   trunk/www/sites/windows/template-bottom2.inc#1205009


--- trunk/www/sites/freebsd/etiquette.php #1205027:1205028
@@ -1,8 +1,8 @@
 <?php
-$page_title = "#kde-freebsd Etiquette";
-$site_root = "./";
-//include "$site_root/includes/freebsd.inc";
-include "header.inc";
+
+$page_title = "#kde-freebsd etiquette";
+include("header.inc");
+
 ?>
 
 <table width="100%">
@@ -46,9 +46,7 @@
 </p>
 
 <?php
-include "footer.inc";
-?>
 
-<!--
-vim:ts=4:sw=4:et:list:wrap
--->
+include("footer.inc");
+
+?>
\ No newline at end of file
--- trunk/www/sites/freebsd/index.php #1205027:1205028
@@ -1,30 +1,19 @@
 <?php
-$page_title = "KDE on FreeBSD";
-$site_root = "./";
-//include "$site_root/includes/freebsd.inc";
-include "header.inc";
-?>
 
-<link rel="alternate" href="news.rdf" type="application/rss+xml" title="FreeBSD on KDE Recent Updates" />
+$page_title = "Welcome to the KDE on FreeBSD initiative";
+include("header.inc");
 
-<img src="img/bsd.png" alt="BSD Daemon" style="float:right" />
-<p><a href="http://www.kde.org/">KDE</a> is a powerful Open Source graphical desktop environment for Unix and Unix-like workstations.  It combines ease of use, contemporary functionality and outstanding graphical design with the technological superiority of the Unix operating system.</p>
+?>
 
-<p><a href="http://www.FreeBSD.org/">FreeBSD</a> is an advanced operating system for x86 compatible (including Pentium&reg; and Athlon&trade;), amd64 compatible (including Opteron&trade;, Athlon 64, and EM64T), Alpha/AXP, IA-64, PC-98 and UltraSPARC&reg; architectures. It is derived from BSD, the version of UNIX&reg; developed at the University of California, Berkeley.</p>
+<p><a href="http://www.kde.org">KDE</a> is a powerful Open Source graphical desktop environment for Unix and Unix-like workstations. It combines ease of use, contemporary functionality and outstanding graphical design with the technological superiority of the Unix operating system.</p>
  
+<p><a href="http://www.FreeBSD.org">FreeBSD</a> is an advanced operating system for x86 compatible (including Pentium&reg; and Athlon&trade;), amd64 compatible (including Opteron&trade;, Athlon 64, and EM64T), Alpha/AXP, IA-64, PC-98 and UltraSPARC&reg; architectures. It is derived from BSD, the version of UNIX&reg; developed at the University of California, Berkeley.</p>
+
 <p>The <a href="contact.php">KDE on FreeBSD team</a> hopes this site will be a valuable resource for all who are interested in maintaining the high level of compatibility between FreeBSD and KDE that has been seen to date.  The goal is to facilitate the discussion of patches, finding bugs, suggesting features and hopefully becoming a valuable member of both the KDE and FreeBSD communities.</p>
 
-<h1>Recent Updates</h1>
-
 <?php
-	kde_general_news("./news.rdf", 5, false);
-?>
 
+kde_freebsd_news();
+include("footer.inc");
 
-<?php
-include "footer.inc";
-?>
-
-<!--
-vim:ts=4:sw=4:et:list:wrap
--->
+?>
\ No newline at end of file
--- trunk/www/sites/freebsd/news.rdf #1205027:1205028
@@ -2,61 +2,52 @@
 <!DOCTYPE rss SYSTEM "http://my.netscape.com/publish/formats/rss-0.91.dtd">
 <rss version="0.91">
 <channel>
-    <title>freebsd.kde.org: KDE on FreeBSD</title>
-    <link>http://freebsd.kde.org/</link>
-    <fullstory>Managing a great desktop environment for a great operating system.</fullstory>
+	<title>KDE on FreeBSD</title>
+	<link>http://FreeBSD.kde.org/</link>
+	<description>Managing a great desktop environment for a great operating system.</description>
     <language>en-us</language>
-    <webmaster>webmaster at freebsd.kde.org (Webmaster)</webmaster>
-    <copyright>Copyright (c) 2006, freebsd.kde.org Webmaster</copyright>
+	<webmaster>kde at FreeBSD.org (webmaster)</webmaster>
+	<copyright>Copyright (c) 2006-2010 FreeBSD.kde.org webmaster</copyright>
 
 <item>
-	<title>KDE SC 4.4.5 in ports</title>
-	<date>[2010-06-29]</date>
+	<title>KDE Software Compilation 4.4.5 in ports</title>
+	<date>June 29th, 2010</date>
 	<fullstory>
-	<p>KDE ports have been updated to 4.4.5. See <a href="http://www.kde.org/announcements/announce-4.4.5.php">official announcement</a> for details.</p>
+		<p>KDE SC ports have been updated to 4.4.5. See <a href="http://www.kde.org/announcements/announce-4.4.5.php">official announcement</a> for details.</p>
 	</fullstory>
 </item>
 
 <item>
-	<title>KDE SC 4.4.4 in ports</title>
-	<date>[2010-06-02]</date>
+	<title>KDE Software Compilation 4.4.4 in ports</title>
+	<date>June 2nd, 2010</date>
 	<fullstory>
-	<p>KDE ports have been updated to 4.4.4. See <a href="http://www.kde.org/announcements/announce-4.4.4.php">official announcement</a> for details.</p>
-	<p>
-New port:
+		<p>KDE SC ports have been updated to 4.4.4. See <a href="http://www.kde.org/announcements/announce-4.4.4.php">official announcement</a> for details.</p>
+		<p>New ports:</p>
 <pre>
-    astro/marble (was split from misk/kdeedu4):
+    astro/marble (split from misk/kdeedu4):
           Virtual globe and world atlas for KDE.
 
-    graphics/kphotoalbum-kde4
+    graphics/kphotoalbum-kde4:
           Image viewer and organizer for KDE.
 </pre>
-</p>
 	</fullstory>
 </item>
 
 <item>
-	<title>KDE SC 4.4.3, Qt 4.6.2 and others</title>
-	<date>[2010-05-11]</date>
+	<title>KDE Software Compilation 4.4.3, Qt 4.6.2 and others</title>
+	<date>May 11th, 2010</date>
 	<fullstory>
-	<p>After a long delay due to ports freeze in preparing for <a href=
-	"http://www.freebsd.org/releases/7.3R/announce.html">FreeBSD 7.3 release</a>,
-	and then subsequent updates for Xorg and <a href="http://www.freebsd.org/gnome/newsflash.html#event2010May10:0">GNOME ports</a>,
-	the eagerly awaited <a href="http://www.kde.org/announcements/announce-4.4.3.php">KDE SC 4.4.3</a> with <a href="http://qt.nokia.com/developer/changes/changes-4.6.2">Qt-4.6.2</a> have been committed to ports! Besides, Koffice ports have been updated to 2.1.2, PyQt to 4.7.3.
-	We have to resurrect multimedia/phonon* ports and now they are installed by default instead of
-	Qt4 Phonon.
-	</p>
+		<p>After a long delay due to ports freeze in preparation for <a href="http://www.freebsd.org/releases/7.3R/announce.html">FreeBSD 7.3 release</a>, and then subsequent updates for X.Org and <a href="http://www.freebsd.org/gnome/newsflash.html#event2010May10:0">GNOME ports</a>, the eagerly awaited <a href="http://www.kde.org/announcements/announce-4.4.3.php">KDE SC 4.4.3</a> with <a href="http://qt.nokia.com/developer/changes/changes-4.6.2">Qt 4.6.2</a> has been committed to ports! Besides, KOffice ports have been updated to 2.1.2 and PyQt to 4.7.3. We had to resurrect multimedia/phonon* ports and now they are installed by default instead of Qt4 Phonon.</p>
         <p>Please, read carefully /usr/ports/UPDATING before upgrading your ports!</p>
-	<p>
-New ports:
+		<p>New ports:</p>
 <pre>
-    accessibility/ktts (was split from accessibility/kdeaccessibility):
+    accessibility/ktts (split from accessibility/kdeaccessibility):
           KDE subsystem for conversion of text to audible speech.
 
     devel/kdebindings4-ruby:
           Ruby bindings for KDE.
 
-    x11/plasma-scriptengine-python (was split from x11/kdebase4-workspace):
+    x11/plasma-scriptengine-python (split from x11/kdebase4-workspace):
           Allows to run Python plasmoids.
 
     x11/plasma-scriptengine-ruby:
@@ -65,31 +56,26 @@
     www/kwebkitpart:
           A web browser component for KDE (KPart).
 </pre>
-</p>
 	</fullstory>
 </item>
 
 <item>
 	<title>Qt 4.6.1 is in ports</title>
-	<date>[2010-01-22]</date>
+	<date>January 22nd, 2010</date>
 	<fullstory>
-	<p>Qt 4.6.1 has been committed to ports. See original list of changes for <a href="http://qt.nokia.com/developer/changes/changes-4.6.1">Qt-4.6.1</a> and <a href="http://qt.nokia.com/developer/changes/changes-4.6.0">Qt-4.6.0</a>.</p>
+		<p>Qt 4.6.1 has been committed to ports. See original list of changes for <a href="http://qt.nokia.com/developer/changes/changes-4.6.1">Qt 4.6.1</a> and <a href="http://qt.nokia.com/developer/changes/changes-4.6.0">Qt 4.6.0</a>.</p>
 	</fullstory>
 </item>
 
 <item>
 	<title>KDE 4.3.4 is in ports</title>
-	<date>[2009-12-01]</date>
+	<date>December 1st, 2009</date>
 	<fullstory>
-	<p>KDE 4.3.4 and Qt 4.5.3 has been committed to ports.</p>
-
-<p>The KDE FreeBSD team is proud to announce the release of KDE 4.3.4
-for FreeBSD. The official KDE 4.3.4 notes can be found 
-<a href="http://kde.org/announcements/announce-4.3.4.php">here.</a></p>
-<p></p>
-<p>With this update, we also updated Qt and the PyQt bindings.</p>
+		<p>KDE 4.3.4 and Qt 4.5.3 have been committed to ports.</p>
+		<p>The KDE on FreeBSD team is proud to announce the release of KDE 4.3.4 for FreeBSD. The official KDE 4.3.4 notes can be found <a href="http://kde.org/announcements/announce-4.3.4.php">here</a>.</p>
+		<p>With this update, we also updated Qt and PyQt bindings.</p>
 <p>We'd like to say thanks to all helpers, testers and submitters.</p>
-<p>Happy Updating.</p>
+		<p>Happy Updating!</p>
 </fullstory>
 </item>
 
@@ -664,4 +650,4 @@
 </item>
 
 </channel>
-</rss>
+</rss>
\ No newline at end of file
--- trunk/www/sites/freebsd/site.inc #1205027:1205028
@@ -1,22 +1,19 @@
 <?php
-include_once ("functions.inc");
 
-$site = "freeebsd";
+$site_title = "KDE FreeBSD Initiative";
+$site_logo = "../../media/images/kde.png";
+$site_search = false;
+$site_menus = 1;
+$templatepath = "chihuahua/";
 
-$site_title = "KDE on FreeBSD";
-$site_logo_right = siteLogo("/img/bsd.png", "180", "60");
-
-$site_menus=2;
 $site_external = true;
-$site_location = false;
+$name = "FreeBSD.kde.org webmaster";
+$mail = "kde at FreeBSD.org";
+$showedit = false;
 
-//$site_search = "custom";
+$rss_feed_link = "/rss.php";
+$rss_feed_title = "Latest KDE on FreeBSD News";
 
-$rtl=false;
+include("freebsd_functions.inc");
 
-$name="FreeBSD.kde.org Webmaster";
-$mail="webmaster at freebsd.kde.org";
-
-$templatepath = "newlayout/"
-
-?>
+?>
\ No newline at end of file


More information about the kde-freebsd mailing list