Changeset 15388 for trunk/www


Ignore:
Timestamp:
Dec 9, 2005, 3:20:31 PM (18 years ago)
Author:
riccardo
Message:

Use the new URL.

Location:
trunk/www/it
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/it/help/index.php

    r14340 r15388  
    1616        <h5 class="subhdr">Documentazione</h5>
    1717
    18         <p>Nella <a href="http://darwinports.opendarwin.org/docs">Guida a
     18        <p>Nella <a href="http://www.darwinports.org/docs">Guida a
    1919        DarwinPorts</a> è presente un'intera sezione per l'utente:
    20         <a href="http://darwinports.opendarwin.org/docs/pt01.html">
     20        <a href="http://www.darwinports.org/docs/pt01.html">
    2121        Parte 1: Utilizzo di DarwinPorts</a>.</p>
    2222
  • trunk/www/it/includes/common.inc

    r8798 r15388  
    11<?php
    22
    3 # $Id: common.inc,v 1.1 2004/10/17 22:47:31 matt Exp $
     3# $Id: common.inc,v 1.2 2005/12/09 15:20:30 riccardo Exp $
    44# Copyright (c) 2003, OpenDarwin
    55
     
    2020    <meta name="robots" content="all" />
    2121    <link rel="stylesheet" type="text/css" href="/dp.css" />
    22     <link rel="alternate" type="application/rss+xml" href="http://darwinports.opendarwin.org/dp.xml" />
     22    <link rel="alternate" type="application/rss+xml" href="http://www.darwinports.org/dp_news.xml" />
    2323  </head>
    2424
  • trunk/www/it/includes/footer.inc

    r15375 r15388  
    11      <div id="footer">
    22                <span class="languages"><a href="/">English</a>, <a href="/fr/">Français</a>, <a href="/es/">Español</a>, <a href="/ru/">Russian</a>, Italiano</span>
    3         Copyright © 2002-<? print date("Y"); ?>, <a href="http://www.opendarwin.org/">OpenDarwin</a>.  Tutti i diritti riservati. | <a href="http://darwinports.opendarwin.org/dp_news.xml">RSS feed</a>
     3        Copyright © 2002-<? print date("Y"); ?>, <a href="http://www.opendarwin.org/">OpenDarwin</a>.  Tutti i diritti riservati. | <a href="http://www.darwinports.org/dp_news.xml">RSS feed</a>
    44      </div>
  • trunk/www/it/includes/functions.inc

    r9943 r15388  
    11<?php
    22
    3 # $Id: functions.inc,v 1.2 2004/12/23 23:36:32 matt Exp $
     3# $Id: functions.inc,v 1.3 2005/12/09 15:20:31 riccardo Exp $
    44# Copyright (c) 2003, OpenDarwin
    55
     
    3838  $rss .= "  <channel>\n";
    3939  $rss .= "    <title>DarwinPorts Project News</title>\n";
    40   $rss .= "    <link>http://darwinports.opendarwin.org/</link>\n";
     40  $rss .= "    <link>http://www.darwinports.org/</link>\n";
    4141  $rss .= "    <description>DarwinPorts Project News</description>\n";
    4242  $rss .= "    <dc:language>en-us</dc:language>\n";
     
    5050      $rss .= "    <item>\n";
    5151      $rss .= "      <title>$row->title</title>\n";
    52       $rss .= "      <link>http://darwinports.opendarwin.org/archives.php?id=$row->id</link>\n";
     52      $rss .= "      <link>http://www.darwinports.org/archives.php?id=$row->id</link>\n";
    5353
    5454      $desc_query = "SELECT SUBSTRING_INDEX(news, ' ', 26) FROM headlines WHERE id=$row->id";
     
    5959
    6060      $rss .= "      <description><![CDATA[$description...</p>]]></description>\n";
    61       $rss .= "      <guid isPermaLink=\"true\">http://darwinports.opendarwin.org/archives.php?id=$row->id</guid>\n";
     61      $rss .= "      <guid isPermaLink=\"true\">http://www.darwinports.org/archives.php?id=$row->id</guid>\n";
    6262      $rss .= "      <content:encoded><![CDATA[$row->news]]></content:encoded>\n";
    6363      $rss .= "    </item>\n";
Note: See TracChangeset for help on using the changeset viewer.