From b51b2d08feed0175a7285bd0930ec1e12adc15ae Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 7 Sep 2012 17:52:03 +0800 Subject: [PATCH] Work through the remaining FIXME pages; put them in their correct categories, and update aged markup as appropriate. Yes, I did check the new markup on the non-beta site too. --- cvsup.php | 16 +++++++--------- git-php.php | 8 +++++--- mirror.php | 2 +- mirroring-stats.php | 12 ++++++------ mirroring-troubles.php | 24 ++++++++++++------------ mirroring.php | 42 +++++++++++++++++++++--------------------- search.php | 2 +- security-note.php | 2 +- source.php | 2 +- submit-event.php | 2 +- thanks.php | 2 +- usage.php | 2 +- 12 files changed, 58 insertions(+), 58 deletions(-) diff --git a/cvsup.php b/cvsup.php index 550648350..9bdafa3ce 100644 --- a/cvsup.php +++ b/cvsup.php @@ -28,7 +28,7 @@ $SIDEBAR_DATA = ' Compiled snapshots for Windows users are also included.

'; -site_header("Using CVSup to maintain a local CVS repository", array("current" => "FIXME")); +site_header("Using CVSup to maintain a local CVS repository", array("current" => "help")); ?>

Using CVSup To Maintain A Local CVS Repository

@@ -50,29 +50,27 @@ site_header("Using CVSup to maintain a local CVS repository", array("current" =>
  • Create a php.cvsup file containing the following content: -
    -*default host=CVSup.php.net
    +
    *default host=CVSup.php.net
     *default base=/usr/src/php
     *default release=cvs
     *default compress
     *default tag=.
     *default delete use-rel-suffix
    -php-src
    -  
    - This will cause the php-src tree to be stored in /usr/src/php +php-src
    + This will cause the php-src tree to be stored in /usr/src/php (you need to create that directory manually).
  • At a command prompt, simply type: -
    cvsup php.cvsup
    + cvsup php.cvsup
  • If you are behind a firewall, you might need to use: -
    cvsup -P - php.cvsup
    + cvsup -P - php.cvsup
  • To build PHP, you need to install a few utilities (GNU autoconf, - libtool, bison). Cd into php-src and run + libtool, bison). Cd into php-src and run ./buildconf.
  • diff --git a/git-php.php b/git-php.php index f7f107b2f..f9cd07016 100644 --- a/git-php.php +++ b/git-php.php @@ -19,7 +19,7 @@ $SIDEBAR_DATA = ' Git. No Git account is required.

    '; -site_header("Using Git for PHP Development", array("current" => "FIXME")); +site_header("Using Git for PHP Development", array("current" => "community")); $groups = array( "none" => "Choose One", @@ -281,7 +281,9 @@ EOT; the PEAR website. If you have a new PECL extension you wish to contribute, bring it up on the appropriate PECL mailing list first. -
    +

    + +

    Once your PEAR package has been approved, or you get the sense that people generally agree that your PECL contribution is worthwhile, you may apply for a Git account here. Specify the name of your PEAR package @@ -381,7 +383,7 @@ foreach ($purposes as $i => $p) { ?> - Type of initial karma (who to send this request to): + Type of initial karma (who to send this request to):