[Pkg-kde-trunk] [SCM] DocumentRoot for http://qt-kde.debian.net/ branch, master, updated. 09fc756ac533589c121e50af9ead3af3c23298f3

Eshat Cakar eshat-guest at alioth.debian.org
Mon May 14 21:03:37 UTC 2012


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt-kde.debian.net.git;a=commitdiff;h=526dbe9

The following commit has been merged in the master branch:
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
---
 index.html |  101 +++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 1 files changed, 94 insertions(+), 7 deletions(-)

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>

-- 
DocumentRoot for http://qt-kde.debian.net/



More information about the Pkg-kde-trunk mailing list