[Pkg-kde-trunk] http://qt-kde.debian.net/ document root updated

Debian Qt/KDE Public Repository noreply at qt-kde.debian.net
Mon May 14 16:00:03 UTC 2012


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

http://qt-kde.debian.net/ draft:webdraft root has been updated.
The following changes have been made:

commit 8980289642cff1bc0876d7c067b302cca4757aaf
Merge: ff04774 526dbe9
Author: Debian Qt/KDE Public Repository Daemon <noreply at qt-kde.debian.net>
Date:   Mon May 14 16:00:03 2012 +0000

    Merge branch 'draft' of git://git.debian.org/git/pkg-kde/qt-kde.debian.net

commit 526dbe96fd3c8e9cbc75fcecf91721232f3f571e
Author: Eshat Cakar <info at eshat.de>
Date:   Mon May 14 17:54:05 2012 +0200

    fix typo, add little script to show/hide old news

diff --git a/index.html b/index.html
index 946ef22..40ef3bb 100644
- --- a/index.html
+++ b/index.html
@@ -19,18 +19,13 @@ body {
  }
 
 .newsitem {
- -#    clear: both;
- -#    margin-bottom: 0.5em;
+     margin-bottom: 0.5em;
      margin-left: 2.5em;
- -#    line-height: 130%;
 }
 
 .newsdate {
     font-weight: bold;
     font-size: 80%;
- -#    padding-right: 1em;
- -#    float: left;
- -#    line-height: 110%;
 }
 
 pre {
@@ -42,6 +37,7 @@ pre {
 .monospace {
     font-family: monospace;
 }
+
 .inlinecmd {
     font-family: monospace;
     text-decoration: underline;
@@ -49,6 +45,20 @@ pre {
 }
 /*]]>*/-->
 </style>
+<script language="javascript"> 
+    function toggle() {
+	var ele = document.getElementById("toggleText");
+	var text = document.getElementById("displayText");
+	if(ele.style.display == "block") {
+	    ele.style.display = "none";
+	    text.innerHTML = "Show";
+	}
+	else {
+	    ele.style.display = "block";
+	    text.innerHTML = "Hide";
+	}
+    } 
+</script>
 </head>
 <body>
 <div id="wrapper">
@@ -58,12 +68,89 @@ pre {
 <div class="newsdate">2012-15-14</div>
 <div class="newsitem">
   Main KDE SC <b>4.8.3</b> packages are now available from these mirrors.
- -  Check this <a href="http://lists.debian.org/debian-kde/TO BE SET">announcment mail</a> 
+  Check this <a href="http://lists.debian.org/debian-kde/TO BE SET">announcement mail</a> 
   for further information.<br/>
   As usual, do <b>not</b> file bugs in the official Debian BTS. 
   Instead use the <a href="http://lists.debian.org/debian-kde/">debian-kde mailing list</a> 
   or the #debian-kde IRC channel on irc.debian.org.
 </div>
+
+<a id="displayText" href="javascript:toggle();">Show</a> old news.
+
+<div id="toggleText" style="display: none">
+<br/>
+
+
+<div class="newsdate">2012-04-23</div>
+<div class="newsitem">
+Since 4.7.4 packages are available in unstable, this repository is currently empty.
+</div>
+
+<div class="newsdate">2011-12-21</div>
+<div class="newsitem">
+Newer KDE SC 4.7.4 packages are available from experimental. For install instructions and furhter information check the 
+<a href="http://pkg-kde.alioth.debian.org">pkg-kde Site</a>.
+</div>
+
+<div class="newsdate">2011-11-29</div>
+<div class="newsitem">
+i386 packages of KDE SC 4.7.2 have been added to the repositories.
+</div>
+
+<div class="newsdate">2011-11-26</div>
+<div class="newsitem">
+KDE SC 4.7.2 for amd64 has been uploaded. 
+See <a href="http://lists.debian.org/debian-kde/2011/11/msg00018.html">this email</a> for more information.
+</div>
+
+<div class="newsdate">2011-05-27</div>
+<div class="newsitem">
+KDE SC 4.6.3 (excluding kdebindings) has been uploaded to unstable. Therefore, KDE SC packages have been removed from this repository.
+</div>
+
+<div class="newsdate">2011-04-26</div>
+<div class="newsitem">
+KDE SC 4.6.2 (excluding kdebindings) has been uploaded. To upgrade from 4.6.1, simply do dist-upgrade (apt-get) or full-upgrade (aptitude).
+</div>
+
+<div class="newsdate">2011-04-02</div>
+<div class="newsitem">
+KDE SC 4.6.1 (excluding kdebindings) has been uploaded.
+</div>
+
+<div class="newsdate">2010-10-16</div>
+<div class="newsitem">
+Extra entries in /etc/apt/preferences are no longer needed with <strong>apt 0.8.5</strong> or later.
+See <a href="#about">About repository</a> section below.
+</div>
+
+<div class="newsdate">2010-09-09</div>
+<div class="newsitem">
+Most KDE SC 4.5.1 packages have been uploaded.
+</div>
+
+<div class="newsdate">2010-08-14</div>
+<div class="newsitem">
+The koffice 2.2.0 packages have been removed from this repository. Koffice 2.2.1 is now available in unstable.
+</div>
+
+<div class="newsdate">2010-05-28</div>
+<div class="newsitem">
+The localization packages for KOffice 2.2.0 and the KOffice-based application braindump are now available in the archive.
+</div>
+
+<div class="newsdate">2010-05-26</div>
+<div class="newsitem">
+KOffice 2.2.0 packages for i386 and amd64 have been uploaded. See <a href="http://lists.debian.org/debian-kde/2010/05/msg00453.html">this email</a> for more information.
+</div>
+
+<div class="newsdate">2010-04-10</div>
+<div class="newsitem">
+KDE SC 4.4.2 has been uploaded to <a href="http://wiki.debian.org/DebianExperimental">Debian experimental</a>.
+As a result, KDE SC 4.4.2 packages have been removed from this repository.
+</div>
+</div> <!-- id="toggleText" -->
+
 <h1>Configuring repositories</h1>
 <p>Use one of the following ways, to add the repository:</p>
 <ul>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBAgAGBQJPsSwDAAoJEJPdKuLnnIurhM4P/RrCq0xJoGzpZaxVQTSPEvin
/zZeyyVrVP4XdzXRHtieu9wehTsNnf1I8l9Nsru9wsunfDKu8UIi6gFYk8CigBnP
fLS1oriZ6TGtKnOovarP4dJy8dGpzOUF+JdZjjpbwWpgRCZYo39RQPqvoVkDpZEi
o7sjMEbxPZVW8MSvBdBo10PhWrwcgDGKGzu3YzdE86G8f4BdN9yTMhrQ54fJKFTh
Uri8DhrMMOWnHxHO5F5mUlakc1M4QXew8iYzi6ObZBwUqsHcarwrGVv7Irqhfy5p
qL/tThywCOisfjAScn9wdq8tteE72SkjaD+B/5sj5jlLEqzvf6/HG0Q/4sA4NEcm
VhgSom5xbb4kXFqSMWZyIYvETpq8SdRlW6EtRmUDGIpGMOxpK1dIgPo0imqqQ4rl
7P1Xls5sRRYrupgWundA+QLlp8Nja4NfmUIiYePY26/ZiQi2uFxPo7WZeqraN640
qF1CPpTbofW3GGBk2Y72fbpwFbNF5CbcXg1elmi7t6/wcVXSJrY//EWmqhBIJKrI
VgkJuqrmU1sxsAHYOm4QCuVDXD+ml18eVCC/+1AHKhjhkoL6sEZG7PY3H9O+8DoA
RN2PlF/o6ssN4piEGDg/abUnn/Ya1ra5xuhE2FqujUBDiosENk1hCLIUCl/bAomk
pUbb+m2RChRXyF36timW
=i90s
-----END PGP SIGNATURE-----



More information about the Pkg-kde-trunk mailing list