diff options
author | Timo Sirainen <cras@irssi.org> | 2001-03-29 14:38:29 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 2001-03-29 14:38:29 +0000 |
commit | 93f102213b9ae7ba60b27822e53f1c9703898e3f (patch) | |
tree | c6f6556f798b4398d25e2b461bdf027aab9c344a | |
parent | 8b61b9679cccd1db347943ab9b44a2ae21495427 (diff) | |
download | irssi-93f102213b9ae7ba60b27822e53f1c9703898e3f.zip |
http://irssi.org -> http://irssi.org/
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1431 dbcabf3a-b0e7-0310-adc4-f8d773084564
-rw-r--r-- | config | 2 | ||||
-rw-r--r-- | docs/help/in/load.in | 2 | ||||
-rw-r--r-- | docs/manual.txt | 2 | ||||
-rw-r--r-- | irssi.spec.in | 17 | ||||
-rw-r--r-- | src/common.h | 2 |
5 files changed, 14 insertions, 11 deletions
@@ -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" |