2005-10-09 01:56:21 +00:00
<?php
/* SVN FILE: $Id$ */
/**
*
* PHP versions 4 and 5
*
* CakePHP : Rapid Development Framework <http://www.cakephp.org/>
2006-05-26 05:29:17 +00:00
* Copyright (c) 2006, Cake Software Foundation, Inc.
* 1785 E. Sahara Avenue, Suite 490-204
* Las Vegas, Nevada 89104
2005-10-09 01:56:21 +00:00
*
2005-12-23 21:57:26 +00:00
* Licensed under The MIT License
* Redistributions of files must retain the above copyright notice.
2005-10-09 01:56:21 +00:00
*
2005-12-23 21:57:26 +00:00
* @filesource
2006-05-26 05:29:17 +00:00
* @copyright Copyright (c) 2006, Cake Software Foundation, Inc.
* @link http://www.cakefoundation.org/projects/info/cakephp CakePHP Project
* @package cake
* @subpackage cake.cake.libs.view.templates.pages
* @since CakePHP v 0.10.0.1076
* @version $Revision$
* @modifiedby $LastChangedBy$
* @lastmodified $Date$
* @license http://www.opensource.org/licenses/mit-license.php The MIT License
2005-10-09 01:56:21 +00:00
*/
?>
2006-12-23 09:09:06 +00:00
<p class="notice"><?php echo sprintf(__('Your database configuration file is %s.', true), file_exists(CONFIGS.'database.php') ? __('present', true) . $filePresent = ' ' : __('not present', true));?></p>
2006-01-12 04:08:19 +00:00
<?php if (!empty($filePresent)):?>
2006-11-21 22:47:42 +00:00
<?php uses('model' . DS . 'connection_manager'); $db = ConnectionManager::getInstance(); ?>
2006-01-12 03:56:59 +00:00
<?php $connected = $db->getDataSource('default'); ?>
2006-12-23 09:09:06 +00:00
<p class="notice"><?php echo sprintf(__('Cake %s connect to the database.', true), $connected->isConnected() ? __('is able to', true) : __('is not able to', true));?></p>
2005-12-23 21:57:26 +00:00
<br />
2006-11-21 22:47:42 +00:00
<?php endif; ?>
2006-12-23 00:29:39 +00:00
<h2><?php __('CakePHP release information is on CakeForge'); ?></h2>
2006-12-23 08:21:10 +00:00
<a href="https://trac.cakephp.org/wiki/notes/1.2.x.x"><?php __('Read the release notes and get the latest version'); ?> </a>
2006-12-23 05:43:40 +00:00
<h2><?php __('Editing this Page'); ?></h2>
2005-10-03 04:48:00 +00:00
<p>
2007-01-09 07:36:27 +00:00
<?php __('To change the content of this page, create: /app/views/pages/home.ctp.'); ?><br />
<?php __('To change its layout, create: /app/views/layouts/default.ctp.'); ?><br />
2006-12-23 08:21:10 +00:00
<a href="http://manual.cakephp.org/"><?php __('See the views section of the manual for more info.'); ?> </a><br />
2006-12-23 00:29:39 +00:00
<?php __('You can also add some CSS styles for your pages at: app/webroot/css/.'); ?>
2005-10-03 04:48:00 +00:00
</p>
2006-12-23 00:29:39 +00:00
<h2><?php __('More about Cake'); ?></h2>
2005-10-03 04:48:00 +00:00
<p>
2006-12-23 00:29:39 +00:00
<?php __('CakePHP is a rapid development framework for PHP which uses commonly known design patterns like Active Record, Association Data Mapping, Front Controller and MVC.'); ?>
2005-10-03 04:48:00 +00:00
</p>
<p>
2006-12-23 00:29:39 +00:00
<?php __('Our primary goal is to provide a structured framework that enables PHP users at all levels to rapidly develop robust web applications, without any loss to flexibility.'); ?>
2005-12-23 21:57:26 +00:00
</p>
<ul>
2006-12-23 08:21:10 +00:00
<li><a href="http://www.cakefoundation.org/"><?php __('Cake Software Foundation'); ?> </a>
2006-12-23 00:29:39 +00:00
<ul><li><?php __('Promoting development related to CakePHP'); ?></li></ul></li>
2006-12-23 08:21:10 +00:00
<li><a href="http://bakery.cakephp.org"><?php __('The Bakery'); ?> </a>
2006-12-23 00:29:39 +00:00
<ul><li><?php __('Everything CakePHP'); ?></li></ul></li>
2006-12-23 08:21:10 +00:00
<li><a href="http://astore.amazon.com/cakesoftwaref-20/"><?php __('Book Store'); ?> </a>
2006-12-23 00:29:39 +00:00
<ul><li><?php __('Recommended Software Books'); ?></li></ul></li>
2006-12-23 08:21:10 +00:00
<li><a href="http://www.cafepress.com/cakefoundation"><?php __('CakeSchwag'); ?> </a>
2006-12-23 00:29:39 +00:00
<ul><li><?php __('Get your own CakePHP gear - Doughnate to Cake'); ?></li></ul></li>
2006-12-23 08:21:10 +00:00
<li><a href="http://www.cakephp.org"><?php __('CakePHP'); ?> </a>
2006-12-23 00:29:39 +00:00
<ul><li><?php __('The Rapid Development Framework'); ?></li></ul></li>
2006-12-23 08:21:10 +00:00
<li><a href="http://manual.cakephp.org"><?php __('CakePHP Manual'); ?> </a>
2006-12-23 00:29:39 +00:00
<ul><li><?php __('Your Rapid Development Cookbook'); ?></li></ul></li>
2006-12-23 08:21:10 +00:00
<li><a href="http://api.cakephp.org"><?php __('CakePHP API'); ?> </a>
2006-12-23 00:29:39 +00:00
<ul><li><?php __('Docblock Your Best Friend'); ?></li></ul></li>
2006-12-23 08:21:10 +00:00
<li><a href="http://www.cakeforge.org"><?php __('CakeForge'); ?> </a>
2006-12-23 00:29:39 +00:00
<ul><li><?php __('Open Development for CakePHP'); ?></li></ul></li>
2006-12-23 08:21:10 +00:00
<li><a href="https://trac.cakephp.org/"><?php __('CakePHP Trac'); ?> </a>
2006-12-23 00:29:39 +00:00
<ul><li><?php __('For the Development of CakePHP (Tickets, SVN browser, Roadmap, Changelogs)'); ?></li></ul></li>
2006-12-23 08:21:10 +00:00
<li><a href="http://groups-beta.google.com/group/cake-php"><?php __('CakePHP Google Group'); ?> </a>
2006-12-23 00:29:39 +00:00
<ul><li><?php __('Community mailing list'); ?></li></ul></li>
2006-05-26 05:29:17 +00:00
<li><a href="irc://irc.freenode.net/cakephp">irc.freenode.net #cakephp</a>
2006-12-23 00:29:39 +00:00
<ul><li><?php __('Live chat about CakePHP'); ?></li></ul></li>
2005-12-23 21:57:26 +00:00
</ul>