update pMachine to EllisLab
update copyright year
update Code Igniter to CodeIgniter
diff --git a/user_guide/general/managing_apps.html b/user_guide/general/managing_apps.html
index 5d20efa..28e00f0 100644
--- a/user_guide/general/managing_apps.html
+++ b/user_guide/general/managing_apps.html
@@ -2,7 +2,7 @@
 <html>

 <head>

 

-<title>Code Igniter User Guide</title>

+<title>CodeIgniter User Guide</title>

 

 <style type='text/css' media='all'>@import url('../userguide.css');</style>

 <link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />

@@ -22,7 +22,7 @@
 <meta http-equiv= 'pragma' content='no-cache' />

 <meta name='robots' content='all' />

 <meta name='author' content='Rick Ellis' />

-<meta name='description' content='Code Igniter User Guide' />

+<meta name='description' content='CodeIgniter User Guide' />

 

 </head>

 <body>

@@ -33,7 +33,7 @@
 <div id="masthead">

 <table cellpadding="0" cellspacing="0" border="0" style="width:100%">

 <tr>

-<td><h1>Code Igniter User Guide Version 1.5.2</h1></td>

+<td><h1>CodeIgniter User Guide Version 1.5.3</h1></td>

 <td id="breadcrumb_right"><a href="../toc.html">Table of Contents Page</a></td>

 </tr>

 </table>

@@ -45,7 +45,7 @@
 <table cellpadding="0" cellspacing="0" border="0" style="width:100%">

 <tr>

 <td id="breadcrumb">

-<a href="http://www.codeigniter.com/">Code Igniter Home</a> &nbsp;&#8250;&nbsp;

+<a href="http://www.codeigniter.com/">CodeIgniter Home</a> &nbsp;&#8250;&nbsp;

 <a href="../index.html">User Guide Home</a> &nbsp;&#8250;&nbsp;

 Managing your Applications

 </td>

@@ -62,9 +62,9 @@
 

 <h1>Managing your Applications</h1>

 

-<p>By default it is assumed that you only intend to use Code Igniter to manage one application, which you will build in your

+<p>By default it is assumed that you only intend to use CodeIgniter to manage one application, which you will build in your

 <dfn>system/application/</dfn> directory.  It is possible, however, to have multiple sets of applications that share a single

-Code Igniter installation, or even to rename or relocate your <dfn>application</dfn> folder.</p>

+CodeIgniter installation, or even to rename or relocate your <dfn>application</dfn> folder.</p>

 

 <h2>Renaming the Application Folder</h2>

 

@@ -82,9 +82,9 @@
 <code>$application_folder = "/Path/to/your/application";</code>

 

 

-<h2>Running Multiple Applications with one Code Igniter Installation</h2>

+<h2>Running Multiple Applications with one CodeIgniter Installation</h2>

 

-<p>If you would like to share a common Code Igniter installation to manage several different applications simply 

+<p>If you would like to share a common CodeIgniter installation to manage several different applications simply 

 put all of the directories located inside your <kbd>application</kbd> folder into their

 own sub-folder.</p>

 

@@ -132,7 +132,7 @@
 Next Topic:&nbsp;&nbsp;<a href="alternative_php.html">Alternative PHP Syntax</a>

 <p>

 

-<p><a href="http://www.codeigniter.com">Code Igniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2006 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">Ellislab, Inc.</a></p>

+<p><a href="http://www.codeigniter.com">CodeIgniter</a> &nbsp;&middot;&nbsp; Copyright &#169; 2007 &nbsp;&middot;&nbsp; <a href="http://ellislab.com/">Ellislab, Inc.</a></p>

 </div>

 

 </body>