cvs commit: de-www/news Makefile de-www/news/2008 Makefile de-www/news/2009 Makefile news.xml de-www/share/sgml libcommon.xsl news.xml press.xml

From: Johann Kois <jkois(at)doc.bsdgroup.de>
Date: Fri, 5 Mar 2010 08:47:26 GMT

jkois 2010-03-05 08:47:26 UTC

  FreeBSD German Documentation Repository

  Modified files:
    news Makefile
    news/2008 Makefile
    share/sgml libcommon.xsl news.xml press.xml
  Added files:
    news/2009 Makefile news.xml
  Log:
  Alte News/Presseartikel in separate Subfolder verschieben und darauf verlinken.
  
  Revision Changes Path
  1.3 +2 -2 de-www/news/2008/Makefile
  1.1 +18 -0 de-www/news/2009/Makefile (new)
  1.1 +882 -0 de-www/news/2009/news.xml (new)
  1.17 +3 -2 de-www/news/Makefile
  1.18 +2 -3 de-www/share/sgml/libcommon.xsl
  1.202 +1 -844 de-www/share/sgml/news.xml
  1.69 +1 -151 de-www/share/sgml/press.xml
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/de-www/news/Makefile,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -I$FreeBSDde.*$ -r1.16 -r1.17
  --- Makefile 15 Feb 2009 09:09:48 -0000 1.16
  +++ Makefile 5 Mar 2010 08:47:25 -0000 1.17
  @@ -1,6 +1,6 @@
   # $FreeBSD$
  -# $FreeBSDde: de-www/news/Makefile,v 1.16 2009/02/15 09:09:48 jkois Exp $
  -# basiert auf: 1.52
  +# $FreeBSDde: de-www/news/Makefile,v 1.17 2010/03/05 08:47:25 jkois Exp $
  +# basiert auf: 1.53
   
   .if exists(../Makefile.conf)
   .include "../Makefile.conf"
  @@ -12,7 +12,8 @@
   DOCS+= news.sgml
   
   #Subdirs fuer alte News
  -SUBDIR= 2008
  +SUBDIR= 2009
  +SUBDIR+= 2008
   SUBDIR+= 2007
   SUBDIR+= 2006
   SUBDIR+= 2005
  
  Index: Makefile
  ===================================================================
  RCS file: /home/cvs/de-www/news/2008/Makefile,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -I$FreeBSDde.*$ -r1.2 -r1.3
  --- Makefile 18 Mar 2009 22:05:56 -0000 1.2
  +++ Makefile 5 Mar 2010 08:47:25 -0000 1.3
  @@ -12,7 +12,7 @@
   XMLDOCS+= index:${XSL_NEWS_NEWSFLASH_OLD}:news.xml:
   DEPENDSET.index=transtable news
   
  -#XMLDOCS+= press:${XSL_NEWS_PRESS_OLD}::
  -#DEPENDSET.press=transtable press
  +XMLDOCS+= press:${XSL_NEWS_PRESS_OLD}::
  +DEPENDSET.press=transtable press
   
   .include "${WEB_PREFIX}/share/mk/web.site.mk"
  
  Index: Makefile
  ====================================================================
  # $FreeBSD$
  # $FreeBSDde: de-www/news/2009/Makefile,v 1.1 2010/03/05 08:47:25 jkois Exp $
  # basiert auf: 1.2
  
  .if exists(../Makefile.conf)
  .include "../Makefile.conf"
  .endif
  .if exists(../Makefile.inc)
  .include "../Makefile.inc"
  .endif
  
  XMLDOCS+= index:${XSL_NEWS_NEWSFLASH_OLD}:news.xml:
  DEPENDSET.index=transtable news
  
  #XMLDOCS+= press:${XSL_NEWS_PRESS_OLD}::
  #DEPENDSET.press=transtable press
  
  .include "${WEB_PREFIX}/share/mk/web.site.mk"
  
  Index: news.xml
  ====================================================================
  <?xml version="1.0" encoding="ISO-8859-1" ?>
  <!DOCTYPE news PUBLIC "-//FreeBSD//DTD FreeBSD XML Database for News//EN"
                        "http://www.FreeBSD.org/XML/www/share/sgml/news.dtd">
  <!--
       $FreeBSD$
       $FreeBSDde: de-www/news/2009/news.xml,v 1.1 2010/03/05 08:47:25 jkois Exp $
       basiert auf: 1.299
  -->
  
  <!-- Simple schema for FreeBSD Project news.
  
       Divide time in to <year>, <month>, and <day> elements, each of which
       has a <name>.
  
       each <day> element contains one or more <event> elements.
  
       Each <event> contains an optional <title>, and then a <p>. <p> elements
       can contain <a> anchors. Within the "href" attribute of the anchor
       &base; or &enbase; will be replaced with the base URI necessary to reach the FreeBSD
       document root, and should always be used to start URLs at www.FreeBSD.org
       or one of the mirrors.
  
       Use the <title> element if the <p> content is lengthy. When generating
       synopses of this information (e.g., for syndication using RDF files),
       the contents of <title> will be preferred over <p>.
  
       *** Former Summer of Code Students: Please note that you are an
           SoC alumnus when you add your new committer announcement.
           Also, don't feel shy to add more information about what you
           would like to work on. ***
  -->
  
  <news>
    <cvs:keywords xmlns:cvs="http://www.FreeBSD.org/XML/CVS" version="1.0">
      <cvs:keyword name="freebsd">
        $FreeBSD$
      </cvs:keyword>
    </cvs:keywords>
  
    <year>
      <name>2009</name>
  
      <month>
        <name>12</name>
  
        <day>
          <name>20</name>
  
          <event>
            <p>Neuer Committer: <a
              href="mailto:ryusuke(at)FreeBSD.org">Ryusuke SUZUKI</a> (doc/ja_JP, www/ja)</p>
          </event>
        </day>
  
        <day>
          <name>7</name>
  
          <event>
            <p>Neuer Committer: <a
              href="mailto:gavin(at)FreeBSD.org">Gavin Atkinson</a> (src)</p>
          </event>
        </day>
  
        <day>
          <name>3</name>
  
          <event>
            <title>&os;/amd64: Offizieller Support f&#252;r NVIDIA-Grafikkarten</title>
  
            <p>NVIDIA hat eine erste BETA-Version der
              NVIDIA&#160;195.22-Grafikkartentreiber f&#252;r die
              &os;-Architekturen i386 und amd64 ver&#246;ffentlicht. Diese
              Treiber unterst&#252;tzen aktuelle
              &os;-Versionen, d.h. 7.2-STABLE sowie 8.0-RELEASE, und bieten
              Unterst&#252;tzung f&#252;r Features wie SLI sowie verbesserte
              Kompatibilit&#228;t und Leistung. Dies gilt insbesondere
              f&#252;r Systeme mit 4&#160;GB und mehr an Hauptspeicher.
              Es handelt sich dabei um die erste Treiberversion f&#252;r
              amd64, da NVIDIA-Treiber bisher nur f&#252;r die
              i386;-Architektur verf&#252;gbar waren. Lesen Sie bitte die
              originale <a
              href="http://www.nvnews.net/vbulletin/showthread.php?t=142120">Presseerkl&#228;rung</a>
              f&#252;r weitere Informationen.</p>
          </event>
        </day>
      </month>
  
      <month>
        <name>11</name>
  
        <day>
          <name>27</name>
  
          <event>
            <title>FreeBSD 8.0-Presseerkl&#228;rung</title>
  
            <p>Die <a href="&enbase;/releases/8.0R/pressrelease.html">
              Presseerkl&#228;rung zu FreeBSD 8.0</a> ist ab sofort
              verf&#252;gbar.</p>
          </event>
        </day>
  
        <day>
          <name>26</name>
  
          <event>
            <title>FreeBSD 8.0-RELEASE verf&#252;gbar</title>
  
            <p><a href="&enbase;/releases/8.0R/announce.html">FreeBSD
              8.0-RELEASE</a> ist ab sofort verf&#252;gbar. Lesen Sie
              bitte die <a
              href="&enbase;/releases/8.0R/relnotes.html">Release
              Notes</a> und die <a
              href="&enbase;/releases/8.0R/errata.html">Release
              Errata</a>, bevor Sie mit der Installation beginnen, um
              sich &#252;ber aktuelle Neuigkeiten und/oder eventuelle
              Probleme im Umgang mit 8.0-RELEASE zu informieren.
              Weitere Informationen zu verschiedenen FreeBSD-Versionen
              finden Sie auf der Seite <a
              href="&base;/releases/index.html">Release Information</a>.</p>
          </event>
        </day>
  
        <day>
          <name>18</name>
  
          <event>
            <p>Neuer Committer: <a
              href="mailto:mandree(at)FreeBSD.org">Matthias Andree</a> (ports)</p>
          </event>

----------------------------------------------
Diff block truncated. (Max lines = 200)
----------------------------------------------

To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-cvs-doc" in the body of the message
Received on Fri 05 Mar 2010 - 09:47:43 CET

search this site