Ticket #14455: www.diff

File www.diff, 30.0 KB (added by ebgssth@…, 16 years ago)
  • contact.php

     
    3939        <li>Finally, if you still haven't found the answer to your problem, send e-mail to the appropriate mailing list
    4040        with the following information:
    4141            <ul>
    42                 <li>output generated by the &ldquo;<kbd>port</kbd>&rdquo; command's <kbd>-v</kbd> (verbose) or <kbd>-d</kbd>
     42                <li>output generated by the &#8220;<kbd>port</kbd>&#8221; command's <kbd>-v</kbd> (verbose) or <kbd>-d</kbd>
    4343                (debug) flags;</li>
    4444                <li>platform details such as operating system version (e.g. 10.4.10) and hardware architecture (e.g. Intel
    45                 or PowerPC) -- the &ldquo;<kbd>sw_vers</kbd>&rdquo; and &ldquo;<kbd>uname -a</kbd>&rdquo; commands are of
     45                or PowerPC) -- the &#8220;<kbd>sw_vers</kbd>&#8221; and &#8220;<kbd>uname -a</kbd>&#8221; commands are of
    4646                great help in this regard;</li>
    4747                <li>any third party software that may exist in places such as <kbd>/usr/local</kbd> and/or <kbd>/sw</kbd>.
    4848                </li>
     
    6262        </li>
    6363        <li><a href="http://lists.macosforge.org/mailman/listinfo/macports-dev/">MacPorts Developers</a>
    6464        (<a href="http://lists.macosforge.org/pipermail/macports-dev/">archives</a>):
    65             <p>Where project members and contributors discuss the MacPorts &ldquo;base&rdquo; system itself and future
    66             development plans, and related &ldquo;Portfile&rdquo; writing best practices. A low volume list.</p>
     65            <p>Where project members and contributors discuss the MacPorts &#8220;base&#8221; system itself and future
     66            development plans, and related &#8220;Portfile&#8221; writing best practices. A low volume list.</p>
    6767        </li>
    6868        <li><a href="http://lists.macosforge.org/mailman/listinfo/macports-changes/">MacPorts Changes</a>
    6969        (<a href="http://lists.macosforge.org/pipermail/macports-changes/">archives</a>):
    7070            <p>Read-only, low to moderate volume list of changes to our <a href="<?php print $svn_url; ?>">SVN repository</a>
    71             for both &rdquo;base&ldquo; code and Portfiles, among others.</p>
     71            for both &#8221;base&#8220; code and Portfiles, among others.</p>
    7272        </li>
    7373        <li><a href="http://lists.macosforge.org/mailman/listinfo/macports-tickets/">MacPorts Tickets</a>
    7474        (<a href="http://lists.macosforge.org/pipermail/macports-tickets/">archives</a>):
     
    9191
    9292    <h3 class="subhdr" id="PortMgr">Administrative Contact</h3>
    9393
    94     <p>The private and read-only &ldquo;<?php print obfuscate_email("macports-mgr@lists.macosforge.org"); ?>&rdquo; mailing
     94    <p>The private and read-only &#8220;<?php print obfuscate_email("macports-mgr@lists.macosforge.org"); ?>&#8221; mailing
    9595    list is where you should send mail to in case you need to get in touch with the The MacPorts Project's <a href="<?php print
    96     $guide_url . '#project.portmgr'; ?>">management team</a> (A.K.A. &ldquo;PortMgr&rdquo;), in case you have any administrative
     96    $guide_url . '#project.portmgr'; ?>">management team</a> (A.K.A. &#8220;PortMgr&#8221;), in case you have any administrative
    9797    request or if you wish to discuss anything you might feel is of private nature (like the interaction between MacPorts and
    9898    NDA'd software).</p>
    9999
  • legacy/includes/news.inc

     
    133133  if(!$_POST['submit']) {
    134134    echo "<p>Use the form below to add project news.</p>\n\n";
    135135    echo "<form action=\"$PHP_SELF\" method=\"post\">\n";
    136     echo "<p>Title:&nbsp;&nbsp;<input type=\"text\" name=\"title\" size=\"40\" /></p>\n";
     136    echo "<p>Title:&#160;&#160;<input type=\"text\" name=\"title\" size=\"40\" /></p>\n";
    137137    echo "<p>News:</p>\n";
    138138    echo "<p><textarea name=\"news\" cols=\"70\" rows=\"20\"></textarea></p>\n";
    139139    echo "<p><input type=\"submit\" name=\"submit\" value=\"Submit\" /></p>\n";
     
    190190      $row = mysql_fetch_object($result);
    191191      echo "<p>Use the form below to edit project news.</p>\n\n";
    192192      echo "<form action=\"$PHP_SELF?id=$id\" method=\"post\">\n";
    193       echo "<p>Title:&nbsp;&nbsp;<input type=\"text\" name=\"title\" size=\"40\" value=\"$row->title\" /></p>\n";
     193      echo "<p>Title:&#160;&#160;<input type=\"text\" name=\"title\" size=\"40\" value=\"$row->title\" /></p>\n";
    194194      echo "<p>News:</p>\n";
    195195      echo "<p><textarea name=\"news\" cols=\"70\" rows=\"20\">";
    196196      echo htmlentities($row->news);
     
    253253  }
    254254  if(mysql_num_rows($result) > 0) {
    255255    while($row = mysql_fetch_object($result)) {
    256       echo "<p><a href=\"/macports/archives.php?id=$row->id\">$row->title</a><br />&nbsp&nbsp;$row->f_timestamp&nbsp;&nbsp;|&nbsp;&nbsp;
     256      echo "<p><a href=\"/macports/archives.php?id=$row->id\">$row->title</a><br />&#160;&#160;$row->f_timestamp&#160;&#160;|&#160;&#160;
    257257           <a href=\"/macports/admin/edit.php?id=$row->id\">edit</a></p>\n\n";
    258258    }
    259259  }
     
    276276  }
    277277  if(mysql_num_rows($result) > 0) {
    278278    while($row = mysql_fetch_object($result)) {
    279       echo "<p><a href=\"/macports/archives.php?id=$row->id\">$row->title</a><br />&nbsp&nbsp;$row->f_timestamp</p>\n\n";
     279      echo "<p><a href=\"/macports/archives.php?id=$row->id\">$row->title</a><br />&#160;&#160;$row->f_timestamp</p>\n\n";
    280280    }
    281281  }
    282282  else {
  • includes/header.inc

     
    4444            <span id="languages">
    4545                <a href="#"><img src="img/fr-disabled.png" alt="Fran&#xE7;ais" /></a>
    4646                <a href="#"><img src="img/es-disabled.png" alt="Espa&#xF1;ol" /></a>
    47                 <a href="#"><img src="img/ru-disabled.png" alt="&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;&nbsp;(Russkij)"/></a>
     47                <a href="#"><img src="img/ru-disabled.png" alt="&#1056;&#1091;&#1089;&#1089;&#1082;&#1080;&#1081;&#160;(Russkij)"/></a>
    4848                <a href="#"><img src="img/it-disabled.png" alt="Italiano" /></a>
    4949            </span>
    5050        </div>
  • localized/ru/getdp/index.php

     
    88      <h2 class="hdr">Получить DarwinPorts</h2>
    99
    1010      <p>Для того, что-бы получить дистрибутив DarwinPorts, сначала необходимо
    11       сделать &ldquo;checked out&rdquo; из CVS репозитария проекта OpenDarwin.</p>
     11      сделать &#8220;checked out&#8221; из CVS репозитария проекта OpenDarwin.</p>
    1212
    1313      <p>Пожалуйста, имейте ввиду, что для получения и установки DarwinPorts на
    1414      систему Mac OS X, у Вас должны быть установлены Mac OS X Developer Tools (
  • localized/ru/includes/functions.inc

     
    128128  if(!$_POST['submit']) {
    129129    echo "<p>Use the form below to add project news.</p>\n\n";
    130130    echo "<form action=\"$PHP_SELF\" method=\"post\">\n";
    131     echo "<p>Title:&nbsp;&nbsp;<input type=\"text\" name=\"title\" size=\"40\" /></p>\n";
     131    echo "<p>Title:&#160;&#160;<input type=\"text\" name=\"title\" size=\"40\" /></p>\n";
    132132    echo "<p>News:</p>\n";
    133133    echo "<p><textarea name=\"news\" cols=\"70\" rows=\"20\"></textarea></p>\n";
    134134    echo "<p><input type=\"submit\" name=\"submit\" value=\"Submit\" /></p>\n";
     
    184184      $row = mysql_fetch_object($result);
    185185      echo "<p>Use the form below to edit project news.</p>\n\n";
    186186      echo "<form action=\"$PHP_SELF?id=$id\" method=\"post\">\n";
    187       echo "<p>Title:&nbsp;&nbsp;<input type=\"text\" name=\"title\" size=\"40\" value=\"$row->title\" /></p>\n";
     187      echo "<p>Title:&#160;&#160;<input type=\"text\" name=\"title\" size=\"40\" value=\"$row->title\" /></p>\n";
    188188      echo "<p>News:</p>\n";
    189189      echo "<p><textarea name=\"news\" cols=\"70\" rows=\"20\">";
    190190      echo htmlentities($row->news);
     
    245245  }
    246246  if(mysql_num_rows($result) > 0) {
    247247    while($row = mysql_fetch_object($result)) {
    248       echo "<p><a href=\"/archives/$row->id.php\">$row->title</a><br />&nbsp&nbsp;$row->f_timestamp&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"edit.php?id=$row->id\">edit</a></p>\n\n";
     248      echo "<p><a href=\"/archives/$row->id.php\">$row->title</a><br />&#160;&#160;$row->f_timestamp&#160;&#160;|&#160;&#160;<a href=\"edit.php?id=$row->id\">edit</a></p>\n\n";
    249249    }
    250250  }
    251251  else {
  • localized/es/getdp/index.php

     
    4545
    4646                <p>Aunque no es estrictamente necesario, se recomienda de todas formas sincronizar la reciente
    4747                instalación de DarwinPorts con nuestro servidor de rsync para asegurar la disponibilidad de
    48                 la última versión de la infraestructura de DarwinPorts y de los &ldquo;Portfiles&rdquo; que
     48                la última versión de la infraestructura de DarwinPorts y de los &#8220;Portfiles&#8221; que
    4949                que contienen las instrucciones empleadas en la compilación e instalación de portes.
    5050                Para lograr esto, simplemente ejecute:</p>
    5151
     
    5858
    5959                <p>Si en cambio Ud. desea instalar DarwinPorts a partir de su código fuente, hay todavía un par de
    6060                cosas que deberá hacer después de bajar el paquete tar antes de poder instalar un porte a través de DarwinPorts,
    61                 compilar e instalar DarwinPorts en sí. &ldquo;<kbd>cd</kbd>&rdquo; al directorio al cual bajó el tar y corra
    62                 &ldquo;<kbd>tar xjvf <a href="/downloads/DarwinPorts-<? print "$dp_version"; ?>.tar.bz2">DarwinPorts-<? print "$dp_version"; ?>.tar.bz2</a></kbd>&rdquo;
    63                 o &ldquo;<kbd>tar xzvf <a href="/downloads/DarwinPorts-<? print "$dp_version"; ?>.tar.gz">DarwinPorts-<? print "$dp_version"; ?>.tar.gz</a></kbd>&rdquo;,
     61                compilar e instalar DarwinPorts en sí. &#8220;<kbd>cd</kbd>&#8221; al directorio al cual bajó el tar y corra
     62                &#8220;<kbd>tar xjvf <a href="/downloads/DarwinPorts-<? print "$dp_version"; ?>.tar.bz2">DarwinPorts-<? print "$dp_version"; ?>.tar.bz2</a></kbd>&#8221;
     63                o &#8220;<kbd>tar xzvf <a href="/downloads/DarwinPorts-<? print "$dp_version"; ?>.tar.gz">DarwinPorts-<? print "$dp_version"; ?>.tar.gz</a></kbd>&#8221;,
    6464                dependiendo de si bajó el tar bz2 o el gz, respectivamente. Esto desempaquetará las fuentes de DarwinPorts
    6565                que procederá a compilar e instalar. Para esto, ejecute lo siguiente:</p>
    6666
     
    7373                <pre>cd ../
    7474rm -rf DarwinPorts-<? print "$dp_version"; ?>*</pre>
    7575
    76                 <p>Estos pasos deben ser ejecutados desde una cuenta administradora, de la cual &ldquo;<kbd>sudo</kbd>&rdquo;
     76                <p>Estos pasos deben ser ejecutados desde una cuenta administradora, de la cual &#8220;<kbd>sudo</kbd>&#8221;
    7777                pedirá el password al momento de instalar. Este procedimiento creará una instalación standard de DarwinPorts
    7878                en su sistema y, si los pasos opcionales son ejecutados también, removerá las ahora innecesarias fuentes de
    7979                DarwinPorts y el correspondiente paquete tar. Para personalizar su instalación debe leer el output de
    80                 &ldquo;<kbd>./configure --help | more</kbd>&rdquo; y pasar las opciones apropiadas al script de configuración
     80                &#8220;<kbd>./configure --help | more</kbd>&#8221; y pasar las opciones apropiadas al script de configuración
    8181                en los pasos arriba detallados.</p>
    8282
    8383                <p>Deberá adaptar los documentos de configuración de su shell para encontrar los programas instalados por
     
    8888                <p>Al completar, DarwinPorts estará listo para instalar portes. Nuevamente, es recomendado ejecutar el comando
    8989                anterior regularmente para mantener su instalación siempre al día.</p>
    9090
    91                 <p>También puede referirse al documento &ldquo;<tt>README_RELEASE1.es</tt>&rdquo; contenido en los paquetes tar de las fuentes
     91                <p>También puede referirse al documento &#8220;<tt>README_RELEASE1.es</tt>&#8221; contenido en los paquetes tar de las fuentes
    9292                <? print "$dp_version"; ?> de DarwinPorts para instrucciones básicas de instalación y uso.</p>
    9393
    9494                <h5 class="subhdr">Ayuda</h5>
     
    100100                <p>Si Ud. es un programador o un usuario que desea mantenerse siempre al día con los últimos cambios y adiciones
    101101                a DarwinPorts, puede adquirir las fuentes del proyecto a través de CVS.</p>
    102102
    103                 <p>Use los siguientes comandos para realizar el &ldquo;checkout&rdquo; del proyecto del
     103                <p>Use los siguientes comandos para realizar el &#8220;checkout&#8221; del proyecto del
    104104                repositorio anónimo CVS de OpenDarwin:</p>
    105105               
    106106                <pre>cvs -d :pserver:anonymous@anoncvs.opendarwin.org:/Volumes/src/cvs/od login
     
    111111               
    112112                <p>Si no se quiere molestar con CVS para obtener las fuentes en primera instancia, puede bajar el <a href="/downloads/darwinports-nightly-cvs-snapshot.tar.gz">
    113113                snapshot nocturno</a> de éstas y, una vez extraído, mantenerlo actualizado con los comandos de CVS de costumbre,
    114                 &ldquo;<kbd>cvs update</kbd>&rdquo;.</p>
     114                &#8220;<kbd>cvs update</kbd>&#8221;.</p>
    115115               
    116                 <p>Si desea simplemente ver el repositorio CVS sin realizar un &ldquo;checkout&rdquo;,
     116                <p>Si desea simplemente ver el repositorio CVS sin realizar un &#8220;checkout&#8221;,
    117117                lo puede hacer vía <a href="http://www.opendarwin.org/cgi-bin/cvsweb.cgi/proj/darwinports/">CVSweb</a>.</p>
    118118       
    119119        </div>
  • localized/es/includes/functions.inc

     
    130130                        if (!$_POST['submit']) {
    131131                                echo "<p>Utilice el formulario que se presenta abajo para agregar noticias del proyecto.</p>\n\n";
    132132                                echo "<form action=\"$PHP_SELF\" method=\"post\">\n";
    133                                 echo "<p>Título:&nbsp;&nbsp;<input type=\"text\" name=\"title\" size=\"40\" /></p>\n";
     133                                echo "<p>Título:&#160;&#160;<input type=\"text\" name=\"title\" size=\"40\" /></p>\n";
    134134                                echo "<p>Noticias:</p>\n";
    135135                                echo "<p><textarea name=\"news\" cols=\"70\" rows=\"20\"></textarea></p>\n";
    136136                                echo "<p><input type=\"submit\" name=\"submit\" value=\"Remitir\" /></p>\n";
     
    185185                                        $row = mysql_fetch_object($result);
    186186                                        echo "<p>Use el formulario abajo mostrado para editar las noticias del proyecto.</p>\n\n";
    187187                                        echo "<form action=\"$PHP_SELF?id=$id\" method=\"post\">\n";
    188                                         echo "<p>Título:&nbsp;&nbsp;<input type=\"text\" name=\"title\" size=\"40\" value=\"$row->title\" /></p>\n";
     188                                        echo "<p>Título:&#160;&#160;<input type=\"text\" name=\"title\" size=\"40\" value=\"$row->title\" /></p>\n";
    189189                                        echo "<p>Noticias:</p>\n";
    190190                                        echo "<p><textarea name=\"news\" cols=\"70\" rows=\"20\">";
    191191                                        echo htmlentities($row->news);
     
    242242                        }
    243243                        if (mysql_num_rows($result) > 0) {
    244244                                while ($row = mysql_fetch_object($result)) {
    245                                         echo "<p><a href=\"/es/archives.php?id=$row->id.php\">$row->title</a><br />&nbsp&nbsp;$row->f_timestamp&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"edit.php?id=$row->id\">editar</a></p>\n\n";
     245                                        echo "<p><a href=\"/es/archives.php?id=$row->id.php\">$row->title</a><br />&#160;&#160;$row->f_timestamp&#160;&#160;|&#160;&#160;<a href=\"edit.php?id=$row->id\">editar</a></p>\n\n";
    246246                                }
    247247                        } else {
    248248                                echo "<p>No hay titulares disponibles.</p>\n\n";
     
    264264         }
    265265         if (mysql_num_rows($result)>0) {
    266266            while ($row = mysql_fetch_object($result)) {
    267                   echo "<p><a href=\"/es/archives.php?id=$row->id\">$row->title</a><br />&nbsp&nbsp;$row->f_timestamp</p>\n\n";
     267                  echo "<p><a href=\"/es/archives.php?id=$row->id\">$row->title</a><br />&#160;&#160;$row->f_timestamp</p>\n\n";
    268268                }
    269269        } else {
    270270                  echo "<p>No hay titulares disponibles.</p>\n\n";
  • localized/fr/includes/functions.inc

     
    128128  if(!$_POST['submit']) {
    129129    echo "<p>Utilisez le formulaire ci-dessous pour ajouter une dépêche liée au projet.</p>\n\n";
    130130    echo "<form action=\"$PHP_SELF\" method=\"post\">\n";
    131     echo "<p>Title:&nbsp;&nbsp;<input type=\"text\" name=\"title\" size=\"40\" /></p>\n";
     131    echo "<p>Title:&#160;&#160;<input type=\"text\" name=\"title\" size=\"40\" /></p>\n";
    132132    echo "<p>Dépêche :</p>\n";
    133133    echo "<p><textarea name=\"news\" cols=\"70\" rows=\"20\"></textarea></p>\n";
    134134    echo "<p><input type=\"submit\" name=\"submit\" value=\"Soumettre\" /></p>\n";
     
    184184      $row = mysql_fetch_object($result);
    185185      echo "<p>Utilisez le formulaire ci-dessous pour éditer les dépêches du projet.</p>\n\n";
    186186      echo "<form action=\"$PHP_SELF?id=$id\" method=\"post\">\n";
    187       echo "<p>Title:&nbsp;&nbsp;<input type=\"text\" name=\"title\" size=\"40\" value=\"$row->title\" /></p>\n";
     187      echo "<p>Title:&#160;&#160;<input type=\"text\" name=\"title\" size=\"40\" value=\"$row->title\" /></p>\n";
    188188      echo "<p>Dépêche :</p>\n";
    189189      echo "<p><textarea name=\"news\" cols=\"70\" rows=\"20\">";
    190190      echo htmlentities($row->news);
     
    245245  }
    246246  if(mysql_num_rows($result) > 0) {
    247247    while($row = mysql_fetch_object($result)) {
    248       echo "<p><a href=\"/fr/archives.php?id=$row->id\">$row->title</a><br />&nbsp&nbsp;$row->f_timestamp&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"edit.php?id=$row->id\">éditer</a></p>\n\n";
     248      echo "<p><a href=\"/fr/archives.php?id=$row->id\">$row->title</a><br />&#160;&#160;$row->f_timestamp&#160;&#160;|&#160;&#160;<a href=\"edit.php?id=$row->id\">éditer</a></p>\n\n";
    249249    }
    250250  }
    251251  else {
     
    267267  }
    268268  if(mysql_num_rows($result) > 0) {
    269269    while($row = mysql_fetch_object($result)) {
    270       echo "<p><a href=\"/fr/archives.php?id=$row->id\">$row->title</a><br />&nbsp&nbsp;$row->f_timestamp</p>\n\n";
     270      echo "<p><a href=\"/fr/archives.php?id=$row->id\">$row->title</a><br />&#160;&#160;$row->f_timestamp</p>\n\n";
    271271    }
    272272  }
    273273  else {
  • localized/it/includes/functions.inc

     
    128128  if(!$_POST['submit']) {
    129129    echo "<p>Use the form below to add project news.</p>\n\n";
    130130    echo "<form action=\"$PHP_SELF\" method=\"post\">\n";
    131     echo "<p>Title:&nbsp;&nbsp;<input type=\"text\" name=\"title\" size=\"40\" /></p>\n";
     131    echo "<p>Title:&#160;&#160;<input type=\"text\" name=\"title\" size=\"40\" /></p>\n";
    132132    echo "<p>News:</p>\n";
    133133    echo "<p><textarea name=\"news\" cols=\"70\" rows=\"20\"></textarea></p>\n";
    134134    echo "<p><input type=\"submit\" name=\"submit\" value=\"Submit\" /></p>\n";
     
    184184      $row = mysql_fetch_object($result);
    185185      echo "<p>Use the form below to edit project news.</p>\n\n";
    186186      echo "<form action=\"$PHP_SELF?id=$id\" method=\"post\">\n";
    187       echo "<p>Title:&nbsp;&nbsp;<input type=\"text\" name=\"title\" size=\"40\" value=\"$row->title\" /></p>\n";
     187      echo "<p>Title:&#160;&#160;<input type=\"text\" name=\"title\" size=\"40\" value=\"$row->title\" /></p>\n";
    188188      echo "<p>News:</p>\n";
    189189      echo "<p><textarea name=\"news\" cols=\"70\" rows=\"20\">";
    190190      echo htmlentities($row->news);
     
    245245  }
    246246  if(mysql_num_rows($result) > 0) {
    247247    while($row = mysql_fetch_object($result)) {
    248       echo "<p><a href=\"/it/archives.php?id=$row->id\">$row->title</a><br />&nbsp&nbsp;$row->f_timestamp&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"edit.php?id=$row->id\">edit</a></p>\n\n";
     248      echo "<p><a href=\"/it/archives.php?id=$row->id\">$row->title</a><br />&#160;&#160;$row->f_timestamp&#160;&#160;|&#160;&#160;<a href=\"edit.php?id=$row->id\">edit</a></p>\n\n";
    249249    }
    250250  }
    251251  else {
     
    267267  }
    268268  if(mysql_num_rows($result) > 0) {
    269269    while($row = mysql_fetch_object($result)) {
    270       echo "<p><a href=\"/it/archives.php?id=$row->id\">$row->title</a><br />&nbsp&nbsp;$row->f_timestamp</p>\n\n";
     270      echo "<p><a href=\"/it/archives.php?id=$row->id\">$row->title</a><br />&#160;&#160;$row->f_timestamp</p>\n\n";
    271271    }
    272272  }
    273273  else {
  • install.php

     
    1717    </p>
    1818
    1919    <ul>
    20         <li>&ldquo;dmg&rdquo; disk images for <a href="<?php print $leopard_dmg; ?>">Leopard (Universal)</a>, <a
     20        <li>&#8220;dmg&#8221; disk images for <a href="<?php print $leopard_dmg; ?>">Leopard (Universal)</a>, <a
    2121        href="<?php print $tiger_dmg; ?>">Tiger (Universal)</a> and <a href="<?php print $panther_dmg; ?>">Panther (PowerPC)
    2222        </a> as a legacy platform, containing pkg installers for use with the Mac OS X Installer. By far the simplest installation
    2323        procedure that most users should <a href="#pkg">follow</a> after meeting the requirements listed <a href="#requirements">
     
    4343            <li>Apple's <a href="https://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=19897">
    4444            Xcode 3.0</a> Developer Tools for the Leopard platform or 2.4.1 for Tiger, found at the <a href="http://developer.apple.com/tools/xcode/">
    4545            Apple Developer Connection</a> site or on your Mac OS X installation CDs/DVD.</li>
    46             <li>The X11 windowing environment (A.K.A. &ldquo;X11 User&rdquo;) and its related SDK package (&ldquo;X11SDK&rdquo;)
     46            <li>The X11 windowing environment (A.K.A. &#8220;X11 User&#8221;) and its related SDK package (&#8220;X11SDK&#8221;)
    4747            for ports that depend on the functionality they provide to compile and run.
    4848                <ul>
    49                     <li>the &ldquo;X11 User&rdquo; package is an optional installation on your system CDs/DVD for Panther and
    50                     Tiger, enabled through the &ldquo;Customize&rdquo; button of the installer, whereas it is included by default
     49                    <li>the &#8220;X11 User&#8221; package is an optional installation on your system CDs/DVD for Panther and
     50                    Tiger, enabled through the &#8220;Customize&#8221; button of the installer, whereas it is included by default
    5151                    on Leopard.</li>
    52                     <li>the &ldquo;X11 SDK&rdquo; package from the Xcode installer will be automatically selected if &ldquo;X11
    53                     User&rdquo; is already installed, so be sure to install that first.</li>
     52                    <li>the &#8220;X11 SDK&#8221; package from the Xcode installer will be automatically selected if &#8220;X11
     53                    User&#8221; is already installed, so be sure to install that first.</li>
    5454                </ul>
    5555            </li>
    5656        </ol>
     
    7070    the installer</a> to include the necessary settings to run MacPorts and the programs it installs, but you may need to
    7171    open a new shell for these changes to take effect.</p>
    7272
    73     <p>The MacPorts &ldquo;<kbd>selfupdate</kbd>&rdquo; command will also be run for you by the installer to ensure you have our
    74     latest available release and the latest revisions to the &ldquo;Portfiles&rdquo; that contain the instructions employed
     73    <p>The MacPorts &#8220;<kbd>selfupdate</kbd>&#8221; command will also be run for you by the installer to ensure you have our
     74    latest available release and the latest revisions to the &#8220;Portfiles&#8221; that contain the instructions employed
    7575    in the building and installation of ports. After installation is done, it is recommended that you run this step manually
    7676    on a regular basis to to keep your MacPorts system always current:</p>
    7777   
     
    7979
    8080    <p>At this point you should be ready to enjoy MacPorts!</p>
    8181
    82     <p>Type &ldquo;<kbd>man port</kbd>&rdquo; at the command line prompt and/or browse over to our <a href="<?php print
     82    <p>Type &#8220;<kbd>man port</kbd>&#8221; at the command line prompt and/or browse over to our <a href="<?php print
    8383    $guide_url; ?>">Guide</a> to find out more information about using MacPorts. <a href="#help">Help</a> is also available.
    8484    </p>
    8585
     
    9191
    9292
    9393    <ol>
    94         <li>&ldquo;<kbd>cd</kbd>&rdquo; into the directory where you downloaded the package and run &ldquo;<kbd>tar xjvf
    95         <a href="<?php print $bz2_tarball; ?>">MacPorts-<?php print $macports_version_major; ?>.tar.bz2</a></kbd>&rdquo; or
    96         &ldquo;<kbd>tar xzvf <a href="<?php print $gz_tarball; ?>">MacPorts-<?php print $macports_version_major; ?>.tar.gz</a></kbd>&rdquo;,
     94        <li>&#8220;<kbd>cd</kbd>&#8221; into the directory where you downloaded the package and run &#8220;<kbd>tar xjvf
     95        <a href="<?php print $bz2_tarball; ?>">MacPorts-<?php print $macports_version_major; ?>.tar.bz2</a></kbd>&#8221; or
     96        &#8220;<kbd>tar xzvf <a href="<?php print $gz_tarball; ?>">MacPorts-<?php print $macports_version_major; ?>.tar.gz</a></kbd>&#8221;,
    9797        depending on whether you downloaded the bz2 tarball or the gz one, respectively.</li>
    9898        <li>Build and install the recently unpacked sources:
    9999            <ul>
     
    109109        </li>
    110110    </ol>
    111111
    112     <p>These steps need to be perfomed from an administrator account, for which &ldquo;<kbd>sudo</kbd>&rdquo; will ask the
     112    <p>These steps need to be perfomed from an administrator account, for which &#8220;<kbd>sudo</kbd>&#8221; will ask the
    113113    password upon installation. This procedure will install a pristine MacPorts system and, if the optional steps are taken,
    114114    remove the as of now unnecessary MacPorts-<?php print $macports_version_major; ?> source directory and corresponding tarball.</p>
    115115
    116     <p>To customize your installation you should read the output of &ldquo;<kbd>./configure --help | more</kbd>&rdquo; and
     116    <p>To customize your installation you should read the output of &#8220;<kbd>./configure --help | more</kbd>&#8221; and
    117117    pass the appropriate options for the settings you wish to tweak to the configuration script in the steps detailed above.</p>
    118118       
    119119    <p>You will need to manually adapt your shell's environment to work with MacPorts and your chosen installation <kbd>
     
    136136
    137137    <p>Upon completion MacPorts will be ready to install ports!</p>
    138138
    139     <p>It is recommended to run the above command on a regular basis to keep your installation current. Type &ldquo;<kbd>man
    140     port</kbd>&rdquo; at the command line prompt and/or browse over to our <a href="<?php print $guide_url; ?>">Guide</a> to
     139    <p>It is recommended to run the above command on a regular basis to keep your installation current. Type &#8220;<kbd>man
     140    port</kbd>&#8221; at the command line prompt and/or browse over to our <a href="<?php print $guide_url; ?>">Guide</a> to
    141141    find out more information about using MacPorts. <a href="#help">Help</a> is also available.</p>
    142142
    143143
     
    146146    <p>If you are developer or a user with a taste for the bleeding edge and wish for the latest changes and feature additions,
    147147    you may acquire the MacPorts sources through SVN.</p>
    148148
    149     <p>Use the following command to check the project's &ldquo;trunk&rdquo; out of the MacPorts anonymous subversion repository,
    150     containing all of our source modules (MacPorts' &ldquo;base&rdquo;, the ports tree and all of documentation in raw form):</p>
     149    <p>Use the following command to check the project's &#8220;trunk&#8221; out of the MacPorts anonymous subversion repository,
     150    containing all of our source modules (MacPorts' &#8220;base&#8221;, the ports tree and all of documentation in raw form):</p>
    151151
    152152    <pre>svn co <?php print $svn_url . 'trunk'; ?></pre>
    153153
  • index.php

     
    2121    . '#using'; ?>">compiling and installing</a> open-source software on your Mac.</p>
    2222   
    2323    <p>We provide a single software tree that attempts to track the latest release of every software title (port) we distribute,
    24     without splitting them into &ldquo;stable&rdquo; Vs. &ldquo;unstable&rdquo; branches, targetting mainly the current Mac OS
     24    without splitting them into &#8220;stable&#8221; Vs. &#8220;unstable&#8221; branches, targetting mainly the current Mac OS
    2525    X release (10.5, A.K.A Leopard) and the immediately previous one (10.4, A.K.A. Tiger). There are currently <a href="ports.php">
    2626    <b><?php print $portsdb_info['num_ports']; ?></b> ports</a> in our tree, distributed among <?php print $portsdb_info['num_categories']; ?>
    2727    different categories, and more are being added on a regular basis.</p>
     
    4343    <h3 class="subhdr">Getting involved</h3>
    4444   
    4545    <p>There are many ways you can get involved with MacPorts and peer users, system administrators &amp; developers alike.
    46     Browse over to the &ldquo;<a href="contact.php">Contact Us</a>&rdquo; section of our site and:</p>
     46    Browse over to the &#8220;<a href="contact.php">Contact Us</a>&#8221; section of our site and:</p>
    4747   
    4848    <ul>
    4949        <li>Explore our <a href="contact.php#Lists">mailing lists</a>, either if it is for some general user support or to
     
    5555    </ul>
    5656
    5757    <p>If on the other hand you are interested in joining The MacPorts Project in any way, then don't hesitate to contact the
    58     project's management team, &ldquo;<a href="contact.php#PortMgr">PortMgr</a>&rdquo;, to explain your particular interest
     58    project's management team, &#8220;<a href="contact.php#PortMgr">PortMgr</a>&#8221;, to explain your particular interest
    5959    and present a formal application. We're always looking for more helping hands that can extend and improve our ports tree
    6060    and documentation, or take MacPorts itself beyond its current limitations and into new areas of the vast software packaging
    6161    field. We're eager to hear from you!</p>