From e65c1c7c81feeba22c973640789b709efdbab39f Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 9 May 2005 18:50:03 +0000 Subject: [PATCH] - New folder called "dev" for all of our fun little things - Make phpdoc.sh ignore our new folder - Completely remove and recreate ./apidoc/ when we run phpdoc.sh --- dev/downloads.xml | 182 ++++++++++++++++++++++++++++++++++++++++++++++ dev/xmltest.php | 8 ++ phpdoc.sh | 5 +- 3 files changed, 193 insertions(+), 2 deletions(-) create mode 100644 dev/downloads.xml create mode 100644 dev/xmltest.php diff --git a/dev/downloads.xml b/dev/downloads.xml new file mode 100644 index 0000000..58d990d --- /dev/null +++ b/dev/downloads.xml @@ -0,0 +1,182 @@ + + + Edoc + 1.1.0 + zip + /home/irisst/public_html/downloads/edoc/1.1.0.zip + Edoc_1-1-0.zip + 66.182.52.42 + http://www.iris-studios.com/products/edoc.php + 1114184950 + Fri, 22 Apr 2005 11:49:10 -0400 + + + + ISSO + 1.0.0 + zip + /home/irisst/public_html/downloads/isso/1.0.0.zip + ISSO_1-0-0.zip + 67.161.20.112 + http://www.iris-studios.com/products/isso.php + 1114496728 + Tue, 26 Apr 2005 02:25:28 -0400 + + + + ISSO + 1.0.0 + zip + /home/irisst/public_html/downloads/isso/1.0.0.zip + ISSO_1-0-0.zip + 80.169.137.162 + http://www.iris-studios.com/products/isso.php + 1114613211 + Wed, 27 Apr 2005 10:46:51 -0400 + + + + SimpleCalc + 1.1 + Win + zip + /home/irisst/public_html/downloads/simplecalc/win/1.1.zip + SimpleCalc_1-1_Win.zip + 217.88.27.132 + 1115124638 + Tue, 03 May 2005 08:50:38 -0400 + + + + SimpleCalc + 1.1 + OSX + sit + /home/irisst/public_html/downloads/simplecalc/osx/1.1.sit + SimpleCalc_1-1_OSX.sit + 217.88.27.132 + 1115124641 + Tue, 03 May 2005 08:50:41 -0400 + + + + MyWishlist + 2.4.0 + zip + /home/irisst/public_html/downloads/mywishlist/2.4.0.zip + MyWishlist_2-4-0.zip + 217.88.27.132 + 1115124646 + Tue, 03 May 2005 08:50:46 -0400 + + + + MyWishlist + 2.4.0 + zip + /home/irisst/public_html/downloads/mywishlist/2.4.0.zip + MyWishlist_2-4-0.zip + 65.54.188.54 + 1115542665 + Sun, 08 May 2005 04:57:45 -0400 + + + + ISSO + 1.0.0 + zip + /home/irisst/public_html/downloads/isso/1.0.0.zip + ISSO_1-0-0.zip + 65.54.188.54 + 1115543342 + Sun, 08 May 2005 05:09:02 -0400 + + + + ISSO + 1.0.0 + zip + /home/irisst/public_html/downloads/isso/1.0.0.zip + ISSO_1-0-0.zip + 65.54.188.54 + 1115564390 + Sun, 08 May 2005 10:59:50 -0400 + + + + MyWishlist + 2.4.0 + zip + /home/irisst/public_html/downloads/mywishlist/2.4.0.zip + MyWishlist_2-4-0.zip + 65.54.188.54 + 1115565047 + Sun, 08 May 2005 11:10:47 -0400 + + + + ISSO + 1.0.0 + zip + /home/irisst/public_html/downloads/isso/1.0.0.zip + ISSO_1-0-0.zip + 65.54.188.54 + 1115582537 + Sun, 08 May 2005 16:02:17 -0400 + + + + MyWishlist + 2.4.0 + zip + /home/irisst/public_html/downloads/mywishlist/2.4.0.zip + MyWishlist_2-4-0.zip + 65.54.188.54 + 1115583524 + Sun, 08 May 2005 16:18:44 -0400 + + + + MyWishlist + 2.4.0 + zip + /home/irisst/public_html/downloads/mywishlist/2.4.0.zip + MyWishlist_2-4-0.zip + 65.54.188.54 + 1115603290 + Sun, 08 May 2005 21:48:10 -0400 + + + + ISSO + 1.0.0 + zip + /home/irisst/public_html/downloads/isso/1.0.0.zip + ISSO_1-0-0.zip + 65.54.188.54 + 1115603398 + Sun, 08 May 2005 21:49:58 -0400 + + + + MyWishlist + 2.4.0 + zip + /home/irisst/public_html/downloads/mywishlist/2.4.0.zip + MyWishlist_2-4-0.zip + 65.54.188.54 + 1115621315 + Mon, 09 May 2005 02:48:35 -0400 + + + + ISSO + 1.0.0 + zip + /home/irisst/public_html/downloads/isso/1.0.0.zip + ISSO_1-0-0.zip + 65.54.188.54 + 1115621825 + Mon, 09 May 2005 02:57:05 -0400 + + \ No newline at end of file diff --git a/dev/xmltest.php b/dev/xmltest.php new file mode 100644 index 0000000..acd6290 --- /dev/null +++ b/dev/xmltest.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/phpdoc.sh b/phpdoc.sh index cbce555..922cf0f 100755 --- a/phpdoc.sh +++ b/phpdoc.sh @@ -3,7 +3,8 @@ # This script creates the developer documentation for ISSO with all of the necessary options set to their proper values # SVN $Id$ -rm -rf ./apidoc/* +rm -rf ./apidoc +mkdir apidoc ################# ## OUTPUT LIST ## @@ -30,4 +31,4 @@ rm -rf ./apidoc/* # hilight source code # output options -phpdoc -d . -t ./apidoc -i _*.php -dh off -ti "Iris Studios Shared Object Framework" -pp on -dn ISSO -dc ISSO -s off -o HTML:Smarty:PHP > ./apidoc/log.txt \ No newline at end of file +phpdoc -d . -t ./apidoc,./dev -i _*.php -dh off -ti "Iris Studios Shared Object Framework" -pp on -dn ISSO -dc ISSO -s off -o HTML:Smarty:PHP > ./apidoc/log.txt \ No newline at end of file -- 2.43.5