summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README12
-rw-r--r--engine/python2/anthy.xml.in.in2
-rw-r--r--engine/python2/main.py6
-rw-r--r--engine/python3/anthy.xml.in.in2
-rw-r--r--engine/python3/main.py6
-rw-r--r--ibus-anthy.spec.in4
-rw-r--r--po/Makevars2
-rw-r--r--po/ca.po2
-rw-r--r--po/el.po2
-rw-r--r--po/fr.po2
-rw-r--r--po/ibus-anthy.pot2
-rw-r--r--po/ja.po2
-rw-r--r--po/uk.po2
-rw-r--r--po/zh_CN.po2
-rw-r--r--setup/python2/setup.ui2
-rw-r--r--setup/python3/setup.ui2
16 files changed, 26 insertions, 26 deletions
diff --git a/README b/README
index 61faf50..376658e 100644
--- a/README
+++ b/README
@@ -6,13 +6,13 @@ Installation
============
The following is the online document:
-http://code.google.com/p/ibus/wiki/Install
+https://github.com/ibus/ibus/wiki/Install
#1. Build & Install IBus
* Obtain source code
IBus source code can either be download from IBus download page
-(http://code.google.com/p/ibus/downloads/list)
+(https://github.com/ibus/ibus/releases)
(If you use ibus for the first time, the download page is more stable than
git.)
@@ -23,7 +23,7 @@ git.)
or obtained from git with following commands:
- $ git clone git://github.com/phuang/ibus.git ibus
+ $ git clone git://github.com/ibus/ibus.git ibus
$ cd ibus
* 'git clone --help' shows the usage.
@@ -114,9 +114,9 @@ your system.)
#4. Build & Install IBus Anthy
Download ibus-anthy source from IBus download page
- (http://code.google.com/p/ibus/downloads/list)
+ (https://github.com/ibus/ibus-anthy/releases)
or
- Use git clone git://github.com/fujiwarat/ibus-anthy.git ibus-anthy
+ Use git clone git://github.com/ibus/ibus-anthy.git ibus-anthy
$ zcat ibus-anthy-xx.tar.gz | tar xfv -
$ cd ibus-anthy
@@ -183,7 +183,7 @@ To enable input method, Type Ctrl + Space.
Bug Reports
===========
-http://code.google.com/p/ibus/issues/list
+https://github.com/ibus/ibus/wiki/BugReport
Questions
diff --git a/engine/python2/anthy.xml.in.in b/engine/python2/anthy.xml.in.in
index 66212cb..d332260 100644
--- a/engine/python2/anthy.xml.in.in
+++ b/engine/python2/anthy.xml.in.in
@@ -7,7 +7,7 @@
<version>@PACKAGE_VERSION@</version>
<author>Peng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
<license>GPL</license>
- <homepage>http://code.google.com/p/ibus</homepage>
+ <homepage>https://github.com/ibus/ibus/wiki</homepage>
<textdomain>ibus-anthy</textdomain>
<!-- for engines -->
diff --git a/engine/python2/main.py b/engine/python2/main.py
index b899681..a6af1af 100644
--- a/engine/python2/main.py
+++ b/engine/python2/main.py
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2013 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2013 Red Hat, Inc.
+# Copyright (c) 2010-2015 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2015 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ class IMApp:
version='0.1.0',
license='GPL',
author='Peng Huang <shawn.p.huang@gmail.com>',
- homepage='http://code.google.com/p/ibus/',
+ homepage='https://github.com/ibus/ibus/wiki',
command_line=command_line,
textdomain='ibus-anthy')
engine = IBus.EngineDesc(name='anthy',
diff --git a/engine/python3/anthy.xml.in.in b/engine/python3/anthy.xml.in.in
index 66212cb..d332260 100644
--- a/engine/python3/anthy.xml.in.in
+++ b/engine/python3/anthy.xml.in.in
@@ -7,7 +7,7 @@
<version>@PACKAGE_VERSION@</version>
<author>Peng Huang &lt;shawn.p.huang@gmail.com&gt;</author>
<license>GPL</license>
- <homepage>http://code.google.com/p/ibus</homepage>
+ <homepage>https://github.com/ibus/ibus/wiki</homepage>
<textdomain>ibus-anthy</textdomain>
<!-- for engines -->
diff --git a/engine/python3/main.py b/engine/python3/main.py
index eb6fe5f..8c5b02a 100644
--- a/engine/python3/main.py
+++ b/engine/python3/main.py
@@ -4,8 +4,8 @@
# ibus-anthy - The Anthy engine for IBus
#
# Copyright (c) 2007-2008 Peng Huang <shawn.p.huang@gmail.com>
-# Copyright (c) 2010-2014 Takao Fujiwara <takao.fujiwara1@gmail.com>
-# Copyright (c) 2007-2014 Red Hat, Inc.
+# Copyright (c) 2010-2015 Takao Fujiwara <takao.fujiwara1@gmail.com>
+# Copyright (c) 2007-2015 Red Hat, Inc.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -47,7 +47,7 @@ class IMApp:
version='0.1.0',
license='GPL',
author='Peng Huang <shawn.p.huang@gmail.com>',
- homepage='http://code.google.com/p/ibus/',
+ homepage='https://github.com/ibus/ibus/wiki',
command_line=command_line,
textdomain='ibus-anthy')
engine = IBus.EngineDesc(name='anthy',
diff --git a/ibus-anthy.spec.in b/ibus-anthy.spec.in
index faeed8f..a6ddc70 100644
--- a/ibus-anthy.spec.in
+++ b/ibus-anthy.spec.in
@@ -11,8 +11,8 @@ Release: 1%{?dist}
Summary: The Anthy engine for IBus input platform
License: GPLv2+
Group: System Environment/Libraries
-URL: http://code.google.com/p/ibus/
-Source0: http://ibus.googlecode.com/files/%{name}-%{version}.tar.gz
+URL: https://github.com/ibus/ibus/wiki
+Source0: https://github.com/ibus/ibus/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
diff --git a/po/Makevars b/po/Makevars
index e4cf580..12008ec 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -34,7 +34,7 @@ COPYRIGHT_HOLDER = Peng Huang <shawn.p.huang@gmail.com>
# It can be your email address, or a mailing list address where translators
# can write to without being subscribed, or the URL of a web page through
# which the translators can contact you.
-MSGID_BUGS_ADDRESS = http://code.google.com/p/ibus/issues/entry
+MSGID_BUGS_ADDRESS = https://github.com/ibus/ibus-anthy/issues
# This is the list of locale categories, beyond LC_MESSAGES, for which the
# message catalogs shall be used. It is usually empty.
diff --git a/po/ca.po b/po/ca.po
index 6a45dac..a5bef1b 100644
--- a/po/ca.po
+++ b/po/ca.po
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ibus-anthy HEAD\n"
-"Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n"
+"Report-Msgid-Bugs-To: https://github.com/ibus/ibus-anthy/issues\n"
"POT-Creation-Date: 2014-08-21 18:57+0900\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/po/el.po b/po/el.po
index 030a86f..4d5191b 100644
--- a/po/el.po
+++ b/po/el.po
@@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: IBus-Anthy\n"
-"Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n"
+"Report-Msgid-Bugs-To: https://github.com/ibus/ibus-anthy/issues\n"
"POT-Creation-Date: 2014-08-21 18:57+0900\n"
"PO-Revision-Date: 2014-02-18 08:42+0000\n"
"Last-Translator: dm3k <meidei@windowslive.com>\n"
diff --git a/po/fr.po b/po/fr.po
index a539258..16db510 100644
--- a/po/fr.po
+++ b/po/fr.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: IBus-Anthy\n"
-"Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n"
+"Report-Msgid-Bugs-To: https://github.com/ibus/ibus-anthy/issues\n"
"POT-Creation-Date: 2014-08-21 18:57+0900\n"
"PO-Revision-Date: 2014-02-20 10:01+0100\n"
"Last-Translator: Julien Humbert <julroy67@gmail.com>\n"
diff --git a/po/ibus-anthy.pot b/po/ibus-anthy.pot
index 3d6ff8e..dba1631 100644
--- a/po/ibus-anthy.pot
+++ b/po/ibus-anthy.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ibus-anthy HEAD\n"
-"Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n"
+"Report-Msgid-Bugs-To: https://github.com/ibus/ibus-anthy/issues\n"
"POT-Creation-Date: 2015-03-26 18:41+0900\n"
"PO-Revision-Date: 2011-05-13 14:54+0900\n"
"Last-Translator: Takao Fujiwara <takao.fujiwara1@gmail.com>\n"
diff --git a/po/ja.po b/po/ja.po
index bc69a3c..05506bc 100644
--- a/po/ja.po
+++ b/po/ja.po
@@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ibus-anthy HEAD\n"
-"Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n"
+"Report-Msgid-Bugs-To: https://github.com/ibus/ibus-anthy/issues\n"
"POT-Creation-Date: 2015-03-26 18:41+0900\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/po/uk.po b/po/uk.po
index 94e5334..ac2fd90 100644
--- a/po/uk.po
+++ b/po/uk.po
@@ -2,7 +2,7 @@
msgid ""
msgstr ""
"Project-Id-Version: ibus-anthy HEAD\n"
-"Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n"
+"Report-Msgid-Bugs-To: https://github.com/ibus/ibus-anthy/issues\n"
"POT-Creation-Date: 2014-08-21 18:57+0900\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
diff --git a/po/zh_CN.po b/po/zh_CN.po
index cf4f026..dc692c3 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: IBus-Anthy\n"
-"Report-Msgid-Bugs-To: http://code.google.com/p/ibus/issues/entry\n"
+"Report-Msgid-Bugs-To: https://github.com/ibus/ibus-anthy/issues\n"
"POT-Creation-Date: 2014-08-21 18:57+0900\n"
"PO-Revision-Date: 2014-02-18 08:42+0000\n"
"Last-Translator: Peng Huang <shawn.p.huang@gmail.com>\n"
diff --git a/setup/python2/setup.ui b/setup/python2/setup.ui
index 9f889c5..8a15c58 100644
--- a/setup/python2/setup.ui
+++ b/setup/python2/setup.ui
@@ -2780,7 +2780,7 @@ Copyright © 2009–2014 Takao Fujiwara
Copyright © 2007–2014 Red Hat, Inc.</property>
<property name="comments" translatable="yes">The Anthy engine for the IBus input platform</property>
<property name="license">GPL</property>
- <property name="website">http://code.google.com/p/ibus/</property>
+ <property name="website">https://github.com/ibus/ibus/wiki</property>
<property name="authors">Takao Fujiwara &lt;takao.fujiwara1@gmail.com&gt;</property>
<property name="translator-credits" translatable="yes">translator_credits</property>
<property name="logo-icon-name"/>
diff --git a/setup/python3/setup.ui b/setup/python3/setup.ui
index 9f889c5..8a15c58 100644
--- a/setup/python3/setup.ui
+++ b/setup/python3/setup.ui
@@ -2780,7 +2780,7 @@ Copyright © 2009–2014 Takao Fujiwara
Copyright © 2007–2014 Red Hat, Inc.</property>
<property name="comments" translatable="yes">The Anthy engine for the IBus input platform</property>
<property name="license">GPL</property>
- <property name="website">http://code.google.com/p/ibus/</property>
+ <property name="website">https://github.com/ibus/ibus/wiki</property>
<property name="authors">Takao Fujiwara &lt;takao.fujiwara1@gmail.com&gt;</property>
<property name="translator-credits" translatable="yes">translator_credits</property>
<property name="logo-icon-name"/>