From ac44b0b237b7c3c5425fb9f33fa13d9f646a58ae Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 18 Feb 2007 04:43:47 +0000 Subject: [PATCH] Removing old files that we no longer use --- docs/conditionaltest.php | 104 --------------------------------------- docs/phpdoc.sh | 34 ------------- 2 files changed, 138 deletions(-) delete mode 100644 docs/conditionaltest.php delete mode 100755 docs/phpdoc.sh diff --git a/docs/conditionaltest.php b/docs/conditionaltest.php deleted file mode 100644 index bd57eb3..0000000 --- a/docs/conditionaltest.php +++ /dev/null @@ -1,104 +0,0 @@ - conditional tests -// $Id$ -// $Author$ -// $Revision$ -// $Date$ -// $HeadURL$ - -require_once('../kernel.php'); -$isso = new ISSO(); - -$isso->set('apppath', getcwd()); -$isso->set('application', 'Template Test'); -$isso->set('appversion', '$Id$'); -$isso->set('debug', true); - -$isso->load('template', 'template', true); - -// ################################################################### - -$data = ' - - - 1 - 2 - Remove Item - 2.1 - Edit Item - Received Item - /2 - 1.1 - 3 - 4 - Purchase Item - /4 - 5 - Un-purchase Item - /5 - 3.1 - ($iteminfo[email]) - /3 - /1 - - - $iteminfo[name]$iteminfo[name] - - $iteminfo[price] - $iteminfo[rating] - $iteminfo[notes] - $iteminfo[dateline] -'; - -// ################################################################### - -$data2 = '1 -0 - 2 -1 - moo - 2.1 -1 - boo - 3 -2 - dad - 3.1 -2 - ghost - /3 -2 - /2 -1 -1.1 -0 - hi there - 4 -1 - mom - 4.1 -1 - 5 -2 - moo - 5.1 -2 - adfds - /5 -2 - /4 -1 -/1 -0'; - -// ################################################################### - -$data3 = 'hey there -this is a test - -hi - -booo - -moo -moo -moo'; - -// ################################################################### - -$parsed = $template->_parse($data2); - -echo '
';
-
-echo highlight_string('$test = "' . $parsed . '";', true);
-
-echo '
'; - -eval('$test = "' . $parsed . '";'); - -?> \ No newline at end of file diff --git a/docs/phpdoc.sh b/docs/phpdoc.sh deleted file mode 100755 index 898cb4e..0000000 --- a/docs/phpdoc.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh - -# This script creates the developer documentation for ISSO with all of the necessary options set to their proper values -# SVN $Id$ - -rm -rf ./apidoc -mkdir apidoc - -################# -## OUTPUT LIST ## -################# -# HTML:frames:default (purple, white) -# HTML:frames:phpdoc.de (grey, tonal) -# HTML:frames:phphtmllib (grey, blue, red) -# HTML:frames:DOM/XX (JS: replace XX with above options) -# HTML:Smarty:PHP (php.net style) -# HTML:Smarty:HandS (light tans) -# PDF:default:default (PDF, ugly) - -################## -## OPTIONS LIST ## -################## -# parse/directory -# target/result -# ignore -# ignore -# do hidden files -# title -# default name/package -# default category -# hilight source code -# output options - -/Server/bin/phpdoc -d ../ -t ./apidoc -i ../UnitTest/ -i * -dh off -ti "Blue Static ISSO Framework" -dn ISSO -dc ISSO -s on -o HTML:Smarty:PHP > ./apidoc/log.txt \ No newline at end of file -- 2.22.5