From 290577d9cdce287c700e2318d0a01c5968de693c Mon Sep 17 00:00:00 2001 From: Jacques Marneweck Date: Thu, 5 Aug 2004 23:00:02 +0000 Subject: [PATCH] Initial script I used to populate the documentation checkouts. --- scripts/populatedocs.sh | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100755 scripts/populatedocs.sh diff --git a/scripts/populatedocs.sh b/scripts/populatedocs.sh new file mode 100755 index 0000000..c33c03b --- /dev/null +++ b/scripts/populatedocs.sh @@ -0,0 +1,31 @@ +#!/usr/local/bin/bash +# +----------------------------------------------------------------------+ +# | PHP Documentation Site Source Code | +# +----------------------------------------------------------------------+ +# | Copyright (c) 1997-2004 The PHP Group | +# +----------------------------------------------------------------------+ +# | This source file is subject to version 3.0 of the PHP license, | +# | that is bundled with this package in the file LICENSE, and is | +# | available at through the world-wide-web at | +# | http://www.php.net/license/3_0.txt. | +# | If you did not receive a copy of the PHP license and are unable to | +# | obtain it through the world-wide-web, please send a note to | +# | license@php.net so we can mail you a copy immediately. | +# +----------------------------------------------------------------------+ +# | Authors: Jacques Marneweck | +# +----------------------------------------------------------------------+ +# +# $Id: populatedocs.sh,v 1.1 2004-08-05 23:00:02 jacques Exp $ + +cd /home/pure-ftpd-users/php001/docs.php.mirrors.powertrip.co.za +/bin/mkdir cvs +cd cvs +/usr/bin/cvs +echo "Checking out PHP docs..." +/usr/bin/cvs -d :pserver:jacques@cvs.php.net:/repository co phpdoc-all +echo "Checking out PHP GTK docs..." +/usr/bin/cvs -d :pserver:jacques@cvs.php.net:/repository co php-gtk-doc +echo "Checking out Smarty docs..." +/usr/bin/cvs -d :pserver:jacques@cvs.php.net:/repository co smarty/docs +echo "Checking out PEAR docs..." +/usr/bin/cvs -d :pserver:jacques@cvs.php.net:/repository co peardoc