Skip to content

Commit cf3b9d1

Browse files
update sample contents
1 parent f080f83 commit cf3b9d1

6 files changed

Lines changed: 18 additions & 15 deletions

File tree

Home/Master/Contents/.plugins/client.content

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
img.style.width = "80%";
7373
img.style.maxHeight = "50px";
7474
img.style.objectFit = "contain";
75-
img.src = "/LinkageCMS/Master/.plugins/images/{画像パス}";
75+
img.src = "/ContentsPlanet/Master/.plugins/images/{画像パス}";
7676
a.appendChild(img);
7777
div.appendChild(a);
7878

@@ -104,7 +104,7 @@
104104
background-size: cover;
105105
background-position: center;
106106
background-repeat: no-repeat;
107-
background-image: url("/LinkageCMS/Master/.plugins/images/{画像パス}");
107+
background-image: url("/ContentsPlanet/Master/.plugins/images/{画像パス}");
108108
}
109109
#main {
110110
background-color: rgba(255, 255, 255, 0.7);
File renamed without changes.

Home/Master/Contents/Root.content

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Header>
22
<Parent>
3-
<Title> Welcome to Linkage CMS!
3+
<Title> Welcome to ContentsPlanet!
44
<CreatedAt> 2018-10-07
55
<Tags> Root
66
<Summary>
7-
Welcome to Linkage CMS!
7+
Welcome to ContentsPlanet!
88

9-
![LinkageCMS](CURRENT_DIR/Images/LinkageCMS.jpg)
9+
![ContentsPlanet](CURRENT_DIR/Images/ContentsPlanet.jpg)
1010

1111
If you are starting up for the **first time**,
1212
please set up your __username__ and __password__ according to the [./Setup/Setup].

Home/Master/Contents/Root_ja.content

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<Header>
22
<Parent>
3-
<Title> ようこそ! Linkage CMS
3+
<Title> ようこそ! ContentsPlanet
44
<CreatedAt> 2018-10-07
55
<Tags> Root
66
<Summary>
7-
ようこそ! Linkage CMS
7+
ようこそ! ContentsPlanet
88

9-
![LinkageCMS](CURRENT_DIR/Images/LinkageCMS.jpg)
9+
![ContentsPlanet](CURRENT_DIR/Images/ContentsPlanet.jpg)
1010

1111
**はじめて立ち上げた方**は, まず, [./Setup/Setup_ja]を参考に,
1212
__ユーザ名__と__パスワード__の設定を行ってください.

Home/Master/Contents/Setup/Setup.content

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,19 @@
3333
# 2. Check setup script.
3434
[Setup Script](ROOT_URI/Setup)
3535

36-
# 3. Edit configurations in `CollabCMS.php->USER_TABLE->'master'`.
36+
# 3. Edit configurations in `ContentsPlanet.php->USER_TABLE->'master'`.
3737
```php
3838
define('USER_TABLE', [
3939
'master' => [
40-
'hashedPassword' => '',
41-
'digest' => '',
42-
'contentsFolder' => './Master/Contents',
43-
'isPublic' => true,
40+
'hashedPassword' => '',
41+
'digest' => '',
42+
'contentsFolder' => './Master/Contents',
43+
'isPublic' => true,
4444
'enableRemoteEdit' => false,
45-
'remoteURL' => '',
45+
'remoteURL' => '',
46+
'notifyingList' => [
47+
// ['type' => 'mail', 'destination' => 'your.mail@address'],
48+
]
4649
],
4750
]);
4851
```

Home/Master/Contents/Setup/Setup_ja.content

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# 2. セットアップスクリプトの確認
3434
[セットアップスクリプト](ROOT_URI/Setup)
3535

36-
# 3. `LinkageCMS.php->USER_TABLE->'master'`情報の書き換え
36+
# 3. `ContentsPlanet.php->USER_TABLE->'master'`情報の書き換え
3737
```php
3838
define('USER_TABLE', [
3939
'master' => [

0 commit comments

Comments
 (0)