OSDN Git Service

Change Web site URL
authorTakashi Sawanaka <sdottaka@users.sourceforge.net>
Tue, 27 Nov 2018 15:53:11 +0000 (00:53 +0900)
committerTakashi Sawanaka <sdottaka@users.sourceforge.net>
Tue, 27 Nov 2018 15:53:11 +0000 (00:53 +0900)
--HG--
branch : jp

Installer/InnoSetup/WinMerge.iss
Installer/InnoSetup/WinMergeX64.iss
Src/Constants.h

index 415a39f..d9d8481 100755 (executable)
@@ -59,12 +59,12 @@ AppName=WinMerge
 AppVersion={#AppVersion}\r
 AppVerName=WinMerge {#AppVersion}\r
 AppPublisher=Thingamahoochie Software\r
-AppPublisherURL=http://www.geocities.co.jp/SiliconValley-SanJose/8165/\r
-AppSupportURL=http://www.geocities.co.jp/SiliconValley-SanJose/8165/\r
-AppUpdatesURL=http://www.geocities.co.jp/SiliconValley-SanJose/8165/\r
+AppPublisherURL=https://winmergejp.bitbucket.io\r
+AppSupportURL=https://winmergejp.bitbucket.io\r
+AppUpdatesURL=https://winmergejp.bitbucket.io\r
 \r
 ; Installer executable's version resource info\r
-VersionInfoCompany=http://www.geocities.co.jp/SiliconValley-SanJose/8165/\r
+VersionInfoCompany=https://winmergejp.bitbucket.io\r
 VersionInfoDescription=WinMerge Installer\r
 VersionInfoVersion={#AppVersion}\r
 \r
@@ -560,7 +560,7 @@ Name: {group}\WinMerge; Filename: {app}\{code:ExeName}; AppUserModelID: "Thingam
 Name: {group}\{cm:ReadMe}; Filename: {app}\Docs\ReadMe.txt; IconFileName: {win}\NOTEPAD.EXE\r
 Name: {group}\{cm:UsersGuide}; Filename: {app}\Docs\WinMerge.chm\r
 Name: {group}\{cm:UninstallProgram,WinMerge}; Filename: {uninstallexe}\r
-Name: {group}\{cm:ProgramOnTheWeb,WinMerge}; Filename: http://www.geocities.co.jp/SiliconValley-SanJose/8165/\r
+Name: {group}\{cm:ProgramOnTheWeb,WinMerge}; Filename: https://winmergejp.bitbucket.io\r
 \r
 ;Link to translated ReadMe in Start Menu\r
 Name: {group}\{cm:ReadMe}; Filename: {app}\Docs\ReadMe-Basque.txt; IconFileName: {win}\NOTEPAD.EXE; Languages: Basque\r
index d24eea4..a7cc1f7 100644 (file)
@@ -59,12 +59,12 @@ AppName=WinMerge
 AppVersion={#AppVersion}\r
 AppVerName=WinMerge {#AppVersion} x64\r
 AppPublisher=Thingamahoochie Software\r
-AppPublisherURL=http://www.geocities.co.jp/SiliconValley-SanJose/8165/\r
-AppSupportURL=http://www.geocities.co.jp/SiliconValley-SanJose/8165/\r
-AppUpdatesURL=http://www.geocities.co.jp/SiliconValley-SanJose/8165/\r
+AppPublisherURL=https://winmergejp.bitbucket.io\r
+AppSupportURL=https://winmergejp.bitbucket.io\r
+AppUpdatesURL=https://winmergejp.bitbucket.io\r
 \r
 ; Installer executable's version resource info\r
-VersionInfoCompany=http://www.geocities.co.jp/SiliconValley-SanJose/8165/\r
+VersionInfoCompany=https://winmergejp.bitbucket.io\r
 VersionInfoDescription=WinMerge Installer\r
 VersionInfoVersion={#AppVersion}\r
 \r
@@ -538,7 +538,7 @@ Name: {group}\WinMerge; Filename: {app}\{code:ExeName}; AppUserModelID: "Thingam
 Name: {group}\{cm:ReadMe}; Filename: {app}\Docs\ReadMe.txt; IconFileName: {win}\NOTEPAD.EXE\r
 Name: {group}\{cm:UsersGuide}; Filename: {app}\Docs\WinMerge.chm\r
 Name: {group}\{cm:UninstallProgram,WinMerge}; Filename: {uninstallexe}\r
-Name: {group}\{cm:ProgramOnTheWeb,WinMerge}; Filename: http://www.geocities.co.jp/SiliconValley-SanJose/8165/\r
+Name: {group}\{cm:ProgramOnTheWeb,WinMerge}; Filename: https://winmergejp.bitbucket.io\r
 \r
 ;Link to translated ReadMe in Start Menu\r
 Name: {group}\{cm:ReadMe}; Filename: {app}\Docs\ReadMe-Basque.txt; IconFileName: {win}\NOTEPAD.EXE; Languages: Basque\r
index 005b956..e581c7e 100644 (file)
@@ -7,7 +7,7 @@
 #pragma once
 
 /** @brief URL for hyperlink in About-dialog. */
-const TCHAR WinMergeURL[] = _T("http://www.geocities.co.jp/SiliconValley-SanJose/8165/winmerge.html");
+const TCHAR WinMergeURL[] = _T("https://winmergejp.bitbucket.io");
 
 /**
  * @brief URL to help index in internet.
@@ -22,9 +22,9 @@ const TCHAR TranslationsUrl[] = _T("http://winmerge.org/translations/");
 const TCHAR LicenceUrl[] = _T("http://www.gnu.org/licenses/gpl-2.0.html");
 
 /** @brief WinMerge download page URL. */
-const TCHAR DownloadUrl[] = _T("http://www.geocities.co.jp/SiliconValley-SanJose/8165/winmerge.html#downloads");
+const TCHAR DownloadUrl[] = _T("https://winmergejp.bitbucket.io/#downloads");
 
-const TCHAR CurrentVersionURL[] = _T("http://www.geocities.co.jp/SiliconValley-SanJose/8165/winmerge-jp_current_version.txt");
+const TCHAR CurrentVersionURL[] = _T("https://winmergejp.bitbucket.io/winmerge-jp_current_version.txt");
 
 /** @brief Relative (to WinMerge executable ) path to local help file. */
 const TCHAR DocsPath[] = _T("Docs/WinMerge.chm");