Skip to content

Commit cec3c01

Browse files
committed
Update for Ver.9.0.0RC3
1 parent f67216d commit cec3c01

File tree

2 files changed

+21
-16
lines changed

2 files changed

+21
-16
lines changed

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
# concrete5 CMS Simple Downloader
1+
# Concrete CMS® Simple Downloader
22

3-
concrete5 One-file downloader
3+
**Concrete CMS® One-file downloader**
44

5-
concrete5の最新版をダウンロード、展開するスクリプトです。
5+
**Concrete CMS®**(concrete5)の最新版をダウンロード、展開するスクリプトです。
66

7-
concrete5をインストールしたいディレクトリにc5downloader.phpをアップロードし、ブラウザでアクセスしてください。
8-
masterブランチはVer.8用です。5.7対応版を使いたい方は、[5.7ブランチ](https://github.com/tao-s/c5downloader/tree/5.7)を使ってください
7+
## 使い方
8+
Concrete CMS®をインストールしたいディレクトリにc5downloader.phpをアップロードし、ブラウザでアクセスしてください
99

10-
Download and deploy the latest version of concrete5.
10+
このブランチはVer.9.0.x用です。8系版を使いたい方は、[masterブランチ](https://github.com/tao-s/c5downloader/tree/master)を使ってください。
11+
12+
Download and deploy Concrete CMS® Ver. 9.0.0RC3.
13+
Plesae use [master branch](https://github.com/tao-s/c5downloader/tree/master) if you want to use Ver. 8.5.x.
14+
15+
## How to use
1116
Upload "c5downloader.php" to install directory in the web server.
12-
Then, access the PHP script.
17+
Then, access the PHP script on your browser.
1318

1419
## 使えたレンタルサーバ
1520

c5downloader.php

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
* concrete5 CMS simple downloader
4-
* Copyright 2014 XROSS CUBE, Inc.
4+
* Copyright 2021 XROSS CUBE, Inc.
55
*
66
* This script is free to re-distribute as long as you keep
77
* this copyright notice.
@@ -13,14 +13,14 @@
1313
* コピーライト以外の改変、再配布OK。個人利用の範囲で勝手に使ってOKです。
1414
* その代わり当方では一切責任を負いません。
1515
*/
16-
define("SRC_URL","https://www.concrete5.org/download_file/-/view/115589/");
17-
define("VERSION","8.5.5");
18-
define("FILENAME","./concrete5-".VERSION.".zip");
19-
define("DIRNAME","./concrete5-".VERSION);
16+
define("SRC_URL","https://www.concretecms.com/download_file/8c1f8bf8-6e0f-4730-bfb6-649c8213f283");
17+
define("VERSION","9.0.0RC3");
18+
define("FILENAME","./concrete-cms-".VERSION.".zip");
19+
define("DIRNAME","./concrete-cms-".VERSION);
2020

2121
$messages = array(
2222
"ja" => array(
23-
"このディレクトリにconcrete5 Ver. ".VERSION." をダウンロードし展開します。",
23+
"このディレクトリにconcreteCMS Ver. ".VERSION." をダウンロードし展開します。",
2424
"ダウンロード開始",
2525
"このディレクトリにconcrete5の圧縮ファイルをダウンロード中です。",
2626
"このディレクトリに圧縮ファイルを展開中です。",
@@ -29,7 +29,7 @@
2929
'インストール画面にジャンプします。\nこのファイルは必ず削除してください。'
3030
),
3131
"en" => array(
32-
"This program will download & deploy concrete5 Ver. ".VERSION." in this directory.",
32+
"This program will download & deploy concreteCMS Ver. ".VERSION." in this directory.",
3333
"START",
3434
"Downloading...",
3535
"Deploying...",
@@ -164,8 +164,8 @@
164164
</head>
165165
<body>
166166
<div class="main">
167-
<div class="center" style="padding-top:10%;"><a href="http://concrete5.org/" target="_blank"><img src="http://www.concrete5.org/download_file/-/view/47445/12593/" alt="concrete5" /></a></div>
168-
<h1 class="center">concrete5 Ver. <?php echo VERSION; ?> Downloader</h1>
167+
<div class="center" style="padding-top:10%;"><a href="http://concretecms.org/" target="_blank"><img src="https://www.concretecms.com/download_file/1751c8a1-144a-47bd-956a-4236361d02ff/2626" alt="concreteCMS" /></a></div>
168+
<h1 class="center">Concrete CMS® Ver. <?php echo VERSION; ?> Downloader</h1>
169169
<p class="center"><?php echo $messages[$lang][0]; ?></p>
170170
<p style="line-height:3em;" class="center"><a href="#" class="btn start"><?php echo $messages[$lang][1]; ?></a></p>
171171
<p class="step step1 center"><?php echo $messages[$lang][2]; ?></p>

0 commit comments

Comments
 (0)