OpenPKG CVS Repository http://cvs.openpkg.org/ ____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall Root: /v/openpkg/cvs Email: [EMAIL PROTECTED] Module: openpkg-meta Date: 23-Mar-2006 17:34:31 Branch: HEAD Handle: 2006032316343100 Added files: openpkg-meta global-news.php Modified files: openpkg-meta global-title.php Log: split off news into own file as it has large potential to be edited often and it is nasty to edit inside the large title page Summary: Revision Changes Path 1.1 +49 -0 openpkg-meta/global-news.php 1.7 +3 -44 openpkg-meta/global-title.php ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-meta/global-news.php ============================================================================ $ cvs diff -u -r0 -r1.1 global-news.php --- /dev/null 2006-03-23 17:34:31 +0100 +++ global-news.php 2006-03-23 17:34:31 +0100 @@ -0,0 +1,49 @@ + +<div id="newsbox"> + <div> + <h1>OpenPKG at LinuxTag</h1> + <a href="http://www.linuxtag.org"> + <img src="http://www.linuxtag.org/2006/fileadmin/linuxtag/images/banner/LT-banner-120x180-plain.png" alt=""/> + </a> + </div> + + <div> + <h1>OpenPKG-CURRENT Status</h1> + As of March 2006, <a href="http://www.openpkg.org/current.php">OpenPKG-CURRENT</a> + consists of over <b>91,000</b> lines of polished OpenPKG RPM + <a href="http://cvs.openpkg.org/openpkg-src/">package + specification</a> code, resulting in over <b>950</b> + freely available <a href="ftp://ftp.openpkg.org/current/SRC/">individual + packages</a>. + <p/> + OpenPKG-CURRENT is updated twice(!) per day. So, if you need + the latest bleeding edge Unix software, drive <a href="http://www.openpkg.org/download.php">OpenPKG-CURRENT</a>! + </div> + + <div> + <h1>OpenPKG-RELEASE Status</h1> + <a href="http://www.openpkg.org/download.php">Download</a> the current RELEASE: + <p style="text-align: center;"> + <b>OpenPKG 2.5</b> + </p> + It contains 579 packages, carefully selected from the pool + of over 950 OpenPKG-CURRENT packages and available + for 19 different Unix platforms. + <p/> + Read more in the <a href="http://www.openpkg.org/press/PR-011-openpkg-2.5.html">OpenPKG 2.5 Press Release</a>... + </div> + + <div> + <h1>Download Policy Changed</h1> + Since 2005-11-28 the download policy on OpenPKG.org is + changed to allow the OpenPKG + project to better identify its effective user community. + <p/> + This is vital for the future of the OpenPKG + project and every user is called to + support the OpenPKG project with both a simple, free + of charge and one-time <a href="http://registry.openpkg.org/">registration</a> and an identification + during downloads. <a href="http://registry.openpkg.org/help">Read more...</a> + </div> +</div> + @@ . patch -p0 <<'@@ .' Index: openpkg-meta/global-title.php ============================================================================ $ cvs diff -u -r1.6 -r1.7 global-title.php --- openpkg-meta/global-title.php 22 Mar 2006 12:24:03 -0000 1.6 +++ openpkg-meta/global-title.php 23 Mar 2006 16:34:31 -0000 1.7 @@ -214,50 +214,9 @@ </td> <td class="box12"> <div class="box12"> - <div id="newsbox"> - <div> - <h1>OpenPKG at LinuxTag</h1> - <a href="http://www.linuxtag.org"> - <img src="http://www.linuxtag.org/2006/fileadmin/linuxtag/images/banner/LT-banner-120x180-plain.png" alt=""/> - </a> - </div> - <div> - <h1>OpenPKG-CURRENT Status</h1> - As of March 2006, <a href="http://www.openpkg.org/current.php">OpenPKG-CURRENT</a> - consists of over <b>91,000</b> lines of polished OpenPKG RPM - <a href="http://cvs.openpkg.org/openpkg-src/">package - specification</a> code, resulting in over <b>950</b> - freely available <a href="ftp://ftp.openpkg.org/current/SRC/">individual - packages</a>. - <p/> - OpenPKG-CURRENT is updated twice(!) per day. So, if you need - the latest bleeding edge Unix software, drive <a href="http://www.openpkg.org/download.php">OpenPKG-CURRENT</a>! - </div> - <div> - <h1>OpenPKG-RELEASE Status</h1> - <a href="http://www.openpkg.org/download.php">Download</a> the current RELEASE: - <p style="text-align: center;"> - <b>OpenPKG 2.5</b> - </p> - It contains 579 packages, carefully selected from the pool - of over 950 OpenPKG-CURRENT packages and available - for 19 different Unix platforms. - <p/> - Read more in the <a href="http://www.openpkg.org/press/PR-011-openpkg-2.5.html">OpenPKG 2.5 Press Release</a>... - </div> - <div> - <h1>Download Policy Changed</h1> - Since 2005-11-28 the download policy on OpenPKG.org is - changed to allow the OpenPKG - project to better identify its effective user community. - <p/> - This is vital for the future of the OpenPKG - project and every user is called to - support the OpenPKG project with both a simple, free - of charge and one-time <a href="http://registry.openpkg.org/">registration</a> and an identification - during downloads. <a href="http://registry.openpkg.org/help">Read more...</a> - </div> - </div> + <script language="php"> + include("global-news.php"); + </script> <script type="text/javascript">switchdiv_apply('newsbox', 6000);</script> </div> </td> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List openpkg-cvs@openpkg.org