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

List:       koffice-devel
Subject:    install-binaries.phtml and KOffice 1.1rc1 -> KOffice 1.1
From:       Chris Howells <chrish () gmx ! co ! uk>
Date:       2001-07-25 6:30:17
[Download RAW message or body]

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi,

When the KOffice 1.1rc1 packages are added too the FTP server, could somebody 
please check that the links in install-binaries.phtml. If you could also 
check that the links to the announcement also work (under 
www/koffice/releases) that would be great.

Also, the attached diff "upgrades" the web site from KOffice 1.1rc1 (which I 
have just sorted out), to KOffice 1.1.

The only thing I haven't touched is install-binaries.phtml; I'm not sure the 
location to the packages, so could somebody fix this please.

Could somebody please apply it when KOffice 1.1 comes out: I will be on 
holiday at the time.

- -- 
Cheers, Chris Howells -- chris@chrishowells.co.uk, howells@kde.org
Web: http://chrishowells.co.uk, PGP key: http://chrishowells.co.uk/pgp.txt
KDE: http://www.koffice.org, http://edu.kde.org

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE7Xmd5F8Iu1zN5WiwRAtTOAKCeaHav7uZUnFCixcrx+2uvKuH1zQCgivu8
dKAbs3jr4lb8Zpk7uYw/FgY=
=q90Y
-----END PGP SIGNATURE-----

["website.diff" (text/x-diff)]

? website.diff
Index: index.phtml
===================================================================
RCS file: /home/kde/www/koffice/index.phtml,v
retrieving revision 1.47
diff -u -3 -p -r1.47 index.phtml
--- index.phtml	2001/07/25 06:11:14	1.47
+++ index.phtml	2001/07/25 06:28:51
@@ -11,9 +11,9 @@
 
     <p><b>KOffice</b> is an integrated office suite designed for <a \
href="http://www.kde.org">KDE</a>, the K Desktop Environment.</p>  
-    <p><b>KOffice <?php echo $currentversion ?></b> is the current official KOffice \
release. Please see the <a class="sidebar" href="/releases/<?php echo \
$currentversion; ?>-release.phtml">release notes</a> for further details. Please try \
it and report any bugs that you might find!</p> +    <p><b>KOffice <?php echo \
$currentversion ?></b> is the current official KOffice release. Please see the <a \
class="sidebar" href="/releases/<?php echo $currentversion; ?>-release.phtml">release \
notes</a> for further details.</p>  
-    <p>The upcoming <b>KOffice 1.1</b> release will feature the following \
applications:</p> +    <p>The current <b>KOffice 1.1</b> release features the \
following applications:</p>  
     <table width="90%">
     <tr>
@@ -61,18 +61,19 @@
     </table>
 
 
-    <a name="schedule"><h2>Release Schedule</h2></a>
+<!--    <a name="schedule"><h2>Release Schedule</h2></a>
 
     <p>After <a href="/releases/1.1rc1-release.phtml">KOffice 1.1rc1</a> (available \
                now), the final release of KOffice 1.1 is anticipated some time in \
                August 2001.</p>
     <p>More information is available <a \
href="http://developer.kde.org/development-versions/koffice-1.1-release-plan.html">here</a>.</p>
  
+-->
+
     <!--All info text has moved to the info section. We will need
-    some short intro here...-->
+    some short intro here... -->
+
 
     <h2>Latest News</h2>
     <?php news( 7, true, false, './news.phtml' ); ?>
-
-    <br />
      
 <!--
     <table>
@@ -92,6 +93,8 @@
 <?php
   include("templates/templ-end.html");
 ?>
+
+
 
 
 
Index: releases/links.inc
===================================================================
RCS file: /home/kde/www/koffice/releases/links.inc,v
retrieving revision 1.7
diff -u -3 -p -r1.7 links.inc
--- releases/links.inc	2001/07/25 06:11:14	1.7
+++ releases/links.inc	2001/07/25 06:28:52
@@ -3,11 +3,12 @@
     <img src="/pics/clear-dot.png" width="15" height="1" alt=" " border="0" /><a \
                class="sidebar" href="1.1beta2-release.phtml">KOffice 1.1beta2</a><br \
                />
     <img src="/pics/clear-dot.png" width="15" height="1" alt=" " border="0" /><a \
                class="sidebar" href="1.1beta3-release.phtml">KOffice 1.1beta3</a><br \
                />
     <img src="/pics/clear-dot.png" width="15" height="1" alt=" " border="0" /><a \
                class="sidebar" href="1.1rc1-release.phtml">KOffice 1.1rc1</a><br />
-  <!--  <img src="/pics/clear-dot.png" width="15" height="1" alt=" " border="0" /><a \
class="sidebar" href="1.1-release.phtml">KOffice 1.1</a><br /> --> +    <img \
src="/pics/clear-dot.png" width="15" height="1" alt=" " border="0" /><a \
class="sidebar" href="1.1-release.phtml">KOffice 1.1</a><br />  
     <p />
 
     <? include("../applinks.inc"); ?>
+
 
 
 
Index: templates/templ-begin.html
===================================================================
RCS file: /home/kde/www/koffice/templates/templ-begin.html,v
retrieving revision 1.19
diff -u -3 -p -r1.19 templ-begin.html
--- templates/templ-begin.html	2001/07/25 06:11:14	1.19
+++ templates/templ-begin.html	2001/07/25 06:28:53
@@ -1,12 +1,12 @@
 <?php
   echo "<?xml version=\"1.0\" encoding=\"UTF-8\"?>"; 
   // Here we define the version numbers. This should be updated as new releases of \
KOffice are made. The changes will (should) be automatically reflected as required \
                throughout the site
-  $currentversion='1.1rc1';
+  $currentversion='1.1';
   $oldversion='1.0';
-  $kwordversion='1.1(rc1)';
-  $kspreadversion='1.1(rc1)';
-  $kpresenterversion='1.1(rc1)';
-  $kontourversion='1.1(rc1)';
+  $kwordversion='1.1';
+  $kspreadversion='1.1';
+  $kpresenterversion='1.1';
+  $kontourversion='1.1';
   $krayonversion='0.1.0(stable)';
   $kchartversion='0.9(stable)';
   $kformulaversion='0.3(devel)';
@@ -137,6 +137,7 @@
 
 <!-- Main Body Cell -->
 <td>
+
 
 
 


_______________________________________________
Koffice-devel mailing list
Koffice-devel@master.kde.org
http://master.kde.org/mailman/listinfo/koffice-devel


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

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