Changeset 15628 for trunk/www


Ignore:
Timestamp:
Dec 29, 2005, 3:54:25 PM (18 years ago)
Author:
jmpp
Message:

Submitted by: jmpp@

Merge the dp_version function introduced by Matt into the french site.
Some other rewordings.

Location:
trunk/www
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/getdp/index.php

    r15508 r15628  
    99      <h2 class="hdr">Get DarwinPorts</h2>
    1010
    11          <p>DarwinPorts version 1.2 is available in source form as either a
    12          <a href="/downloads/DarwinPorts-1.2.tar.bz2">tar.bz2</a>
    13          package or a <a href="/downloads/DarwinPorts-1.2.tar.gz">tar.gz</a> one,
    14          and in binary form as a <a href="/downloads/DarwinPorts-1.2-10.4.dmg">dmg for Tiger</a>
    15          or as <a href="/downloads/DarwinPorts-1.2-10.3.dmg">one for Panther</a>,
    16          both containing a pkg installer. Checksums for all these are contained
    17          <a href="/downloads/DarwinPorts-1.2.chk.txt">here</a>.</p>
     11         <p>DarwinPorts version <? print "$dp_version"; ?> is available in binary form as a
     12         dmg disk image <a href="/downloads/DarwinPorts-<? print "$dp_version"; ?>-10.4.dmg">for Tiger</a>
     13         or <a href="/downloads/DarwinPorts-<? print "$dp_version"; ?>-10.3.dmg">for Panther</a>,
     14         both containing a pkg installer, or in source form as either a
     15         <a href="/downloads/DarwinPorts-<? print "$dp_version"; ?>.tar.bz2">tar.bz2</a> package
     16         or a <a href="/downloads/DarwinPorts-<? print "$dp_version"; ?>.tar.gz">tar.gz</a> one.
     17         Checksums for all these are contained <a href="/downloads/DarwinPorts-<? print "$dp_version"; ?>.chk.txt">here</a>.</p>
    1818
    1919         <p>To get a files listing of all our available downloads checkout the
     
    3636
    3737        <p>The easiest way to install DarwinPorts on a Mac OS X system is by downloading
    38         the <a href="/downloads/DarwinPorts-1.2-10.4.dmg">dmg for Tiger</a> or the
    39         <a href="/downloads/DarwinPorts-1.2-10.3.dmg">one for Panther</a> and running Installer.app
    40         on the pkg contained therein, following the on-screen instructions until completion.
    41         This procedure will place a fully functional and default DarwinPorts installation
    42         on your host system, completely ready for usage. If needed, your shell configuration
    43         files will be adapted by the installer to include the necessary settings to run
    44         DarwinPorts. You may need to open a new shell for these changes to take effect.</p>
     38        the <a href="/downloads/DarwinPorts-<? print "$dp_version"; ?>-10.4.dmg">dmg for Tiger</a>
     39        or the <a href="/downloads/DarwinPorts-<? print "$dp_version"; ?>-10.3.dmg">one for Panther</a>
     40        and running Installer.app on the pkg contained therein by double clicking on them,
     41        following the on-screen instructions until completion. This procedure will place a
     42        fully functional and default DarwinPorts installation on your host system,
     43        ready for usage. If needed, your shell configuration files will be adapted by the installer
     44        to include the necessary settings to run DarwinPorts. You may need to open a new shell for
     45        these changes to take effect.</p>
    4546
    4647        <p>Although not strictly necessary, it is still recommended that you synchronize your
    47         recent installation with OpenDarwin servers to ensure you have the latest release
    48         available of the DarwinPorts infrastructure and of the Portfiles containing the instructions
    49         necessary for the installation of ports. To accomplish this simply execute:</p>
     48        recent installation with our rsync server to ensure you have the latest release
     49        available of the DarwinPorts infrastructure and of the &ldquo;Portfiles&rdquo; containing the instructions
     50        employed in the building and installation of ports. To accomplish this simply execute:</p>
    5051
    5152        <pre>sudo port -d selfupdate</pre>
     
    5657        <h5 class="subhdr">Source Installation</h5>
    5758
    58         <p>If on the other hand you decide to install from source, there are still a few
     59        <p>If on the other hand you decide to install from source, there are still a couple of
    5960        things you will need to do once you've downloaded the tarball before you can
    60         install a port with the DarwinPorts system, namely installing DarwinPorts itself.
     61        install a port with the DarwinPorts system, namely compiling and installing DarwinPorts itself.
    6162        &ldquo;<kbd>cd</kbd>&rdquo; into the directory where you downloaded the package
    62         and run &ldquo;<kbd>tar xjvf <a href="/downloads/DarwinPorts-1.2.tar.bz2">DarwinPorts-1.2.tar.bz2</a></kbd>&rdquo;
    63         or &ldquo;<kbd>tar xzvf <a href="/downloads/DarwinPorts-1.2.tar.gz">DarwinPorts-1.2.tar.gz</a></kbd>&rdquo;,
     63        and run &ldquo;<kbd>tar xjvf <a href="/downloads/DarwinPorts-<? print "$dp_version"; ?>.tar.bz2">DarwinPorts-<? print "$dp_version"; ?>.tar.bz2</a></kbd>&rdquo;
     64        or &ldquo;<kbd>tar xzvf <a href="/downloads/DarwinPorts-<? print "$dp_version"; ?>.tar.gz">DarwinPorts-<? print "$dp_version"; ?>.tar.gz</a></kbd>&rdquo;,
    6465        depending on whether you downloaded the bz2 tarball or the gz one, respectively.
    6566        This will unpack the DarwinPorts sources that you will proceed to build and install. To do
    6667        so, execute the following:</p>
    6768
    68       <pre>cd DarwinPorts-1.2
     69      <pre>cd DarwinPorts-<? print "$dp_version"; ?>
     70
    6971./configure && make && sudo make install</pre>
    7072
     
    7274
    7375<pre>cd ../
    74 rm -rf DarwinPorts-1.2.*</pre>
     76rm -rf DarwinPorts-<? print "$dp_version"; ?>*</pre>
    7577
    7678      <p>These steps need to be perfomed from an administrator account, for which &ldquo;<kbd>sudo</kbd>&rdquo;
    7779      will ask the password upon installation. This procedure will install a pristine DarwinPorts
    78       system and, if the optional steps are taken, remove the as of now unnecessary DarwinPorts-1.2
     80      system and, if the optional steps are taken, remove the as of now unnecessary DarwinPorts-<? print "$dp_version"; ?>
    7981      directory and corresponding tarball. To customize your installation you should read the output
    8082      of &ldquo;<kbd>./configure --help | more</kbd>&rdquo; and pass the appropriate options to the
     
    9092
    9193      <p>Alternatively, you can refer to the <tt>README_RELEASE1</tt>
    92         file contained in the 1.2 release tarball for basic installation and usage instructions.</p>
     94        file contained in the <? print "$dp_version"; ?> release tarball for basic installation and usage
     95        instructions.</p>
    9396
    9497        <h5 class="subhdr">Help</h5>
  • trunk/www/help/index.php

    r15332 r15628  
    1414                <h5 class="subhdr">Documentation</h5>
    1515
    16                 <p>The <a href="http://www.darwinports.org/docs">DarwinPorts
    17                         Guide</a> has a section for DarwinPorts users,
    18                         <a href="http://www.darwinports.org/docs/pt01.html">Part
    19                         1: Using DarwinPorts</a>.</p>
     16                <p>The <a href="/docs/">DarwinPorts Guide</a> has a section for DarwinPorts users,
     17                <a href="http://www.darwinports.org/docs/pt01.html">Part 1: Using DarwinPorts</a>.</p>
    2018
    2119                <p>The <a href="http://wiki.opendarwin.org/index.php/DarwinPorts:FAQ">DarwinPorts FAQ</a>
    2220                is now an ongoing, user driven effort part of our <a href="http://wiki.opendarwin.org/index.php/DarwinPorts">Wiki</a>,
    23                 where anyone with a Wiki account and DarwinPorts knowledge can contribute with
    24                 information to help others.</p>
     21                where anyone with a <a href="http://wiki.opendarwin.org/index.php?title=Special:Userlogin&returnto=DarwinPorts">Wiki account</a>
     22                and DarwinPorts knowledge can contribute with information to help others.</p>
    2523
    2624                <p>All of our documentation is a work in progress, so if you spot
     
    3129
    3230                <p>The 
    33                         <a href="http://www.opendarwin.org/mailman/listinfo/darwinports">darwinports
     31                        <a href="http://www.opendarwin.org/mailman/listinfo/darwinports">General DarwinPorts
    3432                        mailing list</a> is open to all.  It is the best place to ask
    3533                        questions about DarwinPorts, for new users, developers,
    3634                        everyone alike!  It is also where all discussion about
    37                         DarwinPorts takes place.  Please note that due to spam problems,
     35                        DarwinPorts itself takes place.  Please note that due to spam problems,
    3836                        the DarwinPorts mailing list requires posts from
    39                         non-subscribers to be approved.  It may be better to subscribe
    40                         to the list.</p>
     37                        non-subscribers to be approved.  It may be better to susbcribe.</p>
    4138
    42                 <p>You may check the
    43                         <a href="http://www.opendarwin.org/pipermail/darwinports/">darwinports
    44                         mailing list archives</a> before posting a question, although
    45                         it's not necessarily a requirement.  We try to be as helpful as
    46                         possible, but if it's a common question, our answers may be
    47                         fairly short.</p>
     39                <p>Although not strictly a requirement, you may check the
     40                        <a href="http://www.opendarwin.org/pipermail/darwinports/">list archives</a>
     41                        before posting a question. We try to be as helpful as possible, but
     42                        if it's a common question our answers may be fairly short.</p>
    4843
    49                 <p>Otherwise, archives of the darwinports mailing list are easily browsable at
     44                <p>Otherwise, indexed archives of this list are easily browsable at
    5045                        <a href="http://gmane.org/">Gmane.org</a> as well as through
    5146                        <a href="nntp://news.gmane.org/">NNTP</a>.</p>
     
    5348                <p>When you post a question to the mailing list, please included
    5449                        any information you think might be relevent to the problem,
    55                         such as what operating system and version you're using (OS X
    56                         10.3.2, for example), whether you have any other third party
    57                         software installed /usr/local (for example), and any error
     50                        such as what operating system and version you're using, Mac OS X
     51                        10.3.2 for example, whether you have any other third party
     52                        software installed, in /usr/local for instance, and any error
    5853                        messages that DarwinPorts might give (use the -d and -v port(1)'s
    59                         flags to turn on debugging informations). It's a lot easier for
    60                         us to help you once these flags are used.</p>
     54                        flags to turn on debugging informations, it's a lot easier for
     55                        us to help you once these are used).</p>
    6156
    6257                <h5 class="subhdr">IRC</h5>
    6358
    6459                <p>For more real-time discussion, the #darwinports channel on the <a
    65                         href="http://freenode.net/">freenode IRC network</a> is generally
     60                        href="http://freenode.net/">Freenode IRC network</a> is generally
    6661                        where we hang out.</p>
    6762       
     
    6964                        obligated to help or even answer your question if you join the IRC
    7065                        channel.  Do not take it personally, simply ask your question
    71                         on the
    72                         <a href="http://www.opendarwin.org/mailman/listinfo/darwinports">darwinports
    73                         mailing list</a> instead.</p>
     66                        on the <a href="http://www.opendarwin.org/mailman/listinfo/darwinports">mailing list</a>
     67                        instead.</p>
    7468
    7569        </div>
  • trunk/www/includes/common.inc

    r15333 r15628  
    11<?php
    22
    3 # $Id: common.inc,v 1.3 2005/12/06 18:25:03 mww Exp $
     3# $Id: common.inc,v 1.4 2005/12/29 15:54:25 jmpp Exp $
    44# Copyright (c) 2003, OpenDarwin
     5
     6######################################################################
     7
     8# print the current darwinports version
     9$dp_version = "1.2";
    510
    611######################################################################
Note: See TracChangeset for help on using the changeset viewer.