At last, I fixed all those phased-out enano.homelinux.org links!
authorDan
Tue, 26 Jun 2007 21:03:02 -0400
changeset 23 320acf077276
parent 22 d0314575e2f0
child 24 9ecc94c4c7f5
At last, I fixed all those phased-out enano.homelinux.org links!
includes/paths.php
plugins/PrivateMessages.php
plugins/SpecialCSS.php
plugins/SpecialPageFuncs.php
plugins/SpecialUpdownload.php
plugins/SpecialUserFuncs.php
--- a/includes/paths.php	Tue Jun 26 20:48:44 2007 -0400
+++ b/includes/paths.php	Tue Jun 26 21:03:02 2007 -0400
@@ -14,7 +14,7 @@
  *
  * @package Enano
  * @subpackage PathManager
- * @see http://enano.homelinux.org/Help:API_Documentation
+ * @see http://enanocms.org/Help:API_Documentation
  */
  
 class pathManager {
--- a/plugins/PrivateMessages.php	Tue Jun 26 20:48:44 2007 -0400
+++ b/plugins/PrivateMessages.php	Tue Jun 26 21:03:02 2007 -0400
@@ -1,11 +1,11 @@
 <?php
 /*
 Plugin Name: Private Message frontend
-Plugin URI: http://enano.homelinux.org/
+Plugin URI: http://enanocms.org/
 Description: Provides the page Special:PrivateMessages, which is used to manage private message functions. Also handles buddy lists.
 Author: Dan Fuhry
 Version: 1.0
-Author URI: http://enano.homelinux.org/
+Author URI: http://enanocms.org/
 */
 
 /*
--- a/plugins/SpecialCSS.php	Tue Jun 26 20:48:44 2007 -0400
+++ b/plugins/SpecialCSS.php	Tue Jun 26 21:03:02 2007 -0400
@@ -1,11 +1,11 @@
 <?php
 /*
 Plugin Name: CSS Backend
-Plugin URI: http://enano.homelinux.org/
+Plugin URI: http://enanocms.org/
 Description: Provides the page Special:CSS, which is used in template files to reference the style sheet. Disabling or deleting this plugin will result in site instability.
 Author: Dan Fuhry
 Version: 1.0
-Author URI: http://enano.homelinux.org/
+Author URI: http://enanocms.org/
 */
 
 /*
--- a/plugins/SpecialPageFuncs.php	Tue Jun 26 20:48:44 2007 -0400
+++ b/plugins/SpecialPageFuncs.php	Tue Jun 26 21:03:02 2007 -0400
@@ -294,9 +294,9 @@
   <div class="tblholder">
     <table border="0" cellspacing="1" cellpadding="4">
       <tr><th colspan="2" style="text-align: left;">About the Enano Content Management System</th></tr>
-      <tr><td colspan="2" class="row3"><p>This website is powered by <a href="http://enano.homelinux.org/">Enano</a>, the lightweight and open source
+      <tr><td colspan="2" class="row3"><p>This website is powered by <a href="http://enanocms.org/">Enano</a>, the lightweight and open source
       CMS that everyone can use. Enano is copyright &copy; 2006 Dan Fuhry. For legal information, along with a list of libraries that Enano
-      uses, please see <a href="http://enano.homelinux.org/Legal_information">Legal Information</a>.</p>
+      uses, please see <a href="http://enanocms.org/Legal_information">Legal Information</a>.</p>
       <p>The developers and maintainers of Enano strongly believe that software should not only be free to use, but free to be modified,
          distributed, and used to create derivative works. For more information about Free Software, check out the
          <a href="http://en.wikipedia.org/wiki/Free_Software" onclick="window.open(this.href); return false;">Wikipedia page</a> or
--- a/plugins/SpecialUpdownload.php	Tue Jun 26 20:48:44 2007 -0400
+++ b/plugins/SpecialUpdownload.php	Tue Jun 26 21:03:02 2007 -0400
@@ -1,11 +1,11 @@
 <?php
 /*
 Plugin Name: Upload/download frontend
-Plugin URI: http://enano.homelinux.org/
+Plugin URI: http://enanocms.org/
 Description: Provides the pages Special:UploadFile and Special:DownloadFile. UploadFile is used to upload files to the site, and DownloadFile fetches the file from the database, creates thumbnails if necessary, and sends the file to the user.
 Author: Dan Fuhry
 Version: 1.0
-Author URI: http://enano.homelinux.org/
+Author URI: http://enanocms.org/
 */
 
 /*
--- a/plugins/SpecialUserFuncs.php	Tue Jun 26 20:48:44 2007 -0400
+++ b/plugins/SpecialUserFuncs.php	Tue Jun 26 21:03:02 2007 -0400
@@ -1,11 +1,11 @@
 <?php
 /*
 Plugin Name: Special user/login-related pages
-Plugin URI: http://enano.homelinux.org/
+Plugin URI: http://enanocms.org/
 Description: Provides the pages Special:Login, Special:Logout, Special:Register, and Special:Preferences.
 Author: Dan Fuhry
 Version: 1.0
-Author URI: http://enano.homelinux.org/
+Author URI: http://enanocms.org/
 */
 
 /*