From 6dfd5d507d9863f987b30b0a5ab4268aea2ed875 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Thu, 2 Aug 2012 11:09:40 +0000 Subject: J'étais parti sur un download pourri de Cake. Les gars on abusé sur GitHub. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: file:///var/svn/2012-php-weave/trunk@7 d972a294-176a-4cf9-8ea1-fcd5b0c30f5c --- .../src/vendor/cake_1.1.20.7692/docs/CHANGELOG.txt | 13 ------- .../src/vendor/cake_1.1.20.7692/docs/COPYING.txt | 24 ------------- .../src/vendor/cake_1.1.20.7692/docs/INSTALL.txt | 40 ---------------------- .../src/vendor/cake_1.1.20.7692/docs/README.txt | 19 ---------- 4 files changed, 96 deletions(-) delete mode 100644 poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/CHANGELOG.txt delete mode 100644 poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/COPYING.txt delete mode 100644 poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/INSTALL.txt delete mode 100644 poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/README.txt (limited to 'poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs') diff --git a/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/CHANGELOG.txt b/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/CHANGELOG.txt deleted file mode 100644 index 7d1e628..0000000 --- a/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/CHANGELOG.txt +++ /dev/null @@ -1,13 +0,0 @@ -/////////////////////////////////////////////////////////////////////////////////////////////////////////// -// +---------------------------------------------------------------------------------------------------+// -// + $Id: CHANGELOG.txt 4064 2006-12-04 05:29:12Z phpnut $ -// + Last Modified: $Date: 2006-12-04 00:29:12 -0500 (Mon, 04 Dec 2006) $ -// + Modified By: $LastChangedBy: phpnut $ -// +---------------------------------------------------------------------------------------------------+// -/////////////////////////////////////////////////////////////////////////////////////////////////////////// - -Changelog: -https://trac.cakephp.org/wiki/changelog/1.1.x.x - -Release Notes: -https://trac.cakephp.org/wiki/notes/1.1.x.x \ No newline at end of file diff --git a/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/COPYING.txt b/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/COPYING.txt deleted file mode 100644 index 4787242..0000000 --- a/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/COPYING.txt +++ /dev/null @@ -1,24 +0,0 @@ -The MIT License - -CakePHP(tm) : Rapid Development Framework -Copyright 2005-2007, Cake Software Foundation, Inc. - 1785 E. Sahara Avenue, Suite 490-204 - Las Vegas, Nevada 89104 - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/INSTALL.txt b/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/INSTALL.txt deleted file mode 100644 index 47698fc..0000000 --- a/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/INSTALL.txt +++ /dev/null @@ -1,40 +0,0 @@ -/////////////////////////////////////////////////////////////////////////////////////////////////////////// -// +---------------------------------------------------------------------------------------------------+// -// + $Id: INSTALL.txt 4409 2007-02-02 13:20:59Z phpnut $ -// + Last Modified: $Date: 2007-02-02 08:20:59 -0500 (Fri, 02 Feb 2007) $ -// + Modified By: $LastChangedBy: phpnut $ -// +---------------------------------------------------------------------------------------------------+// -/////////////////////////////////////////////////////////////////////////////////////////////////////////// - - -In order use CakePHP you must first have a server that has all the required libraries and programs to run CakePHP: - -Here are the requirements for setting up a server to run CakePHP: - - 1. An HTTP server (like Apache) with the following enabled. - 2. PHP 4.3.2 or greater. Yes, CakePHP works great in either PHP 4 or 5. - 3. A database engine (right now, there is support for MySQL, MsSQL, Oracle, Sqlite, PostgreSQL and a wrapper for ADODB). - -For development we can place the whole Cake installation directory inside the specified DocumentRoot. - - 1. Unpack latest distribution in your DocumentRoot. - 2. Rename the directory to anything you like. - 3. Access the install. - a. If mod_rewrite is working then http://www.example.com/my_directory - 1. If you receive a "Bad Request" add the trailing slash, http://www.example.com/my_directory/ - 4. If mod_rewrite is not working you will need to remove the comment from app/config/core.php - a. Around line 40: define ('BASE_URL', env('SCRIPT_NAME')); - b. Then access using http://www.example.com/my_directory/index.php/pages to verify installation is working - -For more information on installation see http://manual.cakephp.org/chapter/installing - -Good resources for help. -* The Bakery :: Everything CakePHP (http://bakery.cakephp.org/) -* CakePHP Manual :: Your Rapid Development Cookbook (http://manual.cakephp.org/) -* CakePHP API :: Docblock Your Best Friend (http://api.cakephp.org/) -* CakePHP Google Group :: Community mailing list (http://groups-beta.google.com/group/cake-php) -* CakePHP(tm) :: The Rapid Development Framework (http://www.cakephp.org/) -* CakeForge :: Open Development for CakePHP (http://cakeforge.org/) -* CakePHP Trac :: For the Development of CakePHP (Tickets, SVN browser, Roadmap, Changelogs) (https://trac.cakephp.org/) -* Live chat about CakePHP (irc.freenode.net #cakephp) - Web Interface to IRC (http://irc.cakephp.org/irc.htm) \ No newline at end of file diff --git a/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/README.txt b/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/README.txt deleted file mode 100644 index 234e171..0000000 --- a/poc/poc02-compiling-cake/src/vendor/cake_1.1.20.7692/docs/README.txt +++ /dev/null @@ -1,19 +0,0 @@ -/////////////////////////////////////////////////////////////////////////////////////////////////////////// -// +---------------------------------------------------------------------------------------------------+// -// + $Id: README.txt 4064 2006-12-04 05:29:12Z phpnut $ -// + Last Modified: $Date: 2006-12-04 00:29:12 -0500 (Mon, 04 Dec 2006) $ -// + Modified By: $LastChangedBy: phpnut $ -// +---------------------------------------------------------------------------------------------------+// -/////////////////////////////////////////////////////////////////////////////////////////////////////////// - -This README will be updated - -Home: -http://www.cakephp.org/ - -Documentation -http://manual.cakephp.org/ - -Development: -https://trac.cakephp.org/ - -- cgit v1.2.3