summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config2
-rw-r--r--docs/help/in/load.in2
-rw-r--r--docs/manual.txt2
-rw-r--r--irssi.spec.in17
-rw-r--r--src/common.h2
5 files changed, 14 insertions, 11 deletions
diff --git a/config b/config
index 9e25328b..81690722 100644
--- a/config
+++ b/config
@@ -59,6 +59,6 @@ aliases = {
UMODE = "mode $N";
WC = "window close";
WN = "window new hide";
- SV = "say Irssi $J - http://irssi.org";
+ SV = "say Irssi $J - http://irssi.org/";
GOTO = "sb goto";
};
diff --git a/docs/help/in/load.in b/docs/help/in/load.in
index e887e101..134c7623 100644
--- a/docs/help/in/load.in
+++ b/docs/help/in/load.in
@@ -7,7 +7,7 @@ directories:
~/.irssi/modules/
<install dir, /usr/local or /usr maybe>/lib/irssi/modules/
-See plugins page of http://irssi.org to see if there's any plugins
+See plugins page of http://irssi.org/ to see if there's any plugins
you'd want to use.
See also: UNLOAD
diff --git a/docs/manual.txt b/docs/manual.txt
index 29385247..7c25c7bc 100644
--- a/docs/manual.txt
+++ b/docs/manual.txt
@@ -1,5 +1,5 @@
- Irssi 0.8 documentation - http://irssi.org
+ Irssi 0.8 documentation - http://irssi.org/
Copyright(c) 2000 Timo Sirainen <tss@iki.fi>
diff --git a/irssi.spec.in b/irssi.spec.in
index dc2781fb..1516c7dd 100644
--- a/irssi.spec.in
+++ b/irssi.spec.in
@@ -1,4 +1,4 @@
-# $Revision: 1.10 $, $Date: 2000/06/02 01:55:01 $
+# $Revision: 1.11 $, $Date: 2001/03/29 14:38:28 $
Name: irssi
Version: @VERSION@
Release: 1
@@ -8,7 +8,7 @@ Summary(pl): Irssi - klient IRC
Copyright: GPL
Group: Applications/Communications
Group(pl): Aplikacje/Komunikacja
-URL: http://irssi.org
+URL: http://irssi.org/
Source0: http://irssi.org/irssi/files/%{name}-%{version}.tar.gz
BuildRequires: glib-devel
BuildRequires: ncurses-devel
@@ -24,13 +24,13 @@ BuildRoot: /tmp/%{name}-%{version}-root
%description
Irssi is a textUI IRC client with IPv6 support
by Timo Sirainen <tss@iki.fi>.
-More information can be found at http://irssi.org.
+More information can be found at http://irssi.org/.
%description -l pl
Irssi jest tekstowym klientem IRC ze wsparciem dla IPv6.
Napisany został przez Timo Strainen <tss@iki.fi>
Więcej informacji można znaleść pod adresem
-http://irssi.org
+http://irssi.org/
%package GNOME
Summary: GNOME version of irssi IRC client
@@ -42,13 +42,13 @@ Requires: %{name} = %{version}
%description GNOME
Irssi is a GTK based (with GNOME) GUI IRC client with IPv6 support
by Timo Sirainen <tss@iki.fi>.
-More information can be found at http://irssi.org.
+More information can be found at http://irssi.org/.
%description GNOME -l pl
Irssi jest graficznym klientem IRC ze wsparciem dla IPv6 pracującym
w środowisku GNOME. Napisany został przez Timo Sirainen <tss@iki.fi>.
Więcej informacji można znaleść pod adresem
-http://irssi.org
+http://irssi.org/
%prep
%setup -q
@@ -109,8 +109,11 @@ rm -rf $RPM_BUILD_ROOT
All below listed persons can be reached on <cvs_login>@pld.org.pl
$Log: irssi.spec.in,v $
+Revision 1.11 2001/03/29 14:38:28 cras
+http://irssi.org -> http://irssi.org/
+
Revision 1.10 2000/06/02 01:55:01 cras
-Changed irssi's url to http://irssi.org
+Changed irssi's url to http://irssi.org/
Revision 1.9 2000/04/17 09:37:05 kloczek
- added pixmaps to %files (irssi have now own icon).
diff --git a/src/common.h b/src/common.h
index 1f0b3a3a..d97736aa 100644
--- a/src/common.h
+++ b/src/common.h
@@ -2,7 +2,7 @@
#define __COMMON_H
#define IRSSI_AUTHOR "Timo Sirainen <tss@iki.fi>"
-#define IRSSI_WEBSITE "http://irssi.org"
+#define IRSSI_WEBSITE "http://irssi.org/"
#ifdef HAVE_CONFIG_H
#include "config.h"