فهرست منبع

Removing "www." in some links as well as the link to the deprecated feedback page.

Fredrik Jervfors 18 سال پیش
والد
کامیت
ff19ef2743
9فایلهای تغییر یافته به همراه16 افزوده شده و 23 حذف شده
  1. 5 5
      INSTALL
  2. 2 7
      README
  3. 2 2
      ReleaseNotes
  4. 2 3
      config/conf.pl
  5. 1 1
      contrib/RPM/squirrelmail.spec
  6. 1 1
      contrib/conf.pl.8
  7. 1 1
      help/en_US/FAQ.hlp
  8. 1 1
      plugins/bug_report/bug_report.php
  9. 1 2
      src/about.php

+ 5 - 5
INSTALL

@@ -28,9 +28,9 @@ Each of these steps is covered in detail below.
 - Run config/conf.pl from the command line. Use the D option to load
   predefined options for specific IMAP servers, and edit at least the
   Server Settings and General Options (datadir).
-- Browse to http://www.example.com/yourwebmaillocation/src/configtest.php
+- Browse to http://example.com/yourwebmaillocation/src/configtest.php
   to test your configuration for common errors.
-- Browse to http://www.example.com/yourwebmaillocation/ to log in.
+- Browse to http://example.com/yourwebmaillocation/ to log in.
 
 
 1. CONFIGURE YOUR WEBSERVER TO WORK WITH PHP
@@ -40,7 +40,7 @@ Each of these steps is covered in detail below.
   to work with PHP. You need at least PHP v4.1.0. SquirrelMail uses
   the standard suffix .php for all PHP files.
 
-  You can find PHP at http://www.php.net. See the documentation that
+  You can find PHP at http://php.net. See the documentation that
   comes with PHP for instructions how to set it up.
 
   The PHP IMAP extension is NOT necessary at all (but won't harm)!
@@ -91,7 +91,7 @@ Each of these steps is covered in detail below.
 ----------------------------------------
 
   SquirrelMail is constantly being improved. Therefore you should always
-  get the newest version around. Look at http://www.squirrelmail.org
+  get the newest version around. Look at http://squirrelmail.org
   to see what it is. If you want to be bleeding edge you might want to
   consider using the latest SVN version (with the latest and most
   fashionable bugs).
@@ -191,7 +191,7 @@ c. Setting up SquirrelMail
 
   Point your browser at the URL at which SquirrelMail is installed.  A
   possible example of this is:
-     http://www.example.com/squirrelmail
+     http://example.com/squirrelmail
 
   It should be pretty straight forward to use. Some more documentation
   might show up one day or another.

+ 2 - 7
README

@@ -1,5 +1,5 @@
 SquirrelMail
-http://www.squirrelmail.org
+http://squirrelmail.org
 
 Introduction:
 -------------
@@ -29,11 +29,6 @@ emails from people just telling us that they're using SquirrelMail.  If you
 have a few minutes, please send us an email to let us know!  You can send it
 to our mailing list:  squirrelmail-users@lists.sourceforge.net
 
-You can also go to the page below and fill out a small form to get listed
-with the list of people already using SquirrelMail (free advertising).
-
-     http://www.squirrelmail.org/feedback.php
-
 Contact:
 --------
 It is pretty easy to get in contact with the developers if you need help or
@@ -43,7 +38,7 @@ be through our mailing list which is actively monitored.
    squirrelmail-users@lists.sourceforge.net
 
 NOTE: you need to be subscribed to this mailinglist to be able to post to it!
-Please visit our web page (http://www.squirrelmail.org) and go to the section
+Please visit our web page (http://squirrelmail.org) and go to the section
 titled "Mailing Lists".
 
 Installation:

+ 2 - 2
ReleaseNotes

@@ -169,7 +169,7 @@ any bugs you come across! Also, please mention that the bug is in this release
 (version 1.5.1), and list your IMAP server and web server details.  Bugs can be
 submitted at:
 
-   http://www.squirrelmail.org/bugs
+   http://squirrelmail.org/bugs
 
 Thanks for your cooperation with this. This helps ensure that nothing slips
 through the cracks.  Also, please search the bug database for existing items
@@ -200,7 +200,7 @@ the 1.4.x series of SquirrelMail.  If you find issues in this package, make
 sure that they are still present in the latest development code snapshots.  To
 obtain thelatest development snapshot, see 
 	
-	http://www.squirrelmail.org/download.php#snapshot
+	http://squirrelmail.org/download.php#snapshot
 
                   Happy SquirrelMailing!
                     - The SquirrelMail Project Team

+ 2 - 3
config/conf.pl

@@ -140,7 +140,7 @@ if ( -e "config.php" ) {
         print "  should get the 'config_default.php' that matches the version\n";
         print "  of SquirrelMail that you are running. You can get this from\n";
         print "  the SquirrelMail web page by going to the following URL:\n";
-        print "      http://www.squirrelmail.org.\n";
+        print "      http://squirrelmail.org.\n";
         print "\n";
         print "Continue loading with old config_default.php (a bad idea) [y/N]? ";
         $ctu = <STDIN>;
@@ -1015,7 +1015,7 @@ sub command2 {
     print "    to use the default logo, use ../images/sm_logo.png\n";
     print "  - To specify a logo defined outside the SquirrelMail source tree\n";
     print "    use the absolute URL the webserver would use to include the file\n";
-    print "    e.g. http://www.example.com/images/mylogo.gif or /images/mylogo.jpg\n";
+    print "    e.g. http://example.com/images/mylogo.gif or /images/mylogo.jpg\n";
     print "\n";
     print "[$WHT$org_logo$NRM]: $WHT";
     $new_org_logo = <STDIN>;
@@ -5388,4 +5388,3 @@ PLUGIN: for ( $ct = 0 ; $ct <= $#plugins ; $ct++ ) {
     }
 
 }
-

+ 1 - 1
contrib/RPM/squirrelmail.spec

@@ -21,7 +21,7 @@ Name: squirrelmail
 Version: 1.4.0
 Release: %{rpm_release}
 License: GPL
-URL: http://www.squirrelmail.org/
+URL: http://squirrelmail.org/
 Vendor: squirrelmail.org
 Group: Applications/Internet
 Source: %{name}-%{version}.tar.bz2

+ 1 - 1
contrib/conf.pl.8

@@ -26,7 +26,7 @@ Enable a plugin. Activates the plugin and saves SquirrelMail configuration.
 Disable a plugin. Deactivates the plugin and saves SquirrelMail configuration.
 .SH "BUGS"
 If you find bugs in SquirrelMail configuration utility or this manual, you can 
-report them in SquirrelMail bug tracker. See \fBhttp://www.squirrelmail.org/bugs\fR
+report them in SquirrelMail bug tracker. See \fBhttp://squirrelmail.org/bugs\fR
 .SH "AUTHOR"
 Tomas Kuliavas <tokul@users.sourceforge.net>
 .SH "COPYRIGHT"

+ 1 - 1
help/en_US/FAQ.hlp

@@ -45,7 +45,7 @@
    <description>
       <p>
       A lot of people helped out.  To get a list of them, you can visit our
-      web site <a href="http://www.squirrelmail.org" target=_top>www.squirrelmail.org</a>.
+      web site <a href="http://squirrelmail.org" target=_top>squirrelmail.org</a>.
       </p>
    </description>
 </section>

+ 1 - 1
plugins/bug_report/bug_report.php

@@ -73,7 +73,7 @@ echo "</big></p>\n";
 
 echo '<ul>';
 echo '<li>';
-printf(_("Make sure that you are running the most recent copy of %s. You are currently using version %s."), '<a href="http://www.squirrelmail.org/" target="_blank">SquirrelMail</a>', $version);
+printf(_("Make sure that you are running the most recent copy of %s. You are currently using version %s."), '<a href="http://squirrelmail.org/" target="_blank">SquirrelMail</a>', $version);
 echo "</li>\n";
 
 echo '<li>';

+ 1 - 2
src/about.php

@@ -55,7 +55,7 @@ echo sprintf(_("SquirrelMail is a feature rich, standards compliant webmail appl
 echo ' ';
 
 // i18n: %s tags are used in order to remove html URL attributes from translation
-echo sprintf(_("For more information about SquirrelMail and the SquirrelMail Project Team, see %sthe SquirrelMail website%s."),'<a href="http://www.squirrelmail.org/" target="_blank">','</a>');
+echo sprintf(_("For more information about SquirrelMail and the SquirrelMail Project Team, see %sthe SquirrelMail website%s."),'<a href="http://squirrelmail.org/" target="_blank">','</a>');
 ?>
 <br />
 <br /><br />
@@ -87,4 +87,3 @@ if ( isset($plugins) && count ($plugins) > 0 ) {
 </table></p>
 <?php
 $oTemplate->display('footer.tpl');
-?>