Changeset 15399 for trunk/www


Ignore:
Timestamp:
Dec 10, 2005, 12:02:44 AM (18 years ago)
Author:
matt
Message:

Normalize the use of darwinports.org

Location:
trunk/www
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/es/ports.php

    r9572 r15399  
    108108                        while( $row = mysql_fetch_assoc($result) ) {
    109109?>
    110         <dt><b><a href="http://darwinports.opendarwin.org/darwinports/dports/<?= $row['path']; ?>/Portfile"><?= $row['name']; ?></a></b> <?= $row['version']; ?></dt>
     110        <dt><b><a href="http://www.darwinports.org/darwinports/dports/<?= $row['path']; ?>/Portfile"><?= $row['name']; ?></a></b> <?= $row['version']; ?></dt>
    111111        <dd>
    112112        <?= $row['description']; ?><br />
  • trunk/www/fr/ports.php

    r9572 r15399  
    108108                        while( $row = mysql_fetch_assoc($result) ) {
    109109?>
    110         <dt><b><a href="http://darwinports.opendarwin.org/darwinports/dports/<?= $row['path']; ?>/Portfile"><?= $row['name']; ?></a></b> <?= $row['version']; ?></dt>
     110        <dt><b><a href="http://www.darwinports.org/darwinports/dports/<?= $row['path']; ?>/Portfile"><?= $row['name']; ?></a></b> <?= $row['version']; ?></dt>
    111111        <dd>
    112112        <?= $row['description']; ?><br />
  • trunk/www/it/ports.php

    r12526 r15399  
    109109                        while( $row = mysql_fetch_assoc($result) ) {
    110110?>
    111         <dt><b><a href="http://darwinports.opendarwin.org/darwinports/dports/<?= $row['path']; ?>/Portfile"><?= $row['name']; ?></a></b> <?= $row['version']; ?></dt>
     111        <dt><b><a href="http://www.darwinports.org/darwinports/dports/<?= $row['path']; ?>/Portfile"><?= $row['name']; ?></a></b> <?= $row['version']; ?></dt>
    112112        <dd>
    113113        <?= $row['description']; ?><br />
  • trunk/www/ru/ports.php

    r9572 r15399  
    107107                        while( $row = mysql_fetch_assoc($result) ) {
    108108?>
    109         <dt><b><a href="http://darwinports.opendarwin.org/darwinports/dports/<?= $row['path']; ?>/Portfile"><?= $row['name']; ?></a></b> <?= $row['version']; ?></dt>
     109        <dt><b><a href="http://www.darwinports.org/darwinports/dports/<?= $row['path']; ?>/Portfile"><?= $row['name']; ?></a></b> <?= $row['version']; ?></dt>
    110110        <dd>
    111111        <?= $row['description']; ?><br />
Note: See TracChangeset for help on using the changeset viewer.