From 79d8f0512eab3fb0c138ea5cf0f5c577e9ff2cb8 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Sat, 24 Dec 2005 23:01:51 +0000
Subject:
---
.gitattributes | 7 --
demos/hangman/index.php | 7 --
demos/hangman/protected/.htaccess | 1 -
demos/hangman/protected/pages/Home.page | 64 ---------------
demos/hangman/protected/pages/Home.php | 132 -------------------------------
demos/hangman/protected/pages/Layout.php | 7 --
demos/hangman/protected/pages/Layout.tpl | 19 -----
demos/hangman/protected/pages/words.txt | 27 -------
8 files changed, 264 deletions(-)
delete mode 100644 demos/hangman/index.php
delete mode 100644 demos/hangman/protected/.htaccess
delete mode 100644 demos/hangman/protected/pages/Home.page
delete mode 100644 demos/hangman/protected/pages/Home.php
delete mode 100644 demos/hangman/protected/pages/Layout.php
delete mode 100644 demos/hangman/protected/pages/Layout.tpl
delete mode 100644 demos/hangman/protected/pages/words.txt
diff --git a/.gitattributes b/.gitattributes
index 294d396a..5a0b8dfe 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,11 +1,4 @@
* text=auto !eol
-demos/hangman/index.php -text
-demos/hangman/protected/.htaccess -text
-demos/hangman/protected/pages/Home.page -text
-demos/hangman/protected/pages/Home.php -text
-demos/hangman/protected/pages/Layout.php -text
-demos/hangman/protected/pages/Layout.tpl -text
-demos/hangman/protected/pages/words.txt -text
demos/personal/index.php -text
demos/personal/protected/Data/application.xml -text
demos/personal/protected/Modules/DataModule.php -text
diff --git a/demos/hangman/index.php b/demos/hangman/index.php
deleted file mode 100644
index 97d015b6..00000000
--- a/demos/hangman/index.php
+++ /dev/null
@@ -1,7 +0,0 @@
-run();
-
-?>
\ No newline at end of file
diff --git a/demos/hangman/protected/.htaccess b/demos/hangman/protected/.htaccess
deleted file mode 100644
index e0198322..00000000
--- a/demos/hangman/protected/.htaccess
+++ /dev/null
@@ -1 +0,0 @@
-deny from all
diff --git a/demos/hangman/protected/pages/Home.page b/demos/hangman/protected/pages/Home.page
deleted file mode 100644
index 03aed1d3..00000000
--- a/demos/hangman/protected/pages/Home.page
+++ /dev/null
@@ -1,64 +0,0 @@
-<%@ MasterClass="Application.pages.Layout" Title="Prado Hangman Game" %>
- This is the game of Hangman. You must guess a word, a letter at a time.
-If you make too many mistakes, you lose the game! You have made <%=$this->Page->Misses %> bad guesses
-out of a maximum of <%= $this->Page->Level %>. Guess:
- The word was: <%= $this->Page->Word %>. The word was: <%= $this->Page->Word %>. Prado Hangman Game
-
-
-
-
-Please make a guess
-<%= $this->Page->GuessWord %>
-You Win!
-You Lose!
-
-Powered by PRADO. -
- - - \ No newline at end of file diff --git a/demos/hangman/protected/pages/words.txt b/demos/hangman/protected/pages/words.txt deleted file mode 100644 index 80814580..00000000 --- a/demos/hangman/protected/pages/words.txt +++ /dev/null @@ -1,27 +0,0 @@ -This program is free software; you can redistribute it and/or -modify it under the terms of the GNU General Public License -as published by the Free Software Foundation. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -PRADO is an event-driven and component-based framework -for Web application development in PHP 5. - -Components following the PRADO protocol are highly -configurable and reusable. Properties defining -the basic features of a component can be configured -in specifications, templates or code. -New components can be developed by either inheriting -an existing component class or composing several -components together. The work of using a component -amounts to placing the component tag on the page template, -configuring component properties, and writing handler -functions to respond to component events. - -PRADO shares many similarities with ASP.NET and other -RAD tools for Windows GUI development, such as Borland Delphi. -In particular, it supports event-driven programming, -viewstate maintenance, javascript, template, form validations, etc. \ No newline at end of file -- cgit v1.2.3